strive-hero-pro{--sh-type-scale: .82;display:block;position:relative;isolation:isolate;width:100%;overflow:hidden;border-radius:var(--sh-radius);background:#23352b;color:#fff;touch-action:pan-y}strive-hero-pro *,strive-hero-pro *:before,strive-hero-pro *:after{box-sizing:border-box}strive-hero-pro [hidden]{display:none!important}strive-hero-pro .sh-stage{position:relative;aspect-ratio:var(--sh-ratio)}strive-hero-pro .sh-slide{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--sh-bg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--sh-duration) ease,visibility var(--sh-duration);z-index:0}strive-hero-pro .sh-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}strive-hero-pro[data-effect=slide] .sh-slide{transform:translate(1.5%);transition:opacity var(--sh-duration) ease,transform var(--sh-duration) cubic-bezier(.22,.61,.36,1),visibility var(--sh-duration)}strive-hero-pro[data-effect=slide] .sh-slide.is-active{transform:translate(0)}strive-hero-pro[data-effect=none] .sh-slide{transition:none}strive-hero-pro .sh-media,strive-hero-pro .sh-media picture,strive-hero-pro .sh-video-slot,strive-hero-pro .sh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block}strive-hero-pro .sh-image,strive-hero-pro .sh-video{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:var(--sh-fx) var(--sh-fy)}strive-hero-pro .sh-video{opacity:0;transition:opacity .5s ease}strive-hero-pro .sh-video.is-playing{opacity:1}strive-hero-pro .sh-overlay{pointer-events:none;background:var(--sh-overlay-color);opacity:var(--sh-overlay)}strive-hero-pro .sh-overlay--bottom{background:linear-gradient(0deg,var(--sh-overlay-color),transparent 85%)}strive-hero-pro .sh-overlay--left{background:linear-gradient(90deg,var(--sh-overlay-color),transparent 85%)}strive-hero-pro .sh-content{position:absolute;display:flex;flex-direction:column;left:var(--sh-gx);top:var(--sh-gy);width:var(--sh-gw);transform:translate(calc(-1 * var(--sh-gx)),calc(-1 * var(--sh-gy)));text-align:var(--sh-ga);z-index:2}strive-hero-pro .sh-element{min-width:0;max-width:100%;order:var(--sh-order);margin:calc(var(--sh-gap) * .8) 0 0;font-family:var(--sh-font);font-style:var(--sh-style);font-weight:var(--sh-weight);font-size:calc(var(--sh-size) * var(--sh-type-scale));line-height:var(--sh-line);letter-spacing:var(--sh-track);color:var(--sh-color);text-align:var(--sh-align);text-transform:var(--sh-case);overflow-wrap:anywhere}strive-hero-pro .sh-element .sh-text{margin:0;padding:0;max-width:none;font:inherit;letter-spacing:inherit;text-transform:inherit;text-align:inherit;color:inherit}strive-hero-pro .sh-heading .sh-text{text-wrap:balance}strive-hero-pro .sh-subheading .sh-text{text-wrap:pretty}strive-hero-pro .sh-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;padding:calc(var(--sh-button-py) * .65) calc(var(--sh-button-px) * .8);border:var(--sh-button-bw) solid var(--sh-button-border);border-radius:var(--sh-button-radius);background:var(--sh-button-bg);color:var(--sh-button-color);font:inherit;letter-spacing:inherit;text-transform:inherit;text-align:center;text-decoration:none;box-shadow:none;transition:background .25s ease,color .25s ease,translate .25s ease}strive-hero-pro .sh-cta:before,strive-hero-pro .sh-cta:after{display:none}@media(hover:hover){strive-hero-pro .sh-cta:hover{background:var(--sh-button-hover-bg);color:var(--sh-button-hover-color);translate:0 -1px}}strive-hero-pro:focus-visible,strive-hero-pro a:focus-visible,strive-hero-pro button:focus-visible{outline:2px solid currentColor;outline-offset:4px}strive-hero-pro .sh-controls{position:absolute;bottom:var(--sh-controls-bottom);left:var(--sh-controls-x);transform:translate(-50%);display:none;align-items:center;gap:0;z-index:3;max-width:100%;color:var(--sh-controls)}strive-hero-pro .sh-controls--panel{justify-content:center;min-width:var(--sh-controls-width);min-height:var(--sh-controls-height);padding:var(--sh-controls-pad-y) var(--sh-controls-pad-x);border-radius:var(--sh-controls-radius);background:var(--sh-controls-panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}strive-hero-pro .sh-controls--shadow{box-shadow:0 4px 18px #0000002e}strive-hero-pro.is-ready .sh-controls{display:flex}strive-hero-pro .sh-control,strive-hero-pro .sh-dot{-webkit-appearance:none;appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--sh-control-size);min-width:var(--sh-control-size);height:var(--sh-control-size);margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:var(--sh-controls);font:14px/1 sans-serif;box-shadow:none;-webkit-tap-highlight-color:transparent}strive-hero-pro .sh-control:before{content:"";position:absolute;width:calc(var(--sh-control-size) - 2px);height:calc(var(--sh-control-size) - 2px);border-radius:50%;background:currentColor;opacity:0;transition:opacity .2s ease}strive-hero-pro .sh-control svg{position:relative;width:var(--sh-arrow-size);height:var(--sh-arrow-size);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}strive-hero-pro .sh-control:hover:before,strive-hero-pro .sh-control:focus-visible:before{opacity:.3}strive-hero-pro [data-toggle]{position:absolute;left:100%;font-size:10px;opacity:0}strive-hero-pro [data-toggle]:focus-visible{opacity:1}strive-hero-pro .sh-dots{display:flex;align-items:center;background:transparent}strive-hero-pro .sh-control:after,strive-hero-pro .sh-dot:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}strive-hero-pro .sh-dot span{display:block;width:var(--sh-dot-size);height:var(--sh-dot-size);border-radius:999px;background:currentColor;box-shadow:0 1px 4px #0003;opacity:var(--sh-dot-opacity);transition:width .45s cubic-bezier(.22,.61,.36,1),height .45s cubic-bezier(.22,.61,.36,1),opacity .45s ease}strive-hero-pro .sh-dot[aria-current=true] span{width:var(--sh-dot-size-active);height:var(--sh-dot-size-active);opacity:1}@media(min-width:750px){strive-hero-pro .sh-slide[data-layout=free] .sh-content{top:0;right:0;bottom:0;left:0;width:100%;transform:none}strive-hero-pro .sh-slide[data-layout=free] .sh-element{position:absolute;left:var(--sh-x);top:var(--sh-y);width:var(--sh-w);margin:0;transform:translate(calc(-1 * var(--sh-x)),calc(-1 * var(--sh-y)))}}@media(max-width:749px){strive-hero-pro{--sh-type-scale: .9}strive-hero-pro .sh-controls--hidden-m{display:none!important}strive-hero-pro .sh-stage{aspect-ratio:var(--sh-ratio-m)}strive-hero-pro .sh-image,strive-hero-pro .sh-video{object-position:var(--sh-fx-m) var(--sh-fy-m)}strive-hero-pro .sh-overlay{opacity:var(--sh-overlay-m)}strive-hero-pro .sh-content{left:var(--sh-gx-m);top:var(--sh-gy-m);width:var(--sh-gw-m);transform:translate(calc(-1 * var(--sh-gx-m)),calc(-1 * var(--sh-gy-m)));text-align:var(--sh-ga-m)}strive-hero-pro .sh-element{font-size:calc(var(--sh-size-m) * var(--sh-type-scale));line-height:var(--sh-line-m);letter-spacing:var(--sh-track-m);text-align:var(--sh-align-m);margin-top:calc(var(--sh-gap-m) * .8)}strive-hero-pro .sh-hide-m{display:none}strive-hero-pro .sh-slide[data-layout-m=free] .sh-content{top:0;right:0;bottom:0;left:0;width:100%;transform:none}strive-hero-pro .sh-slide[data-layout-m=free] .sh-element{position:absolute;left:var(--sh-x-m);top:var(--sh-y-m);width:var(--sh-w-m);margin:0;transform:translate(calc(-1 * var(--sh-x-m)),calc(-1 * var(--sh-y-m)))}strive-hero-pro .sh-cta{padding:calc(var(--sh-button-py-m) * .65) calc(var(--sh-button-px-m) * .8)}strive-hero-pro .sh-controls{bottom:var(--sh-controls-bottom-m);left:var(--sh-controls-x-m)}strive-hero-pro .sh-controls--panel{min-width:var(--sh-controls-width-m);min-height:var(--sh-controls-height-m)}strive-hero-pro .sh-control,strive-hero-pro .sh-dot{width:var(--sh-control-size-m);min-width:var(--sh-control-size-m);height:var(--sh-control-size-m)}strive-hero-pro .sh-control:before{width:calc(var(--sh-control-size-m) - 2px);height:calc(var(--sh-control-size-m) - 2px)}strive-hero-pro .sh-dot span{width:var(--sh-dot-size-m);height:var(--sh-dot-size-m)}strive-hero-pro .sh-dot[aria-current=true] span{width:var(--sh-dot-size-active-m);height:var(--sh-dot-size-active-m)}strive-hero-pro .sh-controls--dots-only-m{min-width:0;min-height:0;padding:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}strive-hero-pro .sh-controls--dots-only-m .sh-control{display:none}}@media(prefers-reduced-motion:no-preference){strive-hero-pro[data-text-motion=true] .sh-slide.is-active .sh-image{animation:sh-image-reveal 4s cubic-bezier(.2,.5,.3,1) both}strive-hero-pro[data-text-motion=true] .sh-slide.is-active .sh-text,strive-hero-pro[data-text-motion=true] .sh-slide.is-active .sh-cta{animation:sh-editorial-reveal .9s cubic-bezier(.22,.61,.36,1) both;animation-delay:calc(var(--sh-order) * 70ms)}@keyframes sh-image-reveal{0%{transform:scale(1.035)}to{transform:scale(1)}}@keyframes sh-editorial-reveal{0%{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}}@media(prefers-reduced-motion:reduce){strive-hero-pro .sh-slide,strive-hero-pro .sh-cta,strive-hero-pro .sh-dot span,strive-hero-pro .sh-image,strive-hero-pro .sh-video{transition:none!important;animation:none!important;transform:none!important;translate:none!important}}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map */
