.home-swiper{position:relative;width:100%;background:#000;color:#fff}.home-swiper:before{content:"";position:absolute;top:0;left:0;width:100%;height:200px;background:linear-gradient(0,rgba(0,0,0,0),rgba(0,0,0,.5) 30%,rgba(0,0,0,.7));z-index:1}.home-swiper-viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.home-swiper-viewport::-webkit-scrollbar{display:none}.home-swiper-track{display:flex;width:100%}.home-swiper-slide{position:relative;flex:0 0 100%;width:100%;scroll-snap-align:center;aspect-ratio:16/9}.home-swiper-media{position:absolute;inset:0}.home-swiper-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:rgba(0,0,0,.4);border:none;color:#fff;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.home-swiper-nav:hover{background:rgba(0,0,0,.6)}.home-swiper-prev{left:12px}.home-swiper-next{right:12px}.home-swiper-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;gap:8px;justify-content:center;z-index:2}.home-swiper-dot{width:8px;height:8px;border-radius:999px;background:hsla(0,0%,100%,.4);border:none;padding:0;cursor:pointer}.home-swiper-dot.is-active{background:#fff}@media screen and (max-width:1024px){.home-swiper-slide{aspect-ratio:1/1}}@media screen and (min-width:1025px){.home-swiper-slide{aspect-ratio:16/9}}