.graph__wrapper{position:absolute;top:40px;left:-80px}.delay-1 .path,.delay-1 #arrow{animation-delay:2s}.delay-2 .path,.delay-2 #arrow{animation-delay:3.6s}.path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash 7s linear forwards;animation-iteration-count:infinite;animation-delay:1s}@keyframes dash{to{stroke-dashoffset:0}}.dashed{stroke-dasharray:5,12}#arrow{animation:arrow 2s linear forwards;opacity:0}@keyframes arrow{to{opacity:1}}
