.why-the-sfc__swiper.usm__swiper {
  margin-bottom: 0;
}

.swiper-container.why-the-sfc__swiper.usm__swiper.usm__swiper-disabled .swiper-slide {
  opacity: 1;
  visibility: visible;
}
.swiper-container.why-the-sfc__swiper.usm__swiper.usm__swiper-disabled .overlay-banner .swiper-content {
  display: none;
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner {
  height: auto;
  position: relative;
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-content {
  width: auto;
  height: auto;
  position: absolute;
  background-color: transparent;
  right: 0;
  bottom: 18px;
  top: unset;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 575px) {
  .swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-content {
    padding: 0;
  }
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-content .banner-play-stop {
  position: relative;
  margin-right: 14px;
  left: unset;
  bottom: unset;
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-content .banner-play-stop::after, .swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-content .banner-play-stop::before {
  background-color: white;
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-content .banner-play-stop.stop::before {
  background-color: transparent;
  border-left-color: white;
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-content .banner-pagination {
  position: static;
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-pagination-bullet {
  color: white;
}
.swiper-container.why-the-sfc__swiper.usm__swiper .overlay-banner .swiper-pagination-bullet-active {
  border-bottom-color: white;
}