@keyframes page-enter{0%{opacity:0;transform:translateY(var(--page-enter-distance,18px))}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){:is(.hero-copy,.demo-intro-copy,.pricing-intro-copy)>*{animation:.8s cubic-bezier(.22,1,.36,1) backwards page-enter}:is(.hero-copy,.demo-intro-copy,.pricing-intro-copy)>:nth-child(2){animation-delay:70ms}:is(.hero-copy,.demo-intro-copy,.pricing-intro-copy)>:nth-child(3){animation-delay:.14s}:is(.hero-copy,.demo-intro-copy,.pricing-intro-copy)>:nth-child(4){animation-delay:.21s}:is(.hero-copy,.demo-intro-copy,.pricing-intro-copy)>:nth-child(5){animation-delay:.28s}.hero-scene-reveal,.demo-intro-art,.pricing-intro-art{--page-enter-distance:22px;animation:1.1s cubic-bezier(.22,1,.36,1) .1s backwards page-enter}}
