#check-group{animation:check-group .32s ease-in-out 1s;transform-origin:center}#check{animation:check .34s cubic-bezier(.65,0,1,1) .8s forwards;stroke-dasharray:0,75px;stroke-linecap:round;stroke-linejoin:round}@keyframes check{0%{stroke-dasharray:0,75px}to{stroke-dasharray:75px,75px}}@keyframes check-group{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}