.logo-animation-container{position:fixed;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);height:100%;z-index:100}.loader,.logo-animation-container img{width:160px}.loader{margin-top:10px;display:flex;justify-content:space-between}.loader div{width:14px;height:14px;background-color:#4d4c4f;border-radius:50%;animation:grow-shrink 1.35s infinite}.loader div:first-child{animation-delay:0s}.loader div:nth-child(2){animation-delay:.15s}.loader div:nth-child(3){animation-delay:.3s;animation-delay:.45s}.loader div:nth-child(4){animation-delay:.6s}@keyframes grow-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}