html [data-reveal-root].reveal-enabled .reveal-section{opacity:1}html [data-reveal-root].reveal-enabled .reveal-item{opacity:0}html [data-reveal-root].reveal-enabled .reveal-section.reveal-in .reveal-item{animation:scroll-reveal-rise .9s cubic-bezier(.16,1,.3,1) both}@keyframes scroll-reveal-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){html [data-reveal-root].reveal-enabled .reveal-section.reveal-in .reveal-item{animation:scroll-reveal-fade .6s ease both}@keyframes scroll-reveal-fade{0%{opacity:0}to{opacity:1}}}
