.loader{color:#fff;box-sizing:border-box;z-index:999999;width:0;height:0;position:fixed;top:-9999px;left:-9999px;overflow:hidden}.loader:after,.loader:before{box-sizing:border-box;display:none}.loader.is-active{background-color:#000000d9;width:100%;height:100%;top:0;left:0}.loader.is-active:after,.loader.is-active:before{display:block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{0%{opacity:.5}to{opacity:1}}.loader-double:after,.loader-double:before{content:"";border:8px solid;border-radius:50%;animation:1s linear infinite rotation;position:fixed}.loader-double:after{border-color:#fff #fff #fff #0000;width:48px;height:48px;top:calc(50% - 24px);left:calc(50% - 24px)}.loader-double:before{border-color:#eb974e #0000 #eb974e #eb974e;width:64px;height:64px;animation-duration:2s;top:calc(50% - 32px);left:calc(50% - 32px)}