*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#__next{width:100%;height:100%}main{width:100vw;height:100vh;padding:0;transition:opacity .5s ease-in-out;position:fixed;top:0;left:0}.container{width:100%;height:100%;animation:.8s ease-out fadeIn;position:relative}.loader{z-index:9999;background:linear-gradient(135deg,#0a4d5c 0%,#1ba5b8 100%);flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-in fadeIn;display:flex;position:fixed;top:0;left:0}.spinner{border:5px solid #ffffff4d;border-top-color:#ffd84d;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.loader-text{color:#fff;letter-spacing:2px;margin-top:20px;font-size:18px;font-weight:500;animation:1.5s ease-in-out infinite pulse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
