.wlhs-slider{position:relative;width:100%;height:var(--h,580px);overflow:hidden;background:#222}.wlhs-slide{position:absolute;inset:0;opacity:0;pointer-events:none;background-position:center;background-size:cover;transition:opacity .65s ease}.wlhs-slide.is-active{opacity:1;pointer-events:auto;z-index:2}.wlhs-shade{position:absolute;inset:0;background:rgba(0,0,0,var(--ov,.42))}.wlhs-inner{position:relative;z-index:2;height:100%;max-width:1180px;margin:auto;padding:0 7%;display:flex;align-items:center}.wlhs-copy{max-width:650px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45)}.wlhs-copy:before{content:"";display:block;width:68px;height:3px;margin-bottom:18px;background:#7d20e6}.wlhs-copy h2{margin:0 0 12px;color:#fff;font-size:var(--title-size,58px);line-height:1.05}.wlhs-copy p{margin:0 0 22px;color:#fff;font-size:var(--desc-size,23px);line-height:1.45}.wlhs-button{display:inline-block;padding:13px 22px;background:#7d20e6;color:#fff!important;text-decoration:none!important;font-weight:600;font-size:var(--button-size,16px)}.wlhs-button-enter{animation:wlhsFadeBounce .78s ease-out both}@keyframes wlhsFadeBounce{0%{opacity:0;transform:translateY(28px)}60%{opacity:1;transform:translateY(-7px)}78%{transform:translateY(3px)}100%{opacity:1;transform:translateY(0)}}.wlhs-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:54px;border:0;background:rgba(0,0,0,.35);color:#fff;font-size:28px;cursor:pointer}.wlhs-prev{left:12px}.wlhs-next{right:12px}.wlhs-dots{position:absolute;z-index:5;right:28px;bottom:22px;display:flex;gap:9px}.wlhs-dot{width:13px;height:13px;padding:0;border:2px solid #fff;background:transparent;cursor:pointer}.wlhs-dot.is-active{background:#fff}@media(max-width:700px){.wlhs-slider{height:var(--hm,420px)}.wlhs-inner{padding:0 11%}.wlhs-copy h2{font-size:var(--title-size-mobile,36px)}.wlhs-copy p{font-size:var(--desc-size-mobile,17px)}}@media(prefers-reduced-motion:reduce){.wlhs-slide{transition:none}.wlhs-button-enter{animation:none}}