@charset "UTF-8";
.debug {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 600px;
  max-height: 70vh;
  overflow-y: auto;
  background: #2d2d2d;
  border: 2px solid #ffa500;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  z-index: 9999;
  color: #e0e0e0;
}
.debug__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  border-bottom: 1px solid #ff7700;
  border-radius: 6px 6px 0 0;
}
.debug__icon {
  font-size: 1.25rem;
}
.debug__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.debug__badge {
  background: #fff;
  color: #ff8c00;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.debug__toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.debug__toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
.debug__toggle:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.debug__toggle-icon {
  display: block;
  font-weight: 300;
}
.debug__body {
  padding: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.debug__section {
  margin-bottom: 1.5rem;
}
.debug__section:last-child {
  margin-bottom: 0;
}
.debug__section--highlight {
  background: rgba(255, 165, 0, 0.1);
  padding: 0.75rem;
  border-radius: 6px;
  border-left: 3px solid #ffa500;
}
.debug__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffa500;
  border-bottom: 1px solid #444;
  padding-bottom: 0.5rem;
}
.debug__section-icon {
  font-size: 1rem;
}
.debug__content {
  background: #1e1e1e;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 0.75rem;
}
.debug__pre {
  margin: 0;
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #a9dc76;
  white-space: pre-wrap;
  word-break: break-word;
}
.debug__empty {
  display: block;
  color: #888;
  font-style: italic;
  font-size: 0.85rem;
}
.debug__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.debug__list-item {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background: #3a3a3a;
  border-left: 3px solid #ffa500;
  border-radius: 4px;
  font-size: 0.85rem;
  line-height: 1.4;
}
.debug__list-item:last-child {
  margin-bottom: 0;
}
.debug--collapsed .debug__body {
  display: none;
}
.debug--collapsed .debug__toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.debug::-webkit-scrollbar {
  width: 8px;
}
.debug::-webkit-scrollbar-track {
  background: #1e1e1e;
  border-radius: 4px;
}
.debug::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}
.debug::-webkit-scrollbar-thumb:hover {
  background: #777;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  font-family: "Lato", sans-serif;
  color: #333333;
  background-color: #F9F9F9;
}
body.fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.m-nav {
  background-color: #004489;
  padding: 4px 24px;
}
.m-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-logo {
  display: block;
}
.m-logo img {
  max-height: 40px;
}

.m-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  cursor: pointer;
}
.m-menu li a {
  color: #fff;
}
.m-menu li a:visited {
  color: #fff;
}
.m-menu li a:hover {
  color: #fff;
}
.m-menu li a:active {
  color: #fff;
}
.m-menu li:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
}

.m-submenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  right: -4px;
  bottom: -10px;
  left: -4px;
  z-index: 1;
  background-color: #004489;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 8px 0;
}
.m-submenu li {
  cursor: default;
}
.m-submenu li a {
  color: #fff;
  padding: 4px 8px;
}
.m-submenu li a:visited {
  color: #fff;
}
.m-submenu li a:hover {
  color: #fff;
}
.m-submenu li a:active {
  color: #fff;
}
.m-submenu li:after {
  content: none;
}
.m-submenu.active {
  display: block;
}

.m-main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.m-btn--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  border-radius: 4px;
  background-color: #004489;
  padding: 16px 24px;
}
.m-btn--primary:visited {
  color: #fff;
}
.m-btn--primary:hover {
  color: #fff;
}
.m-btn--primary:active {
  color: #fff;
}
.m-btn--primary.normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 8px;
  padding: 14px;
}
.m-btn--primary.alternative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 100%;
  background-color: #337AB7;
  margin-bottom: 8px;
  padding: 14px;
}
.m-btn--primary.secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 100%;
  background-color: #ED7203;
  margin-bottom: 8px;
  padding: 14px;
}
.m-btn--primary.ghost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 100%;
  color: #337AB7;
  border: 1px solid #337AB7;
  background-color: transparent;
  margin-bottom: 8px;
  padding: 14px;
}
.m-btn--primary.ghost:visited {
  color: #337AB7;
}
.m-btn--primary.ghost:hover {
  color: #337AB7;
}
.m-btn--primary.ghost:active {
  color: #337AB7;
}
.m-btn--primary.blur {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -2%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
  padding: 12px 16px;
}
.m-btn--primary.blur:visited {
  color: #fff;
}
.m-btn--primary.blur:hover {
  color: #fff;
}
.m-btn--primary.blur:active {
  color: #fff;
}
.m-btn--primary.blur:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--primary.excel {
  color: #146C43;
  background-color: rgba(209, 231, 221, 0.5);
  border: 1px solid #479f76;
}
.m-btn--primary.excel:visited {
  color: #146C43;
}
.m-btn--primary.excel:hover {
  color: #146C43;
}
.m-btn--primary.excel:active {
  color: #146C43;
}
.m-btn--primary.guida {
  color: #6C6C6C;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid #6C6C6C;
}
.m-btn--primary.guida:visited {
  color: #6C6C6C;
}
.m-btn--primary.guida:hover {
  color: #6C6C6C;
}
.m-btn--primary.guida:active {
  color: #6C6C6C;
}
.m-btn--primary.small {
  gap: 9px;
  padding: 12px 16px;
}
.m-btn--back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  line-height: 100%;
  color: #337AB7;
  margin-bottom: 8px;
}
.m-btn--back:visited {
  color: #337AB7;
}
.m-btn--back:hover {
  color: #337AB7;
}
.m-btn--back:active {
  color: #337AB7;
}
.m-btn--back:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--edit {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  border-radius: 4px;
  background-color: #337AB7;
  padding: 6px 10px;
}
.m-btn--edit:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--edit.visible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-btn--cancel {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  color: #DC3545;
  padding: 6px 10px;
}
.m-btn--cancel:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--cancel.visible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-btn--society {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  background-color: #E9ECEF;
  padding: 7px 13px;
}
.m-btn--society:visited {
  color: #333333;
}
.m-btn--society:hover {
  color: #333333;
}
.m-btn--society:active {
  color: #333333;
}
.m-btn--society:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #337AB7;
}
.m-btn--save {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  border-radius: 4px;
  background-color: #337AB7;
  padding: 6px 10px;
}
.m-btn--save:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.m-btn--save.visible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-btn--save:disabled {
  color: #fff;
  background-color: #ccdeed;
}
.m-btn--save:disabled:visited {
  color: #fff;
}
.m-btn--save:disabled:hover {
  color: #fff;
}
.m-btn--save:disabled:active {
  color: #fff;
}
.m-btn--report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 120%;
  color: #337AB7;
  padding: 8px;
}
.m-btn--report:visited {
  color: #337AB7;
}
.m-btn--report:hover {
  color: #337AB7;
}
.m-btn--report:active {
  color: #337AB7;
}

.m-header--homepage {
  background-size: cover;
  background-position: center;
  padding: 125px 0;
}
.m-header--homepage .m-header__inner {
  padding: 40px 0 40px 20px;
}
.m-header--homepage .m-header__title {
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  margin-bottom: 24px;
}
.m-header--homepage .m-header__description {
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 24px 0;
}
.m-header--article {
  padding: 80px 0 0 0;
}
.m-header--article .m-header__inner {
  margin-bottom: 76px;
}
.m-header--article .m-header__inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.m-header--article .m-header__inner ul li {
  font-size: 16px;
  line-height: 100%;
}
.m-header--article .m-header__title {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .m-header--homepage {
    padding: 77px 0;
  }
}

.m-section {
  padding: 80px 0;
}
.m-section__image {
  margin: 0;
  padding: 16px 32px 16px 0;
}
.m-section__text {
  margin-bottom: 40px;
}
.m-section__text h2 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  color: #004489;
  margin-bottom: 16px;
}
.m-section__text p {
  font-size: 16px;
  line-height: 150%;
}
.m-section__text p:last-child {
  margin: 0;
}
.m-section--highlights {
  background-color: #E5ECF3;
  padding: 80px 0;
}

.m-select__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7C7C7C;
  margin-bottom: 4px;
}
.m-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #667080;
  border: 1px solid #BABABA;
  border-radius: 6px;
  background-color: #fff;
  background-image: url("../icons/icon_arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding: 13px 12px;
}

.m-card--simple {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  scroll-margin-top: 32px;
  margin-bottom: 40px;
  padding: 32px 24px;
}
.m-card--simple .m-card__title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #004489;
  margin-bottom: 24px;
}
.m-card--simple .m-card__description {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.m-card--simple.auth {
  padding: 40px;
}
.m-card--simple.auth .m-card__title {
  text-align: center;
  margin-bottom: 32px;
}
.m-card--simple.auth .m-card__description {
  font-size: 14px;
  line-height: 100%;
  color: #6C6C6C;
}
.m-card--highlight {
  background-color: #fff;
  height: 100%;
  padding: 24px;
}
.m-card--highlight .m-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  margin-bottom: 24px;
}
.m-card--highlight .m-card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #004489;
  margin-bottom: 8px;
}
.m-card--highlight .m-card__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .m-card--highlight {
    height: calc(100% - 24px);
    margin-bottom: 24px;
  }
}

.m-article__text {
  margin-bottom: 80px;
}

.m-form p a {
  font-weight: 700;
  color: #004489;
}
.m-form p a:visited {
  color: #004489;
}
.m-form p a:hover {
  color: #004489;
}
.m-form p a:active {
  color: #004489;
}
.m-form--contacts .m-form__header {
  margin-bottom: 24px;
}
.m-form--contacts .m-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
.m-form--contacts .m-form__title a {
  display: block;
  color: #004489;
}
.m-form--contacts .m-form__title a:visited {
  color: #004489;
}
.m-form--contacts .m-form__title a:hover {
  color: #004489;
}
.m-form--contacts .m-form__title a:active {
  color: #004489;
}
.m-form--contacts .m-form__body {
  padding: 24px;
}
.m-form--contacts .m-form__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.m-form--contacts .m-form__fieldset label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}
.m-form--contacts .m-form__fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  background-image: url("../icons/icon_arrow-down--black.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 7px 13px;
}
.m-form--contacts .m-form__fieldset select:disabled {
  background-color: #E9ECEF;
}
.m-form--contacts .m-form__fieldset input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  background-color: #fff;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 7px 13px;
}
.m-form--contacts .m-form__fieldset input:disabled {
  background-color: #E9ECEF;
}
.m-form--contacts .m-form__fieldset textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 7px 13px;
}
.m-form--contacts .m-form__fieldset textarea:disabled {
  background-color: #E9ECEF;
}
.m-form--contacts .m-form__fieldset .m-form__submit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #004489;
  border-radius: 8px;
  background-color: #004489;
  padding: 14px 0;
}
.m-form--contacts .m-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .m-form--contacts {
    padding: 32px 0;
  }
  .m-form--contacts .m-form__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .m-form--contacts .m-form__body {
    padding: 0;
  }
}

.m-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.m-steps__numbers {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-width: 0 0 2px 0;
  border-style: solid;
  background-color: #fff;
  padding: 24px 24px 22px;
}
.m-steps__numbers p {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #6C6C6C;
  margin: 0;
}
.m-steps__numbers p span {
  display: block;
  font-size: 30px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 4px;
}
.m-steps__numbers.completate {
  border-color: #BDE038;
}
.m-steps__numbers.parziali {
  border-color: #F2BE22;
}
.m-steps__numbers.completare {
  border-color: #6A7282;
}
@media screen and (max-width: 767px) {
  .m-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-steps__numbers {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-steps__numbers p {
    text-align: start;
  }
}

.m-progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding: 50px 25px 25px;
}
.m-progress__inner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-progress__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.m-progress__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12px;
  background-color: #E9E9E9;
  border-radius: 100px;
  margin-bottom: 12px;
  overflow: hidden;
}
.m-progress__bar span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
}
.m-progress__step {
  display: block;
}
.m-progress__step.completate {
  height: 12px;
  background-color: #BDE038;
}
.m-progress__step.parziali {
  height: 12px;
  background-color: #F2BE22;
}
.m-progress__legend {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.m-progress__legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 100%;
  color: #4A5565;
}
.m-progress__legend li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E9E9E9;
}
.m-progress__legend li.completate:before {
  background-color: #BDE038;
}
.m-progress__legend li.parziali:before {
  background-color: #F2BE22;
}
.m-progress__flag {
  position: absolute;
  top: -27px;
  right: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-align: right;
}
.m-progress__flag span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6C6C6C;
  margin-top: 2px;
}
.m-progress.inline {
  padding: 25px;
}
.m-progress.inline .m-progress__bar {
  margin: 0;
}
.m-progress.inline .m-progress__flag {
  top: 0;
  font-size: 20px;
}
.m-progress.inline .m-progress__flag span {
  display: inline;
}
@media screen and (max-width: 767px) {
  .m-progress__bar {
    margin-bottom: 24px;
  }
  .m-progress__legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}

.m-accordion {
  position: sticky;
  top: 0;
}
.m-accordion__item {
  border-radius: 10px;
  margin-bottom: 4px;
  overflow: hidden;
}
.m-accordion__item.open .m-accordion__header:before {
  content: "";
}
.m-accordion__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #004489;
  padding: 12px 8px 12px 36px;
}
.m-accordion__header p {
  font-size: 12px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.m-accordion__header a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-accordion__header:before {
  font-family: "Font Awesome 6 Pro";
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  left: 12px;
}
.m-accordion__title {
  position: relative;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin: 0;
  padding-left: 16px;
}
.m-accordion__title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
}
.m-accordion__progress {
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.08);
}
.m-accordion__progress span {
  display: block;
  background-color: #BDE038;
  height: 6px;
  border-radius: 100px;
}
.m-accordion__body {
  display: none;
  background-color: #fff;
}
.m-accordion__body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-height: calc(95vh - 300px);
  overflow: auto;
}
.m-accordion__body ul li {
  position: relative;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 16px;
}
.m-accordion__body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #333333;
}
.m-accordion__body ul li a:visited {
  color: #333333;
}
.m-accordion__body ul li a:hover {
  color: #333333;
}
.m-accordion__body ul li a:active {
  color: #333333;
}
.m-accordion__body ul li a span:first-of-type {
  -webkit-box-flex: 0.4;
  -ms-flex: 0.4;
  flex: 0.4;
}
.m-accordion__body ul li a span:last-of-type {
  color: #9D9D9D;
}
.m-accordion__body ul li:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
.m-accordion__body ul li.completate:after {
  content: url("../icons/icon_completate.svg");
}
.m-accordion__body ul li.parziali:after {
  content: url("../icons/icon_parziali.svg");
}
.m-accordion__body ul li.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.m-box {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.m-box__header {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  background-color: #004489;
  padding: 8px 16px;
  z-index: 999;
}
.m-box__title {
  position: relative;
  font-size: 14px;
  line-height: 112%;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 8px 8px 8px 24px;
}
.m-box__title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
}
.m-box__body {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 48px;
}
.m-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px 0;
}
.m-box__info dl {
  margin: 0;
}
.m-box__info dl dt {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.m-box__info dl dd {
  font-size: 14px;
  line-height: 100%;
  margin: 0;
}
.m-box__contents {
  padding: 64px 62px 0 62px;
}
.m-box__item {
  margin-bottom: 48px;
  padding: 0 16px;
}
.m-box__item h3 {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
.m-box__item textarea {
  display: none;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 10px 14px;
  resize: none;
}
.m-box__item:last-of-type {
  margin: 0;
}
.m-box__text p {
  font-size: 16px;
  line-height: 150%;
}
.m-box__text p a {
  color: #337AB7;
  text-decoration: underline;
}
.m-box__text p a:visited {
  color: #337AB7;
}
.m-box__text p a:hover {
  color: #337AB7;
}
.m-box__text p a:active {
  color: #337AB7;
}
.m-box__text p:last-child {
  margin: 0;
}
.m-box__requirements {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-box__requirements li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 150%;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 16px 64px 16px 16px;
}
.m-box__requirements li .m-switch {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-box__requirements li:last-of-type {
  border-width: 1px 0;
}
.m-box__requirements li.disabled {
  font-weight: 700;
  pointer-events: none;
  background-color: #F9F9F9;
}
.m-box__requirements li.disabled .m-switch {
  opacity: 0.25;
}
.m-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  z-index: 40;
  pointer-events: auto;
}
.m-box__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.12);
  border-top-color: #337ab7;
  -webkit-animation: mbox-spin 0.9s linear infinite;
  animation: mbox-spin 0.9s linear infinite;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.m-box .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  margin: -1px;
  padding: 0;
}
@-webkit-keyframes mbox-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mbox-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.m-box.disabled * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .m-box__body {
    padding: 12px;
  }
  .m-box__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
  }
  .m-box__contents {
    padding: 32px 0;
  }
}

.m-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
}
.m-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.m-switch input:checked + .m-switch__slider {
  background-color: #BDE038;
}
.m-switch input:checked + .m-switch__slider:before {
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}
.m-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CDCDCD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 34px;
}
.m-switch__slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.m-modal__content {
  position: relative;
  width: 90vh;
  max-height: 90vh;
  overflow-y: scroll;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 48px;
}
.m-modal__item {
  margin-bottom: 48px;
  padding: 0 16px;
}
.m-modal__item h3 {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
.m-modal__item:last-of-type {
  margin: 0;
}
.m-modal__text p {
  font-size: 16px;
  line-height: 150%;
}
.m-modal__text p:last-child {
  margin: 0;
}
.m-modal .m-btn {
  position: absolute;
  top: 12px;
  right: 24px;
}
.m-modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-modal--guida .m-modal__item h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
.m-modal--guida .m-modal__item ol {
  padding-left: 16px;
}
.m-modal--guida .m-modal__item ol li {
  margin-bottom: 8px;
}

.m-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 38px;
  padding: 0 18px;
}
.m-disclaimer i {
  color: #dd3b4a;
}

#errorMessage {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
}

.js-submitBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}