#loader{height:100vh;width:100vw;display:flex;position:fixed;z-index:9999;justify-content:center;align-items:center;flex-direction:column;gap:1rem;text-align:center;padding:0 2rem}@keyframes loader{0%{transform:scaleY(1);background:#fff}50%{transform:scaleY(1.8);background:var(--color4-500)}to{transform:scaleY(1);background:#fff}}.loader{display:flex;gap:.5rrem}.loader div{width:.8rem;height:.8rem;background:#fff}.loader div:nth-child(1){animation:loader 2s cubic-bezier(.5,0,.5,1) infinite;animation-delay:.25s}.loader div:nth-child(2){animation:loader 2s cubic-bezier(.5,0,.5,1) infinite;animation-delay:.5s}.loader div:nth-child(3){animation:loader 2s cubic-bezier(.5,0,.5,1) infinite;animation-delay:.75s}.loader div:nth-child(4){animation:loader 2s cubic-bezier(.5,0,.5,1) infinite;animation-delay:1s}
