.top-slider{--swiper-theme-color:#2e2e2e;--swiper-navigation-size:20px;--swiper-navigation-sides-offset:35px}.top-slider .swiper-button-next,.top-slider .swiper-button-prev{width:40px;height:40px;border-radius:50%;background-color:color-mix(in oklab,#dedede 50%,transparent);padding:15px;transition:background-color .3s ease}.top-slider .swiper-button-next:hover,.top-slider .swiper-button-prev:hover{background-color:color-mix(in oklab,#ffffff 30%,transparent)}.top-slider-pagination{--swiper-pagination-color:#2e2e2e}.top-slider-pagination .swiper-pagination-bullet{--swiper-pagination-bullet-border-radius:100px;height:5px;width:12px;position:relative;overflow:hidden}.top-slider-pagination .swiper-pagination-bullet-active{width:45px;background-color:rgba(0,0,0,.2)}.top-slider-pagination .swiper-pagination-bullet-active:after{content:"";position:absolute;left:0;bottom:0;height:5px;border-radius:inherit;background:#2e2e2e;animation:bulletLoading 3s linear forwards;width:0}@keyframes bulletLoading{0%{width:0}to{width:100%}}