html{scroll-behavior:smooth}@supports (animation-timeline: view()) and (animation-range: entry){.reveal-on-scroll{animation:fade-in-up auto linear forwards;animation-timeline:view();animation-range:entry 10% cover 30%}.reveal-on-scroll-card{animation:scale-up auto linear forwards;animation-timeline:view();animation-range:entry 5% cover 25%}@keyframes fade-in-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-up{0%{opacity:.5;transform:scale(.9)}to{opacity:1;transform:scale(1)}}}@supports not ((animation-timeline: view()) and (animation-range: entry)){.reveal-on-scroll,.reveal-on-scroll-card{opacity:1;transform:none}}
