.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;
}
.component.speaker {
  margin-bottom: 10px;
  position: relative;
}
.component.speaker .decoration {
  display: none;
}
@media (min-width: 1550px) {
  .component.speaker .decoration {
    display: block;
  }
}
.component.speaker .container .row h2,
.component.speaker .container .row p {
  float: none;
  width: auto;
  color: white;
}
.component.speaker .container .row h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.component.speaker .container .row p {
  font-size: 18px;
  line-height: 1.8;
}
.component.speaker .container .row p:last-child {
  margin: 0;
}
.component.speaker .col-img {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .component.speaker .col-img {
    margin-top: 0;
  }
}
.component.speaker .col-img img {
  display: inline;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .component.speaker .col-img img:not(.img-play):not(.no-hide) {
    display: none;
  }
}
.component.speaker .col-img .wrap-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: none;
}
@media (min-width: 992px) {
  .component.speaker .col-img .wrap-img {
    display: block;
  }
}
.component.speaker .col-img .wrap-video {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .component.speaker .col-img .wrap-video {
    margin-top: 0;
  }
}
.component.speaker .col-img .wrap-video .video-embed .video-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 8px;
}
.component.speaker .col-img .wrap-video .video-embed img.img-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  width: 50px;
  height: auto;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 992px) {
  .component.speaker .col-img .wrap-video .video-embed img.img-play {
    width: 70px;
  }
}
.component.speaker .col-img .wrap-video .video-embed iframe {
  border-radius: 8px;
}
.component.speaker .smart-cta {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .component.speaker.invert .col-text {
    order: 2;
  }
}
.component.speaker.invert .col-text .wrap-title .decoration {
  left: 100%;
}
@media (min-width: 992px) {
  .component.speaker.invert .col-img {
    order: 1;
  }
}
.component.speaker .wrap-title {
  position: relative;
}
.component.speaker .wrap-title .decoration {
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
.component.speaker .wrap-title .decoration.right {
  left: 100%;
}
