@font-face{font-family:Nunito;src:url(/_next/static/media/Nunito-Regular.52254e76.ttf)}:root{--border-radius:5px;--transition:all 0.15s ease-in-out;--font-family:"Nunito",sans-serif;--blue:#38b6ff;--blue-light:#4fc3ff;--orange:#ffbd59;--grey:#9e9e9e;--grey-dark:#424242;--black-light:#333;--grey-light:#e0e0e0;--black:#1b1b1b;--white:#fff}::-webkit-scrollbar{width:.5em;cursor:pointer}::-webkit-scrollbar-track{background-color:var(--grey-light);border-radius:5px}::-webkit-scrollbar-thumb{background-color:var(--blue);border-radius:5px;cursor:pointer}body,html{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family);background-color:var(--black);transition:.5s}.container{width:100%;height:100vh;max-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.container .alert{z-index:2}.container .status{position:absolute;bottom:2%;right:2%;font-size:1rem;color:var(--grey);margin-bottom:2rem;font-weight:1;z-index:3}.container .btnConnect{margin-top:2em;z-index:2}.container .btnConnect .buttonConnect{background-color:var(--blue);border:none;border-radius:5px;padding:.4em 1em;color:var(--white);font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:2em;transition:all .2s ease-in-out}.container .btnConnect .buttonConnect:hover{box-shadow:0 0 0 .3em rgba(56,182,255,.5)}.container .title{z-index:2}.container .title h2{margin:0 0 1rem;color:var(--white);font-size:1.5rem;font-weight:100;color:var(--blue);z-index:2}.container h4,.container h6{position:absolute;bottom:2%;font-size:1rem;color:var(--grey);margin-bottom:2rem;font-weight:1;z-index:2}.container h4 span,.container h6 span{color:var(--orange)}.container h6{font-size:.8rem;color:var(--blue);margin-bottom:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.container .animation,.container .testAnim{position:fixed;margin:0 auto;width:98%;height:100em;display:flex;justify-content:center;align-items:center;z-index:0}.container .animation span,.container .testAnim span{opacity:0;position:absolute;margin-top:40%;box-sizing:border-box;border:.2em solid var(--black-light);border-radius:50%;animation:animate 10s ease-out infinite;animation-delay:calc(2s*var(--i))}.container .animation img,.container .testAnim img{width:3.5em;position:fixed;bottom:10%;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2;animation:animate-logo 2s ease-out infinite}.container .devices{width:80%;height:80%;display:flex;align-items:center;justify-content:center;z-index:2}@keyframes animate-logo{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes animate{0%{width:0;height:0;opacity:1}to{width:100em;height:100em;opacity:0}}