.bow-slider{position:relative;margin-block:0;overflow:hidden;background:var(--bow-accent)}.bow-slider__track{display:flex;height:var(--bow-slider-h-mobile, 460px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.bow-slider__track::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:reduce){.bow-slider__track{scroll-behavior:auto}}@media(min-width:768px){.bow-slider__track{height:var(--bow-slider-h, 620px)}}.bow-slider__slide{position:relative;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center}.bow-slider__media{position:absolute;inset:0;z-index:0}.bow-slider__image{width:100%;height:100%;object-fit:cover}.bow-slider__overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(var(--bow-accent-rgb),.96),rgba(var(--bow-accent-rgb),.74) 42%,rgba(var(--bow-accent-rgb),.3))}.bow-slider__slide--center .bow-slider__overlay{background:linear-gradient(180deg,rgba(var(--bow-accent-rgb),.55),rgba(var(--bow-accent-rgb),.82))}.bow-slider__slide--right .bow-slider__overlay{background:linear-gradient(260deg,rgba(var(--bow-accent-rgb),.96),rgba(var(--bow-accent-rgb),.74) 42%,rgba(var(--bow-accent-rgb),.3))}.bow-slider__content{position:relative;z-index:1;width:100%;color:#fff}.bow-slider__inner{max-width:640px}.bow-slider__slide--center .bow-slider__inner{max-width:760px;margin-inline:auto;text-align:center}.bow-slider__slide--right .bow-slider__inner{margin-left:auto}.bow-slider__eyebrow{display:inline-flex;align-items:center;margin-bottom:16px;padding:7px 16px;font-family:var(--bow-font-heading);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:rgba(var(--bow-primary-rgb),.92);border-radius:var(--bow-radius-pill)}.bow-slider__title{margin:0 0 16px;font-size:clamp(1.9rem,5.4vw,3.9rem);line-height:1.06;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.28)}.bow-slider__text{margin:0 0 26px;font-size:clamp(1rem,1.7vw,1.22rem);line-height:1.65;color:#ffffffeb;max-width:54ch}.bow-slider__slide--center .bow-slider__text{margin-inline:auto}.bow-slider__actions{display:flex;flex-wrap:wrap;gap:12px}.bow-slider__slide--center .bow-slider__actions{justify-content:center}.bow-slider__slide--right .bow-slider__actions{justify-content:flex-end}.bow-slider__nav{position:absolute;top:50%;z-index:3;display:none;align-items:center;justify-content:center;width:50px;height:50px;padding:0;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(8px);transition:background-color .2s ease,color .2s ease}.bow-slider__nav:hover{background:#fff;color:var(--bow-accent)}.bow-slider__nav .bow-icon{width:24px;height:24px}.bow-slider__nav--prev{left:18px}.bow-slider__nav--next{right:18px}@media(min-width:900px){.bow-slider__nav{display:inline-flex}}.bow-slider__dots{position:absolute;left:50%;bottom:20px;z-index:3;display:flex;gap:9px;transform:translate(-50%)}.bow-slider__dot{width:11px;height:11px;padding:0;background:#ffffff73;border:0;border-radius:var(--bow-radius-pill);cursor:pointer;transition:width .25s ease,background-color .25s ease}.bow-slider__dot.is-active{width:30px;background:#fff}.bow-slider--single .bow-slider__track{overflow:hidden}@media(max-width:767px){.bow-slider__dots{bottom:14px}}
