.checkmark{width:100%;height:100%}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke:#1adbaa;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke:#1adbaa;stroke-width:3;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}.crossmark{width:100%;height:100%}.crossmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke:#1adbaa;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.crossmark__cross{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke:#1adbaa;stroke-width:3;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}