.loader1{animation:loader1 1s linear 0s forwards}@keyframes loader1{0%{top:0}to{top:-100%}}.loader2{animation:loader2 1s linear .2s forwards}@keyframes loader2{0%{top:0}to{top:-100%}}.loader3{animation:loader3 1s linear .4s forwards}@keyframes loader3{0%{top:0}to{top:-100%}}.loader4{animation:loader4 1s linear .6s forwards}@keyframes loader4{0%{top:0}to{top:-100%}}.loader5{animation:loader5 1s linear .8s forwards}@keyframes loader5{0%{top:0}to{top:-100%}}