.circle{stroke-dasharray:358;stroke-dashoffset:358;animation:fillCircles 2s linear forwards;animation-delay:1s}@keyframes fillCircles{0%{stroke-dashoffset:358}to{stroke-dashoffset:0}}#firstLine{stroke-dasharray:77;stroke-dashoffset:77;animation:fillFirstLine .5s linear forwards;animation-delay:3s}@keyframes fillFirstLine{0%{stroke-dashoffset:77}to{stroke-dashoffset:0}}#secondLine{stroke-dasharray:115;stroke-dashoffset:115;animation:fillSecondLine .4s linear forwards;animation-delay:4s}@keyframes fillSecondLine{0%{stroke-dashoffset:115}to{stroke-dashoffset:0}}#thirdLine{stroke-dasharray:244;stroke-dashoffset:244;animation:fillThirdLine .3s linear forwards;animation-delay:5s}@keyframes fillThirdLine{0%{stroke-dashoffset:244}to{stroke-dashoffset:0}}