.loader-bg{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:9999;background:#b2e79f;background:linear-gradient(125deg,rgba(178,231,159,1) 0,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(212,159,231,1) 100%);display:flex;justify-content:center;align-items:center;text-align:center}.loader{color:var(--theme-black);font-size:100px}.loader:after{display:block;content:"LOADING...";font-size:16px;font-weight:700}div#CookieNotification{width:100%;position:fixed;bottom:0;left:0;height:auto;text-align:center;z-index:1000;padding:10px;background-color:rgba(24,41,19,.8);color:#fff}div#CookieNotification div.text{display:inline-block}div#CookieNotification div.button{display:inline-block;margin:5px 10px}div#CookieNotification a{color:#fff;font-weight:700;text-decoration:underline}div#CookieNotification button{border:none;background-color:#f5f5f5;font-weight:700;border-radius:6px;padding:10px 12px;cursor:pointer}div#CookieNotification.ok{visibility:hidden;z-index:-1;opacity:0}