#preloader-screen{position:fixed;top:0;left:0;height:100%;width:100%;z-index:10000;display:block;background-color:var(--theme-shadow);background-color:white;color:var(--theme-secondary)}#preloader-loading-note{animation-delay:1s;animation:fadeIn ease 1s;-webkit-animation:fadeIn ease 1s;-moz-animation:fadeIn ease 1s;-o-animation:fadeIn ease 1s;-ms-animation:fadeIn ease 1s}#preloader-img{animation:fadeIn ease 0.5s;-webkit-animation:fadeIn ease 0.5s;-moz-animation:fadeIn ease 0.5s;-o-animation:fadeIn ease 0.5s;-ms-animation:fadeIn ease 0.5s}#preloader-attribution{animation:fadeIn ease 0.5s;-webkit-animation:fadeIn ease 0.5s;-moz-animation:fadeIn ease 0.5s;-o-animation:fadeIn ease 0.5s;-ms-animation:fadeIn ease 0.5s;color:var(--ps-grey);font-size:smaller}#preloader-attribution a{color:var(--theme-primary)}#preloader-attribution a:hover{color:var(--theme-shadow)}#preloader-spinner-div{height:95%}#preloader-caption-div{color:var(--def-black-text);height:5%}