.dotted-snake-wrapper{max-width:269px;padding:94px 0 80px 40px}.mask-drawing-line{stroke-dasharray:100;stroke-dashoffset:100;animation:snakeReveal 6s linear infinite}.snake-head-lead{animation:snakeVanish 6s linear infinite;filter:drop-shadow(0 0 8px rgb(255 204 0 / .9))}@keyframes snakeReveal{0%{stroke-dashoffset:100;opacity:1;animation-timing-function:cubic-bezier(.42,0,.58,1)}53%{stroke-dashoffset:0;opacity:1}80%{stroke-dashoffset:0;opacity:1}90%,100%{stroke-dashoffset:0;opacity:0}}@keyframes snakeVanish{0%,80%{opacity:1}90%,100%{opacity:0}}