@keyframes circular-rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate-animation{animation:circular-rotation 1.4s linear infinite}@keyframes circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:1px,200px;stroke-dashoffset:-126px}}.dash-animation{animation:circular-dash 1.4s ease-in-out infinite}