@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
h1, h2, h3, h4, h5, h6 {
  color: #6B003E;
}

p {
  color: #0E0E0E;
}

.box-shadow-class {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(5, 13, 29, 0.18);
          box-shadow: 0px 10px 15px 0px rgba(5, 13, 29, 0.18);
}

.box-shadow-teaser-class {
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
}

:root {
  --font-sans: $font-family-base;
  --font-serif: $font-family-base;
}

.button, .btn, .button-link, [link=button-link], .more-link > a, .field--name-field-candidatura > a {
  padding: 12px 28px;
  border-width: 1px;
  border-color: #6B003E;
  outline: none;
  background-color: #6B003E;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
  text-decoration: none;
}
.button:hover, .button:focus, .button:active:focus, .button.is-active, .btn:hover, .btn:focus, .btn:active:focus, .btn.is-active, .button-link:hover, .button-link:focus, .button-link:active:focus, .button-link.is-active, [link=button-link]:hover, [link=button-link]:focus, [link=button-link]:active:focus, [link=button-link].is-active, .more-link > a:hover, .more-link > a:focus, .more-link > a:active:focus, .more-link > a.is-active, .field--name-field-candidatura > a:hover, .field--name-field-candidatura > a:focus, .field--name-field-candidatura > a:active:focus, .field--name-field-candidatura > a.is-active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #6B003E;
  border-width: 1px;
  font-weight: 500;
  border-color: #6B003E;
}
.button.secondary-button, .btn.secondary-button, .button-link.secondary-button, [link=button-link].secondary-button, .more-link > a.secondary-button, .field--name-field-candidatura > a.secondary-button {
  background-color: transparent;
  color: #6B003E;
}
.button.secondary-button:hover, .button.secondary-button:focus, .button.secondary-button:active:focus, .btn.secondary-button:hover, .btn.secondary-button:focus, .btn.secondary-button:active:focus, .button-link.secondary-button:hover, .button-link.secondary-button:focus, .button-link.secondary-button:active:focus, [link=button-link].secondary-button:hover, [link=button-link].secondary-button:focus, [link=button-link].secondary-button:active:focus, .more-link > a.secondary-button:hover, .more-link > a.secondary-button:focus, .more-link > a.secondary-button:active:focus, .field--name-field-candidatura > a.secondary-button:hover, .field--name-field-candidatura > a.secondary-button:focus, .field--name-field-candidatura > a.secondary-button:active:focus {
  background-color: #6B003E;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .button, .btn, .button-link, [link=button-link], .more-link > a, .field--name-field-candidatura > a {
    font-size: 0.875rem;
    padding: 8px 22px;
  }
}

.button-link, [link=button-link], .more-link > a, .field--name-field-candidatura > a {
  display: inline-block;
  border: 1px solid #6B003E;
}
.button-link:hover, .button-link:focus, .button-link:active:focus, [link=button-link]:hover, [link=button-link]:focus, [link=button-link]:active:focus, .more-link > a:hover, .more-link > a:focus, .more-link > a:active:focus, .field--name-field-candidatura > a:hover, .field--name-field-candidatura > a:focus, .field--name-field-candidatura > a:active:focus {
  border: 1px solid #6B003E;
}

.form-managed-file .button {
  display: block;
  padding: 8px 16px;
  height: auto;
}

[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
.select2-container--default .select2-selection--multiple {
  position: relative;
  padding: 12px 16px 12px 20px;
  border-radius: 6px;
  color: #0E0E0E;
  border: 1px solid #4F4F4F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  width: 100%;
  min-height: 48px;
}
[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=email]:hover,
[type=file]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
.select2-container--default .select2-selection--multiple:hover {
  border-width: 1px;
  border-color: #6B003E;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=file]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus,
.select2-container--default .select2-selection--multiple:focus {
  border-width: 1px;
  outline-width: 3px;
  outline-color: rgba(107, 0, 62, 0.5);
  border-color: rgba(107, 0, 62, 0.5);
  outline-style: solid;
}
[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=file]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .select2-container--default .select2-selection--multiple::-webkit-input-placeholder {
  color: #4F4F4F;
}
[type=color]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=email]::-moz-placeholder, [type=file]::-moz-placeholder, [type=month]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=week]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .select2-container--default .select2-selection--multiple::-moz-placeholder {
  color: #4F4F4F;
}
[type=color]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=file]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=text]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .select2-container--default .select2-selection--multiple:-ms-input-placeholder {
  color: #4F4F4F;
}
[type=color]::-ms-input-placeholder, [type=date]::-ms-input-placeholder, [type=datetime-local]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=file]::-ms-input-placeholder, [type=month]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=password]::-ms-input-placeholder, [type=search]::-ms-input-placeholder, [type=tel]::-ms-input-placeholder, [type=text]::-ms-input-placeholder, [type=time]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=week]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, .select2-container--default .select2-selection--multiple::-ms-input-placeholder {
  color: #4F4F4F;
}
[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=email]::placeholder,
[type=file]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder,
.select2-container--default .select2-selection--multiple::placeholder {
  color: #4F4F4F;
}

[type=text],
[type=email],
[type=tel] {
  border-color: rgba(79, 79, 79, 0.3);
}

select {
  padding: 12px 42px 12px 20px;
  height: 48px;
  background-image: url(../images/chevron-down.svg);
}

.select2-container--default .select2-selection--multiple {
  padding: 10px 42px 10px 20px;
  color: #4F4F4F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: inherit;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right var(--sp) center;
  min-height: auto;
}
.select2-container--default .select2-selection--multiple:hover {
  border-width: 1px;
  border-color: #6B003E;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 2px 5px 2px 0;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  font-size: 0.875rem;
  height: 1.375rem;
  line-height: 1.25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-family: inherit;
  margin: 0;
  min-height: auto;
  height: 1.625rem;
  line-height: 1.625rem;
  display: inline-block;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--multiple {
  border-width: 1px;
  outline-width: 3px;
  outline-color: rgba(107, 0, 62, 0.5);
  border-color: rgba(107, 0, 62, 0.5);
  outline-style: solid;
}

[type=date], .custom-text-date {
  padding: 12px 42px 12px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right var(--sp) center;
  background-image: url(../images/calendar.svg);
}

[type=date]::-webkit-inner-spin-button,
[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  background: transparent;
  position: absolute;
  right: 16px;
  cursor: pointer;
}

@-moz-document url-prefix() {
  [type=date] {
    background-image: none;
    padding-right: 16px;
  }
}
input[type=checkbox], input[type=radio] {
  width: 24px;
  height: 24px;
  border-color: #DDDDDD;
}
input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=radio]:hover, input[type=radio]:focus {
  outline: none;
  border-color: #6B003E;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: #6B003E;
  border-color: #6B003E;
  background-image: url(../images/check.svg);
}

input[type=checkbox] {
  border-radius: 4px;
}
input[type=checkbox] + label {
  padding: 0;
}

.select2-dropdown {
  border: 0;
  -webkit-box-shadow: 1px 1px 6px #f1f1f1;
          box-shadow: 1px 1px 6px #f1f1f1;
  outline: 3px solid #f1f1f1;
}
.select2-dropdown.select2-dropdown--below {
  top: 6px;
}
.select2-dropdown.select2-dropdown--above {
  top: -6px;
}
.select2-dropdown .select2-results__option {
  background: transparent !important;
  color: #0E0E0E !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.select2-dropdown .select2-results__option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.select2-dropdown .select2-results__option span input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.dropzone {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='1' stroke-dasharray='12%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 43px 30px;
  background-color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #0E0E0E;
  -webkit-transition: 0.25s background-color ease-in-out;
  transition: 0.25s background-color ease-in-out;
  margin-bottom: 16px;
  cursor: pointer;
}
.dropzone span.subtitle {
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
}
.dropzone + .form-submit {
  display: none;
}
.dropzone-dragging, .dropzone:hover {
  background-color: rgba(107, 0, 62, 0.1);
}
.dropzone-icon {
  max-width: 50px;
  width: 100%;
  display: block;
  margin: 0 auto 8px;
}
.dropzone-input {
  display: none;
}

.form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.form-type-checkbox input {
  min-width: 24px;
}
.form-type-checkbox label {
  margin: 0;
  padding: 0;
}
.form-type-checkbox.form-item-iscritto-a-corso ~ .webform-flexbox {
  margin-bottom: 5px;
}
.form-type-checkbox.form-item-iscritto-a-corso ~ .webform-flexbox .form-item {
  margin: 0;
}
.form-type-checkbox.form-item-iscritto-a-corso ~ .js-form-wrapper .form-type-processed-text {
  margin: 0;
}
.form-type-checkbox:not(.form-item-iscritto-a-corso) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-type-checkbox:not(.form-item-iscritto-a-corso) label {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 0.938rem;
  padding: 0;
  margin: 3px 0 0 0;
}

.error:is([type=color], [type=date], [type=datetime-local],
[type=email], [type=file], [type=month], [type=number],
[type=password], [type=search], [type=tel],
[type=text], [type=time], [type=url], [type=week], textarea) {
  border-width: 1px;
  outline-width: 3px;
  outline-color: #F23030;
  border-color: #F23030;
  outline-style: solid;
}
.error:is([type=color], [type=date], [type=datetime-local],
[type=email], [type=file], [type=month], [type=number],
[type=password], [type=search], [type=tel],
[type=text], [type=time], [type=url], [type=week], textarea):hover {
  border-color: #F23030;
}

.field--name-field-effettua-la-candidatura .field__label {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #0E0E0E;
  font-weight: 700;
  margin-block: 0 var(--sp);
  text-transform: capitalize;
}
.field--name-field-effettua-la-candidatura .field__item a {
  display: inline-block;
  padding: 12px 28px 12px 28px;
  border: 1px solid #6B003E;
  outline: none;
  background-color: #6B003E;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
  text-decoration: none;
}
.field--name-field-effettua-la-candidatura .field__item a:hover, .field--name-field-effettua-la-candidatura .field__item a:focus, .field--name-field-effettua-la-candidatura .field__item a:active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #6B003E;
  border: 1px solid #6B003E;
  font-weight: 500;
}

.form-item {
  margin: 0 0 16px;
}

.form-item__label {
  color: #4F4F4F;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.form-item__label.form-required:after {
  background: none;
  content: "*";
  color: #6B003E;
}

.webform-submission-form h3 {
  font-size: 1.25rem;
  margin: 32px 0 16px;
}
.webform-submission-form h4 {
  margin-bottom: 16px;
}
.webform-submission-form h5 {
  color: #0E0E0E;
  margin: 0 0 8px;
}
.webform-submission-form .primary-color h5 {
  color: #6B003E;
}
.webform-submission-form p, .webform-submission-form li {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.5rem;
}
.webform-submission-form ul, .webform-submission-form ol {
  padding-left: 1.375rem;
  margin-left: 0;
}
.webform-submission-form ul ul, .webform-submission-form ol ul {
  list-style-type: none;
  padding-left: 0;
}
.webform-submission-form ul ul li:before, .webform-submission-form ol ul li:before {
  content: "-";
  margin-right: 5px;
}
.webform-submission-form .webform-element-description {
  color: #4F4F4F;
}
.webform-submission-form .webform-flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 14px;
}
.webform-submission-form .webform-flexbox .webform-flex, .webform-submission-form .webform-flexbox > [id*=ajax-wrapper] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 49%;
}
.webform-submission-form .webform-flexbox .webform-flex .webform-flex, .webform-submission-form .webform-flexbox > [id*=ajax-wrapper] .webform-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .webform-submission-form .webform-flexbox .webform-flex, .webform-submission-form .webform-flexbox > [id*=ajax-wrapper] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.webform-submission-form .webform-flex--container > .form-item {
  margin: 0 0 16px;
}
.webform-submission-form .form-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.webform-submission-form .form-actions .button {
  margin: 0;
}

.webform-type-webform-select-other .fieldset__legend {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.webform-type-webform-select-other .fieldset__legend .fieldset__label {
  font-size: 1rem;
  font-weight: 400;
  color: #0E0E0E;
  padding: 0;
  margin-block: var(--sp0-5);
}
.webform-type-webform-select-other .fieldset__legend .fieldset__label:after {
  content: "*";
  background-image: none;
  color: #6B003E;
}
.webform-type-webform-select-other.webform-composite-hidden-title {
  margin: 0;
  width: calc(100% - 5px);
}
@media screen and (max-width: 992px) {
  .webform-type-webform-select-other.webform-composite-hidden-title {
    width: 100%;
  }
}
.webform-type-webform-select-other .fieldset__wrapper, .webform-type-webform-select-other .fieldset__legend--visible ~ .fieldset__wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 14px;
  margin: 0 -0.5em;
}
.webform-type-webform-select-other .fieldset__wrapper .form-item, .webform-type-webform-select-other .fieldset__legend--visible ~ .fieldset__wrapper .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
          flex: 1 1 46%;
  max-width: 47.5%;
  margin: 0 0.5em 16px;
}
@media screen and (max-width: 992px) {
  .webform-type-webform-select-other .fieldset__wrapper .form-item, .webform-type-webform-select-other .fieldset__legend--visible ~ .fieldset__wrapper .form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

.form-type-webform-document-file label, .form-type-managed-file label {
  font-weight: 600;
  color: #0E0E0E;
}
.form-type-webform-document-file .webform-managed-file-placeholder, .form-type-webform-document-file .webform-managed-file-preview, .form-type-webform-document-file .webform-file-button, .form-type-managed-file .webform-managed-file-placeholder, .form-type-managed-file .webform-managed-file-preview, .form-type-managed-file .webform-file-button {
  font-size: 0.875rem;
  font-weight: 300;
  color: #4F4F4F;
}

.form-managed-file {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.form-managed-file .webform-managed-file-placeholder, .form-managed-file .dropzone {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.form-managed-file > span:not(.file) {
  display: none;
}
.form-managed-file > span.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  margin: 8px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 90%;
          flex: 0 1 90%;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-managed-file > span.file a {
  font-size: 1rem;
  color: #0E0E0E;
  text-decoration: none;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-managed-file > span.file:before {
  content: "";
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-image: url(../images/document-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.form-managed-file .form-submit {
  margin: 0;
  font-size: 0;
  border-radius: 0;
  padding: 12px;
  border: 0;
  background-image: url(../images/trash-can.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  line-height: 1;
}

.olivero-details__wrapper.custom_details_recap {
  margin: 0;
}

.webform-submission-data--view-mode-preview h2 {
  margin-top: 0;
  margin-bottom: 12px;
}
.webform-submission-data--view-mode-preview h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.custom-flex-listing h2 {
  margin-top: 0;
  margin-bottom: 12px;
}
.custom-flex-listing h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.custom-flex-listing .elements-wrapper {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
.custom-flex-listing .elements-wrapper .webform-element {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  font-size: 1rem;
  color: #0E0E0E;
}
.custom-flex-listing .elements-wrapper .webform-element .form-item__label {
  font-weight: 300;
  font-size: 0.875rem;
  margin: 0;
  color: #0E0E0E;
}
@media screen and (max-width: 767px) {
  .custom-flex-listing .elements-wrapper .webform-element {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.custom-flex-listing .elements-wrapper.documents-list .webform-element .form-item__label {
  font-weight: 600;
  font-size: 1rem;
}
.custom-flex-listing .elements-wrapper.documents-list .webform-element > div:not(.form-item__label) {
  display: inline-block;
  vertical-align: middle;
  gap: 4px;
  color: #0E0E0E;
  text-decoration: none;
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-flex-listing .elements-wrapper.documents-list .webform-element > div:not(.form-item__label) > span:not(.file) {
  display: none;
}
.custom-flex-listing .elements-wrapper.documents-list .webform-element > div:not(.form-item__label):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-image: url(../images/document-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}

.form-title-block {
  max-width: 674px;
  margin: 0 auto 42px;
}
.form-title-block h2 {
  margin: 0 0 12px;
  font-size: 2.5rem;
  line-height: 3rem;
}
.form-title-block h2.typography-text {
  color: #0E0E0E;
}

.webform-submission-form {
  max-width: 898px;
  margin: 0 auto;
}
.webform-submission-form .typography-text {
  color: #0E0E0E;
}
.webform-submission-form .webform-actions {
  margin-top: 42px;
}

.webform-progress ul.webform-progress-tracker {
  display: block;
  margin-bottom: 8px;
  padding: 0;
}
.webform-progress ul.webform-progress-tracker .progress-marker {
  display: none;
}
.webform-progress ul.webform-progress-tracker li.progress-step {
  display: none;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #99B4E9;
  font-weight: 600;
}
.webform-progress ul.webform-progress-tracker li.progress-step .progress-text {
  color: #99B4E9;
}
.webform-progress ul.webform-progress-tracker li.progress-step.is-active {
  display: block;
}

.flatpickr-calendar {
  font-family: inherit;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 7px 10px;
}
.flatpickr-calendar .flatpickr-months select, .flatpickr-calendar .flatpickr-months input {
  min-height: auto;
  font-weight: 400;
}
.flatpickr-calendar .flatpickr-current-month {
  font-size: 110%;
}
.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange, .flatpickr-calendar .flatpickr-day.selected.inRange, .flatpickr-calendar .flatpickr-day.startRange.inRange, .flatpickr-calendar .flatpickr-day.endRange.inRange, .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.selected:focus, .flatpickr-calendar .flatpickr-day.startRange:focus, .flatpickr-calendar .flatpickr-day.endRange:focus, .flatpickr-calendar .flatpickr-day.selected:hover, .flatpickr-calendar .flatpickr-day.startRange:hover, .flatpickr-calendar .flatpickr-day.endRange:hover {
  background: #6B003E;
  border-color: #6B003E;
}

.block-its-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 274px;
  padding: 40px;
}
.block-its-hero h2, .block-its-hero h4 {
  margin: 0;
  color: #ffffff;
}
.block-its-hero h2 {
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: 600;
}
.block-its-hero h4 {
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 300;
}
.block-its-hero .separator {
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  margin: 16px 0;
}
@media screen and (max-width: 992px) {
  .block-its-hero {
    padding: 20px;
  }
}

table, :is(.forum table, .text-content table, .views-table, .draggable-table) {
  border-collapse: collapse;
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  width: 100%;
}
table thead tr, :is(.forum table, .text-content table, .views-table, .draggable-table) thead tr {
  background-color: #6B003E;
  color: #ffffff;
  text-align: left;
}
table thead tr th, :is(.forum table, .text-content table, .views-table, .draggable-table) thead tr th {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
table th, table td, :is(.forum table, .text-content table, .views-table, .draggable-table) th, :is(.forum table, .text-content table, .views-table, .draggable-table) td {
  padding: 12px 15px;
  border: 0;
}
table tbody, :is(.forum table, .text-content table, .views-table, .draggable-table) tbody {
  border-top: 2px solid #6B003E;
  border-bottom: 2px solid #6B003E;
}
table tbody tr, :is(.forum table, .text-content table, .views-table, .draggable-table) tbody tr {
  font-weight: 400;
  border-bottom: 1px solid #DDDDDD;
}
table tbody tr:nth-of-type(even), :is(.forum table, .text-content table, .views-table, .draggable-table) tbody tr:nth-of-type(even) {
  background-color: #F7F7F7;
}
table tbody tr td, :is(.forum table, .text-content table, .views-table, .draggable-table) tbody tr td {
  font-size: 0.875rem;
}

.responsive-table {
  overflow-x: auto;
}

.modal-open .modal {
  background: rgba(107, 0, 62, 0.3);
}

.modal .modal-dialog, .modal.fade .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 530px;
}
.modal .modal-dialog .modal-content, .modal.fade .modal-dialog .modal-content {
  padding: 50px 20px;
  border-radius: 12px;
}
.modal .modal-dialog .modal-content .modal-header, .modal.fade .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
  text-align: center;
  margin-bottom: 24px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title, .modal.fade .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  font-size: 2rem;
  line-height: 1.875rem;
}
.modal .modal-dialog .modal-content .modal-body, .modal.fade .modal-dialog .modal-content .modal-body {
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
.modal .modal-dialog .modal-content .modal-body p, .modal.fade .modal-dialog .modal-content .modal-body p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4F4F4F;
  margin: 0;
  font-weight: 400;
}
.modal .modal-dialog .modal-content .modal-footer, .modal.fade .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-dialog, .ui-widget.ui-widget-content {
  max-width: 530px;
  padding: 50px 20px;
  border-radius: 12px;
  border: 0;
  background: #f0e5eb;
  position: relative;
  width: 95% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ui-dialog + .ui-widget-overlay, .ui-widget.ui-widget-content + .ui-widget-overlay {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.ui-dialog .ui-dialog-titlebar, .ui-widget.ui-widget-content .ui-dialog-titlebar {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #0E0E0E;
  margin-bottom: 24px;
  font-weight: 600;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title, .ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  width: 100%;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title:after, .ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-title:after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: rgba(107, 0, 62, 0.5);
  border-radius: 2px;
  margin: 18px auto 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .ui-dialog-content, .ui-widget.ui-widget-content .ui-dialog-content {
  max-width: 430px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  color: #4F4F4F;
  line-height: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  position: static;
}
.ui-dialog .ui-dialog-content p, .ui-widget.ui-widget-content .ui-dialog-content p {
  margin: 0;
  color: #4F4F4F;
}
.ui-dialog .ui-dialog-content .custom-modal-close, .ui-widget.ui-widget-content .ui-dialog-content .custom-modal-close {
  text-decoration: none;
  font-size: 0;
  padding: 12px;
  background-image: url(../images/close-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 22px;
  right: 22px;
  line-height: 1;
}
.ui-dialog .ui-dialog-content .custom-modal-close:focus, .ui-widget.ui-widget-content .ui-dialog-content .custom-modal-close:focus {
  outline: none;
}

html, body {
  height: 100%;
}

html, body, body > div.dialog-off-canvas-main-canvas, .page-wrapper, #page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.grid-full {
  display: block;
}

.layout-main-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-wrapper {
  max-width: 100%;
}

.site-header__initial {
  display: none;
}

.main-content, .container {
  width: 100%;
  margin: 0 auto;
}

.main-content__container {
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
}

.page-title {
  width: 100%;
  display: block;
  margin: 0;
}
.page-title span {
  display: block;
}
@media (min-width: 43.75rem) {
  .page-title {
    font-size: 3.125rem;
    line-height: 3.875rem;
  }
}

.node--type-candidatura .node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.node--type-candidatura .node__content > .field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
}
@media screen and (max-width: 767px) {
  .node--type-candidatura .node__content > .field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.block-page-title-block .hidden {
  display: none;
}

.menu--social-menu ul.menu {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.menu--social-menu ul.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.menu--social-menu ul.menu li a {
  font-size: 0;
  padding: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.menu--social-menu ul.menu li.facebook-icon a {
  background: url(../images/facebook-original.svg);
}
.menu--social-menu ul.menu li.instagram-icon a {
  background: url(../images/instagram.svg);
}
.menu--social-menu ul.menu li.yt-icon a {
  background: url(../images/youtube.svg);
}

.boxed-content-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boxed-content-wrapper {
  max-width: 537px;
  margin: 40px auto;
  padding: 60px 52px;
  border-radius: 20px;
}
.boxed-content-wrapper .region, .boxed-content-wrapper .region .block {
  margin: 0;
  display: block;
}
.boxed-content-wrapper .block .block__title, .boxed-content-wrapper .block .page-title {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #6B003E;
  font-weight: 600;
  margin: 0 0 16px;
}
.boxed-content-wrapper .block .text-content {
  text-align: center;
}
.boxed-content-wrapper .block .text-content p {
  color: #0E0E0E;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 300;
}
.boxed-content-wrapper .block form {
  margin-top: 39px;
}
.boxed-content-wrapper .block form > p {
  font-size: 0.625rem;
  margin: 4px 0 0;
  line-height: 0.75rem;
}
.boxed-content-wrapper .block form .form-item .description {
  font-size: 0.625rem;
  margin: 4px 0 0;
  line-height: 0.75rem;
}
.boxed-content-wrapper .block form .forgot-pass-link {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.boxed-content-wrapper .block form .forgot-pass-link:hover {
  text-decoration: underline;
}
.boxed-content-wrapper .block form .form-actions {
  margin: 34px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boxed-content-wrapper .block form .form-actions .form-submit {
  margin: 0;
  max-width: 90%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .boxed-content-wrapper {
    padding: 40px 25px;
  }
}

.pager .pager__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.pager .pager__items .pager__item {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}
.pager .pager__items .pager__item a, .pager .pager__items .pager__item span {
  padding: 4px 7px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  border-radius: 3px;
  color: #4F4F4F;
}
.pager .pager__items .pager__item a:hover, .pager .pager__items .pager__item a:focus {
  color: #6B003E;
}
.pager .pager__items .pager__item.pager__item--last, .pager .pager__items .pager__item.pager__item--first {
  display: none;
}

.site-header {
  min-height: auto;
  border: 0;
}
.site-header .site-header__fixable.is-fixed:not(.is-expanded), .site-header .site-header__fixable {
  pointer-events: auto;
}

.site-header__inner {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(5, 13, 29, 0.18);
          box-shadow: 0px 10px 15px 0px rgba(5, 13, 29, 0.18);
}
.site-header__inner .site-header__inner__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px;
}
.site-header__inner .site-branding {
  background: transparent;
  min-height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0;
}
.site-header__inner .site-branding .site-branding__inner {
  max-width: 140px;
  padding: 0;
  height: auto;
}
.site-header__inner .site-branding .site-branding__inner img {
  width: 100%;
}
.site-header__inner .mobile-buttons {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header__inner .mobile-buttons .mobile-nav-button {
  margin: 0 0 0 15px;
  padding: 2px;
}
.site-header__inner .social-bar {
  width: auto;
  background: transparent;
}
.site-header__inner .social-bar__inner {
  padding: 0;
  width: auto;
}
.site-header__inner .social-bar__inner .rotate {
  -webkit-transform: none;
          transform: none;
  position: relative;
  inset-inline-start: 0;
}
.site-header__inner .social-bar__inner .rotate > * {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.site-header__inner .social-bar__inner .rotate ul.menu {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.site-header__inner .social-bar__inner .rotate ul.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header__inner .social-bar__inner .rotate ul.menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #0E0E0E;
  text-decoration: none;
}
.site-header__inner .social-bar__inner .rotate ul.menu li a.is-active {
  font-weight: 700;
}
.site-header__inner .social-bar__inner .rotate ul.menu li a.button-link, .site-header__inner .social-bar__inner .rotate ul.menu li a[link=button-link] {
  color: #ffffff;
  font-weight: 500;
  padding: 8px 16px;
}
.site-header__inner .social-bar__inner .rotate ul.menu li a.button-link.is-active, .site-header__inner .social-bar__inner .rotate ul.menu li a[link=button-link].is-active {
  font-weight: 500;
}
.site-header__inner .social-bar__inner .rotate ul.menu li a:hover, .site-header__inner .social-bar__inner .rotate ul.menu li a:focus, .site-header__inner .social-bar__inner .rotate ul.menu li a.is-active {
  color: #6B003E;
}
.site-header__inner .menu--main a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #0E0E0E;
  text-decoration: none;
}
.site-header__inner .menu--main a.is-active {
  font-weight: 700;
}
.site-header__inner .menu--main a:hover, .site-header__inner .menu--main a:focus, .site-header__inner .menu--main a.is-active {
  color: #6B003E;
}
@media screen and (max-width: 992px) {
  .site-header__inner .mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header__inner .social-bar {
    display: none;
  }
}

.site-footer {
  background: transparent;
  border: 0 !important;
}
.site-footer .site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 20px;
}
.site-footer .site-footer__inner a:hover, .site-footer .site-footer__inner a:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-footer .site-footer__inner.container {
  padding: 20px 30px;
}
.site-footer .site-footer__inner .footer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23%;
          flex: 1 1 23%;
  max-width: 25%;
}
.site-footer .site-footer__inner .footer-column .block .block__title {
  color: #0E0E0E;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin: 0 0 10px;
  letter-spacing: 0;
}
.site-footer .site-footer__inner .footer-column .menu {
  margin: 0;
}
.site-footer .site-footer__inner .footer-column .menu li {
  margin: 0 0 10px;
  line-height: 0.875rem;
}
.site-footer .site-footer__inner .footer-column .menu li a {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #0E0E0E;
  text-decoration: none;
}
.site-footer .site-footer__inner .footer-column .menu li a:hover, .site-footer .site-footer__inner .footer-column .menu li a:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6B003E;
}
.site-footer .site-footer__inner .footer-column .text-content p, .site-footer .site-footer__inner .footer-column .text-content a {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #0E0E0E;
}
.site-footer .site-footer__inner .footer-column .text-content p {
  margin: 0 0 10px;
}
.site-footer .site-footer__inner .footer-column .text-content a {
  text-decoration: none;
}
.site-footer .site-footer__inner .footer-column .text-content a:hover, .site-footer .site-footer__inner .footer-column .text-content a:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6B003E;
}
.site-footer .site-footer__inner .site-branding {
  min-height: auto;
  margin: 0;
  background: transparent;
  padding: 0;
}
.site-footer .site-footer__inner .site-branding .site-branding__inner {
  padding: 0;
  height: auto;
}
.site-footer .site-footer__inner .site-branding img {
  max-width: 175px;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  .site-footer .site-footer__inner .footer-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: 32%;
  }
  .site-footer .site-footer__inner .footer-column.footer-first {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .site-footer__inner .footer-column .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer__inner .footer-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
}
.site-footer .footer-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.site-footer .footer-bottom-container p, .site-footer .footer-bottom-container .text-content a, .site-footer .footer-bottom-container .block__title {
  color: #0E0E0E;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.site-footer .footer-bottom-container ul.menu, .site-footer .footer-bottom-container ul.menu li, .site-footer .footer-bottom-container ul.menu li a {
  margin: 0;
}
.site-footer .footer-bottom-container ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.site-footer .footer-bottom-container .block {
  margin: 0;
  width: auto;
}
.site-footer .footer-bottom-container .block-menu:not(.menu--social-menu) a {
  color: #0E0E0E;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.site-footer .footer-bottom-container .footer-bottom-column.footer-first {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-footer .footer-bottom-container .footer-bottom-column.footer-first .grid-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.site-footer .footer-bottom-container .menu--social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.site-footer .footer-bottom-container .menu--social-menu .block__title {
  margin: 0;
}
.site-footer .footer-bottom-container .menu--account > .contextual {
  display: none;
}

main .block-block-content .block__title, main .block-views .block__title {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #0E0E0E;
  font-weight: 700;
  letter-spacing: 0;
}
main .block-block-content .text-content a, main .block-views .text-content a {
  display: inline-block;
  padding: 12px 28px 12px 28px;
  border: 1px solid #6B003E;
  outline: none;
  background-color: #6B003E;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
  text-decoration: none;
}
main .block-block-content .text-content a:hover, main .block-block-content .text-content a:focus, main .block-block-content .text-content a:active:focus, main .block-views .text-content a:hover, main .block-views .text-content a:focus, main .block-views .text-content a:active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #6B003E;
  border: 1px solid #6B003E;
  font-weight: 500;
}
main .block-its-three-img-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 58px;
}
main .block-its-three-img-hero .block-content-left, main .block-its-three-img-hero .block-content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
          flex: 1 1 46%;
}
main .block-its-three-img-hero .block__title {
  font-size: 3.75rem;
  line-height: 4.875rem;
  font-weight: 700;
  margin-bottom: 8px;
}
main .block-its-three-img-hero .text-content {
  margin-bottom: 32px;
}
main .block-its-three-img-hero .text-content p {
  font-size: 1.125rem;
  line-height: 1.438rem;
  font-weight: 300;
}
main .block-its-three-img-hero .field--name-field-button-link a {
  padding: 12px 28px 12px 28px;
  border: 1px solid #6B003E;
  outline: none;
  background-color: #6B003E;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
  text-decoration: none;
}
main .block-its-three-img-hero .field--name-field-button-link a:hover, main .block-its-three-img-hero .field--name-field-button-link a:focus, main .block-its-three-img-hero .field--name-field-button-link a:active:focus, main .block-its-three-img-hero .field--name-field-button-link a.is-active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #6B003E;
  border-width: 1px;
  font-weight: 500;
  border: 1px solid #6B003E;
}
main .block-its-three-img-hero .field--name-field-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
main .block-its-three-img-hero .field--name-field-images .field__item:nth-child(even) {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  main .block-its-three-img-hero {
    gap: 30px;
  }
  main .block-its-three-img-hero .block__title {
    font-size: 2.5rem;
    line-height: 3.625rem;
  }
  main .block-its-three-img-hero .text-content p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  main .block-its-three-img-hero .text-content p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.node--type-article {
  max-width: 902px;
  margin: 0 auto;
}
.node--type-article .field--name-field-image {
  margin: 0 0 24px;
  max-width: 100%;
}
.node--type-article h3 {
  line-height: 2.125rem;
  margin: 0 0 24px;
  -ms-hyphens: none;
      hyphens: none;
}
.node--type-article .text-content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: 34px;
  color: #4F4F4F;
}
.node--type-article a.button {
  margin: 0;
}
.node--type-article.node-teaser {
  max-width: 1114px;
}
.node--type-article.node-teaser .node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.node--type-article.node-teaser .node__content .teaser-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
          flex: 1 1 46%;
}
.node--type-article.node-teaser .node__content .teaser-col h4 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  -ms-hyphens: none;
      hyphens: none;
}
.node--type-article.node-teaser .node__content .teaser-col.text-col {
  padding: 0 0 0 58px;
}
@media screen and (max-width: 992px) {
  .node--type-article.node-teaser .node__content {
    max-width: 660px;
    margin: 0 auto;
  }
  .node--type-article.node-teaser .node__content .teaser-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .node--type-article.node-teaser .node__content .teaser-col.text-col {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article .field--name-field-image {
    margin-bottom: 16px;
  }
  .node--type-article h3 {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 16px;
  }
  .node--type-article .text-content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 24px;
  }
}

.node--type-bando {
  background: transparent;
  max-width: 1127px;
  margin: 0 auto;
}
.node--type-bando .node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.node--type-bando .node__content .content-col.col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 58%;
          flex: 1 1 58%;
}
.node--type-bando .node__content .content-col.col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37%;
          flex: 1 1 37%;
}
.node--type-bando .node__content .content-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.node--type-bando h3 {
  line-height: 2.125rem;
  margin: 0 0 24px;
  -ms-hyphens: none;
      hyphens: none;
  color: #0E0E0E;
}
.node--type-bando .text-content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: 34px;
  color: #4F4F4F;
}
.node--type-bando .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  color: #4F4F4F;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.node--type-bando .date-wrapper strong {
  font-weight: 600;
  color: #6B003E;
}
.node--type-bando .field--name-field-allegato, .node--type-bando .field--name-field-file-bando {
  margin: 0;
}
.node--type-bando .field--name-field-allegato .field__item:not(:last-child), .node--type-bando .field--name-field-file-bando .field__item:not(:last-child) {
  margin-bottom: 14px;
}
.node--type-bando .field--name-field-allegato .field__item > span:not(.file), .node--type-bando .field--name-field-file-bando .field__item > span:not(.file) {
  display: none;
}
.node--type-bando .field--name-field-allegato .field__item .file a, .node--type-bando .field--name-field-file-bando .field__item .file a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #0E0E0E;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.node--type-bando .field--name-field-allegato .field__item .file a:after, .node--type-bando .field--name-field-file-bando .field__item .file a:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.node--type-bando.node-teaser {
  background: #ffffff;
  border: 1px solid rgba(214, 214, 214, 0.1);
  border-radius: 10px;
  padding: 24px;
  height: 100%;
}
.node--type-bando.node-teaser .node__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
  gap: 0;
}
.node--type-bando.node-teaser .node__content h4 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  -ms-hyphens: none;
      hyphens: none;
}
.node--type-bando.node-teaser .node__content .grow-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.node--type-bando.node-teaser .node__content .text-content {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.node--type-bando.node-teaser .node__content .date-wrapper {
  margin-top: 16px;
  gap: 4px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.node--type-bando.node-teaser .node__content .more-button-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.node--type-bando.node-teaser .node__content .more-button-wrapper .button {
  margin-top: 24px;
  font-size: 0.875rem;
  padding: 6px 28px;
}
.node--type-bando.node-teaser .node__content .field--name-field-categoria {
  display: inline-block;
  margin: 0 0 22px;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(153, 180, 233, 0.2);
  color: #99B4E9;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 992px) {
  .node--type-bando .node__content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .node--type-bando .node__content .content-box {
    padding: 30px;
  }
  .node--type-bando h3 {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 16px;
  }
  .node--type-bando .text-content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 24px;
  }
  .node--type-bando .date-wrapper {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.custom-collapsible {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(214, 214, 214, 0.5);
  background: transparent;
  cursor: pointer;
}
.custom-collapsible .custom-collapsible-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.custom-collapsible + .custom-collapsible-content {
  padding: 16px 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  max-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
}
.custom-collapsible.active .custom-collapsible-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.custom-collapsible.active + .custom-collapsible-content {
  visibility: visible;
}

.thank-you-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 455px;
  margin: 10% auto 0;
  padding: 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: rgba(107, 0, 62, 0.1);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
.thank-you-box h3, .thank-you-box p, .thank-you-box a {
  text-align: center;
  margin: 0;
}
.thank-you-box h3 {
  margin: 24px 0;
  line-height: 1.875rem;
  color: #0E0E0E;
  font-weight: 600;
}
.thank-you-box h3:after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: rgba(107, 0, 62, 0.5);
  border-radius: 2px;
  margin: 18px auto 0;
}
.thank-you-box p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4F4F4F;
  font-weight: 400;
}
.thank-you-box a {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .thank-you-box {
    padding: 30px 15px;
  }
  .thank-you-box p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.path-news .page-title, .path-bandi .page-title {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #0E0E0E;
  margin-bottom: 32px;
}
.path-news.path-bandi .block-page-title-block, .path-bandi.path-bandi .block-page-title-block {
  margin: 0;
}
.path-news.path-bandi .page-title, .path-bandi.path-bandi .page-title {
  margin-bottom: 0;
}

.path-frontpage main .block-views .block__title {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #0E0E0E;
  margin-bottom: 32px;
}
.path-frontpage main .block-views.block-views-blockbandi-block-homepage-bandi .block__title {
  margin-bottom: 0;
}

.view {
  display: block;
}
.view .views-exposed-form .form-boolean-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view .views-exposed-form .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.view .views-exposed-form .form-radios .js-form-type-radio label {
  display: block;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4F4F4F;
  font-weight: 300;
}
.view .views-exposed-form .form-radios .js-form-type-radio input {
  display: none;
}
.view .views-exposed-form .form-radios .js-form-type-radio input:checked + label {
  background: #6B003E;
  color: #ffffff;
  font-weight: 500;
}
.view .views-exposed-form .form-radios::-webkit-scrollbar {
  height: 5px;
}
.view .views-exposed-form .form-radios::-webkit-scrollbar-thumb {
  background-color: rgba(153, 180, 233, 0.2);
  border-radius: 10px;
}
.view .views-exposed-form .form-radios::-webkit-scrollbar-track {
  background-color: #F7F7F7;
}
.view .view-content {
  margin-bottom: 40px;
}
.view .more-link {
  display: block;
  text-align: center;
}
.view .more-link > a {
  display: inline-block;
}
.view.view-news .view-content .flex-row:nth-child(even) .node .node__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}
.view.view-news .view-content .flex-row:nth-child(even) .node .node__content .teaser-col.text-col {
  padding: 0 58px 0 0;
}
@media screen and (max-width: 992px) {
  .view.view-news .view-content .flex-row:nth-child(even) .node .node__content .teaser-col.text-col {
    padding: 0;
  }
}
.view.view-bandi .view-header {
  margin-bottom: 32px;
  text-align: center;
}
.view.view-bandi .views-view-responsive-grid .views-view-responsive-grid__item-inner {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .view.view-bandi .views-view-responsive-grid {
    --views-responsive-grid--column-count: 3!important;
  }
}
@media screen and (max-width: 767px) {
  .view.view-bandi .views-view-responsive-grid {
    --views-responsive-grid--column-count: 2!important;
  }
}
@media screen and (max-width: 540px) {
  .view.view-bandi .views-view-responsive-grid {
    --views-responsive-grid--column-count: 1!important;
  }
}

@-moz-document url-prefix() {
  .form-radios {
    scrollbar-width: thin;
    scrollbar-color: rgba(153, 180, 233, 0.2) #F7F7F7;
  }
}