@media (prefers-reduced-motion:no-preference){.notfound-sun{animation:5s ease-in-out infinite notfound-sun-pulse}.notfound-cloud-a{animation:14s ease-in-out infinite alternate notfound-drift}.notfound-cloud-b{animation:19s ease-in-out infinite alternate notfound-drift}.notfound-rise{animation:2.4s ease-in infinite notfound-rise}}@keyframes notfound-sun-pulse{0%,to{box-shadow:0 0 50px 16px #ffecaa8c,0 0 120px 50px #ffe08c4d}50%{box-shadow:0 0 66px 22px #fff2b8b8,0 0 150px 64px #ffe49666}}@keyframes notfound-drift{0%{transform:translate(0)}to{transform:translate(40px)}}@keyframes notfound-rise{0%{opacity:0;transform:translateY(16px)}45%{opacity:1}to{opacity:0;transform:translateY(-140px)}}@keyframes notfound-pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.notfound-pop{animation:.25s ease-out notfound-pop}