@supports (animation: grow .5s cubic-bezier(.25,.25,.25,1) forwards){.tick{stroke-opacity:0;stroke-dasharray:29px;stroke-dashoffset:29px;animation:draw .5s cubic-bezier(.25,.25,.25,1) forwards;animation-delay:.25s}.circle{fill-opacity:0;stroke:var(--color-blue);stroke-width:16px;transform-origin:center;transform:scale(0);animation:grow .75s cubic-bezier(.25,.25,.25,1.25) forwards}}@keyframes grow{60%{transform:scale(.8);stroke-width:4px;fill-opacity:0}to{transform:scale(.9);stroke-width:8px;fill-opacity:1;fill:var(--color-blue)}}@keyframes draw{0%,to{stroke-opacity:1}to{stroke-dashoffset:0}}
