.loaderContainer{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin:0 auto}svg{max-width:200px}svg path{fill:#b4c1d3}#e,#l{fill-opacity:.8;animation:loader 1.5s ease 0s infinite forwards}#e{animation-delay:.1s}#a{animation:loader 1.5s ease 0s infinite forwards;animation-delay:.2s}#a,#d{fill-opacity:.8}#d{animation:loader 1.5s ease 0s infinite forwards;animation-delay:.3s}#c{animation:loader 1.5s ease 0s infinite forwards;animation-delay:.4s}#c,#o{fill-opacity:.8}#o{animation:loader 1.5s ease 0s infinite forwards;animation-delay:.5s}#d_2{animation:loader 1.5s ease 0s infinite forwards;animation-delay:.6s}#d_2,#e_2{fill-opacity:.8}#e_2{animation:loader 1.5s ease 0s infinite forwards;animation-delay:.7s}@keyframes loader{0%{fill:#b4c1d3;fill-opacity:.9;opacity:.5}25%{fill:#48c36a;fill-opacity:.9;opacity:1}50%{fill:#b4c1d3;fill-opacity:.9;opacity:.5}to{fill:#b4c1d3;fill-opacity:.9;opacity:.5}}