.loader{background:#4fffce;border-radius:8px;width:6px;height:6px;animation:1.5s infinite wave}@keyframes wave{0%{box-shadow:0 0 #4fffce,0 0 0 12px #4fffce33,0 0 0 24px #4fffce99,0 0 0 36px #4fffce66,0 0 0 48px #4fffce33}to{box-shadow:0 0 0 48px #4fffce00,0 0 0 36px #4fffce33,0 0 0 24px #4fffce66,0 0 0 12px #4fffce99,0 0 #4fffce}}.finisher{transform-origin:0;background:#4fffce;border-radius:8px;width:40px;height:40px;animation:2.5s ease-in forwards wipe}@keyframes wipe{0%{opacity:1;transform:scaleX(1);box-shadow:0 0 0 48px #4fffce00,0 0 0 36px #4fffce33,0 0 0 24px #4fffce66,0 0 0 12px #4fffce99,0 0 #4fffce}40%{opacity:1;box-shadow:none;transform:scaleX(1)}60%{opacity:1;box-shadow:none;transform:scaleX(1)}90%{opacity:1;transform:scaleX(.25)}to{opacity:0;box-shadow:none;transform:scaleX(0)}}
.staggeredRow{opacity:0;animation:.5s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
