@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes checkmark{0%{stroke-dashoffset:100;opacity:0}50%{opacity:1}to{stroke-dashoffset:0}}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-checkmark .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;animation:checkmark .6s cubic-bezier(.65,0,.45,1) forwards}.animate-checkmark .checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;animation:checkmark .3s cubic-bezier(.65,0,.45,1) .4s forwards}