.kids-running{position:fixed;bottom:24px;left:0;z-index:60;pointer-events:none;animation:kr-run-across 3.2s linear 1 forwards}.kids-running img{display:block;width:64px;height:64px;animation:kr-bounce .26s ease-in-out infinite alternate}@keyframes kr-run-across{0%{transform:translateX(-130%)}to{transform:translateX(110vw)}}@keyframes kr-bounce{0%{transform:translateY(0) rotate(-3deg)}to{transform:translateY(-6px) rotate(3deg)}}@media (prefers-reduced-motion:reduce){.kids-running,.kids-running img{animation:none}}@media (max-width:480px){.kids-running img{width:48px;height:48px}}