.hero-slider{position:relative;overflow:hidden}.hero-track{display:flex;transition:transform .55s cubic-bezier(.22,.7,.25,1)}.hero-slide{min-width:100%;padding:38px 0}.hero-slide .hero-box{box-shadow:var(--shadow)}.hero-slider-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:45px;height:45px;border:1px solid rgba(142,40,70,.18);border-radius:50%;background:rgba(255,255,255,.9);color:var(--wine);font-size:27px;cursor:pointer;box-shadow:0 8px 24px #5421301c}.hero-prev{left:max(10px,calc((100vw - 1240px)/2))}.hero-next{right:max(10px,calc((100vw - 1240px)/2))}.hero-dots{position:absolute;z-index:4;bottom:48px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.hero-dot{width:8px;height:8px;padding:0;border:0;border-radius:10px;background:#caaeb7;cursor:pointer;transition:.2s}.hero-dot.active{width:25px;background:var(--wine)}@media(max-width:700px){.hero-slider-arrow{width:38px;height:38px}.hero-prev{left:15px}.hero-next{right:15px}.hero-dots{bottom:28px}.hero-slide{padding:20px 0}}
