.swiper .swiper-pagination {
  --swiper-pagination-bottom: auto;
  --swiper-pagination-top: 0px;
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-size: 14px;
}

.swiper .swiper-pagination {
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  gap: 10px;
}

.swiper-creative .swiper-slide {
  transition-property: transform, height !important;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.creative-slider {
  --slider-height: 45vw;
}

@media (min-width: 1760px) {
  .creative-slider {
    --slider-height: 750px;
  }
}

.creative-slider {
  height: var(--slider-height);
  min-height: var(--slider-height);
}

@media (max-width: 767px) {
  .swiper .swiper-pagination {
    --swiper-pagination-bullet-size: 10px;
    padding: 0 10px;
  }
}

.creative-slide-wrapper {
  display: flex;
  align-items: flex-end;
}

.creative-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.creative-slide-img {
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
}

.creative-slide-wrapper > a {
  line-height: 0;
  display: block;
}

@media (max-height: 700px) and (min-width: 768px) {
  .creative-slide-img {
    max-width: 60%;
    margin: 0 auto;
  }

  .creative-slider {
    --slider-height: 27vw;
  }
}
