@keyframes hero-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hero-animate{animation:hero-fade-in .45s var(--ease-out-quart) both}.hero-animate-delay-1{animation:hero-fade-in .45s var(--ease-out-quart) .1s both}.hero-animate-delay-2{animation:hero-fade-in .45s var(--ease-out-quart) .2s both}.hero-animate-delay-3{animation:hero-fade-in .45s var(--ease-out-quart) .3s both}@keyframes hero-orb-breathe{0%,to{opacity:.5}50%{opacity:1}}.hero-orb-breathe{will-change:opacity;animation:7s ease-in-out infinite hero-orb-breathe}@media (prefers-reduced-motion:reduce){.hero-animate,.hero-animate-delay-1,.hero-animate-delay-2,.hero-animate-delay-3,.hero-orb-breathe{animation:none}}
