.recentcardprogress{animation:progress 3s}.progressfinish{animation:finish .1s forwards;animation-delay:.3s}@keyframes progress{0%{width:0}to{width:100%}}@keyframes finish{0%{opacity:1}to{opacity:0}}
