@keyframes landing-hero-fade-up{0%{opacity:0;transform:translateY(24px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes landing-hero-fade-down{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-hero-rise{0%{opacity:0;transform:translateY(64px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.landing-hero-root .animate-fade-up{animation:landing-hero-fade-up .9s cubic-bezier(.22,1,.36,1) both}.landing-hero-root .animate-fade-down{animation:landing-hero-fade-down .7s cubic-bezier(.22,1,.36,1) both}.landing-hero-root .animate-hero-rise{animation:landing-hero-rise 1.1s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion:reduce){.landing-hero-root .animate-fade-down,.landing-hero-root .animate-fade-up,.landing-hero-root .animate-hero-rise{animation:none}}.landing-hero-root{font-family:Nimbus Sans TW01,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}