@charset "UTF-8";
body {
  color: #3a3a3a;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 120%;
}

a {
  color: #000000;
}

strong {
  font-weight: 700;
}

.bg-primary {
  background-color: #0033A1 !important;
}

.bg-navbar {
  background-color: #3A80AA !important;
}

.bg-gray {
  background-color: #F5F7FA;
}

.navbar-brand.custom-logo-link img {
  max-width: 12.5rem;
}

@media (min-width: 87.5em) {
  .container {
    max-width: 68.75rem !important;
  }
}
.container.container-900 {
  max-width: 56.25rem !important;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 -0.5 21 21'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.018 10 21 18.554 19.481 20 10.5 11.446 1.518 20 0 18.554 8.981 10 0 1.446 1.518 0 10.5 8.554 19.481 0 21 1.446z'/%3E%3C/svg%3E");
}

.cta, .cta-link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  border: 2px solid #5FB3E6;
  border-radius: 0.75rem;
  background-color: #5FB3E6;
  color: #ffffff;
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 600;
}
.cta:hover, .cta-link:hover {
  background-color: #4480a5;
  color: #ffffff;
}
.cta.cta-white, .cta-link.cta-white {
  background-color: #ffffff;
  color: #0033A1;
}
.cta.cta-white:hover, .cta-link.cta-white:hover {
  background-color: #93D500;
  color: #0033A1;
}
.cta--gray, .cta-link--gray {
  background-color: #D9D9D9;
  color: #3a3a3a;
  border-color: #D9D9D9;
}
.cta--gray:hover, .cta-link--gray:hover {
  background-color: #ffffff;
  color: #073157;
  border-color: #5FB3E6;
}

.w-strip {
  position: relative;
}
.w-strip:before {
  content: "";
  width: 6.25rem;
  height: 0.625rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #93D500;
}
.w-strip--left {
  right: unset;
  left: 0;
}

.search-form--container {
  margin: 0 0 2.1875rem;
}
.search-form--container form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-bottom: 0;
}
.search-form--container span {
  color: #0033A1;
  margin-right: 0.625rem;
  font-size: 1.25rem;
}

.wpcf7 {
  max-width: 100%;
  margin-top: 1.5625rem !important;
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form label span {
  margin-top: 0.625rem;
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  margin-bottom: 1.5625rem;
  margin-top: 0;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  gap: 0.625rem;
  align-items: start;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance input {
  margin-top: 0.1875rem;
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}

input {
  background-color: #ffffff;
  border: 1px solid #073157 !important;
  border-radius: 0 !important;
  font-size: 16px;
  padding: 0.3125rem;
  height: 2.5rem !important;
  line-height: 100% !important;
}

select, textarea {
  border-radius: 0 !important;
  border: 1px solid #073157 !important;
}

input[type=checkbox] {
  height: auto !important;
}

input[type=submit], input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 1.25rem !important;
  border: 2px solid #5FB3E6 !important;
  border-radius: 0.75rem !important;
  background-color: #5FB3E6;
  color: #ffffff;
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
input[type=submit]:hover, input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #ffffff;
  color: #073157;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.slider-aperura--title {
  font-size: 3.375rem;
}
@media (max-width: 42.25em) {
  .slider-aperura--title {
    font-size: 2.75rem;
  }
}

.section-title {
  font-weight: 400;
  font-size: 2.25rem;
  color: #3a3a3a;
  margin-bottom: 1.5625rem;
}
@media (max-width: 42.25em) {
  .section-title {
    font-size: 1.75rem;
  }
}

.page-title {
  margin-bottom: 3.125rem;
  text-align: center;
}

section {
  padding: 3.125rem 0;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.form--container {
  margin-top: 2.5rem;
}
.form--container input, .form--container textarea, .form--container select {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
}
.form--container span.wpcf7-checkbox, .form--container span.wpcf7-radio {
  display: block;
}

.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: unset;
  white-space: unset;
}
.text-truncate--two-lines {
  -webkit-line-clamp: 2;
}
.text-truncate--three-lines {
  -webkit-line-clamp: 3;
}
.text-truncate--four-lines {
  -webkit-line-clamp: 4;
}
.text-truncate--five-lines {
  -webkit-line-clamp: 5;
}
.text-truncate--six-lines {
  -webkit-line-clamp: 6;
}

.nd-media {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.nd-media__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.border-radius--10 {
  border-radius: 10px;
}
.border-radius--10 img {
  border-radius: 10px;
}
.border-radius--20 {
  border-radius: 20px;
}
.border-radius--20 img {
  border-radius: 20px;
}
.border-radius--25 {
  border-radius: 25px;
}
.border-radius--25 img {
  border-radius: 25px;
}
.border-radius--30 {
  border-radius: 30px;
}
.border-radius--30 img {
  border-radius: 30px;
}

.sidebar {
  padding: 0 0 0 0.9375rem;
}
@media (max-width: 47.9375em) {
  .sidebar {
    padding: 0;
  }
}

video {
  border-radius: 20px;
}

@media (min-width: 42.3125em) {
  .swiper-container:has(.swiper-button-prev), .swiper-container:has(.swiper-button-next) {
    position: relative;
  }
  .swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
    color: #073157 !important;
    font-size: 1.625rem;
  }
  .swiper-container .swiper-button-prev {
    left: -1.875rem;
  }
  .swiper-container .swiper-button-next {
    right: -1.875rem;
  }
}
.swiper-pagination-bullet {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0 0.375rem !important;
}
.swiper-pagination-bullet-active {
  background-color: #073157 !important;
}
.swiper .post-card:hover {
  transform: none;
}

.page-builder-container:has(.sidebar) section:first-of-type {
  padding-top: 0 !important;
}

@media (max-width: 47.9375em) {
  .form--container {
    margin-top: 2.5rem;
  }
}
.enter-bottom {
  opacity: 0;
  transform: translateY(120px); /* parte "sotto" rispetto alla posizione naturale */
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.enter-scale {
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.enter-scale.is-visible {
  transform: scale(1);
}

/* Classe aggiunta via JS quando l'elemento entra nel viewport */
.enter-bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Ritardi opzionali per animazioni in sequenza ──
   Aggiungili all'elemento insieme a .enter-bottom
   es: <div class="enter-bottom delay-1"> */
.enter-bottom.delay-1 {
  transition-delay: 0.3s;
}

.enter-bottom.delay-2 {
  transition-delay: 0.4s;
}

.enter-bottom.delay-3 {
  transition-delay: 0.5s;
}

.enter-bottom.delay-4 {
  transition-delay: 0.6s;
}

.enter-bottom.delay-5 {
  transition-delay: 0.7s;
}

.enter-bottom.delay-6 {
  transition-delay: 0.8s;
}

.enter-bottom.delay-7 {
  transition-delay: 0.9s;
}

.enter-bottom.delay-8 {
  transition-delay: 1s;
}

.enter-bottom.delay-9 {
  transition-delay: 1.1s;
}

/* ── Rispetta le preferenze di accessibilità ── */
@media (prefers-reduced-motion: reduce) {
  .enter-bottom {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* @start: Fancybox 3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-image, .fancybox-content {
  border-radius: 20px;
  background-color: transparent;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.search-form {
  justify-content: center;
  margin-bottom: 1.5625rem;
}
.search-form input[type=submit] {
  background-color: #3A80AA;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 20px;
  border: 1px solid #0033A1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.796 15.811 21 21m-3-10.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0'/%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  border-radius: 10px;
}
.search-form input {
  border-radius: 10px !important;
}

.hero {
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 5.625rem);
}
.hero > div {
  z-index: 1;
  position: relative;
}
.hero h1 {
  color: #073157;
  font-size: 2.25rem;
  margin-bottom: 0.9375rem;
}
.hero .cta-container {
  margin-top: 3.75rem;
}
.hero--col-sx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 37.5rem;
}
.hero--col-sx__content {
  color: #073157;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.5625rem;
  border-radius: 0.625rem;
}
.hero--col-dx {
  height: 100%;
  padding-top: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hero--secondary-text {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 30px;
  line-height: 118%;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(10, 76, 138, 0.4509803922);
  color: #ffffff;
  border-radius: 0.625rem;
}
.hero--secondary-text span {
  font-size: 3rem;
  padding-top: 0.9375rem;
  display: inline-block;
}
.hero.hero-w-overlay {
  position: relative;
  padding: 3.125rem 0;
  color: #ffffff;
}
.hero.hero-w-overlay h1 {
  color: #ffffff;
}
.hero.hero-w-overlay .hero--col-sx {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #ffffff;
}
.hero.hero-w-overlay .hero--col-sx__content {
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  border-radius: 0.625rem;
}
.hero.hero-w-overlay .hero--secondary-text {
  background-color: rgba(245, 245, 245, 0.3294117647);
}
.hero.hero-w-overlay::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073157;
  opacity: 0.76;
  position: absolute;
  z-index: 0;
}

#section-box_section_cta .box {
  border-radius: 10px;
  padding: 1.25rem;
}
#section-box_section_cta .box__container {
  margin-bottom: 1.5625rem;
}
#section-box_section_cta .box__text p:last-of-type {
  margin-bottom: 0;
}
#section-box_section_cta .box:has(a) {
  transition: all 0.2s ease;
}
#section-box_section_cta .box:has(a):hover {
  transform: scale(1.03);
}
#section-box_section_cta .box h3 {
  font-weight: 500;
}
#section-box_section_cta .box a {
  text-decoration: none;
  color: #3a3a3a;
}
#section-box_section_cta.bg-white .box {
  border-radius: 10px;
  padding: 1.25rem;
}
#section-box_section_cta.bg-gray {
  background-color: #F5F7FA;
}
#section-testo_e_immagine img {
  border-radius: 10px;
}
#section-testo_e_immagine .testo-immagine__content {
  min-height: 18.75rem;
  display: flex;
  flex-direction: column;
  max-width: 28.125rem;
  margin-bottom: 1.5625rem;
  border-radius: 10px;
  padding: 1.5625rem;
  justify-content: space-between;
}
#section-testo_e_immagine .testo-immagine__content .cta {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.125rem !important;
}
#section-testo_e_immagine .testo-immagine__title {
  margin-bottom: 1.5625rem;
}
#section-testo_e_immagine .testo-immagine__text {
  margin-bottom: 1.5625rem;
}

#section-numeri {
  background-color: #073157;
  color: #ffffff;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section-numeri .section-title {
  color: #ffffff;
}
#section-numeri .numero {
  margin-bottom: 1.5625rem;
}
@media (max-width: 35.9375em) {
  #section-numeri .numero {
    flex-wrap: wrap;
    gap: 15px !important;
  }
}
#section-numeri .numero__valore {
  font-weight: 600;
  font-size: 4.375rem;
  line-height: 110%;
}
#section-numeri .numero__label-titolo {
  font-size: 1.75rem;
  line-height: 110%;
}

#section-box_section_cta .box {
  border-radius: 10px;
  padding: 1.25rem;
  border: 1px solid #D9D9D9;
}
#section-box_section_cta .box--icona {
  margin-bottom: 1.5625rem;
  width: 3rem;
}
#section-box_section_cta.bg-white .box {
  border-radius: 10px;
  padding: 1.25rem;
}
#section-box_section_cta.bg-gray {
  background-color: #F5F7FA;
}
#section-form .form__form-col {
  padding: 0 0.625rem;
}
#section-form .form__form-col .section-form__container {
  border-radius: 10px;
  margin: 0 auto;
  background-color: #F5F7FA;
  padding: 1.5625rem;
}

#section-form-newsletter {
  background-image: url(../images/bg-section-scroll-1.png), url(../images/bg-section-scroll-2.png);
  background-position: bottom 0 left 0, top 0 right 0;
  background-size: 35%;
  background-repeat: no-repeat;
  background-color: #073157;
  color: #ffffff;
}
#section-form-newsletter .form__form-col {
  padding: 0 0.625rem;
}
#section-form-newsletter .form__form-col .section-form__container {
  margin: 0 auto;
}
#section-form-newsletter .form__form-col .section-form__container .section-title {
  color: #ffffff;
}

#section-cards-testo-immagine {
  background-color: #F5F7FA;
}
#section-cards-testo-immagine .card-container + .card-container {
  margin-top: 1.5625rem;
}
#section-cards-testo-immagine .cards-ti__card .cards-ti__text-col {
  padding: 1.5625rem;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-cards-testo-immagine .cards-ti__card .cards-ti__title {
  font-weight: 400;
  margin-bottom: 3.125rem;
}
#section-cards-testo-immagine .cards-ti__card .cards-ti__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-cards-testo-immagine .cards-ti__card img {
  border-radius: 10px;
}
#section-cards-testo-immagine .cards-ti__card + .cards-ti__card {
  margin-top: 1.5625rem;
}
@media (min-width: 48em) {
  #section-cards-testo-immagine .cards-ti__card .cards-ti__image-wrapper {
    height: 100%;
  }
  #section-cards-testo-immagine .cards-ti__card .cards-ti__image-wrapper img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 47.9375em) {
  #section-cards-testo-immagine .card-container + .card-container {
    margin-top: 1.5625rem;
  }
  #section-cards-testo-immagine .cards-ti__card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.5625rem;
  }
  #section-cards-testo-immagine .cards-ti__card .cards-ti__text-col, #section-cards-testo-immagine .cards-ti__card .cards-ti__image-col {
    padding: 0;
  }
  #section-cards-testo-immagine .cards-ti__card .cards-ti__text-col + .cards-ti__image-col {
    margin-top: 1.5625rem;
  }
}

#section-banner-info {
  position: relative;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-banner-info::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073157;
  opacity: 0.76;
  position: absolute;
  z-index: 0;
}
#section-banner-info .banner-info__content {
  z-index: 1;
  position: relative;
}
#section-banner-info .banner-info__content > * {
  z-index: 1;
  position: relative;
}
#section-banner-info .banner-info__content .banner-info__title, #section-banner-info .banner-info__content .banner-info__text {
  color: #ffffff;
}

#section-cards-colonne .card-col {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}
#section-cards-colonne .card-col__container {
  margin-bottom: 1.5625rem;
}
#section-cards-colonne .card-col__body {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
#section-cards-colonne .card-col__body .section-title {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
#section-cards-colonne .card-col__body .cta {
  margin-top: 0.625rem !important;
}
#section-cards-colonne .card-col__image-wrapper {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#section-cards-colonne .card-col__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

#section-cards-colonne.cards-servizi .card-col {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}
#section-cards-colonne.cards-servizi .card-col__body {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
#section-cards-colonne.cards-servizi .card-col__image-wrapper {
  width: 75%;
  aspect-ratio: 3/2;
  overflow: hidden;
  max-width: 9.375rem;
  margin: 1.25rem 0 0 1.25rem;
}
#section-cards-colonne.cards-servizi .card-col__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
#section-cards-colonne.cards-servizi .card-col__figli {
  padding-left: 0rem;
  list-style-type: none;
  margin-top: 1.5625rem;
}
#section-cards-colonne.cards-servizi .card-col__figli li a {
  display: block;
  text-decoration: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  transition: all 0.2s ease;
  border-radius: 10px;
  border: 1px solid #5FB3E6;
}
#section-cards-colonne.cards-servizi .card-col__figli li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent; /* metà dell'altezza */
  border-bottom: 8px solid transparent; /* metà dell'altezza */
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #073157;
  right: 0.625rem;
  transition: all 0.2s ease;
}
#section-cards-colonne.cards-servizi .card-col__figli li a:hover {
  background-color: #5FB3E6;
  color: #ffffff;
}
#section-cards-colonne.cards-servizi .card-col__figli li a:hover::after {
  border-left: 10px solid #ffffff;
  right: 5px;
}
#section-cards-colonne.cards-servizi .card-col__figli li + li {
  margin-top: 0.9375rem;
}

#section-documenti .cta {
  margin-top: 1.5625rem;
}
#section-documenti .documenti__titolo {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #073157;
}
#section-documenti .documenti__file-col a {
  text-decoration: none;
  color: #073157;
  font-weight: 500;
  font-size: 1.5rem;
}
#section-documenti .documenti__file-col span {
  display: block;
}
#section-documenti .documenti__file-col span svg {
  width: 2rem;
  height: 2rem;
  margin-top: 0.9375rem;
}

#section-posizioni-aperte .posizione__container {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 1.25rem;
}
#section-posizioni-aperte .posizione__container + .posizione__container {
  margin-top: 1.5625rem;
}
#section-posizioni-aperte .posizione__titolo {
  font-size: 1.5rem;
}
#section-posizioni-aperte .posizione__cta-col {
  margin-top: 0.9375rem;
}

#section-accordion .accordion {
  max-width: 37.5rem;
}
#section-accordion .accordion-item {
  border: 0;
}
#section-accordion .accordion-header {
  border-bottom: 1px solid #073157;
  color: #073157;
  font-weight: 500;
}
#section-accordion .accordion-header button {
  color: #073157;
  font-weight: 500;
  border-radius: 0;
}
#section-accordion .accordion-header button:not(.collapsed) {
  background-color: rgba(217, 217, 217, 0.231372549);
}
#section-accordion .accordion-header button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2523073157' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

#section-testo-carousel-media .swiper-container {
  padding: 0 1.875rem;
  position: relative;
}
@media (max-width: 47.9375em) {
  #section-testo-carousel-media .swiper-container {
    margin-top: 1.5625rem;
  }
}
#section-testo-carousel-media .swiper-button-prev {
  left: 0px;
}
#section-testo-carousel-media .swiper-button-prev:after {
  font-size: 1.5rem;
  color: #073157;
}
#section-testo-carousel-media .swiper-button-next {
  right: 0px;
}
#section-testo-carousel-media .swiper-button-next:after {
  font-size: 1.5rem;
  color: #073157;
}
#section-testo-carousel-media .swiper-slide {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#section-testo-carousel-media .swiper-slide .carousel-media__media-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#section-testo-carousel-media .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-testo-carousel-media .swiper .carousel-media__media-wrapper {
  position: relative;
  background-color: #073157;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
#section-testo-carousel-media .swiper .carousel-media__media-wrapper img.video-cover {
  opacity: 0.5;
}
#section-testo-carousel-media .swiper .carousel-media__media-wrapper svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#section-reviews {
  background-color: #F5F7FA;
}
#section-reviews .swiper-container {
  padding: 0 0 3.125rem 0;
  position: relative;
}
@media (max-width: 47.9375em) {
  #section-reviews .swiper-container {
    margin-top: 1.5625rem;
  }
}
#section-reviews .swiper-container .swiper-pagination {
  bottom: 0;
}
#section-reviews .swiper-button-prev {
  left: 0px;
}
#section-reviews .swiper-button-prev:after {
  font-size: 1.5rem;
  color: #073157;
}
#section-reviews .swiper-button-next {
  right: 0px;
}
#section-reviews .swiper-button-next:after {
  font-size: 1.5rem;
  color: #073157;
}
#section-reviews .swiper-slide {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 1.25rem;
}

#section-slider-immagini .slider__swiper {
  width: 100%;
  padding-block: 20px;
}
#section-slider-immagini .slider__swiper .swiper-slide {
  width: 280px;
  opacity: 1;
  transition: opacity 0.3s;
}
#section-slider-immagini .slider__swiper .swiper-slide-active {
  opacity: 1;
}
#section-slider-immagini .slider__image {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#section-slider-immagini .slider__nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
}
#section-slider-immagini .slider__nav-label {
  cursor: pointer;
  font-size: 1.25rem;
  color: #D9D9D9;
  transition: color 0.3s, font-weight 0.3s;
}
#section-slider-immagini .slider__nav-label--active {
  color: #073157;
  font-weight: 500;
}
#section-slider-immagini .slider__testo {
  display: none;
  text-align: center;
}
#section-slider-immagini .slider__testo--active {
  display: block;
}

#section-scroll {
  overflow: hidden;
  position: relative;
  background-color: #073157;
  padding: 0;
}
#section-scroll .section-scroll--container {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  color: #ffffff;
  height: 75vh;
  min-height: 34.375rem;
  padding: 4.6875rem 0 0 0;
  flex-wrap: nowrap;
  background-image: url(../images/bg-section-scroll-1.png), url(../images/bg-section-scroll-2.png);
  background-position: bottom 0 left 0, top 0 right 0;
  background-size: 35%;
  background-repeat: no-repeat;
}
#section-scroll .section-scroll--container .col_ {
  display: flex;
  flex-wrap: wrap;
}
#section-scroll .section-scroll--container .col_ > div {
  width: 50%;
}
#section-scroll .section-scroll--container .col_1 {
  width: clamp(420px, 75vw, 100vw);
  flex: 0 0 auto;
}
#section-scroll .section-scroll--container .col_2 {
  width: clamp(420px, 75vw, 100vw);
  flex: 0 0 auto;
  position: relative;
}
#section-scroll .section-scroll--container .col_2::before {
  content: "";
  width: 30%;
  height: 130%;
  background-color: #3A80AA;
  bottom: -45%;
  left: 50%;
  transform: translateX(-50%) rotate(-40deg);
  position: absolute;
  z-index: 0;
}
#section-scroll .section-scroll--container .col_2 .section-scroll--column {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}
#section-scroll .section-scroll--container .col_2 .section-scroll--column:first-of-type {
  justify-content: end;
}
#section-scroll .section-scroll--container .col_2 .section-scroll--column.first {
  justify-content: end;
}
#section-scroll .section-scroll--container .col-more {
  width: clamp(420px, 75vh, 75vh);
  flex: 0 0 auto;
}
#section-scroll .section-scroll--container .col-more .section-scroll--column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#section-scroll .section-scroll--container .col-more .section-scroll--column:last-of-type {
  justify-content: end;
}
#section-scroll .section-scroll--container .col-more .section-scroll--column.first {
  justify-content: end;
}
#section-scroll .section-scroll--column {
  padding: 0 4.6875rem;
}
#section-scroll .section-scroll--column img {
  border-radius: 30px;
  max-width: 25rem;
}

.scroll-progress-wrap {
  width: 100%;
  height: 5px;
  background: rgba(77, 184, 255, 0.12);
  position: relative;
  overflow: hidden;
}

.scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1a6fcf, #4db8ff);
  transition: width 0.12s ease-out;
  border-radius: 0 2px 2px 0;
  position: relative;
}

/* puntino luminoso alla fine della barra */
.scroll-progress-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4db8ff;
  box-shadow: 0 0 6px 2px rgba(77, 184, 255, 0.6);
  opacity: 0;
  transition: opacity 0.2s;
}

.scroll-progress-bar.active::after {
  opacity: 1;
}

#section-scroll-carousel {
  background-color: #073157;
  color: #ffffff;
  padding: 0;
}
#section-scroll-carousel img {
  border-radius: 30px;
}
#section-scroll-carousel .swiper {
  height: 100%;
}
#section-scroll-carousel .swiper-wrapper {
  height: 100%;
  background-image: url(../images/bg-section-scroll-1.png);
  background-position: bottom 0 left 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
#section-scroll-carousel .swiper-slide {
  height: 100%;
  padding-top: 4.6875rem;
}
#section-scroll-carousel .swiper-slide:last-of-type {
  background-image: url(../images/bg-section-scroll-2.png);
  background-position: top 0 right 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
#section-scroll-carousel .swiper-slide:nth-of-type(3) {
  position: relative;
}
#section-scroll-carousel .swiper-slide:nth-of-type(3) * {
  z-index: 1;
}
#section-scroll-carousel .swiper-slide:nth-of-type(3)::before {
  content: "";
  width: 85%;
  height: 140%;
  background-color: #3A80AA;
  bottom: -70%;
  left: 100%;
  transform: translateX(-50%) rotate(-40deg);
  position: absolute;
  z-index: 0;
}
#section-scroll-carousel .swiper-pagination {
  top: 0;
  height: 50px;
  width: 100%;
  padding-top: 10px;
}
#section-scroll-carousel .swiper-pagination-bullet {
  background-color: #3A80AA !important;
  opacity: 1;
}
#section-scroll-carousel .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

@media (min-width: 48em) and (max-width: 75em) {
  #section-scroll .section-scroll--container .col_1,
  #section-scroll .section-scroll--container .col_2 {
    width: clamp(420px, 90vw, 100vw);
  }
}
@media (min-width: 75em) and (max-width: 90em) {
  #section-scroll .section-scroll--container .col_1,
  #section-scroll .section-scroll--container .col_2 {
    width: clamp(420px, 85vw, 100vw);
  }
}
header nav.navbar .container .offcanvas-body .navbar-nav li.current-menu-item a {
  transition: all 0.2s ease;
  color: #ffffff;
  font-weight: 500;
}
header nav.navbar .container .offcanvas-body .navbar-nav li a:hover {
  transition: all 0.2s ease;
  color: #ffffff;
}
header nav.navbar .container .offcanvas-body .navbar-nav li a {
  color: #ffffff;
  text-transform: lowercase;
  font-size: 1.125rem;
}
header nav.navbar .container .offcanvas-body .navbar-nav .dropdown-toggle::after {
  vertical-align: 0.15em;
}
header nav.navbar .container .offcanvas-body .navbar-nav .dropdown-menu {
  background-color: #3A80AA;
  padding: 0.9375rem;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
header nav.navbar .container .offcanvas-body .navbar-nav .dropdown-menu li + li {
  margin-top: 0.625rem;
  border: 0;
}
header nav.navbar .container .offcanvas-body .navbar-nav .dropdown-menu a:hover {
  background-color: #073157;
}
header nav.navbar .container .navbar-brand img {
  width: 90px;
}
header nav.navbar .container .navbar-toggler {
  border: 0;
}

@media (min-width: 62em) {
  header nav.navbar {
    padding: 0;
  }
  header nav.navbar .container .offcanvas {
    background-color: #3A80AA;
  }
  header nav.navbar .container .offcanvas-body .navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
  }
  header nav.navbar .container .navbar-brand img {
    width: 90px;
  }
}
@media (max-width: 61.9375em) {
  header nav.navbar .container .offcanvas {
    background-color: #3A80AA;
  }
  header nav.navbar .container .offcanvas-body .navbar-nav .dropdown-menu {
    background-color: #3A80AA;
    padding: 0.625rem 0.625rem 0.9375rem;
    border: 0;
  }
  header nav.navbar .container .offcanvas-body .navbar-nav .dropdown-menu a {
    padding: 0;
  }
  header nav.navbar .container .navbar-brand img {
    width: 90px;
  }
}
.footer {
  padding: 0 0 3.125rem 0;
  background-color: #073157;
  color: #ffffff;
  margin-top: 3.125rem;
}
.footer a {
  color: #ffffff;
  font-weight: normal;
  transition: all 0.2s ease;
}
.footer a:hover {
  color: #93D500;
}
.footer--menu a {
  text-decoration: none;
}
.footer--logo {
  max-width: 9.375rem;
}
.footer--subfooter-info {
  margin-top: 3.125rem;
}
.footer--subfooter-info img {
  max-width: 9.375rem;
  height: -moz-fit-content;
  height: fit-content;
}
.footer--newsletter {
  background-color: #93D500;
  padding: 3.125rem 0;
  margin-bottom: 3.125rem;
}
.footer--newsletter label {
  color: #0033A1;
}
.footer--newsletter img.newsletter-icon {
  max-width: 12.5rem;
}

.pagination {
  margin-top: 2.5rem;
  justify-content: center;
  gap: 0.625rem;
}
.pagination li {
  border-radius: 10px;
}
.pagination li span, .pagination li a {
  border-radius: 10px !important;
  color: #0033A1;
  border: 1px solid #073157;
}
.pagination li .page-link:hover {
  background-color: #073157;
  color: #ffffff;
}
.pagination li .current {
  background-color: #073157;
  border-color: #073157;
  color: #ffffff;
}

.single-post .post-hero, .page .post-hero, .single-progetto .post-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .post-hero--with-image, .page .post-hero--with-image, .single-progetto .post-hero--with-image {
  min-height: 25rem;
  position: relative;
}
.single-post .post-hero--with-image::before, .page .post-hero--with-image::before, .single-progetto .post-hero--with-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #073157;
  opacity: 0.76;
}
.single-post .post-hero--with-image *, .page .post-hero--with-image *, .single-progetto .post-hero--with-image * {
  color: #ffffff;
  z-index: 1;
}
.single-post--navigation, .page--navigation, .single-progetto--navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.single-post--navigation > div, .page--navigation > div, .single-progetto--navigation > div {
  width: calc(50% - 0.625rem);
  position: relative;
}
.single-post--navigation > div a, .page--navigation > div a, .single-progetto--navigation > div a {
  position: relative;
  color: #073157;
}
.single-post--navigation > div a::after, .page--navigation > div a::after, .single-progetto--navigation > div a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent; /* metà dell'altezza */
  border-bottom: 8px solid transparent; /* metà dell'altezza */
  top: 50%;
  transform: translateY(-50%);
}
.single-post--navigation__prev, .page--navigation__prev, .single-progetto--navigation__prev {
  display: flex;
  justify-content: start;
}
.single-post--navigation__prev a, .page--navigation__prev a, .single-progetto--navigation__prev a {
  padding-left: 1.25rem;
}
.single-post--navigation__prev a:after, .page--navigation__prev a:after, .single-progetto--navigation__prev a:after {
  border-right: 10px solid #0033A1;
  left: 0;
}
.single-post--navigation__next, .page--navigation__next, .single-progetto--navigation__next {
  display: flex;
  justify-content: end;
}
.single-post--navigation__next a, .page--navigation__next a, .single-progetto--navigation__next a {
  padding-right: 1.25rem;
}
.single-post--navigation__next a:after, .page--navigation__next a:after, .single-progetto--navigation__next a:after {
  border-left: 10px solid #0033A1;
  right: 0;
}
.single-post--sidebar, .single-post .single-post--sidebar, .page--sidebar, .page .single-post--sidebar, .single-progetto--sidebar, .single-progetto .single-post--sidebar {
  position: sticky;
  top: 3.125rem;
}
.single-post--sidebar ul, .single-post .single-post--sidebar ul, .page--sidebar ul, .page .single-post--sidebar ul, .single-progetto--sidebar ul, .single-progetto .single-post--sidebar ul {
  padding-left: 0.625rem;
  list-style-type: none;
}
.single-post--sidebar ul li, .single-post .single-post--sidebar ul li, .page--sidebar ul li, .page .single-post--sidebar ul li, .single-progetto--sidebar ul li, .single-progetto .single-post--sidebar ul li {
  text-transform: uppercase;
}
.single-post--sidebar ul li a, .single-post .single-post--sidebar ul li a, .page--sidebar ul li a, .page .single-post--sidebar ul li a, .single-progetto--sidebar ul li a, .single-progetto .single-post--sidebar ul li a {
  text-decoration: none;
}
.single-post--sidebar ul li + li, .single-post .single-post--sidebar ul li + li, .page--sidebar ul li + li, .page .single-post--sidebar ul li + li, .single-progetto--sidebar ul li + li, .single-progetto .single-post--sidebar ul li + li {
  margin-top: 0.625rem;
}

@media (max-width: 47.9375em) {
  .single-post--sidebar {
    margin-top: 1.875rem;
    position: relative;
    top: 0;
  }
}
@media (max-width: 42.3125em) {
  .single-post--navigation {
    flex-direction: column;
    align-items: center;
  }
  .single-post--navigation > div {
    width: 100%;
  }
  .single-post--navigation__next, .single-post--navigation__prev {
    display: flex;
    justify-content: start;
  }
}
.single-post .post-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .post-hero--with-image {
  min-height: 25rem;
  position: relative;
}
.single-post .post-hero--with-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #073157;
  opacity: 0.76;
}
.single-post .post-hero--with-image * {
  color: #ffffff;
  z-index: 1;
}
.single-post--navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.single-post--navigation > div {
  width: calc(50% - 0.625rem);
  position: relative;
}
.single-post--navigation > div a {
  position: relative;
  color: #073157;
}
.single-post--navigation > div a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent; /* metà dell'altezza */
  border-bottom: 8px solid transparent; /* metà dell'altezza */
  top: 50%;
  transform: translateY(-50%);
}
.single-post--navigation__prev {
  display: flex;
  justify-content: start;
}
.single-post--navigation__prev a {
  padding-left: 1.25rem;
}
.single-post--navigation__prev a:after {
  border-right: 10px solid #073157;
  left: 0;
}
.single-post--navigation__next {
  display: flex;
  justify-content: end;
}
.single-post--navigation__next a {
  padding-right: 1.25rem;
}
.single-post--navigation__next a:after {
  border-left: 10px solid #0033A1;
  right: 0;
}
.single-post--sidebar {
  position: sticky;
  top: 3.125rem;
}
.single-post--sidebar ul li + li {
  margin-top: 0.625rem;
}

@media (max-width: 47.9375em) {
  .single-post--sidebar {
    margin-top: 1.875rem;
    position: relative;
    top: 0;
  }
}
@media (max-width: 42.3125em) {
  .single-post--navigation {
    flex-direction: column;
    align-items: center;
  }
  .single-post--navigation > div {
    width: 100%;
  }
  .single-post--navigation__next, .single-post--navigation__prev {
    display: flex;
    justify-content: start;
  }
}
.homepage-slider-section {
  padding: 0;
  min-height: 37.5rem;
  background-image: url("../images/sfondotest-1.png");
  position: relative;
}
.homepage-slider-section:before {
  content: "";
  width: 12.5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 1.25rem;
  transform: translateX(-50%);
  background-image: url("../images/bmore-slider-logo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.homepage-slider-section .homepage-heading {
  position: absolute;
  left: 50%;
  top: 1.25rem;
  transform: translateX(-50%);
}
.homepage-slider-section .homepage-heading img {
  width: 12.5rem;
  height: 5rem;
}
.homepage-slider-section .swiper {
  position: relative;
}
.homepage-slider-section .swiper--nav {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 17.5rem;
  gap: 0;
  text-transform: uppercase;
  color: #0033A1;
  font-size: 1.5rem;
  z-index: 1;
}
.homepage-slider-section .swiper--nav__title {
  padding: 0.1875rem 0.625rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.homepage-slider-section .swiper--nav__title + .swiper--nav__title {
  border-left: 2px solid #0033A1;
}
.homepage-slider-section .swiper--nav__title.is-active, .homepage-slider-section .swiper--nav__title:hover {
  color: #93D500;
}
.homepage-slider-section .swiper-slide--container {
  min-height: 37.5rem;
}
.homepage-slider-section .swiper-slide--container .mask1 {
  -webkit-mask-image: url("../images/logo1.svg");
  mask-image: url("../images/logo1.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-bottom: 3.125rem;
  min-height: 18.75rem;
}
.homepage-slider-section .swiper-slide--info {
  height: 14.375rem;
}
.homepage-slider-section .swiper-slide--info__text {
  color: #0033A1;
  font-size: 1.25rem;
  line-height: 118%;
  margin-bottom: 1.5625rem;
}
.homepage-servizi-section {
  background-color: #0033A1;
}
.homepage-servizi-section .section-title {
  text-align: right;
  margin-bottom: 4.6875rem;
  color: #ffffff;
}
.homepage-servizi-section--text {
  font-size: 1.25rem;
  color: #ffffff;
  padding: 3.125rem 0;
  line-height: 118%;
  text-align: right;
}
.homepage-servizi-section--cta {
  text-align: right;
}
.homepage-servizi-section--servizio {
  margin-bottom: 2.5rem;
}
.homepage-servizi-section--servizio__title {
  padding: 0 0.625rem;
  color: #ffffff;
  font-size: 1.25rem;
  margin-top: 1.25rem;
  line-height: 118%;
  text-align: center;
}
.homepage-servizi-section--servizio__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 20px;
}
.homepage-servizi-section--servizio__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.homepage-numeri-section {
  padding: 3.125rem 0 6.25rem;
  background-color: #0033A1;
  color: #ffffff;
}
.homepage-numeri-section .section-title {
  color: #ffffff;
}
.homepage-numeri-section--numeri__container {
  display: flex;
  transform: translateX(1.875rem);
  padding-bottom: 4.6875rem;
}
.homepage-numeri-section--numeri__container.odd_num {
  justify-content: flex-start;
}
.homepage-numeri-section--numeri__container.even_num {
  justify-content: flex-end;
}
.homepage-numeri-section--numeri__value p {
  display: block;
  opacity: 0.5;
  font-size: 7.5rem;
  margin-bottom: 0;
  line-height: 100%;
}
.homepage-numeri-section--numeri__label p {
  display: block;
  line-height: 100%;
  font-size: 2.8125rem;
  transform: translate(-35px, 3.4375rem);
  margin-bottom: 0;
}
.homepage-numeri-section--numeri__label p span {
  display: block;
  transform: translateX(2.1875rem);
}
.homepage-text-image-section {
  overflow: hidden;
}
.homepage-text-image-section .section-title {
  text-align: right;
  margin-bottom: 4.6875rem;
}
.homepage-text-image-section--text {
  font-size: 1.25rem;
  color: #0033A1;
  padding: 3.125rem 0;
  line-height: 118%;
  text-align: right;
}
.homepage-text-image-section--slogan {
  font-size: 3.375rem;
  margin-top: 3.125rem;
  color: #0033A1;
  line-height: 118%;
  font-family: "Montserrat", sans-serif;
}
.homepage-text-image-section--cta {
  text-align: right;
}
.homepage-text-image-section--image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  max-height: 37.5rem;
}
@media (max-width: 61.9375em) {
  .homepage-text-image-section--image {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 35.9375em) {
  .homepage-text-image-section--image {
    aspect-ratio: 1.5/1;
  }
}
.homepage-text-image-section--image img {
  max-width: 140%;
  width: 140%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.homepage-news-section {
  overflow: hidden;
}
.homepage-news-section .section-title {
  text-align: right;
  margin-bottom: 4.6875rem;
}
.homepage-news-section--text {
  font-size: 1.25rem;
  color: #0033A1;
  padding: 3.125rem 0;
  line-height: 118%;
  text-align: right;
}
.homepage-news-section--cta {
  text-align: right;
}
.homepage-news-section--search {
  margin: 0 0 2.1875rem;
}
@media (max-width: 61.9375em) {
  .homepage-news-section--search {
    margin: 2.1875rem 0 0;
  }
}
.homepage-news-section--search form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  justify-content: start;
  margin-bottom: 0;
}
.homepage-news-section--search span {
  color: #0033A1;
  margin-right: 0.625rem;
  font-size: 1.25rem;
}
.homepage-post-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-bottom: 3.125rem;
  transition: all 0.2s ease;
}
.homepage-post-card:hover {
  transform: scale(1.02);
  transform-origin: center;
}
.homepage-post-card--image {
  width: calc(33% - 0.9375rem);
  height: auto;
  aspect-ratio: 1/1;
}
.homepage-post-card--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.homepage-post-card--info {
  width: calc(67% - 0.9375rem);
  color: #0033A1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage-post-card--info__cate {
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

@media (max-width: 61.9375em) {
  .homepage-numeri-section {
    padding: 3.125rem 0 1.875rem;
  }
  .homepage-numeri-section--numeri__container {
    display: flex;
    flex-direction: column;
    transform: translateX(1.875rem);
    padding-bottom: 1.25rem;
  }
  .homepage-numeri-section--numeri__container.odd_num {
    justify-content: flex-start;
    transform: translateX(-1.875rem);
  }
  .homepage-numeri-section--numeri__container.even_num {
    justify-content: flex-end;
  }
  .homepage-numeri-section--numeri__value p {
    display: block;
    opacity: 0.5;
    font-size: 7.5rem;
    margin-bottom: 0;
    line-height: 100%;
  }
  .homepage-numeri-section--numeri__label p {
    display: block;
    line-height: 100%;
    font-size: 2.8125rem;
    transform: translate(1.25rem, -1.875rem);
    margin-bottom: 0;
  }
  .homepage-numeri-section--numeri__label p span {
    display: block;
    transform: translateX(2.1875rem);
  }
  .homepage-text-image-section {
    overflow: hidden;
    padding-bottom: 0;
  }
  .homepage-text-image-section--text:before {
    content: "";
    width: 6.25rem;
    height: 0.625rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #93D500;
  }
  .homepage-text-image-section--slogan {
    font-size: 2.75rem;
    margin-top: 3.125rem;
    color: #0033A1;
    line-height: 118%;
  }
  .homepage-text-image-section--cta {
    text-align: right;
  }
  .homepage-text-image-section--image {
    margin-top: 3.125rem;
  }
  .homepage-text-image-section--image img {
    max-width: 140%;
    border-radius: 25px;
  }
  .homepage-post-card {
    margin-top: 3.125rem;
    margin-bottom: 0;
  }
}
@media (max-width: 42.25em) {
  .homepage-servizi-section .section-title {
    margin-bottom: 2.5rem;
  }
  .homepage-servizi-section--text {
    padding: 1.875rem 0 1.25rem;
  }
  .homepage-servizi-section--cta {
    text-align: right;
  }
  .homepage-servizi-section--servizio {
    margin-bottom: 2.5rem;
  }
  .homepage-servizi-section--servizio__title {
    font-size: 1.25rem;
  }
  .homepage-numeri-section .section-title {
    margin-bottom: 1.875rem;
  }
  .homepage-numeri-section--numeri__container {
    transform: translateX(1.875rem);
  }
  .homepage-numeri-section--numeri__container.odd_num {
    justify-content: flex-start;
    transform: translateX(1.875rem);
  }
  .homepage-numeri-section--numeri__container.even_num {
    justify-content: flex-end;
    transform: translateX(3.125rem);
  }
  .homepage-numeri-section--numeri__value p {
    display: block;
    opacity: 0.5;
    font-size: 7.5rem;
    margin-bottom: 0;
    line-height: 100%;
  }
  .homepage-numeri-section--numeri__label p {
    display: block;
    line-height: 100%;
    font-size: 2.8125rem;
    transform: translate(1.25rem, -1.875rem);
    margin-bottom: 0;
  }
  .homepage-numeri-section--numeri__label p span {
    display: block;
    transform: translateX(2.1875rem);
  }
  .homepage-text-image-section .section-title {
    margin-bottom: 2.5rem;
  }
  .homepage-text-image-section--text {
    padding: 1.875rem 0 1.25rem;
  }
  .homepage-text-image-section--slogan {
    font-size: 2.375rem;
  }
}
@media (max-width: 38.125em) {
  .homepage-numeri-section {
    padding: 3.125rem;
  }
  .homepage-numeri-section--numeri__container {
    transform: translateX(0);
  }
  .homepage-numeri-section--numeri__container.odd_num {
    justify-content: flex-start;
    transform: translateX(0);
  }
  .homepage-numeri-section--numeri__container.even_num {
    justify-content: flex-end;
    transform: translateX(0);
  }
  .homepage-numeri-section--numeri__value p {
    display: block;
    opacity: 0.5;
    font-size: 5.9375rem;
    margin-bottom: 0;
    line-height: 100%;
  }
  .homepage-numeri-section--numeri__label p {
    display: block;
    line-height: 100%;
    font-size: 2.1875rem;
    transform: translate(0.625rem, -1.25rem);
    margin-bottom: 0;
  }
  .homepage-numeri-section--numeri__label p span {
    display: block;
    transform: translateX(2.1875rem);
  }
}
@media (max-width: 35.9375em) {
  .homepage-slider-section:before {
    width: 9.375rem;
    height: 3.75rem;
  }
  .homepage-slider-section .homepage-heading img {
    width: 9.375rem;
    height: 3.75rem;
  }
  .homepage-slider-section .swiper--nav {
    font-size: 1.125rem;
  }
  .homepage-slider-section .swiper-slide--info__text {
    font-size: 1rem;
  }
  .homepage-post-card--image {
    width: 100%;
  }
  .homepage-post-card--info {
    width: 100%;
  }
}
@media (max-width: 25em) {
  .homepage-slider-section .swiper--nav {
    flex-wrap: wrap;
    gap: 0.625rem;
    align-items: center;
  }
  .homepage-slider-section .swiper--nav__title {
    border: 1px solid #0033A1 !important;
    width: 40%;
    text-align: center;
  }
  .homepage-slider-section .swiper-slide--container .mask1 {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 21.875em) {
  .homepage-numeri-section--numeri__container {
    transform: translateX(0);
  }
  .homepage-numeri-section--numeri__container.odd_num {
    justify-content: flex-start;
    transform: translateX(0);
  }
  .homepage-numeri-section--numeri__container.even_num {
    justify-content: flex-end;
    transform: translateX(0);
  }
  .homepage-numeri-section--numeri__value p {
    display: block;
    opacity: 0.5;
    font-size: 4.6875rem;
    margin-bottom: 0;
    line-height: 100%;
  }
  .homepage-numeri-section--numeri__label p {
    display: block;
    line-height: 100%;
    font-size: 1.5625rem;
    transform: translate(0rem, -1.25rem);
    margin-bottom: 0;
  }
  .homepage-numeri-section--numeri__label p span {
    display: block;
    transform: translateX(0);
  }
}
body .page-servizi--thumb-title {
  position: relative;
  width: 100%;
  min-height: 12.5rem;
  border-radius: 0 0 50% 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
body .page-servizi--thumb-title__container {
  position: relative;
  height: 100%;
  width: 100%;
}
body .page-servizi--thumb-title__container:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3294117647);
}
body .page-servizi--thumb-title__title {
  position: relative;
  width: 100%;
  min-height: 12.5rem;
}
body .page-servizi--thumb-title__title h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
}
body .page-servizi-section--servizio {
  margin-bottom: 3.125rem;
}
body .page-servizi-section--servizio__image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0.9375rem;
}
body .page-servizi-section--microservizi {
  margin-top: 2.1875rem;
}
body .page-servizi-section--microservizi li {
  width: 100%;
  position: relative;
  color: #0033A1;
  font-size: 1.25rem;
}
body .page-servizi-section--microservizi li + li {
  margin-top: 0.9375rem;
}
body .page-servizi-section--microservizi li span {
  font-weight: 600;
}
body .page-servizi-section--microservizi__microservizio {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 25rem;
  gap: 0.625rem;
  align-items: center;
}
body .page-servizi-section--microservizi__microservizio .cta {
  padding: 0.3125rem 0.625rem;
}

@media (min-width: 48em) {
  body :has(.page-servizi) header, body :has(.page-servizi) footer {
    z-index: 1;
    position: relative;
  }
  body :has(.page-servizi) footer {
    margin-top: 0;
  }
  body .page-servizi {
    min-height: 37.5rem;
    display: flex;
  }
  body .page-servizi--thumb-title {
    position: sticky;
    left: 0;
    top: 0;
    width: 20vw;
    max-width: 18.75rem;
    height: 100vh;
    border-radius: 0 50% 50% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 auto;
  }
  body .page-servizi--thumb-title__container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  body .page-servizi--thumb-title__container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3294117647);
  }
  body .page-servizi--thumb-title__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .page-servizi-section {
    flex: 1;
  }
  body .page-servizi-section--servizio {
    margin-bottom: 3.125rem;
  }
  body .page-servizi-section--servizio__image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body .page-servizi-section--microservizi {
    margin-top: 1.5625rem;
  }
  body .page-servizi-section--microservizi li {
    width: 100%;
    position: relative;
    color: #0033A1;
    font-size: 1.25rem;
  }
  body .page-servizi-section--microservizi li + li {
    margin-top: 0.9375rem;
  }
  body .page-servizi-section--microservizi li span {
    font-weight: 600;
  }
  body .page-servizi-section--microservizi__microservizio {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 25rem;
    gap: 0.625rem;
  }
  body .page-servizi-section--microservizi__microservizio .cta {
    padding: 0.3125rem 0.625rem;
  }
}
@media (max-width: 36em) {
  body .page-servizi-section--servizio__image {
    align-items: center;
  }
  body .page-servizi-section h2 {
    text-align: center;
  }
}
.open-section--microservizio {
  padding-top: 1.875rem;
}
.open-section--microservizio__servizio__icon {
  margin: 0 auto 0.625rem;
  width: 9.375rem;
}
.open-section--microservizio__servizio__name {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.microservizio-accordion {
  margin-top: 3.125rem;
}
.microservizio-accordion--title {
  margin-bottom: 1.25rem;
}
.microservizio-accordion .accordion-item {
  border: none;
  border-radius: 0;
}
.microservizio-accordion .accordion-button {
  color: #0033A1;
  background-color: #ffffff;
  font-size: 1.125rem;
  border-radius: 0 !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  padding-left: 0;
}
.microservizio-accordion .accordion-body {
  padding-left: 0;
}
.microservizio--sidebar {
  position: sticky;
  top: 3.125rem;
}
.microservizio--sidebar ul {
  padding-left: 0;
  list-style-type: none;
}
.microservizio--sidebar ul li {
  color: #0033A1;
}
.microservizio--sidebar ul li a {
  text-decoration: none;
  color: #0033A1;
}
.microservizio--sidebar ul li + li {
  margin-top: 0.3125rem;
}
.microservizio-carousel {
  margin-top: 3.125rem;
}
.microservizio-carousel .post-card:hover {
  transform: none;
}
.microservizio-carousel--title {
  margin-bottom: 1.25rem;
}
.microservizio-contenuti-in-evidenza {
  margin-top: 3.125rem;
}
.microservizio-contenuti-in-evidenza--single {
  position: relative;
}
.microservizio-contenuti-in-evidenza--single__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.microservizio-contenuti-in-evidenza--single__image img {
  border-radius: 20px;
}
.microservizio-contenuti-in-evidenza--single__cta {
  margin-top: 1.25rem;
}

@media (max-width: 61.9375em) {
  .microservizio--sidebar {
    margin-top: 1.875rem;
    position: relative;
    top: 0;
  }
  .microservizio-contenuti-in-evidenza--single {
    margin-bottom: 2.1875rem;
  }
}
.posizione-aperta--form {
  margin-top: 3.125rem;
}
.posizione-aperta--form__single-posizione-aperta .col-posizioni-aperte {
  display: none;
}/*# sourceMappingURL=node-custom-style.css.map */