.hero-copy>*{--hero-enter-step:0;--hero-enter-rise:24px;--hero-enter-blur:4px;animation:hero-enter .9s var(--ease-out-expo) both;animation-delay:calc(var(--hero-enter-step) * 70ms)}.hero-copy>:nth-child(2){--hero-enter-step:1;--hero-enter-rise:20px}.hero-copy>:nth-child(3),.hero-copy>:nth-child(4){--hero-enter-step:2;--hero-enter-rise:16px}.hero-copy>:nth-child(5){--hero-enter-step:3;--hero-enter-rise:0px}@keyframes hero-enter{0%{opacity:0;transform:translateY(var(--hero-enter-rise));filter:blur(var(--hero-enter-blur))}}.hero-phone{--hero-phone-rise:32px;--hero-phone-blur:4px;animation:hero-phone-fade .5s var(--ease-out-expo) .3s both,hero-phone-rise 1.1s var(--ease-out-expo) .3s both;transition:translate .9s var(--ease-out-quint)}.hero-phone:not(.hero-phone-main){animation-delay:.5s}@media (min-width:640px){.hero-phone:not(.hero-phone-main){--hero-phone-rise:20px}}@keyframes hero-phone-fade{0%{opacity:0}}@keyframes hero-phone-rise{0%{transform:translateY(var(--hero-phone-rise));filter:blur(var(--hero-phone-blur))}}.clouds-parallax{animation:clouds-fade 1.6s var(--ease-out-quad) .3s both}@keyframes clouds-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-copy>*{--hero-enter-rise:0px;--hero-enter-blur:0px;animation-duration:.6s}.hero-phone{--hero-phone-rise:0px;--hero-phone-blur:0px;animation-duration:.6s,.6s}}@supports (animation-timeline:scroll()){@media not (prefers-reduced-motion:reduce){.clouds-parallax{animation:clouds-fade 1.6s var(--ease-out-quad) .3s both,clouds-parallax linear both;animation-timeline:auto,scroll(root);animation-range:normal,0 800px}}}@keyframes clouds-parallax{to{transform:translateY(150px)}}