@keyframes circleDraw{0%{stroke-dashoffset:225}to{stroke-dashoffset:0}}@keyframes checkmarkDraw{0%{stroke-dashoffset:60}to{stroke-dashoffset:0}}@keyframes crossLineDraw{0%{stroke-dashoffset:-42}to{stroke-dashoffset:0}}.circle{stroke-dasharray:225;stroke-dashoffset:225}.checkmark{stroke-dasharray:60;stroke-dashoffset:60}.cross-line,.cross-line-2{stroke-dasharray:42;stroke-dashoffset:-42}.run-animation .circle{animation:circleDraw .6s forwards;animation-delay:.3s}.run-animation .checkmark{animation:checkmarkDraw .5s forwards;animation-delay:.7s}.run-animation .cross-line{animation:crossLineDraw .5s forwards;animation-delay:.7s}.run-animation .cross-line-2{animation:crossLineDraw .5s forwards;animation-delay:.9s}