@keyframes landing-fade-up{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade-in{0%{opacity:0}to{opacity:1}}.landing-hero-enter{animation:.52s ease-out both landing-fade-up}.landing-example-enter{animation:.64s ease-out .12s both landing-fade-in}.landing-cta-ready{animation:.48s ease-out .22s both landing-fade-up}@media (prefers-reduced-motion:reduce){.landing-hero-enter,.landing-example-enter,.landing-cta-ready{animation:none}}
