.homepage-hero{padding:var(--section-gap-top, 0) 0 0;background:linear-gradient(142.38deg,#f8f6f31a,#fff,#2b47360d);display:flex;align-items:center;overflow-x:hidden;min-height:100vh}@media screen and (min-width:991px){.homepage-hero{padding-top:0}}.homepage-hero__container{max-width:none;margin:0;padding:0;width:100%;min-width:0}.homepage-hero__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:stretch;justify-items:stretch;min-width:0;min-height:100vh}.homepage-hero__grid{align-items:stretch}.homepage-hero__media{height:100%}.homepage-hero__text{--hero-inline-pad: calc(var(--gap, 8px) * 2);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;box-sizing:border-box;padding-top:clamp(32px,5vw,80px);padding-bottom:clamp(32px,5vw,80px);padding-left:max(var(--hero-inline-pad),calc((100vw - min(100vw,var(--site-max-width, 100vw))) * .5 + var(--hero-inline-pad)));padding-right:clamp(24px,5vw,80px);position:relative;height:100%;min-height:0;max-width:none;min-width:0;width:100%}@media screen and (min-width:1200px){.homepage-hero__text{--hero-inline-pad: calc(calc(var(--gap, 8px) * 2) + calc(var(--gap, 8px) * 2))}}.homepage-hero__badge{display:inline-flex;align-items:center;gap:16px;padding:13px 17px;background:#fff9;border:1px solid rgba(255,255,255,.4);border-radius:50px;font-family:Nunito Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:color-mix(in srgb,var(--color-headings-text) 70%,transparent);width:fit-content;box-shadow:0 4px 16px #0000000a;margin-bottom:24px;margin-top:0}.homepage-hero__badge-dot{width:8px;height:8px;background:var(--color-headings-text);border-radius:50%;opacity:.58;flex-shrink:0}.homepage-hero__heading-wrapper{margin-bottom:0;margin-top:0;min-width:0}.homepage-hero__heading{font-family:Nunito Sans,sans-serif;font-size:48px;font-weight:400;line-height:58px;color:color-mix(in srgb,var(--color-headings-text) 95%,transparent);margin:0;letter-spacing:-1px;display:block;white-space:pre-line;overflow-wrap:break-word;word-break:break-word}.homepage-hero__subheading{font-family:Nunito Sans,sans-serif;font-size:18px;font-weight:400;line-height:29.25px;color:color-mix(in srgb,var(--color-body-text-light) 80%,transparent);margin:16px 0 0;overflow-wrap:break-word}.homepage-hero__description{font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:300;line-height:26px;color:color-mix(in srgb,var(--color-body-text-light) 70%,transparent);margin:10px 0 0;white-space:pre-wrap;max-width:100%;overflow-wrap:break-word}.homepage-hero__description--small{font-size:14px;line-height:22px}.homepage-hero__features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px;margin-bottom:20px;width:100%;max-width:100%}.homepage-hero__feature{background:#fffc;border:1px solid rgba(43,71,54,.08);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:0;align-items:flex-start;text-align:left;box-shadow:0 2px 8px #0000000d;transition:transform .2s ease,box-shadow .2s ease;min-width:0}.homepage-hero__feature:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.homepage-hero__feature-icon-container{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#2b4736;border-radius:12px;flex-shrink:0;color:#fff;margin-bottom:16px}.homepage-hero__feature-text{font-family:Nunito Sans,sans-serif;display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;text-align:left}.homepage-hero__feature-text-line--title{display:block;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:700;line-height:20px;color:var(--color-headings-text);text-transform:uppercase;letter-spacing:.02em;margin:0 0 8px;overflow-wrap:break-word;word-break:break-word}.homepage-hero__feature-text-line--title:last-child{margin-bottom:0}.homepage-hero__feature-text-line--desc{display:block;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:var(--color-body-text-light);margin:0;overflow-wrap:break-word;word-break:break-word}.homepage-hero__feature:nth-child(1) .homepage-hero__feature-icon-container{background:#2b4736}.homepage-hero__feature:nth-child(2) .homepage-hero__feature-icon-container{background:#6a5246}.homepage-hero__feature:nth-child(3) .homepage-hero__feature-icon-container{background:#e8e6e1;color:color-mix(in srgb,var(--color-headings-text) 70%,transparent)}.homepage-hero__feature-icon{display:flex;align-items:center;justify-content:center;color:inherit}.homepage-hero__feature-icon svg{width:26px;height:26px;display:block;flex-shrink:0}.homepage-hero__feature-custom-icon{width:26px;height:26px;display:block;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)}.homepage-hero__feature:nth-child(3) .homepage-hero__feature-custom-icon{filter:brightness(0) invert(0);opacity:.7}.homepage-hero__feature-text-line:not(.homepage-hero__feature-text-line--title):not(.homepage-hero__feature-text-line--desc){font-size:14px;font-weight:400;line-height:20px;color:var(--color-body-text-light)}.homepage-hero__buttons{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:16px;margin-top:24px;margin-bottom:0;min-width:0;width:100%}.homepage-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:50px;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;height:48px;margin:0}.homepage-hero__button--primary{background:#2b4736e6;color:#fff;box-shadow:0 8px 24px #2b473626}.homepage-hero__button--primary:hover{background:#f1eae4;color:var(--color-headings-text);transform:translateY(-2px);box-shadow:0 12px 32px #2b473640}.homepage-hero__button--secondary{background:transparent;color:var(--color-body-text-light);padding:14px 0}.homepage-hero__button--secondary:hover{color:var(--color-headings-text);text-decoration:underline}.homepage-hero__button-icon{width:16px;height:16px;flex-shrink:0}.homepage-hero__image-wrapper{position:relative;border-radius:0;overflow:hidden;height:100%;min-height:0;min-width:0;width:100%}.homepage-hero__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.homepage-hero__stats{display:flex;gap:80px;padding-top:0;margin-top:56px;border-top:none}.homepage-hero__stat-item{display:flex;flex-direction:column;gap:4px;text-align:left}.homepage-hero__stat-number{font-family:Nunito Sans,sans-serif;font-size:40px;font-weight:700;line-height:48px;color:var(--color-headings-text);margin:0}.homepage-hero__stat-label{font-family:Nunito Sans,sans-serif;font-size:13px;line-height:18px;color:var(--color-body-text-light);margin:0;text-transform:uppercase;letter-spacing:.3px}@media screen and (max-width:990px){.homepage-hero{padding:80px 0 64px}.homepage-hero__container{padding:0 clamp(24px,5vw,40px)}.homepage-hero__content{grid-template-columns:minmax(0,1fr);gap:48px}.homepage-hero__text{padding:0;min-height:0}.homepage-hero__heading{font-size:38px;line-height:46px}.homepage-hero__features{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.homepage-hero__image-wrapper{height:400px;min-height:400px}.homepage-hero__image{height:100%}.homepage-hero__stats{gap:32px;flex-wrap:wrap}.homepage-hero__stat-number{font-size:32px;line-height:40px}}@media screen and (max-width:750px){.homepage-hero{padding:150px 0 48px}.homepage-hero__container{padding:0 24px}.homepage-hero__content{gap:32px}.homepage-hero__image-wrapper{order:-1;margin-left:-24px;margin-right:-24px;width:calc(100% + 48px)}.homepage-hero__heading{font-size:32px;line-height:40px;letter-spacing:-.7px}.homepage-hero__subheading{font-size:16px;line-height:24px}.homepage-hero__description{font-size:15px;line-height:24px;margin-top:24px}.homepage-hero__features{display:grid;grid-template-columns:1fr;gap:12px;margin-top:32px;margin-bottom:24px;overflow:visible;padding-bottom:0}.homepage-hero__feature{width:100%;padding:16px;border-radius:14px;flex-direction:row;align-items:center;gap:12px}.homepage-hero__feature-icon-container{width:40px;height:40px;margin-bottom:0;border-radius:12px}.homepage-hero__feature-icon svg,.homepage-hero__feature-custom-icon{width:22px;height:22px}.homepage-hero__feature-text-line--title,.homepage-hero__feature-text-line--desc{overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.homepage-hero__feature-text-line--title{font-size:13px;line-height:18px;margin-bottom:4px}.homepage-hero__feature-text-line--desc{font-size:13px;line-height:18px}.homepage-hero__buttons{flex-direction:column;align-items:flex-start;gap:16px}.homepage-hero__button{width:100%;min-width:0;justify-content:center}.homepage-hero__button--secondary{width:auto;padding:12px 0}.homepage-hero__image-wrapper{height:300px;min-height:300px}.homepage-hero__stats{gap:24px;flex-direction:column}.homepage-hero__stat-item{text-align:left}.homepage-hero__stat-number{font-size:28px;line-height:36px}.homepage-hero__badge{margin-top:24px}}@media screen and (max-width:480px){.homepage-hero__container{padding:0 20px}.homepage-hero__image-wrapper{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.homepage-hero__feature{padding:20px 16px}.homepage-hero__feature-icon-container{width:44px;height:44px;border-radius:12px;margin-bottom:12px}.homepage-hero__feature-icon svg{width:24px;height:24px}.homepage-hero__feature-custom-icon{width:24px;height:24px}.homepage-hero__feature-text-line--title{font-size:13px;line-height:18px;margin-bottom:6px}.homepage-hero__feature-text-line--desc{font-size:13px;line-height:19px}.homepage-hero__heading{font-size:26px;line-height:34px;letter-spacing:-.55px}.homepage-hero__subheading{font-size:15px;line-height:22px}.homepage-hero__description{font-size:14px;line-height:22px}.homepage-hero__badge{font-size:11px;padding:10px 14px;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-homepage-hero.css.map */
