.loader-wrapper{z-index:9;background-color:#fff;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.loader{border-top:5px solid #022d62;border-right:5px solid transparent;border-radius:50%;width:70px;height:70px;animation:1s linear infinite rotation;display:inline-block;position:relative}.loader:after{content:"";border-bottom:5px solid transparent;border-left:5px solid #d7b56e;border-radius:50%;width:70px;height:70px;animation:.5s linear infinite reverse rotation;position:absolute;top:0;left:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
