.hero-slider-swiper,
.hero-slider-swiper .swiper-wrapper {
  min-height: inherit;
  height: 100%;
}

.hero-slider-swiper .swiper-slide {
  position: relative;
  min-height: inherit;
}

.hero-slider .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.42);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider-nav:hover {
  background: rgba(17, 24, 39, 0.66);
  transform: translateY(-50%) scale(1.03);
}

.hero-slider-prev {
  left: 24px;
}

.hero-slider-next {
  right: 24px;
}

.hero-slider-nav svg {
  width: 20px;
  height: 20px;
}

.hero-slider-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 24px !important;
  z-index: 4;
  display: inline-flex;
  width: auto !important;
  transform: translateX(-50%);
}

.hero-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 768px) {
  .hero-slider-nav {
    width: 44px;
    height: 44px;
  }

  .hero-slider-prev {
    left: 12px;
  }

  .hero-slider-next {
    right: 12px;
  }

  .hero-slider-pagination {
    bottom: 16px !important;
  }
}
