.path-google{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 4s ease forwards}.path-circle{stroke-dasharray:300;stroke-dashoffset:300;animation:draw 2s ease forwards}.circle{animation-delay:0s}.check{animation-delay:1s}@keyframes draw{to{stroke-dashoffset:0}}.envelope-body{stroke-dasharray:300;stroke-dashoffset:200;animation:drawBody 2s ease forwards}.envelope-flap{stroke-dasharray:120;stroke-dashoffset:120;stroke-linecap:round;animation:drawFlap 1.5s ease 2s forwards}.envelope-open{stroke-dasharray:100;stroke-dashoffset:100;animation:openEnvelope 1s ease 3s forwards}@keyframes drawBody{to{stroke-dashoffset:0}}@keyframes drawFlap{to{stroke-dashoffset:0}}@keyframes openEnvelope{to{stroke-dashoffset:0}}