.loading-container{animation:.3s ease-out fadeIn}.logo-bounce{animation:2s ease-in-out infinite bounce}.dot-pulse-1{animation:1.4s ease-in-out infinite pulse}.dot-pulse-2{animation:1.4s ease-in-out .2s infinite pulse}.dot-pulse-3{animation:1.4s ease-in-out .4s infinite pulse}.message-fade{animation:.6s ease-out fadeIn}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
