.reel-follow-check{display:inline-flex;align-items:center;justify-content:center;animation:reel-check-pop .3s ease forwards}.reel-follow-check path{stroke-dasharray:24;stroke-dashoffset:24;animation:reel-check-draw .4s ease .05s forwards}@keyframes reel-check-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}@keyframes reel-check-draw{to{stroke-dashoffset:0}}