@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0}body{font-family:Sora,system-ui,sans-serif;background:#f3f5f7;color:#0e1526}a{color:inherit}@keyframes navIn{0%{transform:translateY(-18px)}to{transform:none}}@keyframes heroUp{0%{transform:translateY(22px)}to{transform:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6}}[data-stagger]>*{animation:fadeUp .6s cubic-bezier(.22,.8,.3,1) both}[data-stagger]>*:nth-child(1){animation-delay:.05s}[data-stagger]>*:nth-child(2){animation-delay:.13s}[data-stagger]>*:nth-child(3){animation-delay:.21s}[data-stagger]>*:nth-child(4){animation-delay:.29s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
