<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.border_radius {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.mixin-colore-sfondo.sfondo-rosa {
  background-color: #F5EDE7;
}
.mixin-colore-sfondo.sfondo-azzurro {
  background-color: #EDF4F9;
}
.mixin-colore-sfondo.sfondo-acquamarina {
  background-color: #E9F4F4;
}
.mixin-colore-sfondo.sfondo-beige {
  background-color: #EEEBE3;
}
.mixin-colore-sfondo.sfondo-grigio_chiaro {
  background-color: #F8F9FA;
}
.mixin-colore-sfondo.sfondo-grigio_scuro {
  background-color: #51575E;
}
.mixin-colore-sfondo.sfondo-grigio_scuro .title-component,
.mixin-colore-sfondo.sfondo-grigio_scuro p,
.mixin-colore-sfondo.sfondo-grigio_scuro h1,
.mixin-colore-sfondo.sfondo-grigio_scuro h2,
.mixin-colore-sfondo.sfondo-grigio_scuro h3,
.mixin-colore-sfondo.sfondo-grigio_scuro h4,
.mixin-colore-sfondo.sfondo-grigio_scuro h5,
.mixin-colore-sfondo.sfondo-grigio_scuro h6 {
  color: white;
}
.mixin-colore-sfondo.sfondo-grigio_scuro .swiper-button-next,
.mixin-colore-sfondo.sfondo-grigio_scuro .swiper-button-prev {
  background-color: white;
}
section.component.blocco-testo-card-dx {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
section.component.blocco-testo-card-dx .text-card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: -40px;
}
@media (min-width: 1024px) {
  section.component.blocco-testo-card-dx .text-card-container {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  section.component.blocco-testo-card-dx .text-card-container .text {
    width: calc(100% - 300px);
  }
}
section.component.blocco-testo-card-dx .text-card-container .text p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
section.component.blocco-testo-card-dx .text-card-container .card {
  width: 300px;
  background-color: #51575E;
  padding: 20px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: white;
}
section.component.blocco-testo-card-dx .text-card-container .card .numero {
  font-size: 50px;
  font-weight: bold;
  margin: -10px 0 15px -20px;
  padding: 0 0 5px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: fit-content;
}
section.component.blocco-testo-card-dx .text-card-container .card .numero span {
  font-weight: 300;
}
section.component.blocco-testo-card-dx .text-card-container .card .info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
</pre></body></html>