.hand-waving{display:inline-block;transform-origin:50% 70%;animation:wave 2s ease-in-out infinite}@keyframes wave{0%{transform:rotate(0deg)}25%{transform:rotate(15deg)}50%{transform:rotate(0deg)}75%{transform:rotate(15deg)}100%{transform:rotate(0deg)}}svg{overflow:visible!important}@keyframes parallax-leaves{from{transform:translateY(0px)}to{transform:translateY(-240px)}}@keyframes parallax-graph{from{transform:translateY(0px)}to{transform:translateY(-130px)}}@keyframes parallax-phone{from{transform:translateY(0px)}to{transform:translateY(-180px)}}@keyframes parallax-cursor{from{transform:translateY(0px)}to{transform:translateY(-250px)}}#leaves,#graph,#phone,#cursor{animation-timeline:scroll(root block);animation-timing-function:linear;will-change:transform}#leaves{animation-name:parallax-leaves}#desktop{animation-name:parallax-desktop}#graph{animation-name:parallax-graph}#phone{animation-name:parallax-phone}#cursor{animation-name:parallax-cursor}@keyframes swayLeaves{0%{transform:rotate(0deg)}100%{transform:rotate(8deg)}}#leaves{transform-origin:bottom right;transform-box:fill-box;animation:swayLeaves 3s ease-in-out infinite alternate;will-change:transform}