.loading{height:300px;position:relative}.loading-loader{background-image:linear-gradient(#f4f1ed 20px,#0000 0),linear-gradient(#bd1622 20px,#0000 0),linear-gradient(#bd1622 20px,#0000 0),linear-gradient(#f4f1ed 20px,#0000 0);background-position:0 0,0 100%,100% 0,100% 100%;background-repeat:no-repeat;background-size:16px 16px;width:64px;height:64px;animation:1s linear infinite rotate;position:absolute}@keyframes rotate{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}
