@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);.nav{background:#5741d9;color:#fff;padding:20px 30px;z-index:5}.nav-container{align-items:center;display:flex;justify-content:space-between}.nav.fixed{left:0;position:fixed;right:0;top:0}.nav_logo{height:60px;position:relative;width:150px}.nav_links{display:none;width:80%}.nav_links ul{display:flex}.nav_links ul li{cursor:pointer;margin:0 2rem;text-transform:capitalize;transition:all .3s linear}.nav_links ul li:first-child{margin-left:0}.nav_links ul li:hover{border-bottom:1px solid #fff;transition:all .3s linear}.nav .hambugger{align-items:center;display:flex;justify-content:center}.nav .hambugger .icon{height:25px;width:25px}.mobile_links{background:#5741d9;bottom:0;height:100vh;left:0;padding:50px 30px 0;position:fixed;right:0;top:80px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s linear;width:100%;z-index:8}.mobile_links ul li{color:#fff;display:inline-block;font-size:30px;font-weight:700;line-height:31px;margin-bottom:25px;text-transform:capitalize;width:100%}.mobile_links_btns{display:flex;justify-content:space-between;margin-top:60px;width:70%}.mobile_links_btns button{margin:0 .5rem;width:100%}.mobile_links.show{-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (max-width:376px){.mobile_links ul li{font-size:20px}.mobile_links_btns{width:80%}.mobile_links_btns button{font-size:.6rem}}@media screen and (min-width:600px){.mobile_links ul li{font-size:35px;margin-bottom:45px}.mobile_links_btns{justify-content:space-between;margin-top:180px;width:50%}.mobile_links_btns button{font-size:1.2rem;width:100%}}@media screen and (min-width:1200px){.nav{padding:30px;position:static}.nav_links{align-items:center;display:flex;justify-content:space-between}.nav_links_btns button{margin:0 .5rem}.mobile_links,.nav .hambugger{display:none}}.footer{background:#5741d9;color:#fff;padding:60px 30px}.footer .grid{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}.footer .grid .item p{font-size:22px;font-weight:700;line-height:1.23}.footer .grid .item .btns{align-items:center;display:flex;margin-top:18px}.footer .grid .item .btns button{margin:0 .5rem;width:50%}.footer .grid .item .btns button:first-child{margin-left:0}.footer .grid .item h4{display:block;font-size:23px;margin:0 0 12px;opacity:.48}.footer .grid .item ul li{margin:.5rem 0}.footer .grid .item ul li:hover{opacity:.48}.footer .grid .item:first-child{grid-column:1/3;width:100%}.footer .copyright{font-size:1.2rem;margin-top:20px;text-align:center}@media screen and (max-width:376px){.footer .grid .item p{font-size:18px}.footer .grid .item .btns button{font-size:.6rem}.footer .grid .item h4{font-size:18px}}@media screen and (min-width:600px){.footer .grid .item .btns button{width:30%}}@media screen and (min-width:1200px){.footer{padding:60px 30px}.footer .grid{grid-template-columns:repeat(5,1fr)}.footer .grid .item p{font-size:22px}.footer .grid .item .btns{flex-direction:column}.footer .grid .item .btns button{margin:.5rem 0;width:80%}.footer .grid .item:first-child{grid-column:1/1}}.btn-loader,.loader{height:40px;width:40px}.notification,.successful-registration,.successful-reset,.update-info,.verify-account,.withdrawal-request{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;padding:60px 30px;position:fixed;right:0;top:0;width:100%;z-index:66}.notification .modal,.successful-registration .modal,.successful-reset .modal,.update-info .modal,.verify-account .modal,.withdrawal-request .modal{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:column;height:auto;justify-content:center;padding:40px 20px;text-align:center}.notification .modal .img,.successful-registration .modal .img,.successful-reset .modal .img,.update-info .modal .img,.verify-account .modal .img,.withdrawal-request .modal .img{align-items:center;display:flex;height:100px;justify-content:center;position:relative;width:100px}.notification .modal h2,.successful-registration .modal h2,.successful-reset .modal h2,.update-info .modal h2,.verify-account .modal h2,.withdrawal-request .modal h2{color:#5741d9;font-size:20px;margin:20px}.notification .modal .seed-phrase,.successful-registration .modal .seed-phrase,.successful-reset .modal .seed-phrase,.update-info .modal .seed-phrase,.verify-account .modal .seed-phrase,.withdrawal-request .modal .seed-phrase{align-items:center;border:1px solid #5741d9;display:flex;justify-content:center;margin:20px 0;padding:20px 10px;position:relative;width:100%}.notification .modal .verify-msg,.successful-registration .modal .verify-msg,.successful-reset .modal .verify-msg,.update-info .modal .verify-msg,.verify-account .modal .verify-msg,.withdrawal-request .modal .verify-msg{font-weight:400;line-height:24px}.notification .modal button,.successful-registration .modal button,.successful-reset .modal button,.update-info .modal button,.verify-account .modal button,.withdrawal-request .modal button{margin-top:10px;width:140px}.notification .modal .warning,.successful-registration .modal .warning,.successful-reset .modal .warning,.update-info .modal .warning,.verify-account .modal .warning,.withdrawal-request .modal .warning{color:#ea435c;font-weight:500;line-height:26px}.withdrawal-request p{line-height:28px}.withdrawal-request p strong{font-weight:700}.withdrawal-request .warning{background:#ea435c;color:#fff!important;padding:1rem}.update-info .modal{align-items:flex-start;text-align:start;width:100%}.update-info .modal form{margin-top:10px;width:100%}.update-info .modal form .form-control{margin-bottom:10px}.update-info .modal form .form-control label{font-weight:400}.update-info .modal form .form-control input{margin-top:10px;position:relative}.update-info .modal form .btns{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.update-info .modal form .btns .submit-btn{align-items:center;display:flex;justify-content:space-between;position:relative;width:50%}.update-info .modal form .btns .submit-btn button{margin-right:5px;margin-top:0}.update-info .modal form .btns .cancel-btn{margin-top:0;width:120px}.update-info .modal h2{margin:10px auto;text-align:center}@media screen and (max-width:376px){.successful-registration{padding:40px 20px}.successful-registration .modal{padding:20px}.successful-registration .modal .img{height:50px;width:50px}.successful-registration .modal h2{font-size:20px;margin:10px 0}}@media screen and (min-width:600px){.notification .modal,.successful-registration .modal,.successful-reset .modal,.update-info .modal,.verify-account .modal,.withdrawal-request .modal{width:60%}.withdrawal-request .modal{width:80%}.update-info .modal{width:60%}}@media screen and (min-width:1200px){.notification .modal,.successful-registration .modal,.successful-reset .modal,.verify-account .modal,.withdrawal-request .modal{max-width:500px}.notification .modal button,.successful-registration .modal button,.successful-reset .modal button,.verify-account .modal button,.withdrawal-request .modal button{padding:10px 40px;width:auto}.update-info .modal{width:30%}}.wallet{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);padding:60px 30px}.wallet .box{background:#fff;box-shadow:0 0 1px rgba(0,0,0,.05),0 4px 32px rgba(58,53,47,.05);height:auto;overflow:hidden;padding:30px 10px;position:relative;text-align:center}.wallet .box h3{color:#5741d9;font-size:10px;font-weight:600;margin-bottom:10px}.wallet .box p{font-size:32px;font-weight:600}.wallet .box p.green{color:#36b37e}.wallet .box p span{font-size:25px;font-weight:300}.wallet .box p .span2{font-size:20px;font-weight:300}.wallet .box .card-bg{bottom:-30px;height:100px;opacity:.05;position:absolute;right:-30px;width:100px}@media screen and (max-width:376px){.wallet{padding:40px 20px}.wallet .box h3{font-size:18px}.wallet .box p{color:#000;font-size:35px;font-weight:600}.wallet .box p span{color:#1b1b1b;font-size:25px;font-weight:300}.wallet .box p span.green{color:#36b37e}.wallet .box p .span2{font-size:15px;font-weight:300}}@media screen and (min-width:600px){.wallet{grid-template-columns:repeat(3,1fr)}.wallet .box h3{font-size:15px}.wallet .box p{font-size:40px;font-weight:500}.wallet .box p span{font-size:20px;font-weight:300}}@media screen and (min-width:1200px){.wallet{grid-template-columns:repeat(6,1fr);padding:50px 100px}.wallet .box h3{font-size:15px;margin-bottom:10px}.wallet .box p{font-size:35px}.wallet .box p span{font-size:20px;font-weight:300}}.bank-withdrawal,.crypto-withdrawal{background:#fff;border-radius:16px;box-shadow:0 0 1px rgba(0,0,0,.05),0 4px 32px rgba(58,53,47,.05);padding:20px 5px}.bank-withdrawal h2,.crypto-withdrawal h2{color:#5741d9;font-size:20px;text-align:center}.bank-withdrawal form,.crypto-withdrawal form{padding:0 10px}.bank-withdrawal form .form-control,.crypto-withdrawal form .form-control{align-items:center;display:flex;height:55px;margin:40px 0;position:relative;width:100%}.bank-withdrawal form p,.crypto-withdrawal form p{color:red;margin-bottom:20px}.bank-withdrawal form .withdraw-btn button,.crypto-withdrawal form .withdraw-btn button{font-size:.8rem;padding:1rem;width:100%}.bank-withdrawal .fullscreen-loader,.crypto-withdrawal .fullscreen-loader{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:44}@media screen and (max-width:376px){.bank-withdrawal h2,.crypto-withdrawal h2{font-size:16px}}@media screen and (min-width:600px){.bank-withdrawal,.crypto-withdrawal{margin:auto;width:70%}.bank-withdrawal h2,.crypto-withdrawal h2{font-size:25px}.bank-withdrawal form .withdraw-btn,.crypto-withdrawal form .withdraw-btn{align-items:center;display:flex;justify-content:center}.bank-withdrawal form .withdraw-btn button,.crypto-withdrawal form .withdraw-btn button{width:80%}}@media screen and (min-width:1200px){.bank-withdrawal form .withdraw-btn button,.crypto-withdrawal form .withdraw-btn button{font-size:.8rem;padding:1rem;width:100%}}.home .block{align-items:center;background:#efecfb;display:flex;flex-direction:column;justify-content:space-between;padding:60px 30px}.home .block .text{width:100%}.home .block .text h1{font-size:30px;line-height:40px;margin-bottom:15px;text-align:center}.home .block .text h2{color:#5741d9;font-size:25px;margin-bottom:15px}.home .block .text h2 span{color:#0e0c28;font-weight:300}.home .block .text h5{font-size:17px;font-weight:500;margin:5px 0}.home .block .text .header-p{line-height:36px;text-align:center}.home .block .text .btn{align-items:center;display:flex;justify-content:center}.home .block .text .btn button{margin:20px 0;min-width:200px;padding:15px}.home .block.everything-you-need{background:#fff}.home .block .image{height:40vh;margin-bottom:25px;position:relative;width:100%}.home .block .video{height:60vh;width:100%}.home .block .video video{height:100%;width:100%}.home .get-started,.home .whats-next{padding:40px 30px}.home .get-started h2,.home .whats-next h2{color:#5741d9;font-size:30px;margin-bottom:25px;width:100%}.home .get-started h4,.home .whats-next h4{font-size:20px;font-weight:400}.home .get-started .cards,.home .whats-next .cards{grid-gap:10px;display:grid;grid-template-columns:repeat(1,1fr);margin-top:25px}.home .get-started .cards .card,.home .whats-next .cards .card{background:#5741d9;border-radius:8px;color:#fff;-webkit-filter:drop-shadow(0 10px 20px rgba(41,41,42,.07));filter:drop-shadow(0 10px 20px rgba(41,41,42,.07));font-size:20px;padding:70px 10px;text-align:center;text-decoration:underline;transition:all .3s linear}.home .security{background:#fff}.home .testimonies{align-items:center;background:#efecfb;display:flex;flex-direction:column;justify-content:center;padding:60px 30px}.home .testimonies h2{color:#5741d9;font-size:35px}.home .testimonies h4{font-size:18px;font-weight:500}.home .testimonies .customers{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);margin-top:50px}.home .testimonies .customers .customer{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;text-align:center}.home .testimonies .customers .customer .profile-img{align-items:center;border-radius:50%;display:flex;height:150px;justify-content:center;position:relative;width:150px}.home .testimonies .customers .customer .profile-img .img{align-self:center;border-radius:50%;object-fit:cover}.home .testimonies .customers .customer h4{margin:10px 0}@media screen and (max-width:376px){.home .block{padding:40px 20px}.home .block .text h1{font-size:25px}.home .block .text h2{font-size:22px}.home .block .text h5{font-size:1rem}.home .get-started,.home .whats-next{padding:40px 20px}.home .get-started h2,.home .whats-next h2{font-size:25px}.home .get-started h4,.home .whats-next h4{font-size:20px}.home .get-started .cards,.home .whats-next .cards{grid-template-columns:repeat(1,1fr)}.home .testimonies{padding:40px 20px}.home .testimonies h2{font-size:25px}.home .testimonies h4{font-size:16px}.home .testimonies .customers .customer .profile-img{height:110px;width:110px}}@media screen and (min-width:600px){.home .block{flex-direction:row;padding-bottom:50px;padding-top:50px}.home .block .text h1{font-size:40px;text-align:start}.home .block .text h5{font-size:20px;text-align:start}.home .block .text .header-p{text-align:start}.home .block .text .btn{justify-content:flex-start}.home .get-started,.home .whats-next{padding-bottom:50px;padding-top:50px}.home .get-started h2,.home .whats-next h2{font-size:35px;width:80%}.home .get-started h4,.home .whats-next h4{font-size:25px}.home .get-started .cards,.home .whats-next .cards{grid-template-columns:repeat(2,1fr)}.home .get-started .cards .card,.home .whats-next .cards .card{font-size:25px}.home .testimonies h2{font-size:40px}.home .testimonies h4{font-size:20px}.home .testimonies .customers{grid-template-columns:repeat(2,1fr)}.home .testimonies .customers .customer:last-child{grid-column:1/3;margin-top:30px;padding:0 20%}}@media screen and (min-width:1200px){.home .block{padding:70px 200px}.home .block .text h1{font-size:60px;line-height:60px;margin-bottom:25px;text-align:start}.home .block .text h2{font-size:40px;margin-bottom:15px}.home .block .text h5{font-size:26px;margin:5px 0;text-align:start}.home .block .text .header-p{font-size:25px;text-align:start}.home .block .image{height:70vh}.home .block .video{height:80vh}.home .block.sec{padding:40px 100px}.home .get-started,.home .whats-next{padding:70px 200px}.home .get-started h2,.home .whats-next h2{font-size:40px;width:60%}.home .get-started h4,.home .whats-next h4{font-size:20px}.home .get-started .cards,.home .whats-next .cards{grid-gap:20px;grid-template-columns:repeat(4,1fr)}.home .get-started .cards .card,.home .whats-next .cards .card{font-size:25px}.home .get-started .cards .card:hover,.home .whats-next .cards .card:hover{opacity:.85}.home .testimonies h2{font-size:40px}.home .testimonies h4{font-size:20px}.home .testimonies .customers{grid-template-columns:repeat(3,1fr)}.home .testimonies .customers .customer .profile-img{height:150px;width:150px}.home .testimonies .customers .customer:last-child{grid-column:auto;margin-top:0;padding:0}}.prices h1{background:#efecfb;color:#5741d9;font-size:40px;padding-top:50px;text-align:center}.prices .prices-cards{grid-gap:20px;background:#efecfb;display:grid;grid-template-columns:repeat(1,1fr);padding:60px 30px}.prices .prices-cards .card{background-color:#fff;box-shadow:0 0 1px rgba(0,0,0,.05),0 4px 32px rgba(58,53,47,.05);display:flex;flex-direction:column;height:auto;padding:30px 10px;position:relative;text-align:center}.prices .prices-cards .card .price{font-weight:400;margin:30px 0}.prices .prices-cards .card .feature-comp{color:#5741d9;font-size:1.3rem}.prices .prices-cards .card .features-list{margin:30px auto 50px;width:70%}.prices .prices-cards .card .features-list li{font-size:.9rem;margin:10px 0;text-align:start}.prices .prices-cards .card button{bottom:10px;left:0;margin:10px 50px;position:absolute;right:0}.prices .block{align-items:center;background:#efecfb;display:flex;flex-direction:column;justify-content:space-between;padding:60px 30px}.prices .block .text{width:100%}.prices .block .text h1{font-size:30px;line-height:40px;margin-bottom:15px;text-align:center}.prices .block .text h2{color:#5741d9;font-size:25px;margin-bottom:15px}.prices .block .text h2 span{color:#0e0c28;font-weight:300}.prices .block .text h5{font-size:17px;font-weight:500;margin:5px 0}.prices .block .text .header-p{text-align:center}.prices .block .text .btn{align-items:center;display:flex;justify-content:center}.prices .block .text .btn button{margin:20px 0;min-width:200px;padding:15px}.prices .block.support-team{background:#fff}.prices .block .image{height:40vh;margin-bottom:25px;position:relative;width:100%}@media screen and (max-width:376px){.prices h1{font-size:30px}.prices .prices-cards{padding:40px 20px}.prices .block .text h2{font-size:22px}.prices .block .text h5{font-size:1rem}}@media screen and (min-width:600px){.prices .prices-cards{grid-template-columns:repeat(2,1fr)}.prices .block{flex-direction:row}.prices .block .text h1{font-size:40px;text-align:start}.prices .block .text h5{font-size:20px;text-align:start}.prices .block .text .header-p{text-align:start}.prices .block .text .btn{justify-content:flex-start}}@media screen and (min-width:1200px){.prices .prices-cards{grid-template-columns:repeat(4,1fr);padding:80px 100px}.prices .block{padding:50px 100px}.prices .block .text h2{font-size:40px;margin-bottom:15px}.prices .block .text h5{font-size:26px;margin:5px 0;text-align:start}.prices .block .image{height:70vh}}.about h1{color:#5741d9;font-size:30px;font-weight:700;margin-bottom:25px;padding:60px 30px}.about h1 span{color:#0e0c28;font-weight:300}.about .block{margin-bottom:30px;padding:60px 30px}.about .block h2{color:#5741d9;font-size:23px;font-weight:700;line-height:30px;margin-bottom:10px}.about .block h2 span{color:#0e0c28;font-style:italic;font-weight:200}.about .block h4{font-weight:600;margin:20px 0 10px}.about .block p{font-weight:400;line-height:28px}@media screen and (min-width:600px){.about .block{margin-bottom:50px}.about .block h2{font-size:28px;margin-bottom:15px}}@media screen and (min-width:1200px){.about{padding:70px 200px}.about h1{font-size:55px}}.services .header{padding:60px 30px}.services .header h4{color:#5741d9;font-weight:400;margin-bottom:15px;text-align:center}.services .header h2{font-size:30px;font-weight:500;margin-bottom:40px}.services .investments{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);padding:60px 30px}.services .investments .item{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;text-align:center}.services .investments .item .logo{align-items:center;display:flex;height:130px;justify-content:center;position:relative;width:130px}.services .investments .item h3{margin:20px 0}.services .investments .item:first-child{padding-bottom:60px}.services .client-support,.services .security{align-items:center;background:#f3f3f4;display:flex;flex-direction:column-reverse;justify-content:space-between;padding:40px 20px}.services .client-support .text,.services .security .text{width:100%}.services .client-support .text h4,.services .security .text h4{color:#5741d9;margin:20px 0}.services .client-support .text h2,.services .security .text h2{font-size:40px;font-weight:300;line-height:45px;margin-bottom:30px}.services .client-support .image,.services .security .image{height:320px;position:relative;width:100%}.services .security{background:#fff}.services .contact-box{background:#f3f3f4;padding:60px 30px}.services .contact-box p{font-size:20px}.services .contact-box p span{color:#5741d9}.services .contact-box .btn{align-items:center;display:flex;justify-content:center}.services .contact-box .btn button{margin-top:30px;padding:1rem 2rem}@media screen and (max-width:376px){.services .header{padding:40px 20px}.services .header h2{font-size:25px}.services .investments{padding:40px 20px}.services .investments .item .logo{height:110px;width:110px}.services .investments .item h3{margin:10px 0}.services .client-support,.services .security{padding:40px 20px}.services .client-support .text h2,.services .security .text h2{font-size:30px;line-height:35px}.services .client-support .image,.services .security .image{height:220px}.services .contact-box{padding:70px 200px}}@media screen and (min-width:600px){.services .header{text-align:center}.services .header h2{margin-bottom:20px}.services .investments{grid-template-columns:repeat(2,1fr)}.services .investments .item h3{margin:15px 0}.services .client-support,.services .security{flex-direction:row}.services .client-support .image,.services .security .image{height:350px}.services .contact-box{text-align:center}}@media screen and (min-width:1200px){.services .header{padding:70px 200px}.services .header h2{font-size:40px}.services .investments{grid-template-columns:repeat(3,1fr);padding:20px 100px}.services .investments .item .logo{height:150px;width:150px}.services .client-support,.services .security{padding:40px 100px}.services .client-support .image,.services .security .image{height:500px}.services .contact-box{padding:70px 200px}}.contact{padding:60px 30px}.contact h1{color:#5741d9;font-size:25px;font-weight:500;text-align:center}.contact h1 span{color:#0e0c28;font-style:italic;font-weight:200}.contact .methods{margin-top:30px}.contact .methods,.contact .methods .item{align-items:center;display:flex;flex-direction:column;justify-content:center}.contact .methods .item{margin:20px 0}.contact .methods .item .image{color:#5741d9;height:50px;margin-bottom:15px;position:relative;width:50px}.contact .methods .item button{min-width:200px}.contact .form-container{margin-top:40px}.contact .form-container h3{font-size:25px;font-weight:400}.contact .form-container form .form-control{align-items:center;display:flex;height:55px;margin:20px 0;position:relative;width:100%}.contact .form-container form textarea{font-size:16px;height:30vh;padding:1rem;width:100%}.contact .form-container form .submitBtn{align-items:center;display:flex;justify-content:center}.contact .form-container form .submitBtn button{margin-top:20px;width:200px}@media screen and (max-width:376px){.contact{padding:40px 20px}.contact h1{font-size:18px}}@media screen and (min-width:600px){.contact{padding:40px 30px}.contact h1{font-size:40px}.contact .methods{flex-direction:row}.contact .methods .item{flex-direction:column;margin:0 30px}}@media screen and (min-width:1200px){.contact{padding:70px 200px}.contact h1{font-size:40px;text-align:start}.contact .methods{flex-direction:row;margin-top:50px}.contact .methods .item{margin:0 50px}.contact .methods .item .image{margin-bottom:30px}.contact .form-container form .submitBtn{justify-content:flex-start}}.forgot-password,.sign-in{background:#efecfb;display:flex;padding:60px 0}.forgot-password .form,.sign-in .form{background:#fff;box-shadow:0 0 15px 4px rgba(0,0,0,.15);margin:auto;padding:60px 30px;width:95%}.forgot-password .form h1,.sign-in .form h1{color:#242424;font-size:2.225rem;font-weight:300;line-height:1.27;text-align:center}.forgot-password .form form .form-control,.sign-in .form form .form-control{align-items:center;display:flex;height:55px;margin-top:40px;position:relative;width:100%}.forgot-password .form form .form-control .icon,.sign-in .form form .form-control .icon{cursor:pointer;font-size:1rem;position:absolute;right:14px}.forgot-password .form form .error,.sign-in .form form .error{color:red;display:none;margin:20px 0}.forgot-password .form form .error.show-error,.sign-in .form form .error.show-error{display:block}.forgot-password .form form .error.show-error .password-submitBtn,.sign-in .form form .error.show-error .password-submitBtn{margin-top:0}.forgot-password .form form .password-submitBtn,.sign-in .form form .password-submitBtn{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.forgot-password .form form .password-submitBtn p,.sign-in .form form .password-submitBtn p{cursor:pointer;text-decoration:underline}.forgot-password .form form .password-submitBtn .btn,.sign-in .form form .password-submitBtn .btn{align-items:center;display:flex;justify-content:center}.forgot-password .form form .password-submitBtn button,.sign-in .form form .password-submitBtn button{width:140px}@media screen and (max-width:376px){.forgot-password .form h1,.sign-in .form h1{font-size:1.9rem}.forgot-password .form form .password-submitBtn button,.sign-in .form form .password-submitBtn button{width:100px}}@media screen and (min-width:600px){.forgot-password .form,.sign-in .form{margin:200px auto;width:60%}.forgot-password .form form .password-submitBtn button,.sign-in .form form .password-submitBtn button{width:180px}}@media screen and (min-width:1200px){.forgot-password .form,.sign-in .form{margin:50px auto 180px;width:40%}.forgot-password .form h1,.sign-in .form h1{font-size:2.625rem}.forgot-password .form form .password-submitBtn button,.sign-in .form form .password-submitBtn button{width:160px}.forgot-password .form{margin:50px auto 100px}}.sign-up{align-items:center;background:#efecfb;display:flex;height:auto;justify-content:center;padding:50px 0}.sign-up-modal{background:#fff;box-shadow:0 0 15px 4px rgba(0,0,0,.15);margin:auto;padding:60px 30px;width:90%}.sign-up-modal h1{color:#242424;font-size:2rem;font-weight:300;line-height:1.27;margin-top:10px;text-align:center}.sign-up-form .form-control{align-items:center;display:flex;height:55px;margin:40px 0;position:relative;width:100%}.sign-up-form .form-control .reveal-btn{font-size:1.5rem;position:absolute;right:10px}.sign-up-form .conditions .terms-condition{display:flex;margin:15px 0}.sign-up-form .conditions .terms-condition label{margin-left:15px}.sign-up-form .conditions a{text-decoration:underline}.sign-up-form .account-submitBtn{display:flex;flex-direction:column-reverse;margin-top:10px}.sign-up-form .account-submitBtn p{cursor:pointer;margin-top:25px;text-align:center;text-decoration:underline}.sign-up-form .account-submitBtn .btn{align-items:center;display:flex;justify-content:space-between;margin:auto;min-width:180px;position:relative}.sign-up-form .account-submitBtn .btn button{width:100%}.sign-up-form .account-submitBtn .btn button:disabled{background:#efecfb}@media screen and (max-width:376px){.sign-up-modal{padding:40px 20px}.sign-up-modal h1{font-size:1.5rem}}@media screen and (min-width:600px){.sign-up-modal{width:70%}.sign-up-modal h1{font-size:2.5rem}.sign-up-form .account-submitBtn{margin-top:30px}}@media screen and (min-width:1200px){.sign-up-modal{width:490px}.sign-up-form .account-submitBtn{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.sign-up-form .account-submitBtn p{margin-bottom:20px}}.terms{padding:60px 30px}.terms .block{margin-bottom:30px}.terms .block h2{color:#5741d9;font-size:23px;font-weight:700;margin-bottom:10px}@media screen and (min-width:600px){.terms .block{margin-bottom:50px}.terms .block h2{font-size:28px;margin-bottom:15px}}@media screen and (min-width:1200px){.terms{padding:70px 200px}}.privacy{padding:60px 30px}.privacy .block{margin-bottom:30px}.privacy .block h2{color:#5741d9;font-size:23px;font-weight:700;margin-bottom:10px}@media screen and (min-width:600px){.privacy .block{margin-bottom:50px}.privacy .block h2{font-size:28px;margin-bottom:15px}}@media screen and (min-width:1200px){.privacy{padding:70px 200px}}.guides .block{margin-bottom:30px;padding:60px 30px}.guides .block h1{color:#5741d9;font-size:23px;font-weight:700;margin-bottom:10px}.guides .block h1 span{color:#0e0c28}.guides .assets{background:#e5e5e5;padding:50px 30px 100px}.guides .assets h2{font-size:28px;line-height:48px;margin-bottom:20px}.guides .assets-container{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr)}.guides .assets-container .card{align-items:center;background:#fff;border-radius:12px;display:flex;flex-direction:column;padding:40px}.guides .assets-container .card .logo{height:120px;margin-bottom:20px;position:relative;width:120px}.guides .assets-container .card h3{color:#242424;font-size:18px;margin-bottom:16px;padding:0 40px;text-transform:uppercase}@media screen and (max-width:376px){.guides .block h1{font-size:20px}.guides .assets h2{font-size:22px;line-height:28px}.guides .assets-container .card{padding:40px 20px}.guides .assets-container .card .logo{height:100px;width:100px}.guides .assets-container .card h3{font-size:1rem;padding:0 30px}}@media screen and (min-width:600px){.guides .block{margin-bottom:50px}.guides .block h1{font-size:38px;margin-bottom:15px}.guides .assets h2{font-size:35px;margin-bottom:40px}.guides .assets-container{grid-template-columns:repeat(2,1fr)}.guides .assets-container .card{min-height:450px;position:relative}.guides .assets-container .card h3{font-size:20px;padding:0 20px}}@media screen and (min-width:1200px){.guides .block{padding:70px 200px}.guides .block p{padding-right:400px}.guides .assets{padding:70px 200px}.guides .assets h2{font-size:32px;margin-bottom:40px}.guides .assets-container{grid-template-columns:repeat(3,1fr)}.guides .assets-container .card{min-height:400px}}.dashboard{padding-top:40px}.dashboard .mini-charts{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);padding:60px 30px}.dashboard .technical-chart{padding:10px 30px 60px}.dashboard .advanced-chart{display:none;height:80vh;padding:10px 30px 60px}.dashboard .wallet-container .loader{background:transparent!important;height:50px;margin:auto;width:50px}@media screen and (max-width:376px){.dashboard .mini-charts,.dashboard .technical-chart{padding:40px 20px}}@media screen and (min-width:600px){.dashboard .mini-charts{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.dashboard{padding-top:40px}.dashboard .mini-charts{display:grid;grid-template-columns:repeat(3,1fr);padding:60px 30px}.dashboard .technical-chart{padding:10px 200px 70px}.dashboard .advanced-chart{display:block}}.account{height:auto;padding:40px 16px}.account .info-block{border-radius:4px;margin-top:30px;padding:20px 10px}.account .info-block article .article-title{color:#5741d9;font-size:30px;font-weight:500;line-height:19px;margin:30px 0}.account .info-block article .content{display:grid;grid-template-columns:repeat(1,1fr)}.account .info-block article .content div{margin:1rem .5rem}.account .info-block article .content div h5{font-size:18px;font-weight:600;line-height:14px;text-transform:uppercase}.account .info-block article .content div p{font-size:16px;font-weight:400;line-height:19px;margin-top:8px}.account .info-block article .content div p.address,.account .info-block article .content div p.gender,.account .info-block article .content div p.name,.account .info-block article .content div p.plan{text-transform:capitalize}@media screen and (max-width:376px){.account{padding:40px 20px}.account .info-block article .article-title{font-size:24px}}@media screen and (min-width:600px){.account .info-block article .article-title{font-size:40px;text-align:start}.account .info-block article .content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.account{padding:70px 200px}.account .info-block{padding:50px 30px}.account .info-block article .article-title{font-size:40px}.account .info-block article .content{grid-template-columns:repeat(2,1fr)}}.upgrade-account .prices-cards{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);padding:60px 30px}.upgrade-account .prices-cards .card{border:1px solid #5741d9;box-shadow:0 0 1px rgba(0,0,0,.05),0 4px 32px rgba(58,53,47,.05);display:flex;flex-direction:column;height:auto;padding:30px 10px;position:relative;text-align:center}.upgrade-account .prices-cards .card .price{font-weight:400;margin:30px 0}.upgrade-account .prices-cards .card .feature-comp{color:#5741d9;font-size:1.3rem}.upgrade-account .prices-cards .card .features-list{margin:30px auto 50px;width:70%}.upgrade-account .prices-cards .card .features-list li{font-size:.9rem;margin:10px 0;text-align:start}.upgrade-account .prices-cards .card button{bottom:10px;left:0;margin:10px auto;position:absolute;right:0;width:90%}@media screen and (max-width:376px){.upgrade-account .prices-cards{padding:40px 20px}}@media screen and (min-width:600px){.upgrade-account .prices-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.upgrade-account .prices-cards{grid-template-columns:repeat(4,1fr);padding:80px 100px}}.deposit{min-height:calc(100vh - 105px);padding:60px 5px}.deposit .deposit-block{border-radius:4px;box-shadow:3px 5px 20px rgba(0,0,0,.04);margin-top:30px;padding:20px 10px}.deposit .deposit-block .deposit-info h3{color:#5741d9;font-size:30px;font-weight:500;line-height:19px;margin:30px 0;text-align:center}.deposit .deposit-block .deposit-info .deposit-form .form-control{align-items:center;display:flex;height:55px;margin:40px 0;position:relative;width:100%}.deposit .deposit-block .deposit-info .deposit-form .form-control label{font-weight:400}.deposit .deposit-block .deposit-info .deposit-form .submit-btn{align-items:center;display:flex;justify-content:center;margin-top:10px}.deposit .deposit-block .deposit-info .deposit-form .submit-btn button{width:60%}.deposit .deposit-block .receipt{padding:20px 0;text-align:center}.deposit .deposit-block .receipt h1{color:#5741d9;font-size:25px;font-weight:500;margin-bottom:20px}.deposit .deposit-block .receipt h3{margin:30px 0 10px}.deposit .deposit-block .receipt .method{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin:15px 0}.deposit .deposit-block .receipt .method .crypto{align-items:center;display:flex;min-width:170px}.deposit .deposit-block .receipt .method .crypto img{margin-right:10px;width:30px}.deposit .deposit-block .receipt .method .crypto h4{cursor:pointer;font-size:25px;font-weight:300}.deposit .deposit-block .receipt .method .wallet-address{background:#efecfb;color:#002001;display:none;font-size:.9rem;margin-top:10px;padding:.5rem;position:relative}.deposit .deposit-block .receipt .method .wallet-address .copy-btn{cursor:pointer;font-size:1.5rem;margin:0 10px}.deposit .deposit-block .receipt .method .wallet-address .confirmation{color:#5741d9;display:none;font-weight:700}.deposit .deposit-block .receipt .method .wallet-address .confirmation.show{display:block}.deposit .deposit-block .receipt .method .wallet-address.show-address{align-items:center;display:flex;justify-content:space-between}.deposit .deposit-block .receipt button{margin-top:20px}@media screen and (max-width:376px){.deposit{padding:40px 20px}.deposit .deposit-block .deposit-info h3{font-size:25px}.deposit .deposit-block .receipt{padding:20px 0;text-align:center}.deposit .deposit-block .receipt h1{font-size:25px}}@media screen and (min-width:600px){.deposit .deposit-block{margin:30px auto auto;width:60%}.deposit .deposit-block .deposit-info h3{font-size:30px;line-height:19px;text-align:center}.deposit .deposit-block .deposit-info .deposit-form .submit-btn button{width:80%}.deposit .deposit-block .receipt .wallet-address{flex-direction:row;padding:1rem}}@media screen and (min-width:1200px){.deposit{padding:70px 200px}.deposit .deposit-block{width:50%}.deposit .deposit-block .deposit-info{padding-bottom:30px}.deposit .deposit-block .deposit-info .deposit-form .submit-btn button{width:40%}.deposit .receipt{padding:20px 0;text-align:center}.deposit .receipt h1{color:#5741d9;font-size:25px;font-weight:500;margin-bottom:20px}.deposit .receipt h3{margin:30px 0 10px}}.deposit-history,.withdrawal-history{min-height:calc(100vh - 105px);padding:60px 30px}.deposit-history .history-block,.withdrawal-history .history-block{box-shadow:3px 5px 20px rgba(0,0,0,.04);height:100%;width:100%}.deposit-history .history-block h1,.withdrawal-history .history-block h1{color:#5741d9;font-size:30px;padding-top:20px;text-align:center}.deposit-history .history-block .loader,.withdrawal-history .history-block .loader{margin:20px auto 0}.deposit-history .history-block .table,.withdrawal-history .history-block .table{padding:20px}.deposit-history .history-block .table .table-data,.withdrawal-history .history-block .table .table-data{grid-gap:20px;border-bottom:2px solid gray;display:grid;grid-template-columns:repeat(1,1fr);margin-bottom:20px;padding-bottom:10px;text-align:start}.deposit-history .history-block .table .table-data h4,.withdrawal-history .history-block .table .table-data h4{font-weight:600;margin-bottom:10px}.deposit-history .history-block .table .table-data p,.withdrawal-history .history-block .table .table-data p{font-weight:500}.deposit-history .history-block .table .table-data .pending,.withdrawal-history .history-block .table .table-data .pending{color:#ffbf00}.deposit-history .history-block .table .table-data .failed,.withdrawal-history .history-block .table .table-data .failed{color:red}.deposit-history .history-block .table .table-data .approved,.withdrawal-history .history-block .table .table-data .approved{color:green}.deposit-history .history-block .no-transaction,.withdrawal-history .history-block .no-transaction{align-items:center;display:flex;height:auto;justify-content:center;padding:30px 0}@media screen and (max-width:376px){.deposit-history,.withdrawal-history{padding:20px 10px}.deposit-history .history-block h1,.withdrawal-history .history-block h1{font-size:25px}.deposit-history .history-block .table,.withdrawal-history .history-block .table{padding:10px}}@media screen and (min-width:600px){.deposit-history .history-block h1,.withdrawal-history .history-block h1{font-size:35px}.deposit-history .history-block .table,.withdrawal-history .history-block .table{padding:20px}.deposit-history .history-block .table .table-data,.withdrawal-history .history-block .table .table-data{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.deposit-history,.withdrawal-history{padding:70px 200px}.deposit-history .history-block h1,.withdrawal-history .history-block h1{font-size:35px}.deposit-history .history-block .table,.withdrawal-history .history-block .table{padding:20px}.deposit-history .history-block .table .table-data,.withdrawal-history .history-block .table .table-data{grid-gap:20px;border-bottom:2px solid gray;display:grid;grid-template-columns:repeat(6,1fr);text-align:center}.deposit-history .history-block .table .table-data{grid-template-columns:repeat(5,1fr)}}.withdrawal{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);padding:60px 30px}@media screen and (max-width:376px){.withdrawal{padding:40px 20px}}@media screen and (min-width:1200px){.withdrawal{grid-template-columns:repeat(2,1fr);padding:60px 30px}}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{color:#0e0c28;font-family:Roboto Condensed,sans-serif;font-weight:300}a{color:inherit;text-decoration:none}ul{list-style-type:none}img{height:100%;width:100%}p{font-weight:400;line-height:28px}button{background-color:transparent;border:2px solid #fff;border-radius:30px;color:#fff;cursor:pointer;font-weight:700;padding:.8rem;text-align:center;transition:opacity .2s linear}button.white{background:#fff;color:#5741d9}button.purple{background:#5741d9;color:#fff}button.grey{background:#eaecef;border:none;color:#0e0c28}button.grey:hover{background-color:#f5f5f5}button:hover{opacity:.5}.link{color:#5741d9;text-decoration:underline}.label{background:#fff;color:#7e7e7e;left:15px;padding:0 4px;position:absolute;top:15px;transition:.5s;z-index:0}.label.navOpen{display:none;z-index:-4}.input:focus+.label{left:12px;top:-10px;z-index:10}.input:not(:placeholder-shown)+.label{left:12px;top:-10px;z-index:10}.input{background:transparent;background:none;border:1px solid #d0cfcf;border-radius:4px;font-size:16px;height:100%;left:0;outline:none;padding:16px;position:absolute;top:0;width:100%}.input::-webkit-input-placeholder{color:transparent}.input::placeholder{color:transparent}.input.red{border:1px solid #cb3d40}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}@media screen and (max-width:767px){input,select,textarea{font-size:16px}}.copy{border-radius:5px;cursor:pointer;font-size:1.5rem;margin-top:.5rem;padding:.1rem .5rem;transition:all .3s linear}.copy:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.copy-btn.copied{color:#5741d9}@media screen and (min-width:600px){.copy{position:absolute;right:5px}}
/*# sourceMappingURL=main.17193430.css.map*/