.homepage-hero{background:#f0eee7;left:50%;margin-left:-50vw;margin-top:-94px;overflow:hidden;padding:214px 32px 0;position:relative;width:100vw}.homepage-hero__container{margin:0 auto;max-width:1440px;position:relative;z-index:2}.homepage-hero__content{margin:0 auto;max-width:1440px;padding-top:64px;text-align:center}.homepage-hero__eyebrow{font-size:16px;font-weight:500;letter-spacing:.5px;margin-bottom:24px;text-transform:uppercase}.homepage-hero__eyebrow,.homepage-hero__headline{color:#262625;font-family:var(--theme-global-fonts-primary-font,"DM Sans",sans-serif)}.homepage-hero__headline{font-size:72px;font-weight:800;letter-spacing:-4.32px;line-height:1.07;margin-bottom:32px}.homepage-hero__headline-line1,.homepage-hero__headline-line2{display:block}.homepage-hero__headline-accent{color:#1d8675}.homepage-hero__headline-accent,.homepage-hero__headline-white{filter:blur(8px);opacity:0}.homepage-hero__headline-white.animate{animation:heroBlurIn 2s ease-out forwards}.homepage-hero__headline-accent.animate{animation:heroBlurIn 2s ease-out 1s forwards}@keyframes heroBlurIn{0%{filter:blur(8px);opacity:0}to{filter:blur(0);opacity:1}}.homepage-hero__subheading{color:#262625;font-family:var(--theme-global-fonts-primary-font,"DM Sans",sans-serif);font-size:20px;font-weight:400;line-height:1.675;margin:0 auto 64px;max-width:840px}.homepage-hero__subheading p{margin:0}.homepage-hero__buttons{display:flex;gap:12px;justify-content:center;margin-bottom:88px}.homepage-hero__btn{align-items:center;border-radius:100px;display:inline-flex;font-family:var(--theme-global-fonts-primary-font,"DM Sans",sans-serif);font-size:16px;font-weight:500;justify-content:center;min-height:54px;padding:15px 24px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.homepage-hero__btn--primary{background-color:#1d8675;border:none;color:#fff;min-width:150px}.homepage-hero__btn--primary:focus,.homepage-hero__btn--primary:hover{background-color:#166b5c;color:#fff;font-weight:500;text-decoration:none}.homepage-hero__btn--secondary{background-color:transparent;border:1px solid #262625;color:#262625;min-width:180px}.homepage-hero__btn--secondary:focus,.homepage-hero__btn--secondary:hover{background-color:rgba(38,38,37,.1);color:#262625;font-weight:500;text-decoration:none}.homepage-hero__tabs--desktop{display:flex;gap:38px;justify-content:center;margin-bottom:32px;position:relative}.homepage-hero__tabs-dropdown{display:none}.homepage-hero__tab{align-items:center;background:none;border:none;color:#262625;cursor:pointer;display:flex;font-family:var(--theme-global-fonts-primary-font,"DM Sans",sans-serif);font-size:14px;font-weight:600;gap:8px;letter-spacing:.28px;opacity:.7;padding:8px;position:relative;text-transform:uppercase;transition:opacity .2s ease}.homepage-hero__tab:focus,.homepage-hero__tab:hover{background:none;background-color:transparent;border:none;border-radius:0;box-shadow:none;color:#262625;opacity:1;outline:none}.homepage-hero__tab.active{opacity:1}.homepage-hero__tab-indicator{background-color:#1d8675;bottom:0;height:3px;pointer-events:none;position:absolute;transition:left .3s ease,width .3s ease}.homepage-hero__tab-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.homepage-hero__tab-icon img{height:20px;object-fit:contain;width:20px}.homepage-hero__product-images{margin:0 auto 64px;max-width:1440px;position:relative}.homepage-hero__product-image{background-color:transparent;border-radius:16px;left:0;opacity:0;overflow:hidden;padding:0;position:absolute;right:0;top:0;transition:opacity .4s ease-in-out,visibility .4s ease-in-out;visibility:hidden;z-index:1}.homepage-hero__product-image.active{opacity:1;position:relative;visibility:visible;z-index:2}.homepage-hero__product-image img{border-radius:12px;display:block;height:auto;width:100%}.homepage-hero__browser-dots{display:none}.homepage-hero__browser-dot{border-radius:50%;height:12px;width:12px}.homepage-hero__browser-dot--red{background-color:#ff5f56}.homepage-hero__browser-dot--yellow{background-color:#ffbd2e}.homepage-hero__browser-dot--green{background-color:#27ca40}.homepage-hero__logos{padding-bottom:64px;padding-top:0}.homepage-hero__logos-header{align-items:center;display:flex;gap:24px;margin-bottom:0}.homepage-hero__logos-text{color:#262625;flex-shrink:0;font-family:var(--theme-global-fonts-primary-font,"DM Sans",sans-serif);font-size:16px;font-weight:400;line-height:1;margin:0;white-space:nowrap}.homepage-hero__logos-divider{background-color:rgba(38,38,37,.3);flex-shrink:0;height:42px;width:1px}.homepage-hero__logos-track-wrapper{flex:1;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);overflow:hidden}.homepage-hero__logos-track{align-items:center;animation:logoScroll 20s linear infinite;display:flex;gap:43px}.homepage-hero__logo{align-items:center;display:flex;flex-shrink:0;height:26px}.homepage-hero__logo img{filter:brightness(0);height:100%;opacity:.8;width:auto}@keyframes logoScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.homepage-hero__product-img{border-radius:0 0 16px 16px;display:block;height:auto;width:100%}.homepage-hero__placeholder{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:0 0 16px 16px;display:flex;justify-content:center;min-height:400px;width:100%}.homepage-hero__placeholder span{color:#6b7280;font-size:14px;font-weight:500}.illustration-cursor{transform-origin:0 0}@keyframes cursorClick{0%,to{transform:scale(1)}50%{transform:scale(.85)}}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes drawLine{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}@keyframes slideRight{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.illustration-bar{animation:barGrow .6s ease-out forwards;transform-origin:bottom center}.illustration-bar:first-child{animation-delay:.1s}.illustration-bar:nth-child(2){animation-delay:.2s}.illustration-bar:nth-child(3){animation-delay:.3s}.illustration-bar:nth-child(4){animation-delay:.4s}.illustration-bar:nth-child(5){animation-delay:.5s}.illustration-bar:nth-child(6){animation-delay:.6s}.illustration-line{animation:drawLine 1.5s ease-out forwards;animation-delay:.5s;stroke-dasharray:1000;stroke-dashoffset:1000}.illustration-tooltip{animation:fadeInUp .3s ease-out forwards;animation-delay:2s;opacity:0}@keyframes cursorPath1{0%,5%{transform:translate(350px,80px)}15%,20%{transform:translate(280px,50px)}25%{transform:translate(280px,50px) scale(.85)}30%{transform:translate(280px,50px)}50%,55%{transform:translate(180px,180px)}95%,to{transform:translate(180px,180px)}}@keyframes cursorPath2{0%,5%{transform:translate(350px,80px)}15%,20%{transform:translate(200px,100px)}25%{transform:translate(200px,100px) scale(.85)}30%,70%{transform:translate(200px,100px)}95%,to{transform:translate(200px,100px)}}@keyframes cursorPath3{0%,10%{transform:translate(350px,60px)}25%,30%{transform:translate(320px,120px)}35%{transform:translate(320px,120px) scale(.85)}40%,to{transform:translate(320px,120px)}}@keyframes valueChange{0%,30%{opacity:1}35%{opacity:0}40%,to{opacity:1}}@keyframes channelBarGrow{0%{width:60%}to{width:100%}}.illustration-status-badge{animation:slideRight .4s ease-out forwards}.illustration-status-badge:first-child{animation-delay:4s}.illustration-status-badge:nth-child(2){animation-delay:4.15s}.illustration-status-badge:nth-child(3){animation-delay:4.3s}.illustration-status-badge:nth-child(4){animation-delay:4.45s}.homepage-hero__product-image.active .homepage-hero__illustration svg *{animation-play-state:running}.tab1-state-3m{opacity:1}.tab1-state-1y,.tab1-state-6m{opacity:0}.homepage-hero__product-image.active .tab1-state-3m{animation:tab1State3m 8s ease-in-out infinite}.homepage-hero__product-image.active .tab1-state-6m{animation:tab1State6m 8s ease-in-out infinite}.homepage-hero__product-image.active .tab1-state-1y{animation:tab1State1y 8s ease-in-out infinite}@keyframes tab1State3m{0%,28%{opacity:1}33%,92%{opacity:0}97%,to{opacity:1}}@keyframes tab1State6m{0%,28%{opacity:0}33%,61%{opacity:1}66%,to{opacity:0}}@keyframes tab1State1y{0%,61%{opacity:0}66%,92%{opacity:1}97%,to{opacity:0}}.homepage-hero__product-image.active .tab1-cursor{animation:tab1CursorMove 8s ease-in-out infinite}@keyframes tab1CursorMove{0%,20%{transform:translate(280px,55px)}25%{transform:translate(265px,40px)}28%{transform:translate(265px,40px) scale(.9)}30%,31%{transform:translate(265px,40px)}33%,53%{transform:translate(320px,55px)}58%{transform:translate(337px,40px)}61%{transform:translate(337px,40px) scale(.9)}63%,64%{transform:translate(337px,40px)}66%,86%{transform:translate(350px,55px)}91%{transform:translate(197px,40px)}94%{transform:translate(197px,40px) scale(.9)}96%,97%{transform:translate(197px,40px)}to{transform:translate(280px,55px)}}.homepage-hero__product-image.active .tab1-selector{animation:tab1SelectorMove 8s ease-in-out infinite}@keyframes tab1SelectorMove{0%,28%{width:68;x:4}33%,61%{width:68;x:74}66%,92%{width:42;x:144}97%,to{width:68;x:4}}.homepage-hero__product-image.animation-restart .illustration-bar,.homepage-hero__product-image.animation-restart .illustration-cursor,.homepage-hero__product-image.animation-restart .illustration-line,.homepage-hero__product-image.animation-restart .illustration-tooltip{animation:none}.truth-animate{opacity:0}.homepage-hero__product-image.active .truth-animate{animation:fadeInSmooth .5s ease-out forwards}.homepage-hero__product-image.active .truth-delay-1{animation-delay:.1s}.homepage-hero__product-image.active .truth-delay-2{animation-delay:.2s}.homepage-hero__product-image.active .truth-delay-3{animation-delay:.3s}.homepage-hero__product-image.active .truth-delay-4{animation-delay:.4s}.tab2-animate,.tab3-animate{opacity:0}.homepage-hero__product-image.active .tab2-animate,.homepage-hero__product-image.active .tab3-animate{animation:fadeInSmooth .5s ease-out forwards}@keyframes fadeInSmooth{0%{opacity:0}to{opacity:1}}.homepage-hero__product-image.active .tab2-delay-1{animation-delay:.1s}.homepage-hero__product-image.active .tab2-delay-2{animation-delay:.2s}.homepage-hero__product-image.active .tab2-delay-3{animation-delay:.3s}.homepage-hero__product-image.active .tab2-delay-4{animation-delay:.4s}.homepage-hero__product-image.active .tab2-delay-5{animation-delay:.5s}.homepage-hero__product-image.active .tab3-delay-1{animation-delay:.1s}.homepage-hero__product-image.active .tab3-delay-2{animation-delay:.15s}.homepage-hero__product-image.active .tab3-delay-3{animation-delay:.2s}.homepage-hero__product-image.active .tab3-delay-4{animation-delay:.25s}.homepage-hero__product-image.active .tab3-delay-5{animation-delay:.3s}.homepage-hero__product-image.active .tab3-delay-6{animation-delay:.35s}.optimize-cursor{display:block}@media (max-width:767px){.optimize-cursor{display:none}.homepage-hero{margin-top:-72px;padding:184px 16px 48px}.homepage-hero__eyebrow{font-size:14px;margin-bottom:16px}.homepage-hero__headline{font-size:48px;letter-spacing:-2.88px;line-height:1.15;margin-bottom:24px}.homepage-hero__subheading{font-size:18px;margin-bottom:24px}.homepage-hero__buttons{flex-direction:column;gap:12px;margin-bottom:40px}.homepage-hero__btn{min-width:unset;width:100%}.homepage-hero__tabs--desktop{display:none}.homepage-hero__tabs-dropdown{display:block;margin-bottom:24px;position:relative}.homepage-hero__dropdown-toggle{align-items:center;background-color:#fff;border:1px solid rgba(38,38,37,.2);border-radius:12px;color:#262625;cursor:pointer;display:flex;font-family:var(--theme-global-fonts-primary-font,"DM Sans",sans-serif);font-size:14px;font-weight:600;justify-content:space-between;letter-spacing:.28px;padding:16px 20px;text-transform:uppercase;transition:border-color .2s ease;width:100%}.homepage-hero__dropdown-toggle:focus,.homepage-hero__dropdown-toggle:hover{border-color:#1d8675;outline:none}.homepage-hero__dropdown-arrow{transition:transform .2s ease}.homepage-hero__dropdown-menu.open+.homepage-hero__dropdown-toggle .homepage-hero__dropdown-arrow,.homepage-hero__dropdown-toggle[aria-expanded=true] .homepage-hero__dropdown-arrow{transform:rotate(180deg)}.homepage-hero__dropdown-menu{background-color:#fff;border:1px solid rgba(38,38,37,.1);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:none;left:0;list-style:none;margin:0;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:10}.homepage-hero__dropdown-menu.open{display:block}.homepage-hero__dropdown-item{align-items:center;border-radius:8px;color:#262625;cursor:pointer;display:flex;font-family:var(--theme-global-fonts-primary-font,"DM Sans",sans-serif);font-size:14px;font-weight:500;gap:12px;letter-spacing:.28px;padding:14px 16px;text-transform:uppercase;transition:background-color .2s ease}.homepage-hero__dropdown-item:hover{background-color:rgba(29,134,117,.08)}.homepage-hero__dropdown-item.active{background-color:rgba(29,134,117,.12);color:#1d8675}.homepage-hero__dropdown-icon{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.homepage-hero__dropdown-icon img{height:18px;object-fit:contain;width:18px}.homepage-hero__product-images{margin-bottom:40px}.homepage-hero__product-image{border-radius:8px}.homepage-hero__product-image.active{position:relative}.homepage-hero__logos-header{align-items:flex-start;flex-direction:column;gap:16px}.homepage-hero__logos-divider{display:none}.homepage-hero__logos-text{font-size:14px}.homepage-hero__illustration{min-height:280px}.homepage-hero__illustration .illustration-cursor,.homepage-hero__illustration .tab1-cursor{display:none}}