@media only screen and (min-width:0px){.hero{align-items:center;background-color:#0d0c0b;display:flex;min-height:100vh;overflow:hidden;padding:0 clamp(1.5rem,6vw,6rem) clamp(6rem,12vh,10rem);position:sticky;top:0;width:100%;z-index:0}.hero:before{background:radial-gradient(ellipse at bottom left,rgba(100,40,10,.5) 0,transparent 70%);bottom:-10%;content:"";height:70%;left:-5%;width:55%}.hero .hero-globe,.hero:before{pointer-events:none;position:absolute;z-index:0}.hero .hero-globe{animation:heroRise 1.4s cubic-bezier(.16,1,.3,1) .9s forwards;bottom:-140px;height:700px;opacity:0;right:-100px;width:700px}.hero .hero-content{align-items:flex-start;display:flex;flex-direction:column;gap:clamp(1.25rem,3vw,1.75rem);max-width:43.75rem;position:relative;z-index:1}.hero .hero-title{animation:heroRise .9s cubic-bezier(.16,1,.3,1) .1s forwards;color:var(--bodyTextColor);font-size:clamp(2.5rem,9vw,5.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.05}.hero .hero-text,.hero .hero-title{font-family:var(--bodyFont);margin:0;opacity:0;transform:translateY(2rem)}.hero .hero-text{animation:heroRise .9s cubic-bezier(.16,1,.3,1) .25s forwards;color:hsla(53,14%,88%,.6);font-size:clamp(1rem,2.2vw,1.2rem);font-weight:400;line-height:1.7;max-width:32.5rem}.hero .hero-cta{align-items:center;animation:heroRise .9s cubic-bezier(.16,1,.3,1) .4s forwards;background-color:transparent;border:1px solid hsla(53,14%,88%,.35);border-radius:3.125rem;color:var(--bodyTextColor);display:inline-flex;font-family:var(--bodyFont);font-size:1rem;font-weight:600;justify-content:center;letter-spacing:.01em;opacity:0;padding:.875rem 2rem;text-decoration:none;text-transform:uppercase;transform:translateY(2rem);transition:border-color .3s ease,background-color .3s ease,color .3s ease}.hero .hero-cta:hover{background-color:var(--primary);border-color:var(--primary);color:#fff}.hero .scroll-indicator{align-items:center;animation:heroRise .9s cubic-bezier(.16,1,.3,1) 1.1s forwards;bottom:2.5rem;display:flex;flex-direction:column;gap:.5rem;left:0;opacity:0;position:absolute;right:0;z-index:10}.hero .scroll-mouse{border:.09375rem solid hsla(53,14%,88%,.4);border-radius:999px;display:flex;height:2.75rem;justify-content:center;padding-top:.375rem;width:1.75rem}.hero .scroll-dot{animation:scrollDot 1.6s cubic-bezier(.45,0,.55,1) infinite;background-color:var(--primary);border-radius:50%;height:.3125rem;width:.3125rem}.hero .scroll-label{color:hsla(53,14%,88%,.45);font-family:var(--bodyFont);font-size:.75rem;font-weight:400;letter-spacing:.1em}@keyframes heroRise{to{opacity:1;transform:translateY(0)}}@keyframes scrollDot{0%{opacity:1;transform:translateY(0)}80%{opacity:0;transform:translateY(.75rem)}to{opacity:0;transform:translateY(0)}}}@media only screen and (max-width:47.9375rem){.hero{align-items:flex-start;padding-top:clamp(7rem,14vh,9rem)}.hero .hero-globe{bottom:-250px;right:-100px}}@media only screen and (min-width:48rem){.hero .hero-globe{bottom:-100px;height:580px;right:-80px;width:580px}.hero .hero-title{font-size:clamp(3.5rem,7vw,5.5rem)}}@media only screen and (min-width:64rem){.hero{padding-bottom:clamp(6rem,12vh,10rem);padding-top:clamp(8rem,16vh,12rem)}.hero .hero-globe{bottom:-90px;height:900px;right:-200px;width:900px}.hero .hero-content{gap:2rem;max-width:42.5rem}.hero .hero-title{font-size:clamp(3rem,5.5vw,4.75rem)}.hero .hero-text{font-size:1.25rem}.hero .scroll-indicator{bottom:3.5rem}}