.mous-highlights-slider-section {
  overflow: hidden;
}
.mous-highlights-slider-section:not(:has(.swiper-slide)) {
  display: none !important;
}
.mous-highlights-slider-section .highlights-slider-wrapper {
  width: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 991.98px) {
  .mous-highlights-slider-section .highlights-slider-wrapper {
    padding: 25px 0;
  }
}
.mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
}
.mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper .highlights-header h2 {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 24px;
}
.mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper .highlights-header h2 > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper .highlights-header h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper:not(:has(.swiper-controls)) {
    justify-content: center;
  }
}
.mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper .swiper-controls {
  width: 92px;
  height: 48px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper .swiper-controls img {
  width: 10px;
  height: 16px;
  position: unset;
  margin-top: unset;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .mous-highlights-slider-section .highlights-slider-wrapper .highlights-header-wrapper .swiper-controls {
    display: none;
  }
}
.mous-highlights-slider-section .highlights-slider-wrapper .highlights-slider.swiper {
  position: relative;
  width: 100%;
  visibility: visible;
  overflow: visible;
}
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  justify-content: stretch;
}
@media only screen and (min-width: 992px) {
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide {
    width: 800px;
  }
}
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide svg,
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide img.bg-media,
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .video-wrapper {
  width: 100%;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide svg,
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide img.bg-media,
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .video-wrapper {
    max-width: unset;
  }
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide svg video,
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide img.bg-media video,
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .video-wrapper video {
    aspect-ratio: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .video-wrapper {
    margin-left: -2px;
  }
}
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 10px;
  width: 100%;
  padding: 20px 0 0;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .content-wrapper {
    padding-top: 10px;
  }
}
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .content-wrapper .body,
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .content-wrapper .title {
  width: 100%;
  text-align: left;
  color: var(--text-primary-color);
}
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .content-wrapper .title {
  font-size: 18px;
}
.mous-highlights-slider-section .highlights-slider-wrapper .content-slide.swiper-slide .content-wrapper .body {
  font-size: 16px;
}
