.loader-2{display:block;height:32px;width:32px;animation:loader-2-1 3s linear infinite}@keyframes loader-2-1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-2 span{display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;clip:rect(16px,32px,32px,0);animation:loader-2-2 1.5s cubic-bezier(.77,0,.175,1) infinite}@keyframes loader-2-2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-2 span:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;border:3px solid transparent;border-top-color:#fff;border-radius:50%;animation:loader-2-3 1.5s cubic-bezier(.77,0,.175,1) infinite}@keyframes loader-2-3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-2 span:after{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;border:3px solid hsla(0,0%,100%,.5);border-radius:50%}