.rootmd-v2-hero{position:relative;width:100%;overflow:hidden;color:var(--rootmd-text-dark);background:var(--rootmd-background-alt)}.rootmd-v2-hero .rootmd-v2-hero__main{position:relative;display:flex;min-height:var(--rootmd-v2-hero-height-mobile);isolation:isolate}.rootmd-v2-hero .rootmd-v2-hero__media,.rootmd-v2-hero .rootmd-v2-hero__media picture,.rootmd-v2-hero .rootmd-v2-hero__background-image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.rootmd-v2-hero .rootmd-v2-hero__media{z-index:-2}.rootmd-v2-hero .rootmd-v2-hero__background-image{object-fit:cover}.rootmd-v2-hero .rootmd-v2-hero__placeholder{background:var(--rootmd-background-alt)}.rootmd-v2-hero .rootmd-v2-hero__overlay{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgb(255 255 255 / var(--rootmd-v2-hero-overlay-primary)) 0%,rgb(255 255 255 / var(--rootmd-v2-hero-overlay-mid)) 48%,transparent 78%)}.rootmd-v2-hero .rootmd-v2-hero__container{display:flex;align-items:center;width:100%;max-width:1440px;min-height:inherit;margin:0 auto;padding:var(--rootmd-v2-hero-padding-top) 20px var(--rootmd-v2-hero-padding-bottom)}.rootmd-v2-hero.rootmd-v2-hero--content-top .rootmd-v2-hero__container{align-items:flex-start}.rootmd-v2-hero.rootmd-v2-hero--content-bottom .rootmd-v2-hero__container{align-items:flex-end}.rootmd-v2-hero .rootmd-v2-hero__content{width:min(100%,var(--rootmd-v2-hero-content-width))}.rootmd-v2-hero.rootmd-v2-hero--text-center .rootmd-v2-hero__content{text-align:center}.rootmd-v2-hero .rootmd-v2-hero__heading{margin:0;color:var(--rootmd-v2-color-green-alternative);letter-spacing:-.01em}.rootmd-v2-hero .rootmd-v2-hero__heading.rootmd-v2-h1{font-size:clamp(52px,13.75vw,72px)}.rootmd-v2-hero .rootmd-v2-hero__heading.rootmd-v2-h2{font-size:var(--rootmd-v2-font-size-h2)}.rootmd-v2-hero .rootmd-v2-hero__heading-line{display:block}.rootmd-v2-hero .rootmd-v2-hero__heading-line--emphasis{font-style:italic}.rootmd-v2-hero .rootmd-v2-hero__copy{max-width:520px;margin-top:24px;color:var(--rootmd-text-dark)}.rootmd-v2-hero .rootmd-v2-hero__copy>*{margin-top:0;margin-bottom:0}.rootmd-v2-hero .rootmd-v2-hero__copy>*+*{margin-top:12px}.rootmd-v2-hero.rootmd-v2-hero--text-center .rootmd-v2-hero__copy{margin-right:auto;margin-left:auto}.rootmd-v2-hero .rootmd-v2-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.rootmd-v2-hero.rootmd-v2-hero--text-center .rootmd-v2-hero__actions{justify-content:center}.rootmd-v2-hero .rootmd-v2-hero__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border:1px solid var(--rootmd-v2-color-green-alternative);border-radius:6px;text-align:center;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.rootmd-v2-hero .rootmd-v2-hero__button--primary{color:var(--rootmd-white);background:var(--rootmd-v2-color-green-alternative)}.rootmd-v2-hero .rootmd-v2-hero__button--secondary{color:var(--rootmd-v2-color-green-alternative);background:transparent;border-width:2px}.rootmd-v2-hero .rootmd-v2-hero__button:hover{color:var(--rootmd-v2-color-green-alternative);background:var(--rootmd-v2-color-button-hover);border-color:var(--rootmd-v2-color-button-hover)}.rootmd-v2-hero .rootmd-v2-hero__button--secondary:hover{background:var(--rootmd-v2-color-outline-hover);border-color:transparent}.rootmd-v2-hero .rootmd-v2-hero__button:focus-visible{outline:3px solid var(--rootmd-white);outline-offset:3px;box-shadow:0 0 0 5px var(--rootmd-v2-color-green-alternative)}.rootmd-v2-hero .rootmd-v2-hero__trust-bar{position:relative;z-index:1;overflow:hidden;color:var(--rootmd-white);background:var(--rootmd-v2-color-green-alternative)}.rootmd-v2-hero .rootmd-v2-hero__trust-list{display:grid;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;width:100%;max-width:1440px;margin:0 auto;padding:10px 20px}.rootmd-v2-hero .rootmd-v2-hero__trust-item{display:flex;align-items:center;min-width:0;gap:8px}.rootmd-v2-hero .rootmd-v2-hero__trust-icon{display:inline-flex;flex-shrink:0;width:20px;height:20px;color:currentColor}.rootmd-v2-hero .rootmd-v2-hero__trust-icon svg{display:block;width:100%;height:100%;object-fit:contain}.rootmd-v2-hero img.rootmd-v2-hero__trust-icon--image{display:block;object-fit:contain}.rootmd-v2-hero .rootmd-v2-hero__trust-text{min-width:0;color:currentColor;font-size:11px;line-height:1.25;letter-spacing:.02em;text-transform:uppercase;overflow-wrap:anywhere}.rootmd-v2-hero .rootmd-v2-hero__separator{display:none;font-size:16px;font-weight:var(--rootmd-v2-font-weight-regular);line-height:1;opacity:.45}@media screen and (max-width:749px){.rootmd-v2-hero .rootmd-v2-hero__overlay{background:linear-gradient(90deg,rgb(255 255 255 / var(--rootmd-v2-hero-overlay-mobile-primary)) 0%,rgb(255 255 255 / var(--rootmd-v2-hero-overlay-mobile-mid)) 58%,transparent 100%)}.rootmd-v2-hero .rootmd-v2-hero__content{max-width:92%}.rootmd-v2-hero .rootmd-v2-hero__copy{max-width:34ch}.rootmd-v2-hero .rootmd-v2-hero__actions{align-items:stretch;flex-direction:column;max-width:280px}.rootmd-v2-hero.rootmd-v2-hero--text-center .rootmd-v2-hero__actions{margin-right:auto;margin-left:auto}.rootmd-v2-hero .rootmd-v2-hero__button{width:100%}.rootmd-v2-hero .rootmd-v2-hero__trust-list{padding-right:16px;padding-left:16px}}@media screen and (min-width:750px){.rootmd-v2-hero .rootmd-v2-hero__main{min-height:min(var(--rootmd-v2-hero-height-desktop),max(480px,calc(100svh - 160px)))}.rootmd-v2-hero .rootmd-v2-hero__container{padding-right:40px;padding-left:40px}.rootmd-v2-hero .rootmd-v2-hero__content{width:min(52vw,var(--rootmd-v2-hero-content-width))}.rootmd-v2-hero .rootmd-v2-hero__heading.rootmd-v2-h1{font-size:clamp(48px,6vw,64px)}.rootmd-v2-hero .rootmd-v2-hero__copy{margin-top:28px}.rootmd-v2-hero .rootmd-v2-hero__actions{margin-top:36px}.rootmd-v2-hero .rootmd-v2-hero__trust-list{gap:10px 32px;padding:10px 40px}.rootmd-v2-hero .rootmd-v2-hero__trust-text{font-size:12px}}@media screen and (min-width:990px){.rootmd-v2-hero .rootmd-v2-hero__trust-list{display:flex;justify-content:space-between;flex-wrap:nowrap;gap:12px;padding-top:10px;padding-bottom:10px}.rootmd-v2-hero .rootmd-v2-hero__trust-icon{width:22px;height:22px}.rootmd-v2-hero .rootmd-v2-hero__separator{display:block;flex-shrink:0}}@media screen and (min-width:1200px){.rootmd-v2-hero .rootmd-v2-hero__container,.rootmd-v2-hero .rootmd-v2-hero__trust-list{padding-right:60px;padding-left:60px}.rootmd-v2-hero .rootmd-v2-hero__trust-icon{width:26px;height:26px}.rootmd-v2-hero .rootmd-v2-hero__trust-text{font-size:13px}.rootmd-v2-hero .rootmd-v2-hero__content{width:min(100%,var(--rootmd-v2-hero-content-width))}.rootmd-v2-hero .rootmd-v2-hero__heading.rootmd-v2-h1{font-size:clamp(72px,6vw,88px)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/section-image-hero-v2.css.map */
