.aw-ridge-hero{position:relative;overflow:hidden;isolation:isolate}.aw-ridge-hero:after{content:"";position:absolute;z-index:3;inset:auto 0 0;height:1.2rem;background:linear-gradient(90deg,#2563a6 0 16%,#f4c95d 16% 32%,#e9858f 32% 48%,#7bc6a4 48% 64%,#a9d6f5 64% 82%,#f2a65a 82%)}.aw-ridge-hero--overlay{display:flex;align-items:center;justify-content:center;min-height:var(--aw-ridge-hero-min-height, 90vh)}.aw-ridge-hero--overlay .aw-ridge-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.aw-ridge-hero--split{display:flex;flex-direction:row-reverse;align-items:stretch;min-height:var(--aw-ridge-hero-min-height, 90vh)}.aw-ridge-hero--split.aw-ridge-hero--media-left{flex-direction:row}.aw-ridge-hero--split .aw-ridge-hero__media{position:relative;flex:1 1 auto;min-width:0}.aw-ridge-hero__media{z-index:0}.aw-ridge-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;transition:opacity 1s ease}.aw-ridge-hero__slide.is-active{z-index:1;opacity:1}.aw-ridge-hero__picture,.aw-ridge-hero__image,.aw-ridge-hero__video{display:block;width:100%;height:100%}.aw-ridge-hero__image,.aw-ridge-hero__video{object-fit:cover;object-position:center}.aw-ridge-hero__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,rgb(var(--color-background)),rgb(var(--color-button)))}.aw-ridge-hero__dots{position:absolute;z-index:2;left:50%;bottom:1.4rem;transform:translate(-50%);display:flex;gap:.2rem}.aw-ridge-hero__dot{position:relative;width:2.2rem;height:2.2rem;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.aw-ridge-hero__dot:before{content:"";width:.9rem;height:.9rem;border:.15rem solid rgb(255 255 255 / .9);border-radius:50%;background:#ffffff59;box-shadow:0 .1rem .4rem #00000059;transition:background-color .2s ease,transform .2s ease,border-color .2s ease}.aw-ridge-hero__dot:hover:before{background:#ffffffb3}.aw-ridge-hero__dot.is-active:before{background:rgb(var(--color-button));border-color:rgb(var(--color-button));transform:scale(1.25)}.aw-ridge-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(0 0 0 / var(--aw-ridge-hero-overlay-opacity, .3));pointer-events:none}.aw-ridge-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.6rem;max-width:62rem;padding:6rem 2rem;text-align:center;color:var(--aw-ridge-body-color, #fff);font-family:var(--aw-ridge-body-family, inherit)}.aw-ridge-hero--left .aw-ridge-hero__content{align-items:flex-start;text-align:left;margin-right:auto;margin-left:max(1.6rem,calc((100vw - 120rem)/2))}.aw-ridge-hero--split .aw-ridge-hero__content{flex:0 0 var(--aw-ridge-split-content-width, 45%);width:var(--aw-ridge-split-content-width, 45%);max-width:none;align-items:flex-start;justify-content:center;text-align:left;padding:clamp(3.2rem,4vw,6rem);background:var(--aw-ridge-content-bg, #fff);color:var(--aw-ridge-body-color, inherit)}.aw-ridge-hero--split .aw-ridge-hero__actions,.aw-ridge-hero--split .aw-ridge-hero__badges{justify-content:flex-start}.aw-ridge-hero__heading{margin:0;color:var(--aw-ridge-heading-color, #fff);opacity:0;animation:aw-ridge-hero-fade-up .8s cubic-bezier(.16,1,.3,1) .1s forwards;max-width:72rem;font-family:var(--aw-ridge-heading-family, var(--font-heading-family));font-size:var(--aw-ridge-heading-size, 80px);font-weight:var(--aw-ridge-heading-weight, 700);line-height:1;letter-spacing:-.04em}.aw-ridge-hero__subheading{margin:0;color:var(--aw-ridge-body-color, #fff);font-family:var(--aw-ridge-body-family, inherit);font-size:var(--aw-ridge-body-size, 18px);font-weight:var(--aw-ridge-body-weight, 400);line-height:1.5;max-width:46rem;opacity:0;animation:aw-ridge-hero-fade-up .8s cubic-bezier(.16,1,.3,1) .25s forwards}.aw-ridge-hero__subheading p{margin:0}.aw-ridge-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;opacity:0;animation:aw-ridge-hero-fade-up .8s cubic-bezier(.16,1,.3,1) .4s forwards}.aw-ridge-hero__actions .button{font-family:var(--aw-ridge-body-family, inherit)}.aw-ridge-hero__actions .button:not(.button--secondary){background:var(--aw-ridge-primary-bg);color:var(--aw-ridge-primary-text)}.aw-ridge-hero__actions .button.button--secondary{border:.1rem solid var(--aw-ridge-secondary-border);background:var(--aw-ridge-secondary-bg);color:var(--aw-ridge-secondary-text)}.aw-ridge-hero__actions .button:after{box-shadow:none}.aw-ridge-hero--left .aw-ridge-hero__actions{justify-content:flex-start}.aw-ridge-hero__badges{display:flex;flex-wrap:wrap;gap:.6rem 1.6rem;justify-content:center;margin:0;padding:0;list-style:none;font-size:1.3rem;color:var(--aw-ridge-badge-color, #fff);font-family:var(--aw-ridge-body-family, inherit);letter-spacing:.02em;opacity:0;animation:aw-ridge-hero-fade-up .8s cubic-bezier(.16,1,.3,1) .55s forwards}.aw-ridge-hero--left .aw-ridge-hero__badges{justify-content:flex-start}@keyframes aw-ridge-hero-fade-up{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.aw-ridge-hero__heading,.aw-ridge-hero__subheading,.aw-ridge-hero__actions,.aw-ridge-hero__badges{animation:none;opacity:1}}@media screen and (max-width:749px){.aw-ridge-hero__content{width:100%;padding:3.2rem 2.4rem;gap:1.2rem}.aw-ridge-hero--split .aw-ridge-hero__content{width:100%}.aw-ridge-hero--left .aw-ridge-hero__content{margin-left:0}.aw-ridge-hero--split,.aw-ridge-hero--split.aw-ridge-hero--media-left{flex-direction:column;min-height:0}.aw-ridge-hero--split .aw-ridge-hero__media{flex:0 0 auto;width:100%;aspect-ratio:var(--aw-ridge-mobile-media-ratio, 4 / 5)}.aw-ridge-hero--split .aw-ridge-hero__content{flex:0 0 auto}.aw-ridge-hero__heading{font-size:var(--aw-ridge-heading-size-mobile, 48px)}.aw-ridge-hero__subheading{font-size:var(--aw-ridge-body-size-mobile, 16px)}.aw-ridge-hero__badges{flex-direction:column;align-items:flex-start;gap:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/aw-ridge-hero.css.map */
