.pulse-line{animation:draw-line 2s ease-out infinite}.pulse-line,.pulse-line-no-fade{stroke-width:2;fill:none;stroke-dasharray:1;stroke-dashoffset:1}.pulse-line-no-fade{animation:no-fade 1s ease infinite}.animation-delay-1{animation-delay:.5s}.animation-delay-2{animation-delay:1s}.animation-delay-3{animation-delay:1.5s}.animation-delay-4{animation-delay:2s}.animation-delay-5{animation-delay:2.5s}.animation-delay-6{animation-delay:3s}@keyframes draw-line{0%{stroke-dashoffset:1;opacity:.8}80%{opacity:1}to{stroke-dashoffset:0;opacity:0}}@keyframes no-fade{0%{stroke-dashoffset:1.5}to{stroke-dashoffset:0}}.pulse-line-bounce{fill:none;stroke-linecap:round;animation:dash-bounce 4s linear infinite}.pulse-line-bounce.animation-delay-1{animation-delay:.3s}.pulse-line-bounce.animation-delay-2{animation-delay:.6s}.pulse-line-bounce.animation-delay-3{animation-delay:.9s}.pulse-line-bounce.animation-delay-4{animation-delay:1.2s}.pulse-line-bounce.animation-delay-5{animation-delay:1.5s}.pulse-line-bounce.animation-delay-6{animation-delay:1.8s}@keyframes dash-bounce{0%{stroke-dashoffset:10}to{stroke-dashoffset:0}}