.m-stat-reveal-section{padding-block:var(--stat-reveal-pt-mb, 70px) var(--stat-reveal-pb-mb, 50px)}@media(min-width:768px){.m-stat-reveal-section{padding-block:var(--stat-reveal-pt, 120px) var(--stat-reveal-pb, 100px)}}m-stat-reveal.stat-reveal{display:block;position:relative;--p-text: max(0, min(1, calc((var(--p, 1) - .1) / .34)));--p-media: max(0, min(1, calc((var(--p, 1) - .04) / .38)));--p-rule: max(0, min(1, calc((var(--p, 1) - .4) / .24)))}.stat-reveal__inner{max-width:min(100%,var(--stat-reveal-width, 811px));margin-inline:auto;text-align:center}.stat-reveal__inner--stats{padding-top:var(--stats-gap-mb, 0px)}@media(min-width:768px){.stat-reveal__inner--stats{padding-top:var(--stats-gap, 0px)}}.stat-reveal .stat-reveal__eyebrow{margin-top:0;color:rgba(var(--color-foreground),var(--eyebrow-strength, 1));word-break:break-word}.stat-reveal__statement{word-break:break-word;color:rgba(var(--color-heading),var(--stat-reveal-dim, .45))}.stat-reveal__statement:not(.is-split){background-image:linear-gradient(90deg,rgb(var(--color-heading)),rgb(var(--color-heading)));background-repeat:no-repeat;background-size:calc(var(--p-text) * 100%) 100%;-webkit-background-clip:text;background-clip:text}.stat-reveal__statement:not(.is-split)>*{display:inline;background-size:inherit}.stat-reveal__line{display:block;width:fit-content;margin-inline:auto;white-space:nowrap;overflow-wrap:normal;word-break:normal;--p-line: max(0, min(1, calc(var(--p-text) * var(--n, 1) - var(--i, 0))));background-image:linear-gradient(90deg,rgb(var(--color-heading)),rgb(var(--color-heading)));background-repeat:no-repeat;background-size:calc(var(--p-line) * 100%) 100%;-webkit-background-clip:text;background-clip:text}@supports not ((background-clip: text) or (-webkit-background-clip: text)){.stat-reveal__statement,.stat-reveal__line{color:rgb(var(--color-heading));background-image:none}}.stat-reveal__media{padding-block:clamp(40px,5vw,75px) clamp(32px,3vw,40px)}.stat-reveal__media--content{max-width:min(100%,var(--stat-reveal-width, 811px));margin-inline:auto}.stat-reveal__media--container{width:100%}.stat-reveal__media--custom{max-width:min(100%,var(--media-custom-width, 1100px));margin-inline:auto}.stat-reveal__media--full{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}.stat-reveal__media-el{display:block;width:100%;height:auto;transform:scale(calc(.72 + var(--p-media) * .28));transform-origin:center}.stat-reveal__media--full .stat-reveal__media-el{transform:scale(calc(.94 + var(--p-media) * .06))}.stat-reveal.is-active .stat-reveal__media-el{will-change:transform}.stat-reveal__media.has-ratio-mb .stat-reveal__media-el{aspect-ratio:var(--ratio-mb);object-fit:cover}@media(min-width:768px){.stat-reveal__media.has-ratio-dt .stat-reveal__media-el{aspect-ratio:var(--ratio);object-fit:cover}.stat-reveal__media:not(.has-ratio-dt) .stat-reveal__media-el{aspect-ratio:auto}}.stat-reveal__img--desktop{display:none}.stat-reveal__img--mobile{display:block}@media(min-width:768px){.stat-reveal__img--desktop{display:block}.stat-reveal__img--mobile{display:none}}.stat-reveal__grid{display:grid;grid-template-columns:repeat(var(--cols-mb, 1),minmax(0,1fr));gap:clamp(24px,4vw,40px) clamp(16px,3vw,32px)}@media(min-width:768px){.stat-reveal__grid{grid-template-columns:repeat(var(--cols-dt, 1),minmax(0,1fr));padding-inline:24px}}.stat-reveal__stat{display:flex;align-items:flex-end;justify-content:center;gap:7px}.stat-reveal__value{font-family:var(--font-stack-header, inherit);font-weight:var(--font-weight-header, 500);font-size:clamp(var(--stat-min, 44px),var(--stat-vw, 7.2vw),var(--stat-max, 100px));line-height:1.1;letter-spacing:-.06em;color:rgb(var(--color-heading));font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.stat-reveal__unit{font-size:clamp(12px,1.05vw,15px);font-weight:500;line-height:1.42;color:rgba(var(--color-foreground),.6);padding-bottom:.8rem}.stat-reveal__rule{display:block;width:100%;height:1px;margin-block:20px;background:linear-gradient(90deg,rgba(var(--color-border),1),rgba(var(--color-border),.2));transform:scaleX(max(0,min(1,calc(var(--p-rule) - var(--i, 0) * .12))));transform-origin:left center}.stat-reveal__caption{width:100%;margin-inline:auto;font-size:clamp(12px,1.05vw,15px);font-weight:500;line-height:1.42;color:rgba(var(--color-foreground),.6)}.stat-reveal__caption>*{margin:0}.stat-reveal__grid--single .stat-reveal__caption{width:100%}@media(min-width:768px){.stat-reveal__grid--single .stat-reveal__caption{width:80%}}@media(min-width:992px){.stat-reveal__grid--single .stat-reveal__caption{width:70%}}html.js .stat-reveal [data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .5s cubic-bezier(0,0,.3,1),transform .5s cubic-bezier(0,0,.3,1)}html.js .stat-reveal.is-in [data-reveal]{opacity:1;transform:none}html.js .stat-reveal.is-in [data-reveal="2"]{transition-delay:.08s}html.js .stat-reveal.is-in [data-reveal="3"]{transition-delay:.16s}html.js .stat-reveal.is-in [data-reveal="4"]{transition-delay:.24s}html.js .stat-reveal.is-in .stat-reveal__cell{transition-delay:calc(.24s + var(--i, 0) * .07s)}@media(prefers-reduced-motion:reduce){m-stat-reveal.stat-reveal{--p: 1}html.js .stat-reveal [data-reveal],html.js .stat-reveal.is-in [data-reveal]{opacity:1;transform:none;transition:none}.stat-reveal__media-el,.stat-reveal__media--full .stat-reveal__media-el,.stat-reveal__rule{transform:none}}html.js.shopify-design-mode .stat-reveal [data-reveal],html.js body.shopify-design-mode .stat-reveal [data-reveal]{opacity:1;transform:none}
/*# sourceMappingURL=/cdn/shop/t/24/assets/stat-reveal.css.map */
