/* Minimal Swiper Styles (https://swiperjs.com) */
.swiper { width: 100%; height: 100%; position: relative;}
.swiper-wrapper { display: flex; }
.swiper-slide { flex-shrink: 0; width: 100%; height: auto; }
.swiper-pagination-bullet { background: #2563eb; opacity: .6; width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin: 0 4px; }
.swiper-pagination-bullet-active { opacity: 1; }
