<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  background-image: none;
}

.swiper_navigation {
  display: flex;
  gap: 24px;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  margin-top: 0 !important;
}
.navigation_attachment {
  display: flex;
  height: 40px;
  width: 46.5%;
  justify-content: space-between;
  align-items: center;
  margin: 0 32px 0 auto;
}
.swiper-pagination.kv_pagination {
  width: fit-content !important;
}
.swiper-button-prev.icon_prev,
.swiper-button-next.icon_next {
  width: 24px;
  height: 24px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: initial !important;
  top: initial !important;
  left: initial !important;
  width: auto;
}

.swiper-pagination-bullet {
  border: none;
  opacity: 1;
  transition: 0.3s;
  background-color: #d9d9d9;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background-color: #8a8a8a;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  background-color: transparent;
}
</pre></body></html>