

.swiper-navigation div[class^="swiper-button"]{ width:42px; height:42px; background-color: rgba(255,255,255,.5); transition: all 0.2s; border-radius: 50%; }
.swiper-navigation div[class^="swiper-button"]:hover{ background-color: #0a1f35; outline: 2px solid #fff; }
.swiper-navigation div[class^="swiper-button"]::before { font-size:24px; }
.swiper-navigation div[class^="swiper-button"] svg{ display:none; }

.swiper-pagination { width: auto; position: absolute; bottom: -30px; right: 0; left: 0;}
.swiper-pagination .swiper-pagination-bullet{ background-color: rgba(255, 255, 255, 1); }
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: rgba(255, 255, 255, 1);}

