@-webkit-keyframes draw-stroke{0%{stroke-dashoffset:var(--svg-odo,1000)}to{stroke-dashoffset:var(--svg-tdo,0)}}@keyframes draw-stroke{0%{stroke-dashoffset:var(--svg-odo,1000)}to{stroke-dashoffset:var(--svg-tdo,0)}}@-webkit-keyframes dash{0%{stroke-dashoffset:2888}to{stroke-dashoffset:0}}@keyframes dash{0%{stroke-dashoffset:2888}to{stroke-dashoffset:0}}@-webkit-keyframes dash-a{0%{stroke-dashoffset:2887}to{stroke-dashoffset:0}}@keyframes dash-a{0%{stroke-dashoffset:2887}to{stroke-dashoffset:0}}svg use{-webkit-transition:all .3s;transition:all .3s;fill:var(--x,transparent);stroke:var(--y,transparent);stroke-dasharray:var(--svg-da);stroke-dashoffset:var(--svg-tdo,0);stroke-width:var(--svg-sw,2)}svg.anim{--svg-odo:2888;--svg-da:2999;--svg-at:2s;--svg-ar:1}svg.anim use{-webkit-animation:draw-stroke var(--svg-at,2s) linear .3s var(--svg-ar,1) forwards;animation:draw-stroke var(--svg-at,2s) linear .3s var(--svg-ar,1) forwards}
