@keyframes landing-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes landing-type{0%{max-width:0}to{max-width:100%}}@keyframes landing-caret{50%{opacity:0}}.landing-reveal{animation:landing-reveal .7s var(--ease-out-expo) both;animation-delay:var(--at,0s)}@media (min-width:40rem){.landing-type{white-space:nowrap;vertical-align:bottom;animation:1.1s steps(20,end) .3s both landing-type;display:inline-block;overflow:hidden}}.landing-caret{animation:1s step-end infinite landing-caret}@supports (animation-timeline:view()){.landing-rise{animation:linear both landing-reveal;animation-timeline:view();animation-range:entry entry 35%}}@media (prefers-reduced-motion:reduce){.landing-reveal,.landing-type,.landing-rise{animation:none}.landing-caret{opacity:0;animation:none}}
