.four-circle-loader{max-width:15rem;width:100%;height:auto;stroke-linecap:round}.four-circle-loader circle{fill:none;stroke-width:3.5;animation-name:preloader;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;transform-origin:170px 170px;will-change:transform}.four-circle-loader circle:first-of-type{stroke-dasharray:550px;animation-delay:-.15s}.four-circle-loader circle:nth-of-type(2){stroke-dasharray:500px;animation-delay:-.3s}.four-circle-loader circle:nth-of-type(3){stroke-dasharray:450px;animation-delay:-.45s}.four-circle-loader circle:nth-of-type(4){stroke-dasharray:300px;animation-delay:-.6s}@keyframes preloader{0%{transform:rotate(0deg)}50%{transform:rotate(1turn)}to{transform:rotate(0deg)}}