.module-background {
  position: relative;
  padding-top: 104px;
  padding-bottom: 220px;
  margin-left: -1rem;
  margin-right: -1rem;
}

.fixed-slider-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 135px;
  max-width: 1089px;
  margin: 0 auto;
}

@media screen and (max-width: 1352px) {
  .fixed-slider-holder {
    max-width: calc(100vw - 40px);
  }
}

.fixed-slider-holder .image-holder {
  position: relative;
  width: 421px;
  height: 561px;
}

.fixed-slider-holder .image-holder img, .fixed-slider-holder .image-holder .lottie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.fixed-slider-holder .image-holder iframe {
  min-height: 300px;
}

.fixed-slider-holder .text-holder {
  width: 100%;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.fixed-slider-holder .text-holder p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.fixed-slider-holder .splide__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: fit-content;
  bottom: 50%;
  padding: 0;
  transform: translateY(50%);
}

.fixed-slider-holder .splide__pagination.splide__pagination--ttb {
  left: auto;
  right: -106px;
}

@media screen and (max-width: 1352px) {
  .fixed-slider-holder .splide__pagination.splide__pagination--ttb {
    right: auto;
    left: -30px;
  }
}

.fixed-slider-holder .splide__pagination .splide__pagination__page {
  width: 6px;
  height: 6px;
  margin: 0;
  opacity: 1;
  background: #42c48c;
  outline: 0;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}

.b-green__green-bg.fixed-slider-holder .splide__pagination .splide__pagination__page {
  background: #fff;
}

.fixed-slider-holder .splide__pagination li {
  display: flex;
}

.fixed-slider-holder .splide__pagination .splide__pagination__page.is-active {
  height: 80px;
  background: #192328;
  border-radius: 323px;
  transform: none;
}

@media screen and (min-width: 992px) {
  .fixed-slider-holder .image-holder iframe {
    min-height: 535px;
  }
}

@media screen and (min-width: 768px) {
  .fixed-slider-holder .text-holder a.dark-mobile-theme {
    display: block;
  }

  .fixed-slider-holder .image-holder a.dark-mobile-theme {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .snap-wrapper-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .fixed-slider-holder {
    height: 100%;
    column-gap: 48px;
    padding-left: unset;
    justify-content: unset;
  }

  .fixed-slider-holder .text-holder {
    margin-top: 40px;
    gap: 16px;
  }

  .fixed-slider-holder .text-holder a {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 991px) {
  .fixed-slider-holder .text-holder a.dark-mobile-theme {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .module-background {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .fixed-slider-holder {
    flex-direction: column !important;
  }

  .fixed-slider-holder .image-holder a.dark-mobile-theme {
    display: block;
    align-self: center;
    margin: 40px auto 0;
  }

  .fixed-slider-holder .fixed-slider-wrapper {
    height: auto !important;
  }

  .fixed-slider-holder .image-holder iframe {
    min-height: 440px;
    max-height: 440px;
    margin-bottom: 40px;
  }

  .fixed-slider-holder .image-holder {
    order: 2;
    margin-top: 40px;
  }

  .fixed-slider-holder .text-holder {
    order: 1;
    margin-top: 0;
  }

  .fixed-slider-holder ul.splide__pagination.splide__pagination--ltr {
    position: absolute;
    top: unset;
    bottom: -30px;
    left: 50%;
    right: unset;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 32px;
    width: 6px;
    margin: 0 auto;
    padding: 0;
    transform: rotate(-90deg) translateX(65px);
  }
}

@media screen and (max-width: 575px) {
  .fixed-slider-holder .text-holder {
    max-width: calc(100vw - 40px);
  }

  .fixed-slider-holder .image-holder {
    width: calc(100vw - 40px);
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .fixed-slider-content.fixed-slider-content {
    height: auto;
    min-height: auto;
  }
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .fixed-slider-holder > *:last-child {
    margin-right: 135px;
  }

  .fixed-slider-holder .splide__pagination > li {
    padding: 16px 0;
  }

  .fixed-slider-holder .text-holder > * ~ * {
    margin-top: 24px;
  }

  @media screen and (max-width: 991px) {
    .fixed-slider-holder > *:last-child {
      margin-right: 48px;
    }

    .fixed-slider-holder .text-holder  > * ~ * {
      margin-top: 16px;
    }

    .fixed-slider-holder .splide__pagination.splide__pagination--ltr > li {
      padding: 0 16px;
    }
  }

  @media screen and (max-width: 767px) {
    .fixed-slider-holder > *:last-child {
      margin-right: 0;
    }
  }
}