.hero{position:relative;height:var(--hero-h);margin-top:-127px;overflow:hidden;background:var(--c-surface)}.hero__track{position:absolute;inset:0}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 0.6s ease}.hero__slide.is-active{opacity:1}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__arrow{position:absolute;top:56.5%;z-index:2;width:25px;height:25px;padding:0;transform:translateY(-50%);background:none;border:0}.hero__arrow svg{width:25px;height:25px;fill:var(--c-surface)}.hero__arrow--prev{left:30px}.hero__arrow--next{right:30px}.hero__dots{position:absolute;bottom:25px;left:0;right:0;z-index:2;display:flex;justify-content:center}.hero__dot{position:relative;width:24px;height:24px;margin:0 -2px;padding:0;border:0;background:none}.hero__dot::after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;transform:translate(-50%,-50%);border-radius:50%;background:var(--c-surface);opacity:.2;transition:opacity var(--transition)}.hero__dot.is-active::after{opacity:1}@media (max-width:767px){.hero__arrow--prev{left:12px}.hero__arrow--next{right:12px}.hero__dots{bottom:10px}}