.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;
}
.card-speaker .top {
  border: 1px solid white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}
@media (min-width: 992px) {
  .card-speaker .top {
    height: 350px;
  }
}
.card-speaker .top .bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 992px) {
  .card-speaker .top .bg {
    display: block;
  }
}
.card-speaker .top img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 992px) {
  .card-speaker .top img {
    display: none;
  }
}
.card-speaker .bottom {
  padding: 20px 30px 20px;
  background-image: linear-gradient(to bottom, #ECE1DB 0%, #E5DDDA 100%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  min-height: 140px;
}
.card-speaker .bottom h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  float: unset;
  padding: 0 0 20px;
  position: relative;
}
.card-speaker .bottom h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 1px;
  background-color: white;
}
.card-speaker .bottom .ruolo {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.card-speaker .bottom a {
  color: #333333;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
