.gawx-video-fallback{display:block;position:relative;width:100%;height:calc(var(--gawx-video-fallback-scroll-screens-mobile, 3) * 100vh)}.gawx-video-fallback__sticky{position:sticky;top:0;width:100%;height:100vh;overflow:hidden;background:var(--gawx-video-fallback-bg)}.gawx-video-fallback__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.gawx-video-fallback__video,.gawx-video-fallback__video-poster,.gawx-video-fallback__poster{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%)}.gawx-video-fallback__video,.gawx-video-fallback__canvas,.gawx-video-fallback__video-poster,.gawx-video-fallback__poster,.gawx-video-fallback[data-render-mode=frames] .gawx-video-fallback__video,.gawx-video-fallback[data-render-mode=poster] .gawx-video-fallback__video{display:none}.gawx-video-fallback[data-render-mode=frames] .gawx-video-fallback__canvas,.gawx-video-fallback[data-render-mode=poster] .gawx-video-fallback__poster,.gawx-video-fallback[data-render-mode=video] .gawx-video-fallback__video.is-active{display:block}.gawx-video-fallback[data-render-mode=video]:not([data-video-frame-ready=true]) .gawx-video-fallback__video-poster{display:block}.gawx-video-fallback__video,.gawx-video-fallback__video-poster,.gawx-video-fallback__poster{object-fit:contain;object-position:center}.gawx-video-fallback__video-poster img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.gawx-video-fallback__video{z-index:0}.gawx-video-fallback__video-poster{z-index:1}.gawx-video-fallback__copy{position:absolute;top:0;left:0;right:0;z-index:2;padding:6vh 5vw 0;text-align:center;pointer-events:none}.gawx-video-fallback__copy-item{position:absolute;top:6vh;left:5vw;right:5vw;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease,visibility 0s linear .45s}.gawx-video-fallback__copy-item.is-visible{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .45s ease,transform .45s ease}.gawx-video-fallback__copy-heading{margin:0;color:#fff;font-size:clamp(2.4rem,4vw,4rem);font-weight:700;line-height:1.2}.gawx-video-fallback__copy-text{margin:1.2rem auto 0;max-width:60ch;color:#ffffffb3;font-size:clamp(1.4rem,1.8vw,1.8rem);line-height:1.4}.gawx-video-fallback__copy-text p{margin:0}.gawx-video-fallback__copy--hotspots{top:0;left:0;right:0;bottom:0;--hotspot-dot-size: 1.5rem;--hotspot-dot-radius: calc(var(--hotspot-dot-size) / 2);padding:0;text-align:left}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-item{top:var(--hotspot-y, 50%);left:var(--hotspot-x, 50%);right:auto;width:0;max-width:none;padding:0;transform:none;transition:opacity .5s ease,visibility 0s linear .5s}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-item.is-visible{transform:none;transition:opacity .5s ease}.gawx-video-fallback__hotspot-dot{position:absolute;top:0;left:0;width:var(--hotspot-dot-size);height:var(--hotspot-dot-size);border:1px solid var(--gawx-video-fallback-hotspot-accent, #a7a7a7);border-radius:50%;transform:translate(-50%,-50%);box-sizing:border-box}.gawx-video-fallback__hotspot-line{position:absolute;top:0;height:1px;width:var(--hotspot-line, 88px);background:var(--gawx-video-fallback-hotspot-accent, #a7a7a7)}.gawx-video-fallback__hotspot--left .gawx-video-fallback__hotspot-line{right:var(--hotspot-dot-radius)}.gawx-video-fallback__hotspot--right .gawx-video-fallback__hotspot-line{left:var(--hotspot-dot-radius)}.gawx-video-fallback__hotspot-body{position:absolute;top:0;width:var(--hotspot-width, 27rem);transform:translateY(-50%)}.gawx-video-fallback__hotspot--left .gawx-video-fallback__hotspot-body{right:calc(var(--hotspot-line, 88px) + var(--hotspot-dot-radius) + 1.2rem);text-align:left}.gawx-video-fallback__hotspot--right .gawx-video-fallback__hotspot-body{left:calc(var(--hotspot-line, 88px) + var(--hotspot-dot-radius) + 1.2rem);text-align:right}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-heading{color:var(--gawx-video-fallback-hotspot-heading, #000);font-size:clamp(2rem,2.2vw,3.2rem);font-weight:400;letter-spacing:.02em;line-height:1.2}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-text{margin-top:.6rem;max-width:none;color:var(--gawx-video-fallback-hotspot-text, rgba(0, 0, 0, .6));font-size:clamp(1.4rem,1.25vw,1.8rem);line-height:1.35}.gawx-video-fallback__hotspot-copy-mobile{display:none}@media(max-width:767px){.gawx-video-fallback--hotspots .gawx-video-fallback__video,.gawx-video-fallback--hotspots .gawx-video-fallback__video-poster,.gawx-video-fallback--hotspots .gawx-video-fallback__poster{top:var(--gawx-video-fallback-mobile-media-top, 50%);left:50%;width:calc(100% * var(--gawx-video-fallback-mobile-media-scale, 1));height:auto;max-width:none;transform:translate(-50%,-50%);object-fit:cover}.gawx-video-fallback--hotspots .gawx-video-fallback__canvas{transform:scale(var(--gawx-video-fallback-mobile-media-scale, 1));transform-origin:center var(--gawx-video-fallback-mobile-media-top, 50%)}.gawx-video-fallback--hotspots .gawx-video-fallback__video-poster img{width:100%;height:auto;object-fit:cover}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-item{top:var(--hotspot-mobile-y, var(--hotspot-y, 50%));left:var(--hotspot-mobile-x, var(--hotspot-x, 50%));right:auto;bottom:auto;width:0;transform:none}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-item.is-visible{transform:none}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__hotspot--mobile-hidden{display:none}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__hotspot-line{top:var(--hotspot-mobile-line-y, 0);left:var(--hotspot-mobile-line-x, 0);right:auto;width:var(--hotspot-mobile-line-w, var(--hotspot-mobile-line, var(--hotspot-line, 88px)));height:var(--hotspot-mobile-line-h, 40px);background:transparent;transform:none}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__hotspot-line:before,.gawx-video-fallback__copy--hotspots .gawx-video-fallback__hotspot-line:after{content:"";position:absolute;background:var(--gawx-video-fallback-hotspot-accent, #a7a7a7)}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__hotspot-line:before{width:100%;height:1px}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__hotspot-line:after{width:1px;height:100%}.gawx-video-fallback__hotspot--mobile-corner-top-right .gawx-video-fallback__hotspot-line:before{top:0;left:0}.gawx-video-fallback__hotspot--mobile-corner-top-right .gawx-video-fallback__hotspot-line:after{top:0;right:0}.gawx-video-fallback__hotspot--mobile-corner-bottom-left .gawx-video-fallback__hotspot-line:before{bottom:0;left:0}.gawx-video-fallback__hotspot--mobile-corner-bottom-left .gawx-video-fallback__hotspot-line:after{top:0;left:0}.gawx-video-fallback__hotspot--left .gawx-video-fallback__hotspot-body,.gawx-video-fallback__hotspot--right .gawx-video-fallback__hotspot-body{left:var(--hotspot-mobile-body-x, 0);right:auto;top:var(--hotspot-mobile-body-y, 0);width:min(72vw,27rem);transform:none;text-align:var(--hotspot-mobile-align, left)}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-heading{font-size:2.4rem;line-height:1.13}.gawx-video-fallback__copy--hotspots .gawx-video-fallback__copy-text{margin-top:.4rem;font-size:1.8rem;line-height:1.13}.gawx-video-fallback__hotspot-copy-desktop{display:none}.gawx-video-fallback__hotspot-copy-mobile{display:inline}}@media(prefers-reduced-motion:reduce){.gawx-video-fallback__copy-item{transition:opacity .2s ease,visibility 0s linear .2s;transform:none}.gawx-video-fallback__copy-item.is-visible{transform:none;transition:opacity .2s ease}}@media(min-width:768px){.gawx-video-fallback{height:calc(var(--gawx-video-fallback-scroll-screens-desktop, 10) * 100vh)}}@media(max-width:767px){.gawx-video-fallback--hide-mobile{display:none}.gawx-video-fallback__copy{padding-top:var(--gawx-video-fallback-copy-top-mobile, 18vh)}.gawx-video-fallback__copy-item{top:var(--gawx-video-fallback-copy-top-mobile, 18vh)}}.gawx-video-fallback__mobile{display:none;background:var(--gawx-video-fallback-accordion-bg, #000);color:var(--gawx-video-fallback-accordion-fg, #fff)}.gawx-video-fallback__mobile-head{padding:7vh 6vw 0}.gawx-video-fallback__mobile-title{margin:0;font-size:2.8rem;font-weight:500;line-height:1.15}.gawx-video-fallback__mobile-subtitle{margin:1rem 0 0;font-size:1.6rem;line-height:1.25;opacity:.6}.gawx-video-fallback__mobile-subtitle p{margin:0}.gawx-video-fallback__accordion{padding:4vh 6vw 7vh}.gawx-video-fallback__item{border-bottom:1px solid rgba(255,255,255,.4);border-bottom-color:color-mix(in srgb,currentColor 40%,transparent)}.gawx-video-fallback__item:last-child{border-bottom:none}.gawx-video-fallback__summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:2.4rem 0;cursor:pointer;list-style:none}.gawx-video-fallback__summary::-webkit-details-marker{display:none}.gawx-video-fallback__summary-text{display:flex;flex-direction:column;gap:.4rem;min-width:0}.gawx-video-fallback__item-title{font-size:2.2rem;font-weight:500;line-height:1.2}.gawx-video-fallback__item-subtitle{font-size:1.5rem;line-height:1.2;opacity:.6}.gawx-video-fallback__toggle{position:relative;flex:0 0 auto;width:4rem;height:4rem;border-radius:50%;background:#262629cc;border:1px solid rgba(255,255,255,.2)}.gawx-video-fallback__toggle-bar{position:absolute;top:50%;left:50%;background:#d9d9d9;border-radius:2px;transition:opacity .3s ease,transform .3s ease}.gawx-video-fallback__toggle-bar--h{width:1.6rem;height:2px;transform:translate(-50%,-50%)}.gawx-video-fallback__toggle-bar--v{width:2px;height:1.6rem;transform:translate(-50%,-50%)}.gawx-video-fallback__item[open] .gawx-video-fallback__toggle-bar--v{opacity:0;transform:translate(-50%,-50%) rotate(-90deg)}.gawx-video-fallback__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease}.gawx-video-fallback.is-accordion-enhanced .gawx-video-fallback__panel{display:block;height:0;overflow:hidden;opacity:0;transform:translateY(-.8rem);transition:height .46s cubic-bezier(.22,1,.36,1),opacity .28s ease,transform .46s cubic-bezier(.22,1,.36,1)}.gawx-video-fallback__item[open] .gawx-video-fallback__panel{grid-template-rows:1fr}.gawx-video-fallback.is-accordion-enhanced .gawx-video-fallback__item[open] .gawx-video-fallback__panel{opacity:1;transform:translateY(0)}.gawx-video-fallback__panel-inner{overflow:hidden;min-height:0}.gawx-video-fallback__panel-image{display:block;width:100%;height:auto;border-radius:1.6rem;margin-bottom:1.6rem}.gawx-video-fallback__panel-text{margin-bottom:2.4rem;font-size:1.6rem;line-height:1.5;opacity:.85}.gawx-video-fallback__panel-text p{margin:0 0 1rem}.gawx-video-fallback__panel-text>:last-child{margin-bottom:0}@media(prefers-reduced-motion:reduce){.gawx-video-fallback__panel,.gawx-video-fallback__toggle-bar{transition:none}}@media(max-width:767px){.gawx-video-fallback--has-accordion{height:auto}.gawx-video-fallback--has-accordion .gawx-video-fallback__sticky{display:none}.gawx-video-fallback__mobile{display:block}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-gawx-video-fallback.css.map */
