<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper img {
  width: 100%;
  z-index: 1;
}

.swiper-slide {
  z-index: 1;
}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

.swiper-pagination-bullet-active {
  background-color: yellow!important;
}
</pre></body></html>