@keyframes fade-in-up{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}[data-animate=fade-in-up]{animation:linear both fade-in-up;animation-timeline:view();animation-range:entry cover 30%}@keyframes scale-reveal{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}[data-animate=scale-reveal]{animation:linear both scale-reveal;animation-timeline:view();animation-range:entry cover 40%}@keyframes slide-rotate{0%{opacity:0;transform:translate(-100px)rotate(-10deg)}to{opacity:1;transform:translate(0)rotate(0)}}[data-animate=slide-rotate]{animation:linear both slide-rotate;animation-timeline:view();animation-range:entry cover 40%}@keyframes parallax{0%{transform:translateY(-20%)}to{transform:translateY(20%)}}[data-animate=parallax]{animation:linear both parallax;animation-timeline:view();animation-range:entry exit}@keyframes accordion{0%{opacity:0;transform:scaleY(.3)}to{opacity:1;transform:scaleY(1)}}[data-animate=accordion]{transform-origin:top;animation:linear both accordion;animation-timeline:view();animation-range:entry cover 35%}@keyframes blur-in{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur()}}[data-animate=blur-in]{animation:linear both blur-in;animation-timeline:view();animation-range:entry cover 40%}[data-animate-delay="1"]{animation-delay:.1s}[data-animate-delay="2"]{animation-delay:.2s}[data-animate-delay="3"]{animation-delay:.3s}[data-animate-delay="4"]{animation-delay:.4s}[data-animate-delay="5"]{animation-delay:.5s}@supports not (animation-timeline:view()){[data-animate]{opacity:1;filter:none;transform:none;animation:none!important}}
