@keyframes oval-in-out{0%{opacity:0;transform:translate(-20px,20px) rotate(-45deg) scale(.85)}8%{opacity:1;transform:translate(0) rotate(-45deg) scale(1)}20%{opacity:.4;transform:translate(var(--gather-x,0)) rotate(var(--mid-rotation,-45deg)) scale(2)}46%{opacity:.4;transform:translate(var(--gather-x,0)) rotate(var(--mid-rotation,-45deg)) scale(2)}58%{opacity:1;transform:translate(0) rotate(-45deg) scale(1)}66%{opacity:0;transform:translate(20px,-20px) rotate(-45deg) scale(.85)}to{opacity:0;transform:translate(20px,-20px) rotate(-45deg) scale(.85)}}.animate-oval-in-out{animation:oval-in-out 8s cubic-bezier(.3,0,.3,1) infinite both}@keyframes loader-group-spin{0%,14%{transform:rotate(0deg) scale(1)}35%{transform:rotate(1turn) scale(3)}58%{transform:rotate(2turn) scale(1)}to{transform:rotate(2turn) scale(1)}}.animate-loader-group-spin{animation:loader-group-spin 8s cubic-bezier(.3,0,.3,1) infinite}@keyframes loader-label{0%,18%{opacity:0}26%{opacity:1}42%{opacity:1}50%,to{opacity:0}}.animate-loader-label{animation:loader-label 8s cubic-bezier(.3,0,.3,1) infinite}