/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;text-size-adjust:100%}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{overflow:visible;box-sizing:content-box;height:0}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:none}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;position:relative;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;white-space:normal;color:inherit}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;appearance:textfield}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{font:inherit;appearance:button}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Monument Grotesk;font-weight:400;src:url(/assets/fonts/monumentGrotesk-Regular.otf) format("opentype"),url(/assets/fonts/monumentGrotesk-Regular.woff) format("woff");font-display:swap}@font-face{font-family:Monument Grotesk;font-weight:700;src:url(/assets/fonts/monumentGrotesk-Bold.otf) format("opentype");font-display:swap}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%}body{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;min-height:100vh;background:#000;color:#fff}button{margin:0;padding:0;border:0;background:transparent;color:currentcolor;appearance:none}footer{margin-top:auto}:root{--anim-duration: .5s;--anim-easing: cubic-bezier(.25, 1, .5, 1);--fade-distance: 40px}@keyframes fade-in-from-bottom{0%{opacity:0;transform:translateY(var(--fade-distance))}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-from-left{0%{opacity:0;transform:translate(calc(var(--fade-distance) * -1))}to{opacity:1;transform:translateY(0)}}@keyframes fade-out-to-bottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(var(--fade-distance))}}.flex{display:flex}.row{flex-direction:row}.column{flex-direction:column}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.align-start{align-items:flex-start}.stretch{align-items:stretch}.align-center{align-items:center}.align-end{align-items:flex-end}.justify-start{justify-content:flex-start}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.fill>*{flex-basis:100%}.site-header{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;display:grid;margin-right:auto;margin-left:auto;gap:13px;grid-template-columns:repeat(8,minmax(0,1fr));width:calc(100% - 40px);position:sticky;top:0;z-index:99;padding:4rem 0 2rem}.site-header a{white-space:nowrap;place-content:flex-start}.site-header:before{right:-1.6rem;left:-1.6rem;content:"";position:absolute;top:0;bottom:4.5rem;background:#000;transition:background-color .15s ease-out}.site-header:after{right:-1.6rem;left:-1.6rem;content:"";position:absolute;top:2rem;bottom:0;border-right:1px solid #fff;border-left:1px solid #fff;pointer-events:none}.site-header--topped:before{background:transparent}.site-header .brand{grid-column:1/span 4;place-content:flex-start}.site-header .title{color:#99ffc8;display:none}.site-header .logo{grid-column:-3/-1}.site-header .logo svg{width:6rem;height:6rem}.hero{position:relative;width:100%;height:calc(100vh - 12rem);padding-bottom:4.8rem}.hero.terms-page{height:auto}.hero:after{left:-1.6rem;right:-1.6rem;content:"";position:absolute;top:-5rem;bottom:0;border-right:1px solid #fff;border-left:1px solid #fff;pointer-events:none}.hero .hero--video{position:absolute;top:-12rem;width:100%;height:calc(100% + 15rem)}.hero .hero--video--desktop{display:none}.hero .hero--video video{height:100%;bottom:0;object-fit:cover;position:relative;right:0;--grid-margin: -1.6rem;margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:calc(100% - var(--grid-margin) * 2)}.hero .hero--video .reduced-motion-fallback-img{display:none;height:100vh}.hero .hero--video .reduced-motion-fallback-img img{width:100%;height:auto}.hero--data{position:relative;width:100%;height:100%}.hero--data .above-section{display:flex;flex-direction:column;position:relative;height:50%}.hero--data .above-section--content{display:grid;gap:13px;grid-template-columns:repeat(8,minmax(0,1fr));width:calc(100% - 40px);margin:0;color:#e6fff1;opacity:1;transition-timing-function:var(--anim-easing);transition-duration:var(--anim-duration)}.enter-page .hero--data .above-section--content{opacity:0;transform:translateY(calc(var(--fade-distance) * -1));transition-duration:0s}.leave-page .hero--data .above-section--content{opacity:0;transform:translateY(calc(var(--fade-distance) * -1))}.hero--data .above-section--content h1{margin:0;max-width:90rem;grid-column:1/span 8}.hero--data .above-section--content p{letter-spacing:-.025em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2.1rem;line-height:1;max-width:71.5rem;margin-bottom:2rem;margin-top:0}.hero--data .above-section--content .content-above-desktop{display:none;grid-column:1/span 8}.hero--data .above-section--content .connect-wallet-button{margin-top:2rem}.hero--data .above-section--separation-bar-mobile{--grid-margin: -1.6rem;margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:calc(100% - var(--grid-margin) * 2);display:inline-block;height:1px;background-color:#fff;transform-origin:left;transition:transform var(--anim-duration) var(--anim-easing);margin-top:2rem}.enter-page .hero--data .above-section--separation-bar-mobile{transform:scaleX(0);transition-duration:0s}.leave-page .hero--data .above-section--separation-bar-mobile{transform-origin:right;transform:scaleX(0)}.hero--data .below-section{display:grid;gap:13px;grid-template-columns:repeat(8,minmax(0,1fr));width:calc(100% - 40px);grid-auto-rows:1fr;height:50%;margin:auto}.hero--data .below-section--content{color:#e6fff1;grid-column:1/span 8;opacity:1;transition-timing-function:var(--anim-easing);transition-duration:var(--anim-duration)}.enter-page .hero--data .below-section--content{opacity:0;transform:translateY(var(--fade-distance));transition-duration:0s}.leave-page .hero--data .below-section--content{opacity:0;transform:translateY(var(--fade-distance))}.hero--data .below-section--content p{letter-spacing:-.025em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2.1rem;line-height:1;margin-top:0;margin-bottom:2rem}.hero--data .below-section--content p.cta-note{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;margin-top:2rem;margin-bottom:.5rem}.hero--data .below-section--content p.cta-note svg{transform:rotate(180deg)}.hero--data .below-section--content form p{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;margin-top:.4rem}.hero--data .below-section--content .captcha-text{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.2rem;line-height:1;margin-top:2rem;margin-bottom:0}.hero--data .below-section--content .cta-row{display:grid;gap:13px;grid-template-columns:repeat(8,minmax(0,1fr));width:calc(100% - 40px);margin:0}.hero--data .below-section--content .cta-row .cta-top,.hero--data .below-section--content .cta-row .cta-bottom{grid-column:1/span 8}.hero--data .below-section--content form input[name=name]{padding-top:0}.hero--data--separation-bar-desktop{--grid-margin: -1.6rem;margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:calc(100% - var(--grid-margin) * 2);display:inline-block;height:1px;background-color:#fff;position:absolute;top:50%}.site-footer{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;display:grid;margin-right:auto;margin-left:auto;gap:13px;grid-template-columns:repeat(8,minmax(0,1fr));width:calc(100% - 40px);position:relative;margin-bottom:6rem;padding-top:2rem;text-align:left}.site-footer:after{left:-1.6rem;right:-1.6rem;content:"";position:absolute;top:0;bottom:-4rem;border-top:1px solid #fff;border-right:1px solid #fff;border-left:1px solid #fff;pointer-events:none}.site-footer .brand,.site-footer nav{grid-column:1/span 4}.site-footer .brand{margin-bottom:8rem;place-content:flex-start}.site-footer nav{display:flex;flex-flow:column nowrap;gap:2.4rem}.site-footer nav a{white-space:nowrap;place-content:flex-start}.site-footer .logo{margin:0;grid-column:-3/-1;grid-row:1}.site-footer .logo svg{width:6rem;height:6rem}.site-footer .copy{color:#e6fff1}a:not(.anchor-target),button{display:inline-flex;position:relative;text-decoration:none;color:#e6fff1;cursor:pointer;place-content:center;place-items:flex-start}a:not(.anchor-target):not(.cta):not(.green):not(.image):not(button),button:not(.cta):not(.green):not(.image):not(button){font-weight:700}a:not(.anchor-target):not(.green):not(.image):not(.no-hover-underline):after,button:not(.green):not(.image):not(.no-hover-underline):after{content:"";position:absolute;bottom:-.6rem;left:0;width:100%;height:2px;background:#e6fff1;transition:transform .15s ease-out;transform:scaleX(0);transform-origin:right center}a:not(.anchor-target):not(.green):not(.image):hover:after,button:not(.green):not(.image):hover:after{transform:scaleX(1);transform-origin:left center}a:not(.anchor-target).green:hover,button.green:hover{color:#99ffc8}a.cta,button:not(.scroll-back-up){letter-spacing:-.025em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2.1rem;line-height:1;align-items:baseline}a.cta svg,button:not(.scroll-back-up) svg{width:20px;height:20px;margin-right:1.4rem;transform:translateY(.1rem)}a.cta:after,button:not(.scroll-back-up):after{bottom:-1rem}a.cta.down svg,button:not(.scroll-back-up).down svg{transform:rotate(90deg)}a.cta.external svg,button:not(.scroll-back-up).external svg{margin-right:1rem;transform:rotate(-45deg)}.scroll-back-up{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12}.scroll-back-up svg{width:1.4rem;height:1.4rem;margin-right:1rem;transform:rotate(-90deg)}.cta-wrapper a+p:not(.cta-note),.cta-wrapper button+p:not(.cta-note){letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;margin-top:1rem;margin-bottom:0}.cta-note{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;position:relative;padding-left:3.5rem;color:#babec6}.cta-note svg{position:absolute;top:0;left:0;width:20px;height:20px;fill:#babec6}.cta-note a:after{bottom:-.2rem}.marquee{--grid-margin: -1.6rem;margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:calc(100% - var(--grid-margin) * 2);display:block;overflow:hidden;padding:.5rem;text-decoration:none;border:1px solid #fff;color:currentcolor;cursor:pointer;transition:opacity var(--anim-duration) var(--anim-easing)}.enter-page .marquee{opacity:0;transition-duration:0s}.leave-page .marquee{opacity:0}.marquee--rail{display:flex;align-items:center;flex-flow:row nowrap;justify-content:flex-start;width:max-content;gap:1.2rem;user-select:none}.marquee--rail span{letter-spacing:-.03em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:4.2rem;line-height:1;flex-shrink:0;font-weight:400!important}.marquee--rail svg{flex-shrink:0;width:32px;height:32px;transform:rotate(90deg)}.faq{position:relative}.faq:before,.faq:after{content:"";position:absolute;top:0;bottom:0;width:1px;background:#fff;z-index:1}.faq:before{left:-1.6rem}.faq:after{right:-1.6rem}.faq.enter-address .faq__spynav-wrapper{display:none}.faq.enter-address .faq__question-content,.faq.enter-address .faq__question-title{opacity:1}.faq.enter-address picture img{width:auto;height:auto;margin:0 auto}.faq__carousel{display:flex;flex-flow:row nowrap;height:610px;transition:transform .5s ease-in-out}.faq__carousel>*{flex-shrink:0}.faq__carousel-wrapper{--grid-margin: -1.6rem;margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:calc(100% - var(--grid-margin) * 2);display:none;position:sticky;top:calc(50vh - 305px);left:0;overflow:hidden;height:610px;pointer-events:none;transition:opacity .15s ease-out}.faq__carousel-wrapper:not(.faq__carousel-wrapper--shown){opacity:0}.faq__carousel-image{display:block;height:100%}.faq__carousel-image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.faq__spynav{list-style:none;margin:0 0 30rem;position:sticky;top:50vh;transform:translateY(-50%)}.faq__spynav-wrapper{position:absolute;top:36rem;right:0;bottom:0;display:none}.faq__spynav-item{display:flex;place-items:center;place-content:flex-end;margin-bottom:2.5rem;position:relative;padding-right:3.8rem}.faq__spynav-item a{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;display:inline-flex;align-items:center;font-weight:400!important;transition:font-size .15s ease-out;height:2.2rem}.faq__spynav-item:after{content:"";position:absolute;right:0;top:.5rem;width:1.2rem;height:1.2rem;border:1px solid #fff;border-radius:50%;transition:background-color .15s ease-out}.faq__spynav-item:not(:first-child):before{content:"";position:absolute;top:-3rem;height:3.5rem;width:1px;background:#fff;right:.55rem}.faq__spynav-item.active a{letter-spacing:-.025em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2.1rem;line-height:1}.faq__spynav-item.active:after{background:#fff}.faq__questions{padding-top:12rem;position:relative}.faq__questions .faq-link{margin-top:3.2rem}.faq__question{display:grid;margin-right:auto;margin-left:auto;gap:13px;grid-template-columns:repeat(8,minmax(0,1fr));width:calc(100% - 40px);width:100%;padding:0 0 12rem}.faq__question-image,.faq__question-title,.faq__question-content{grid-column:1/-1}.faq__question-title,.faq__question-content{transition-property:opacity,transform;opacity:0}.faq__question.visible .faq__question-title,.faq__question.visible .faq__question-content{animation:fade-in-from-left var(--anim-duration) var(--anim-easing);animation-fill-mode:forwards}.leave-page .faq__question.visible .faq__question-title,.leave-page .faq__question.visible .faq__question-content{animation:fade-out-to-bottom var(--anim-duration) var(--anim-easing);animation-fill-mode:forwards}.faq__question-image{--grid-margin: -1.6rem;margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:calc(100% - var(--grid-margin) * 2);display:block;height:270px}.faq__question-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.faq__question-title{letter-spacing:-.03em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:4.2rem;line-height:1;margin:2rem 0 3.2rem}.faq__question-content p{letter-spacing:-.025em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2.1rem;line-height:1;margin:0}.anchor-target{visibility:hidden;position:relative;top:-12rem;height:0}:root{color-scheme:dark;scroll-behavior:smooth}header,footer{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12}#smooth-scroll{display:flex;flex-flow:column nowrap;min-height:calc(100vh - 120px)}main{margin-right:auto;margin-left:auto;width:calc(100% - 40px)}mark{display:inline-block;margin:-.5rem 0;padding:.5rem;background:#99ffc8;color:#000}input[type=text],input[type=email]{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;width:100%;padding:1.2rem 0 .6rem;outline:0;border:0;border-bottom:2px solid #e6fff1;background:transparent;color:#e6fff1;appearance:none}input[type=text]:disabled,input[type=email]:disabled{opacity:.6}input[type=text]:focus,input[type=text].error,input[type=email]:focus,input[type=email].error{border-bottom-color:#99ffc8}input[type=text].error,input[type=email].error{color:#99ffc8}input[type=text]::placeholder,input[type=email]::placeholder{color:#e6fff1;opacity:.6}input[type=text]+p.error,input[type=email]+p.error{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;margin-top:1.2rem;margin-bottom:0;color:#99ffc8}input[type=hidden].error+p,button[type=submit].error+p{margin-top:4rem}h1,h2,h3{font-weight:400}h1,h3{letter-spacing:-.03em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:4.2rem;line-height:1}h1,h1+p,form{width:100%}h1.center,h1.center+p{margin-right:auto;margin-left:auto;text-align:center}h2{letter-spacing:-.025em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2.1rem;line-height:1;position:relative;margin:6.4rem 0 8rem;padding-bottom:3.2rem}form input:not([type=submit])+input:not([type=submit]),form input:not([type=submit])+label,form>label+input:not([type=submit]),form>label+label{margin-top:2.5rem}form>label{display:flex;flex-flow:row nowrap;cursor:pointer;gap:1.4rem;place-items:flex-start}form>label input[type=checkbox]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}form>label .checkbox{display:inline-block;flex-shrink:0;width:2rem;height:2rem;border:2px solid #fff;background:transparent;transition:background-color .15s ease-out}form>label input[type=checkbox]:checked+.checkbox{background:#fff}form [type=submit]{margin-top:2.5rem}form [type=submit]:disabled{opacity:.6}form .error+p{letter-spacing:-.02em;font-family:Monument Grotesk,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.7rem;line-height:1.12;margin:1.2rem 0 4rem;color:#99ffc8}*::selection{background:rgba(153,255,200,.5);color:#0d1012e6}.grecaptcha-badge{visibility:hidden}@media (min-width: 1280px){body{font-size:1.9rem;line-height:1.105}:root{--fade-distance: 100px}.site-header{font-size:1.9rem;line-height:1.105}.site-header{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1200px}.site-header:before{right:-3rem}.site-header:before{left:-3rem}.site-header:after{right:-3rem}.site-header:after{left:-3rem}.site-header .brand{grid-column:1/span 2}.site-header .title{display:block;grid-column:3/span 3;position:relative}.site-header .logo svg{width:8rem;height:8rem}.hero{height:calc(100vh - 14rem);padding-bottom:0}.hero.has-marquee{height:calc(100vh - 21.6rem)}.hero:after{left:-3rem}.hero:after{right:-3rem}.hero .hero--video{top:-14rem;height:calc(100% + 22rem)}.hero .hero--video--mobile{display:none}.hero .hero--video--desktop{display:block}.hero .hero--video video{--grid-margin: -3rem}.hero--data{width:auto;height:calc(100vh - 14rem);top:-7rem}.hero--data .above-section{display:grid;margin-right:auto;margin-left:auto;gap:13px;grid-template-columns:repeat(8,minmax(0,1fr));width:calc(100% - 40px);grid-auto-rows:1fr;position:relative}.hero--data .above-section--content{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1200px}.hero--data .above-section--content{margin:auto;bottom:7rem;position:absolute}.hero--data .above-section--content:has(> h1.enter-address-title){bottom:2rem}.hero--data .above-section--content h1{grid-column:3/span 5;grid-auto-rows:1fr}.hero--data .above-section--content h1:not(.no-margin-bottom){margin-bottom:3.2rem}.hero--data .above-section--content p{font-size:2.5rem;line-height:1}.hero--data .above-section--content p{margin-bottom:0}.hero--data .above-section--content p.description{margin-bottom:3.2rem}.hero--data .above-section--content .content-above-desktop{grid-column:3/span 4;display:block}.hero--data .above-section--separation-bar-mobile{--grid-margin: -3rem}.hero--data .above-section--separation-bar-mobile{display:none}.hero--data .below-section{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1200px}.hero--data .below-section{position:relative;top:8rem}.hero--data .below-section:has(> div > p.enter-address){top:3rem}.hero--data .below-section .content-above-mobile{display:none}.hero--data .below-section--content{grid-column:3/span 4}.hero--data .below-section--content p{font-size:2.5rem;line-height:1}.hero--data .below-section--content p.cta-note,.hero--data .below-section--content form p{font-size:1.9rem;line-height:1.105}.hero--data .below-section--content .captcha-text{font-size:1.2rem;line-height:1}.hero--data .below-section--content .cta-row{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1200px}.hero--data .below-section--content .cta-row{grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.hero--data .below-section--content .cta-row .cta-top,.hero--data .below-section--content .cta-row .cta-bottom{grid-column:1/span 2}.hero--data .below-section--content .cta-row .cta-bottom{grid-column:3/span 2}.hero--data--separation-bar-desktop{--grid-margin: -3rem}.site-footer{font-size:1.9rem;line-height:1.105}.site-footer{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1200px}.site-footer{margin-bottom:8rem;padding-top:3rem}.site-footer:after{left:-3rem}.site-footer:after{right:-3rem}.site-footer:after{bottom:-8rem}.site-footer .brand{grid-column:1/span 2}.site-footer nav{grid-column:3/span 4}a.cta,button:not(.scroll-back-up){font-size:2.5rem;line-height:1}a.cta svg,button:not(.scroll-back-up) svg{width:24px;height:24px;transform:translateY(.4rem)}a.cta.down svg,button:not(.scroll-back-up).down svg{transform:translateY(.4rem) rotate(90deg)}.scroll-back-up{font-size:1.9rem;line-height:1.105}.cta-wrapper a+p:not(.cta-note),.cta-wrapper button+p:not(.cta-note){font-size:1.9rem;line-height:1.105}.cta-wrapper a+p:not(.cta-note),.cta-wrapper button+p:not(.cta-note){margin-top:2.2rem}.cta-note{font-size:1.9rem;line-height:1.105}.cta-note{padding-left:4rem}.marquee{--grid-margin: -3rem}.marquee--rail{gap:3.2rem}.marquee--rail span{font-size:7rem;line-height:.91}.marquee--rail svg{width:48px;height:48px}.faq{padding-top:7rem}.faq:before{left:-3rem}.faq:after{right:-3rem}.faq.enter-address picture{display:block;height:0}.faq.enter-address picture img{height:60%;object-fit:cover;object-position:center;position:absolute;right:0%;top:5%;width:100%;z-index:-1}.faq__carousel-wrapper{--grid-margin: -3rem}.faq__carousel-wrapper,.faq__spynav-wrapper{display:block}.faq__spynav-item a{font-size:1.9rem;line-height:1.105}.faq__spynav-item.active a{font-size:2.5rem;line-height:1}.faq__questions{color:#e6fff1;margin-top:-610px;padding-top:13rem}.faq__questions .faq-link{margin-top:5rem}.faq__question{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1200px}.faq__question{padding:0 0 30rem}.faq__question-title,.faq__question-content{grid-column:3/span 3}.faq__question-image{--grid-margin: -3rem}.faq__question-image{display:none}.faq__question-title{font-size:7rem;line-height:.91}.faq__question-content p{font-size:2.5rem;line-height:1}.anchor-target{top:calc(-50vh + 100%)}header,footer{font-size:1.9rem;line-height:1.105}#smooth-scroll{min-height:calc(100vh - 140px)}main{margin-right:auto;margin-left:auto;width:1200px}input[type=text],input[type=email]{font-size:1.9rem;line-height:1.105}input[type=text]+p.error,input[type=email]+p.error{font-size:1.9rem;line-height:1.105}h1,h3{font-size:7rem;line-height:.91}h1,h1+p,form{max-width:568px}h2{font-size:2.5rem;line-height:1}h2{margin:13.6rem 0 8.8rem}form input:not([type=submit])+input:not([type=submit]),form input:not([type=submit])+label,form>label+input:not([type=submit]),form>label+label{margin-top:4rem}form [type=submit]{margin-top:2rem}form .error+p{font-size:1.9rem;line-height:1.105}}@media (min-width: 1536px){.site-header,.hero--data .above-section--content,.hero--data .below-section,.hero--data .below-section--content .cta-row,.site-footer{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1456px}.faq.enter-address picture img{height:80%;object-fit:cover;position:absolute;right:0%;top:-10%;width:110%}.faq__question{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1456px}main{margin-right:auto;margin-left:auto;width:1456px}h1,h1+p,form{max-width:700px}}@media (max-width: 1279px){.hero.terms-page .below-section{margin-top:12rem}.hero--data .below-section{margin:0;display:flex;align-items:baseline;flex-direction:column;justify-content:end}.hero--data .below-section .maually-paste-description{margin:2rem 0}.hero--data--separation-bar-desktop{display:none}.faq.enter-address .faq__questions{padding-top:10rem}}@media (prefers-reduced-motion){.hero .hero--video{top:10rem;left:0;width:100%}.hero .hero--video video{display:none}.hero .hero--video .reduced-motion-fallback-img{display:block}}@media (prefers-reduced-motion) and (min-width: 1280px){.hero .hero--video{top:0}}@media (min-width: 1280px) and (min-width: 1280px){.hero--data .above-section{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1200px}}@media (min-width: 1280px) and (min-width: 1536px){.hero--data .above-section{display:grid;margin-right:auto;margin-left:auto;gap:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:1456px}}
