.hero-ladder{overflow:hidden}.hero__eyebrow{display:flex;align-items:center;gap:1.2rem;margin:0 0 1.6rem;color:var(--hero-accent);font-size:1.3rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero__eyebrow-dash{display:inline-block;width:3.2rem;height:2px;background:var(--hero-accent)}.hero__eyebrow-text{color:var(--hero-accent);font-size:1.3rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero__eyebrow-text--mobile{display:none}@media screen and (max-width:749px){.hero__eyebrow--has-mobile .hero__eyebrow-text--desktop{display:none}.hero__eyebrow--has-mobile .hero__eyebrow-text--mobile{display:inline}}.hero__heading{margin:0 0 2rem;color:var(--hero-heading);font-size:clamp(2.4rem,5.2vw,5.6rem);line-height:1.05;font-weight:700;text-transform:uppercase;letter-spacing:-.01em}.hero__heading-line{display:block;white-space:nowrap}.hero__heading-highlight{color:var(--hero-accent)}.hero__subtext{max-width:46rem;margin:0 0 3rem;color:var(--hero-text);font-size:1.8rem;line-height:1.5}.hero__subtext p{margin:0}.hero__subtext--mobile{display:none}@media screen and (max-width:749px){.hero__subtext--desktop{display:none}.hero__subtext--mobile{display:block}}.hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:2.4rem;margin-bottom:3.2rem}.hero__cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--hero-accent);color:#fff;font-size:1.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:1.5rem 3.2rem;border-radius:3px;text-decoration:none;transition:background .15s ease,transform .15s ease}.hero__cta-button:hover{filter:brightness(.92);transform:translateY(-1px)}.hero__demo{display:inline-flex;align-items:center;gap:1.56rem;color:var(--hero-heading);text-decoration:none;font-size:1.69rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:0;background:none;padding:0;cursor:pointer;font-family:inherit}.hero__demo-label{color:inherit;font-size:2.03rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero__demo-play{display:inline-flex;align-items:center;justify-content:center;width:5.2rem;height:5.2rem;border:2.6px solid currentColor;border-radius:50%;color:var(--hero-accent);padding-left:2.6px;transition:background .15s ease,color .15s ease,transform .22s cubic-bezier(.22,1,.36,1)}.hero__demo-play svg{width:2.08rem;height:2.08rem}.hero__demo:hover .hero__demo-play{background:var(--hero-accent);color:#fff}@media screen and (min-width:750px){.hero__demo-play{border-color:#000}.hero__actions{align-items:stretch}.hero__demo--in-content{gap:1.2rem;padding:1.1rem 2.4rem 1.1rem 1.1rem;background:#fff;color:var(--hero-heading);border-radius:3px;box-shadow:0 2px 12px #0000002e;transition:box-shadow .15s ease,transform .15s ease}.hero__demo--in-content:hover{box-shadow:0 4px 18px #0000003d;transform:translateY(-1px)}.hero__demo--in-content .hero__demo-play{width:4.4rem;height:4.4rem;flex-shrink:0;border:0;background:var(--hero-accent);color:#fff}.hero__demo--in-content .hero__demo-play svg{width:1.8rem;height:1.8rem}.hero__demo--in-content .hero__demo-label{font-size:1.6rem;letter-spacing:.1em}}.hero__trust{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 2rem;margin:0;padding:0;list-style:none}.hero__trust-item{display:inline-flex;align-items:center;gap:.8rem;color:var(--hero-text);font-size:1.4rem;font-weight:600}.hero__trust-item:not(:last-child):after{content:"";width:1px;height:1.4rem;margin-left:2rem;background:currentColor;opacity:.35}.hero__trust-button{display:inline-flex;align-items:center;gap:.8rem;margin:0;padding:0;border:0;background:none;color:inherit;font:inherit;letter-spacing:inherit;text-align:inherit;cursor:pointer}.hero__trust-button:hover .hero__trust-text{text-decoration:underline;text-underline-offset:.3rem}.hero__trust-button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.hero__stars{color:#f5a623;font-size:1.5rem;letter-spacing:.1em;line-height:1}.hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:block!important;background:#000;opacity:0;pointer-events:none;transition:opacity .36s cubic-bezier(.22,1,.36,1)}.hero__video-wrap[hidden]{display:none!important}.hero__video-wrap.is-open{opacity:1;pointer-events:auto}.hero__video{width:100%;height:100%;object-fit:cover;background:#000;transform:scale(1.045);transition:transform .62s cubic-bezier(.22,1,.36,1)}.hero__video-wrap.is-open .hero__video{transform:scale(1)}.hero__video-close{position:absolute;top:1.6rem;right:1.6rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border:0;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer;opacity:0;transform:scale(.8);transition:opacity .26s ease .18s,transform .26s cubic-bezier(.22,1,.36,1) .18s,background .15s ease}.hero__video-wrap.is-open .hero__video-close{opacity:1;transform:scale(1)}.hero__video-close:hover{background:#000000d9}.hero__demo:hover .hero__demo-play{transform:scale(1.06)}.hero__demo:active .hero__demo-play{transform:scale(.94);transition-duration:90ms}@media(prefers-reduced-motion:reduce){.hero__video-wrap,.hero__video,.hero__video-close,.hero__demo-play{transition-duration:1ms!important;transition-delay:0ms!important}.hero__video{transform:none}}.hero__trust-bar{display:none}@media screen and (max-width:749px){.hero__heading{font-size:calc(clamp(2.8rem,5.2vw,5.6rem)*1.3)}.hero__actions{flex-direction:column;align-items:stretch;gap:1.8rem;margin-bottom:0}.hero__cta-button{width:100%}.hero__demo{justify-content:center}.hero__content .hero__trust{display:none}.hero__trust-bar{display:block;padding:1.4rem 1.2rem}.hero__trust-bar .hero__trust{flex-wrap:nowrap;justify-content:center;gap:0}.hero__trust-bar .hero__trust-item{color:var(--hero-trust-text);font-size:clamp(1rem,3vw,1.3rem);white-space:nowrap}.hero__trust-bar .hero__trust-item:not(:last-child):after{content:"\b7";width:auto;height:auto;background:none;opacity:.6;font-weight:700;margin-left:clamp(.6rem,2.5vw,1.4rem);margin-right:clamp(.6rem,2.5vw,1.4rem)}.hero__trust-bar .hero__stars{font-size:clamp(1.1rem,3vw,1.4rem)}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__picture,.hero__image{display:block;width:100%;height:100%}.hero__image{object-fit:cover}.hero__demo--on-media{display:none}@media screen and (max-width:749px){.hero-ladder--mobile-stacked .hero__media{position:relative;inset:auto;aspect-ratio:4 / 3}.hero-ladder--mobile-stacked .hero__demo--in-content{display:none}.hero-ladder--mobile-stacked .hero__demo--on-media{display:inline-flex;position:absolute;left:1.6rem;bottom:1.6rem;gap:1rem;padding:.9rem 1.8rem .9rem .9rem;background:#fff;color:var(--hero-heading);border-radius:3px;box-shadow:0 2px 12px #0000002e}.hero-ladder--mobile-stacked .hero__demo--on-media .hero__demo-play{width:3.2rem;height:3.2rem;flex-shrink:0;border:0;background:var(--hero-accent);color:#fff}.hero-ladder--mobile-stacked .hero__demo--on-media .hero__demo-label{font-size:1.3rem;letter-spacing:.1em}.hero-ladder--mobile-stacked .hero__content{background:none;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-ladder--mobile-stacked .hero__subtext{margin-bottom:2.4rem}.hero-ladder--mobile-stacked .hero__actions{margin-bottom:2rem}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-hero-ladder.css.map */
