@keyframes nimbu-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes nimbu-fade-in{0%{opacity:0}to{opacity:1}}@keyframes nimbu-check-pop{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes nimbu-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nimbu-anim-fadeup{animation:nimbu-fade-up .4s cubic-bezier(.22,.68,0,1.2) both}.nimbu-anim-fadein{animation:nimbu-fade-in .3s ease both}.nimbu-anim-checkpop{animation:nimbu-check-pop .5s cubic-bezier(.22,.68,0,1.2) both}.nimbu-anim-spin{animation:nimbu-spin 1s linear infinite}