@keyframes section-parallax{0%{transform:translateY(-100px)}to{transform:translateY(100px)}}@keyframes section-parallax-reveal{0%{transform:translateY(100px)}25%{transform:translateY(100px)}50%{transform:translate(0)}to{transform:translate(0)}}@keyframes section-parallax-reveal-left{0%{transform:translate(-30px)}25%{transform:translate(-30px)}50%{transform:translate(0)}to{transform:translate(0)}}@keyframes section-parallax-reveal-right{0%{transform:translate(30px)}25%{transform:translate(30px)}50%{transform:translate(0)}to{transform:translate(0)}}@media(min-width:80rem)and (prefers-reduced-motion:no-preference){.ui-section{view-timeline-name:--section-container}.ui-section [data-parallax=translate]{animation:section-parallax linear;animation-timeline:--section-container}.ui-section [data-parallax=reveal]{animation:section-parallax-reveal linear;animation-timeline:--section-container}.ui-section [data-parallax=reveal-right]{animation:section-parallax-reveal-right linear;animation-timeline:--section-container}.ui-section [data-parallax=reveal-right],.ui-section [data-parallax=reveal]{opacity:0;transition:opacity .25s ease-out .25s}.ui-section [data-parallax=reveal-right].parallax-visible,.ui-section [data-parallax=reveal].parallax-visible{opacity:1}}
