:root{--position-color:#8181818e;--path-color:#488af4}.position{fill:var(--position-color);opacity:0;transition:fill .3s}.position-active{opacity:1;fill:var(--path-color)}.path{stroke:var(--path-color);stroke-width:1px;opacity:0;border-radius:0}.path-once{opacity:1;stroke-width:4px;stroke-linecap:round;stroke-dasharray:2338.5;stroke-dashoffset:2338.5px;animation:2s linear forwards dash2}@keyframes dash2{to{stroke-dashoffset:0}}.path-active{opacity:1;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:10;animation:3s linear infinite reverse march}@keyframes march{to{stroke-dashoffset:120px}}
