.mous-whats-great-slider-section {
  overflow: hidden;
}
.mous-whats-great-slider-section:not(:has(.swiper-slide)) {
  display: none !important;
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width {
  width: 100%;
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .whats-great-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 13px;
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .whats-great-header-wrapper .whats-great-header .heading-md {
  font-size: 36px;
  color: var(--text-primary-color);
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .whats-great-header-wrapper .swiper-controls {
  background-color: #F0F0F0;
  border-radius: 24px;
  width: 74px;
  height: 42px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 31px;
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .whats-great-header-wrapper .swiper-controls img {
  width: 7.5px;
  height: 15px;
  position: unset;
  margin-top: unset;
}
@media only screen and (max-width: 767.98px) {
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .whats-great-header-wrapper {
    padding-bottom: 22px;
  }
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .whats-great-header-wrapper .whats-great-header .heading-md {
    font-size: 24px;
  }
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .whats-great-slider.swiper {
  position: relative;
  width: 100%;
  visibility: visible;
  overflow: visible;
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 0;
  border-radius: 10px;
  justify-content: stretch;
}
@media only screen and (min-width: 992px) {
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide {
    width: 800px;
  }
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide svg,
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide img.bg-media,
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .video-wrapper {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 991.98px) {
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide svg,
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide img.bg-media,
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .video-wrapper {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide svg video,
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide img.bg-media video,
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .video-wrapper video {
    aspect-ratio: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .video-wrapper {
    margin-left: -2px;
  }
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 12px;
  width: 50%;
  padding: 50px 65px 50px 50px;
  background-color: var(--bg-color);
  height: 100%;
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .content-wrapper .body,
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .content-wrapper .title {
  width: 100%;
  text-align: left;
  color: var(--text-alternate-color);
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .content-wrapper .title {
  font-size: 30px;
  line-height: 42px;
}
@media only screen and (max-width: 991.98px) {
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .content-wrapper .title {
    font-size: 20px;
    line-height: 27px;
  }
}
.mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .content-wrapper .body {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 991.98px) {
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide {
    flex-direction: column;
  }
  .mous-whats-great-slider-section .whats-great-slider-wrapper.page-width .content-slide.swiper-slide .content-wrapper {
    padding: 20px 22px 22px;
    width: 100%;
    flex: unset;
  }
}
