<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #2A2823;
  opacity: 1;
}

@media (min-width: 654px){
  .swiper-pagination-bullet {
    width: 36px;
  }
}

.swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 62px;
}

@media (min-width: 654px){
  .swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 46px;
  }
}

.swiper-pagination-bullet-active {
  background: white;
}

.slide__hover {
  transition: opacity 0.3s ease-out;
}

.slide__hover:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}</pre></body></html>