.loading_wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99999999;overflow:hidden}.root_brand .loading_wrap{background-color:#151515}.root_faq .loading_wrap{background-color:#eee}.loading{position:absolute;width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%)}.loading div{position:absolute;top:33px;width:10px;height:10px;border-radius:50%;background:#a77d50;animation-timing-function:cubic-bezier(0,1,1,0)}.loading div:first-child{left:8px;animation:loading1 .6s infinite}.loading div:nth-child(2){left:8px;animation:loading2 .6s infinite}.loading div:nth-child(3){left:32px;animation:loading2 .6s infinite}.loading div:nth-child(4){left:56px;animation:loading3 .6s infinite}@keyframes loading1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loading3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loading2{0%{transform:translate(0)}to{transform:translate(24px)}}