*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:auto}body,html{overflow-x:hidden}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#383d23;background:#fefefe;min-height:100vh;width:100%;position:relative}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}.aspect-container-4-3{aspect-ratio:835/595}.aspect-container-2-3,.aspect-container-4-3{position:relative;width:100%;overflow:hidden}.aspect-container-2-3{aspect-ratio:1049/1605}.aspect-container-1-1{aspect-ratio:1/1;position:relative;width:100%;overflow:hidden}:root{--color-primary-green:#383d23;--color-primary-lavender:#a6b7ed;--color-white:#ffffff;--color-off-white:#fefefe;--color-gray-100:#ebebeb;--color-gray-200:#e7e6e3;--color-gray-300:#e7e5e3;--color-gray-text:rgba(255,255,255,0.3);--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-2xl:1536px}h2{font-family:var(--font-larken);font-weight:300;font-size:90px;line-height:1;color:var(--color-primary-green);margin:0}h2 strong{font-weight:500}@media (max-width:1440px){h2{font-size:60px}}@media (max-width:768px){h2{font-size:40px}}.heading-display{font-size:clamp(2rem,4.69vw,5.625rem);line-height:1}.heading-display,.heading-large{font-family:var(--font-larken);font-weight:300;color:var(--color-primary-green)}.heading-large{font-size:clamp(2rem,3vw,2.8125rem);line-height:1.2}.heading-medium{font-family:var(--font-larken);font-size:clamp(1.5rem,2.5vw,2.5rem);line-height:1.2}.body-large,.heading-medium{font-weight:400;color:var(--color-primary-green)}.body-large{font-family:var(--font-manrope);font-size:1.25rem;line-height:1.4}.body-regular{font-family:var(--font-manrope);font-size:1rem}.body-regular,.caption{font-weight:400;line-height:1.4;color:var(--color-primary-green)}.caption{font-family:var(--font-azeret-mono);font-size:1.25rem;text-transform:uppercase}.script{font-family:var(--font-mellow-morning);font-size:clamp(2rem,4vw,3.75rem);line-height:1;color:var(--color-primary-green)}.container{width:100%;max-width:2560px;margin:0 auto;padding:0 110px}@media (max-width:1440px){.container{padding:0 60px;padding-top:0!important;padding-bottom:0!important}}@media (max-width:820px){.container{padding:0 30px;padding-top:0!important;padding-bottom:0!important}}@media (max-width:390px){.container{padding:0 20px;padding-top:0!important;padding-bottom:0!important}}section{position:relative}.container,section{padding-top:0!important;padding-bottom:0!important}[data-scroll-section]{position:relative;margin-bottom:200px;display:block;overflow:visible}#__next>[data-scroll-section]:first-child,#__next>section:first-child,.app>[data-scroll-section]:first-child,.app>section:first-child,[data-scroll-section-id=hero],body>[data-scroll-section]:first-child,body>section:first-child,main>[data-scroll-section]:first-child,main>section:first-child{margin-top:0!important}#__next>[data-scroll-section]:last-child,#__next>section:last-child,.app>[data-scroll-section]:last-child,.app>section:last-child,[data-scroll-section-id=footer],body>[data-scroll-section]:last-child,body>section:last-child,footer,main>[data-scroll-section]:last-child,main>section:last-child{margin-bottom:0!important}@media (max-width:864px){[data-scroll-section]{margin-bottom:150px}#__next>[data-scroll-section]:first-child,#__next>section:first-child,.app>[data-scroll-section]:first-child,.app>section:first-child,[data-scroll-section-id=hero],body>[data-scroll-section]:first-child,body>section:first-child,main>[data-scroll-section]:first-child,main>section:first-child{margin-top:0!important}#__next>[data-scroll-section]:last-child,#__next>section:last-child,.app>[data-scroll-section]:last-child,.app>section:last-child,[data-scroll-section-id=footer],body>[data-scroll-section]:last-child,body>section:last-child,footer,main>[data-scroll-section]:last-child,main>section:last-child{margin-bottom:0!important}}@media (max-width:430px){[data-scroll-section]{margin-bottom:120px}#__next>[data-scroll-section]:first-child,#__next>section:first-child,.app>[data-scroll-section]:first-child,.app>section:first-child,[data-scroll-section-id=hero],body>[data-scroll-section]:first-child,body>section:first-child,main>[data-scroll-section]:first-child,main>section:first-child{margin-top:0!important}#__next>[data-scroll-section]:last-child,#__next>section:last-child,.app>[data-scroll-section]:last-child,.app>section:last-child,[data-scroll-section-id=footer],body>[data-scroll-section]:last-child,body>section:last-child,footer,main>[data-scroll-section]:last-child,main>section:last-child{margin-bottom:0!important}}.image-aspect-standard{aspect-ratio:835/595}.btn{display:inline-flex;gap:8px;padding:14px 20px;border-radius:60px;font-family:var(--font-azeret-mono);font-size:16px;text-transform:uppercase;line-height:1.4;cursor:pointer;text-decoration:none;border:none;background:transparent;overflow:hidden;width:-moz-fit-content;width:fit-content}.btn,.btn-arrow{align-items:center;justify-content:center;transition:all .3s ease;position:relative}.btn-arrow{width:14px;height:10px;display:flex}.btn-arrow svg{position:absolute;transition:all .3s ease}.btn-arrow .arrow-small{opacity:1;transform:translateX(0)}.btn-arrow .arrow-long{opacity:0;transform:translateX(-10px)}.btn:hover .btn-arrow .arrow-small{opacity:0;transform:translateX(10px)}.btn:hover .btn-arrow .arrow-long{opacity:1;transform:translateX(0)}.btn-generic{border:1px solid #383d23;color:#383D23;background:transparent}.btn-generic:hover{border-color:#515738;color:#515738}.btn-generic .btn-arrow svg{color:#383D23}.btn-generic:hover .btn-arrow svg{color:#515738}.btn-dark{border:1px solid #383d23;background:#383D23;color:var(--color-white)}.btn-dark:hover{border-color:#515738;background:#515738}.btn-dark .btn-arrow svg,.btn-white{color:var(--color-white)}.btn-white{border:1px solid var(--color-white);background:transparent}.btn-white:hover{border-width:.5px}.btn-white .btn-arrow svg{color:var(--color-white)}.btn-white.btn-vertical .btn-arrow{transform:rotate(-90deg)}.btn-white.btn-vertical:hover .btn-arrow{transform:rotate(-90deg) translateY(2px)}.input-field{width:100%;padding:10px 30px;border:1px solid var(--color-white);border-radius:50px;background:transparent;color:var(--color-white);font-family:var(--font-manrope);font-size:20px;line-height:1.4}.input-field::placeholder{color:var(--color-gray-text)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--color-primary-green)}.text-lavender{color:var(--color-primary-lavender)}.text-white{color:var(--color-white)}.bg-primary{background-color:var(--color-primary-green)}.bg-lavender{background-color:var(--color-primary-lavender)}.bg-white{background-color:var(--color-white)}.bg-gray{background-color:var(--color-gray-100)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@font-face{font-family:mellowMorning;src:url(/_next/static/media/0bf261bc983438e5-s.p.otf) format("opentype");font-display:swap}@font-face{font-family:mellowMorning Fallback;src:local("Arial");ascent-override:101.48%;descent-override:31.37%;line-gap-override:2.69%;size-adjust:96.57%}.__className_2e3d6c{font-family:mellowMorning,mellowMorning Fallback}.__variable_2e3d6c{--font-mellow-morning:"mellowMorning","mellowMorning Fallback"}@font-face{font-family:azeretMono;src:url(/_next/static/media/02c6b140203bf009-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:azeretMono Fallback;src:local("Arial");ascent-override:65.78%;descent-override:16.15%;line-gap-override:0.00%;size-adjust:142.45%}.__className_537429{font-family:azeretMono,azeretMono Fallback}.__variable_537429{--font-azeret-mono:"azeretMono","azeretMono Fallback"}@font-face{font-family:larken;src:url(/_next/static/media/319112f351eda2da-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:larken Fallback;src:local("Arial");ascent-override:78.01%;descent-override:22.94%;line-gap-override:20.65%;size-adjust:108.96%}.__className_b6f2ea{font-family:larken,larken Fallback}.__variable_b6f2ea{--font-larken:"larken","larken Fallback"}@font-face{font-family:manrope;src:url(/_next/static/media/728f14248c8403f2-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:manrope Fallback;src:local("Arial");ascent-override:106.45%;descent-override:29.96%;line-gap-override:0.00%;size-adjust:100.14%}.__className_ce6c6b{font-family:manrope,manrope Fallback}.__variable_ce6c6b{--font-manrope:"manrope","manrope Fallback"}