.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;
}
.container {
  max-width: 1024px;
}
.container.container-medium {
  max-width: 1280px;
}
.container.container-large {
  max-width: 1550px;
}
.box-preview-gated .content .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.box-preview-gated .content .text {
  background-color: #51575E;
  padding: 20px 25px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.box-preview-gated .content .text h2 {
  color: white;
  font-size: 17px !important;
  float: unset;
  width: auto;
  margin: 0 !important;
  text-align: left;
  line-height: 1.4;
}
.box-preview-gated .content .text p {
  color: white;
  font-size: 15px !important;
  float: unset;
  width: auto;
  margin: 10px 0 0;
}
.box-preview-gated .content .text .smart-cta {
  margin-top: 15px;
}
