.loader{float:left;width:100%;height:5px;position:absolute;top:0;left:0;overflow:hidden}.loader .snake{background-image:linear-gradient(90deg,#c6ffdd,#fbd786,#f7797d);width:100px;height:100%;animation:1s linear infinite crawl;position:relative}@keyframes crawl{0%{left:0%}to{left:100%}}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.TextLoader span{letter-spacing:2px;font-size:1.5rem;animation-name:blink;animation-duration:1.4s;animation-iteration-count:infinite;animation-fill-mode:both}.TextLoader span:nth-child(2){animation-delay:.2s}.TextLoader span:nth-child(3){animation-delay:.4s}
