.animation-wrapper{height:100%;left:0;min-height:500px;opacity:1;overflow:clip;position:absolute;top:0;width:100%}body:not(.home) .animation-wrapper{display:none}.flounder{background:var(--primary-animation-color);border-radius:100%;height:50%;position:absolute;width:50%}.position--top-right{right:-10%;top:-10%;transform:scale(.75)}.position--bottom-right{bottom:-20%;right:-30%;transform:scale(2)}.position--bottom-left{bottom:-20%;left:-10%;transform:scale(2)}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:scroll()){.position--top-right{animation:resize-grow both,travel-top both}.position--bottom-right{animation:resize-grow both,travel-bottom both}.position--bottom-left{animation:resize-grow both,travel-bottom both,travel-left both}.flounder{animation-timeline:scroll(root);animation-duration:1s}@keyframes resize-grow{0%{transform:scale(1)}to{transform:scale(6)}}@keyframes travel-bottom{0%{bottom:-20%}to{bottom:20%}}@keyframes travel-left{0%{left:-10%}to{left:-30%}}@keyframes travel-top{0%{top:-10%}to{top:60%}}}}