.loader-screen{z-index:99999;background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;inset:0}.loader-logo{justify-content:center;align-items:center;width:140px;height:140px;animation:1.4s ease-in-out infinite logoPulse;display:flex}.loader-logo img{object-fit:contain;width:100%;height:100%}@keyframes logoPulse{0%{opacity:.6;transform:scale(.85)}50%{opacity:1;transform:scale(1)}to{opacity:.6;transform:scale(.85)}}
