.loader{flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0;padding:0;display:flex}.logo{width:150px;height:auto;margin-bottom:10px}.loading{flex-direction:row;justify-content:center;align-items:center;display:flex}.dot{border-radius:50%;width:1em;height:1em;margin:.4em;position:relative}.dot:before{content:"";background:inherit;border-radius:inherit;width:100%;height:100%;animation:2s ease-out infinite wave;position:absolute}.dot:first-child{background:#d2f0c6;animation-delay:.2s}.dot:nth-child(2){background:#c3ebb3;animation-delay:.4s}.dot:nth-child(3){background:#a4e08c;animation-delay:.6s}.dot:nth-child(4){background:#86d666;animation-delay:.8s}.dot:nth-child(5){background:#68cc40;animation-delay:1s}@keyframes wave{50%,75%{transform:scale(2.5)}80%,to{opacity:0}}
