@keyframes moveGradient1{0%{transform:translate3d(-20%,-20%,0) scale(1)}25%{transform:translate3d(20%,0,0) scale(1.2)}50%{transform:translate3d(20%,0,0) scale(1)}75%{transform:translate3d(-20%,20%,0) scale(.8)}to{transform:translate3d(-20%,-20%,0) scale(1)}}@keyframes moveGradient2{0%{transform:translate3d(-15%,-15%,0) scale(1)}25%{transform:translate3d(-40%,-70%,0) scale(.8)}50%{transform:translate3d(-15%,-25%,0) scale(1.5)}75%{transform:translate3d(-10%,-5%,0) scale(.8)}to{transform:translate3d(-15%,-15%,0) scale(1)}}@keyframes moveGradient3{0%{transform:translate3d(-70%,-30%,0) scale(1)}25%{transform:translate3d(-10%,-10%,0) scale(1.2)}50%{transform:translate3d(-40%,-10%,0) scale(1.5)}75%{transform:translate3d(0,-30%,0) scale(1.2)}to{transform:translate3d(-70%,-30%,0) scale(1)}}.g1,.g2,.g3{position:absolute;width:1300px;height:1300px;opacity:.4;z-index:-1;will-change:transform}.home-wrapper{position:relative;width:100%;height:100%;overflow-x:hidden}.blobs-background{position:fixed;top:0;left:0;z-index:0;width:100vw;height:100vh;pointer-events:none;overflow:hidden;contain:layout paint}.content-wrapper{position:relative;z-index:1;padding:1.25rem 0 4rem}.hero-glow{position:absolute;bottom:-45%;left:50%;width:min(950px,115%);aspect-ratio:1.7/1;transform:translateX(-50%);pointer-events:none;background:radial-gradient(ellipse at center,rgba(255,255,255,.22) 0,rgba(255,255,255,0) 38%),radial-gradient(ellipse at center,rgba(var(--color1-rgb),.44) 0,rgba(var(--color1-rgb),.1) 42%,rgba(var(--color1-rgb),0) 68%)}:root{--color1-rgb:42,244,160;--color2-rgb:150,245,255;--color3-rgb:255,199,125}.g1{animation:moveGradient1 30s ease infinite;top:10px;left:10%;background:radial-gradient(circle at center,rgba(var(--color1-rgb),.8) 0,rgba(var(--color1-rgb),0) 50%) no-repeat}.g2{animation:moveGradient2 25s linear infinite;top:50%;left:0;background:radial-gradient(circle at center,rgba(var(--color2-rgb),.8) 0,rgba(var(--color2-rgb),0) 50%) no-repeat}.g3{animation:moveGradient3 20s ease-in-out infinite;top:0;left:50%;background:radial-gradient(circle at center,rgba(var(--color2-rgb),.8) 0,rgba(var(--color3-rgb),0) 50%) no-repeat}.hero-title{text-shadow:0 1px 2px rgba(31,30,48,.45),0 2px 24px rgba(31,30,48,.6)}.hero-sub{text-shadow:0 1px 2px rgba(31,30,48,.5),0 1px 16px rgba(31,30,48,.75)}.hero-enter{opacity:0;animation:fadeIn .8s ease-out forwards}@media (prefers-reduced-motion:reduce){.g1,.g2,.g3{animation:none}.hero-enter{animation-duration:.01ms}}