:root{--stroke-length:400}.revert-animated-stroke{stroke-dasharray:var(--stroke-length);stroke-dashoffset:0;animation:2s cubic-bezier(.85,0,.15,1) forwards dash-revert}.animated-stroke{stroke-dasharray:var(--stroke-length);stroke-dashoffset:calc(var(--stroke-length)*2);animation:2s cubic-bezier(.85,0,.15,1) forwards dash}@keyframes dash{to{stroke-dashoffset:0}}@keyframes dash-revert{to{stroke-dashoffset:calc(var(--stroke-length)*2)}}
/*# sourceMappingURL=07b1e28ac6daf7a0.css.map*/