.scroll-reveal-feature{position:relative;background-color:#fff;background-color:var(--scroll-reveal-feature-background-color, #fff);--srf-scene-height: max(790px, min(100vh, 900px));--srf-landing-offset: 0px;--srf-ring-center: .59;--srf-ring-size: max(325px, min(40vw, 534px));--srf-product-size: min(476px, calc(var(--srf-ring-size) * .89));--srf-product-anchor: 50vh;--srf-drop-max: 0px;--srf-drop-progress: 0}@media (min-width: 720px){.scroll-reveal-feature{--srf-drop-max: calc( var(--srf-scene-height) * var(--srf-ring-center) - 50vh + var(--height-header, 0px) + 6vh );--srf-landing-offset: calc(-1 * var(--srf-drop-max))}}@media (max-width: 719px){.scroll-reveal-feature{--srf-ring-size: 52vw;--srf-product-size: 140px;--srf-product-anchor: calc(var(--srf-product-size) / 2)}}@media (max-width: 719px){.scroll-reveal-feature{--srf-scene-height: 700px;--srf-ring-center: .68}}.scroll-reveal-feature{--srf-section-pad-bottom: var(--spacing-between-sections)}.scroll-reveal-feature.section--vertical-padding-none,.scroll-reveal-feature.section--vertical-padding-top-only{--srf-section-pad-bottom: 0px}.scroll-reveal-feature.section--vertical-padding-large{--srf-section-pad-bottom: var(--spacing-15)}@media (min-width: 960px){.scroll-reveal-feature.section--vertical-padding-large{--srf-section-pad-bottom: var(--spacing-20) }}.scroll-reveal-feature{--scroll-reveal-feature-body-weight: 300}.shopify-section.scroll-reveal-feature__outer-wrapper{position:relative;z-index:0;overflow:visible}.scroll-reveal-feature__product-track{position:absolute;left:0;right:0;top:0;z-index:2;height:calc(100% - var(--srf-section-pad-bottom) - (var(--srf-scene-height) * (1 - var(--srf-ring-center))) + var(--srf-product-anchor) + var(--srf-landing-offset));pointer-events:none}@media (max-width: 719px){.scroll-reveal-feature__product-track{display:flex;flex-direction:column}.scroll-reveal-feature__product-track:before{content:"";flex:0 0 calc(100% - (var(--srf-scene-height) * var(--srf-ring-center)) - var(--spacing-15) - (var(--srf-product-size) * 1.5))}}.scroll-reveal-feature__product{position:sticky;top:0;display:flex;align-items:center;justify-content:center;height:100vh;pointer-events:none}@media (max-width: 719px){.scroll-reveal-feature__product{height:auto;top:calc(60vh - (var(--srf-product-size) / 2));top:calc(60svh - (var(--srf-product-size) / 2))}}.scroll-reveal-feature__product-image{width:var(--srf-product-size);height:var(--srf-product-size)}.scroll-reveal-feature__product-image .image__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width: 719px){.scroll-reveal-feature__product-image{width:140px;height:140px}}.scroll-reveal-feature__product-video{width:var(--srf-product-size);height:var(--srf-product-size);-o-object-fit:contain;object-fit:contain}.scroll-reveal-feature:not(.scroll-reveal-feature--video-live) .scroll-reveal-feature__product-video{display:none}.scroll-reveal-feature__frames{position:relative;width:var(--srf-product-size);height:var(--srf-product-size)}.scroll-reveal-feature__frame{position:absolute;top:0;right:0;bottom:0;left:0;will-change:opacity}.scroll-reveal-feature__frame-image,.scroll-reveal-feature__frame-image .image__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.scroll-reveal-feature--video-live .scroll-reveal-feature__product-image--video-fallback{display:none}.scroll-reveal-feature__product-image,.scroll-reveal-feature__product-video{transform:translateY(calc(var(--srf-drop-max) * var(--srf-drop-progress))) scale(1);transform:translateY(calc(var(--srf-drop-max) * var(--srf-drop-progress))) scale(var(--srf-product-zoom, 1));transform-origin:center center}.scroll-reveal-feature__frames{transform:translateY(calc(var(--srf-drop-max) * var(--srf-drop-progress)))}.scroll-reveal-feature__scene{position:relative;z-index:1;display:flex;align-items:flex-start;min-height:var(--srf-scene-height)}@media (max-width: 719px){.scroll-reveal-feature__scene--1{padding-bottom:calc(var(--srf-product-size) + var(--spacing-15) + var(--spacing-10))}}.scroll-reveal-feature__scene--2{overflow:hidden}.scroll-reveal-feature__scene1-inner,.scroll-reveal-feature__scene2-inner{position:relative;z-index:1;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-top:var(--spacing-20);padding-bottom:var(--spacing-16);padding-left:var(--space-outer);padding-right:var(--space-outer)}@media (max-width: 719px){.scroll-reveal-feature__scene1-inner,.scroll-reveal-feature__scene2-inner{padding-top:var(--spacing-12);padding-bottom:var(--spacing-4)}}.scroll-reveal-feature__heading{max-width:700px;margin:0 auto var(--spacing-12);text-align:center}.scroll-reveal-feature__grid{display:grid;grid-template-columns:1fr minmax(300px,476px) 1fr;grid-template-rows:repeat(2,auto);grid-row-gap:var(--spacing-12);row-gap:var(--spacing-12)}@media (max-width: 719px){.scroll-reveal-feature__grid{grid-template-columns:1fr;row-gap:var(--spacing-8)}}.scroll-reveal-feature__feature{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:230px;margin-left:auto;margin-right:auto;text-align:center}.scroll-reveal-feature__feature:nth-child(1){grid-column:1;grid-row:1}.scroll-reveal-feature__feature:nth-child(2){grid-column:1;grid-row:2}.scroll-reveal-feature__feature:nth-child(3){grid-column:3;grid-row:1}.scroll-reveal-feature__feature:nth-child(4){grid-column:3;grid-row:2}@media (max-width: 719px){.scroll-reveal-feature__feature:nth-child(n){grid-column:1;grid-row:auto}}.scroll-reveal-feature__feature-icon{display:block;width:25px;height:25px}.scroll-reveal-feature__feature-icon .image__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.scroll-reveal-feature__grid .scroll-reveal-feature__feature-title{text-transform:capitalize}.scroll-reveal-feature__feature-text{font-weight:var(--scroll-reveal-feature-body-weight)}.scroll-reveal-feature__bg-layers{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.scroll-reveal-feature__bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--duration-normal) var(--easing)}.scroll-reveal-feature__bg-layer.is-active{opacity:1}.scroll-reveal-feature__bg-layer .image,.scroll-reveal-feature__bg-layer .image__inner,.scroll-reveal-feature__bg-layer .image__img{width:100%;height:100%}.scroll-reveal-feature__bg-layer .image__img{-o-object-fit:cover;object-fit:cover}.scroll-reveal-feature__scene2-inner{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-10);padding-top:var(--spacing-20);padding-bottom:var(--spacing-16)}@media (max-width: 719px){.scroll-reveal-feature__scene2-inner{padding-top:var(--spacing-3);padding-bottom:var(--spacing-8)}}.scroll-reveal-feature__headings{display:grid;width:100%;max-width:600px;text-align:center}.scroll-reveal-feature__scene2-heading{grid-area:1 / 1;opacity:0;transition:opacity var(--duration-normal) var(--easing)}.scroll-reveal-feature__scene2-heading.is-active{opacity:1}.scroll-reveal-feature__ring{position:absolute;top:calc(var(--srf-ring-center) * 100%);left:50%;transform:translate(-50%,-50%);z-index:2;width:var(--srf-ring-size);aspect-ratio:1}.scroll-reveal-feature__ring-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.scroll-reveal-feature__ring-circle{fill:none;stroke:#0000c9;stroke:var(--scroll-reveal-feature-ring-color, #0000c9);stroke-opacity:.8;stroke-width:2px;stroke-linecap:round;stroke-dasharray:2.1 4.8}@media (max-width: 719px){.scroll-reveal-feature__ring-circle{stroke-width:1.65px;stroke-dasharray:.3 4.3}}.scroll-reveal-feature__product-static{position:absolute;top:50%;left:50%;z-index:1;display:none;transform:translate(-50%,-50%);pointer-events:none}.scroll-reveal-feature__product-static-image{width:226px;height:226px}@media (max-width: 719px){.scroll-reveal-feature__product-static-image{width:140px;height:140px}}.scroll-reveal-feature__product-static-image .image__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.scroll-reveal-feature__controls{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.scroll-reveal-feature__control{position:absolute;display:flex;align-items:center;justify-content:center;width:56.76px;height:56.76px;background-color:#fff;border-radius:50%;box-shadow:0 1px 4px #00000040;pointer-events:auto;transition:background-color var(--duration-normal) var(--easing)}.scroll-reveal-feature__control.is-active{background-color:#0000c9;background-color:var(--scroll-reveal-feature-ring-color, #0000c9)}.scroll-reveal-feature__control:focus-visible{outline:none;box-shadow:0 1px 4px #00000040,0 0 0 2px #fff,0 0 0 4px #0000c9;box-shadow:0 1px 4px #00000040,0 0 0 2px #fff,0 0 0 4px var(--scroll-reveal-feature-ring-color, #0000c9)}@media (max-width: 719px){.scroll-reveal-feature__control{width:31.18px;height:31.18px}}.scroll-reveal-feature__control--top{top:0;left:50%;transform:translate(-50%,-50%)}.scroll-reveal-feature__control--right{top:50%;right:0;transform:translate(50%,-50%)}.scroll-reveal-feature__control--bottom{bottom:0;left:50%;transform:translate(-50%,50%)}.scroll-reveal-feature__control--left{top:50%;left:0;transform:translate(-50%,-50%)}.scroll-reveal-feature__control-icon{display:block;width:38px;height:38px}.scroll-reveal-feature__control-icon .image__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width: 719px){.scroll-reveal-feature__control-icon{width:21px;height:21px}}.scroll-reveal-feature__control.is-active .scroll-reveal-feature__control-icon .image__img{filter:brightness(0) invert(1)}@media (prefers-reduced-motion: reduce){.scroll-reveal-feature{--srf-drop-max: 0px;--srf-landing-offset: 0px}.scroll-reveal-feature__bg-layer,.scroll-reveal-feature__scene2-heading,.scroll-reveal-feature__control{transition:none}.scroll-reveal-feature__product-track{position:static;height:auto}.scroll-reveal-feature__product{position:static;height:auto;padding-top:var(--spacing-10);padding-bottom:var(--spacing-10)}.scroll-reveal-feature__product-static{display:block}}
