body{margin:0;padding:0;font-family:montserrat,sans-serif;font-weight:300;font-style:normal;font-display:swap}#dust{position:absolute;width:100%;height:99%;pointer-events:none;overflow-y:none}#app{width:100%;min-height:100vh;min-height:100dvh;display:flex;justify-content:center;align-items:center;background:#343642;background-image:url(img/bg.webp);background-size:cover;background-repeat:no-repeat;background-position:center;overflow-y:none}#app #content{max-width:500px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}#app #content h1{font-family:bello-pro,sans-serif;font-weight:400;font-style:normal;font-display:swap;color:#fff;font-size:60px}#app #content h2{position:absolute;top:10px;color:#fff;width:90%;max-width:500px;text-align:center;font-size:18px;font-weight:400}#app #content h2 #socials-list-btn{color:#2cd0ec}#app #content h2 #socials-list-btn:hover{color:orange}@media screen and (max-width:900px){#app #content h2{font-size:16px}}@media screen and (max-height:700px){#app #content h2{font-size:12px}}#app #content #links{width:94%;max-width:600px;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;flex-grow:10;padding:4px 0;position:relative}#app #content #links #sale-img{position:absolute;left:330px;top:53px;width:250px}@media screen and (max-width:900px){#app #content #links #sale-img{display:none}}#app #content #links #sale-mobile{width:240px;height:48px}@media screen and (min-width:900px){#app #content #links #sale-mobile{display:none}}@media screen and (max-height:420px){#app #content #links #sale-mobile{display:none}}#app #content #links a{position:relative;width:100%;height:70px;background:#fff;display:flex;align-items:center;justify-content:center;margin-top:30px;border-radius:4px;box-shadow:rgba(0,0,0,.8) 0 0 10px}#app #content #links a.anim{animation:scale 2s ease-in-out infinite alternate}#app #content #links a .btn-img{height:50px;width:164px}#app #content #links a .banner{position:absolute;right:-1px;top:-1px;width:64px}#app #content #links a:hover{box-shadow:rgba(255,255,255,.8) 0 0 10px}@keyframes scale{0%{transform:scale(1)}50%{transform:scale(.97)}100%{transform:scale(1)}}#app #content #links #disclaimer{color:#fff;text-align:center;font-size:12px}#app .premium{color:#ff9faf}#app .modal-btn{cursor:pointer}#app .modal{position:absolute;width:100%;height:100vh;height:100dvh;background:rgba(0,0,0,.9);display:none;justify-content:center;align-items:center;flex-direction:column;color:#fff}#app .modal .close-btn{background-color:transparent;border:2px solid #fff;position:absolute;top:10px;right:10px;color:#fff;width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s ease-in-out all}#app .modal .close-btn:hover{background-color:#fff;color:#000}#app .modal h3,#app .modal p{width:95%;max-width:620px;text-align:center;font-weight:300}@media screen and (max-height:770px){#app .modal h3,#app .modal p{font-size:14px}}#app .modal h3 a,#app .modal p a{color:#00aff0;text-decoration:none;font-weight:400}#app #socials{display:flex;justify-content:center;align-items:center;flex-direction:column}#app #socials p{margin-bottom:2px}#app #socials a{text-decoration:none;color:#00aff0;display:block}#app #socials a:hover{color:orange}@media screen and (max-height:770px){#app #socials a{font-size:12px}#app #socials p{margin-bottom:1px}}