*{margin:0;padding:0;box-sizing:border-box}.game-route-container{display:flex;justify-content:center;align-items:center}.game-route-container .game-choose{display:flex;justify-content:space-around;align-items:center;width:550px;height:140px;background-color:#000;border:5px solid #727272;border-radius:20px}.game-route-container .game-click img{transition:.3s ease-in-out;cursor:pointer}.game-route-container .game-click img:hover{transform:scale(1.2);transition:.3s ease-in-out}.game-route-container .game-click-active img{transform:scale(1.2);border-bottom:3px solid #515bd4;border-radius:5px}@media (max-width:1280px){.game-route-container .game-choose{width:450px;height:100px}.game-route-container .game-click img{width:62px}}@media (max-width:520px){.game-route-container .game-choose{width:80%;height:100px}.game-route-container .game-click img{width:62px}}@media (max-width:420px){.game-route-container .game-click img{width:50px}}@media (max-width:350px){.game-route-container .game-choose{width:95%;height:100px}}.searchbar__container{font-family:"Avenir";height:110px;width:100%;display:flex;justify-content:center;padding:25px 50px}.searchbar__container .searchbar__search{background-color:#333;display:flex;justify-content:space-between;align-items:center;width:325px;height:55px;border-radius:10px}.searchbar__container .searchbar__search input{border:none;background-color:transparent;width:80%;height:100%;font-size:24px;color:#fff;padding-left:20px}.searchbar__container .searchbar__search input:focus{outline:none}.searchbar__container .searchbar__search .icon-search{background-color:#fff;width:40px;height:40px;color:#85478a;display:flex;justify-content:center;align-items:center;margin-right:15px;border-radius:10px;cursor:pointer}.searchbar__container .searchbar__search .icon-search:hover{background-color:#85478a;color:#fff}.token__container,.token__container .token__container-wrap{height:550px;display:flex;justify-content:center}.token__container .token__container-wrap{background-color:hsla(0,0%,52.9%,.25);width:90%;border-top-left-radius:100px;border-top-right-radius:100px;align-items:center;box-shadow:inset 0 0 10px #000}.token__container .token__container-wrap .token__container-wrap-carousel{width:100%;display:flex;justify-content:center;align-items:center}.token__container .token__container-wrap .token__container-wrap-carousel .token__box{width:650px;height:440px;background-color:rgba(0,0,0,.6);margin:50px 20px 0;border-radius:20px}@media (max-width:1079px){.token__container,.token__container .token__container-wrap{height:1100px}.token__container .token__container-wrap .token__container-wrap-carousel{flex-direction:column;justify-content:center;align-items:center}}@media (max-width:765px){.token__container{height:1800px}.token__container .token__container-wrap{height:1800px;border-top-left-radius:50px;border-top-right-radius:50px}.token__container .token__container-wrap .token__container-wrap-carousel{flex-direction:column;justify-content:space-around}.token__container .token__container-wrap .token__container-wrap-carousel .token__box{width:100%;height:845px}}@media (max-width:420px){.token__container .token__container-wrap{border-top-left-radius:30px;border-top-right-radius:30px}.token__container .token__container-wrap .token__container-wrap-carousel{height:100%}}.token__box-header{color:#fff;background-color:#fdc500;width:120px;display:flex;justify-content:center;border-radius:20px 20px 0 20px}.token__box-header h1{font-weight:500}.token__box-competition{width:100%;height:395px;display:flex;justify-content:space-between}.token__box-competition .token__box-competition-type1{width:49%;background-color:hsla(0,0%,40.8%,.5);border-radius:0 0 20px 20px}.token__box-competition .token__box-competition-type1 .competition-type1-header{background-color:rgba(255,165,0,.5);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;height:80px}.token__box-competition .token__box-competition-type1 .competition-type1-header h1{font-weight:900}.token__box-competition .token__box-competition-type1 .competition-type1-header .bottom-border-blue{width:80%;height:8px;background:linear-gradient(to bottom right,#00296b,#00509d);border-radius:8px}.token__box-competition .token__box-competition-type1 .competition-type1-prize{color:#fff}.token__box-competition .token__box-competition-type1 .competition-type1-prize p{font-weight:500;font-size:26px;padding-left:15px;padding-top:10px}.token__box-competition .token__box-competition-type1 .competition-type1-prize ul{width:50%;padding-left:15px;list-style:none}.token__box-competition .token__box-competition-type1 .competition-type1-prize ul li{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.token__box-competition .token__box-competition-type1 .competition-type1-prize ul li .type1-prize-position{background-color:#ffd500;color:#000;width:35px;height:35px;border-radius:50%;display:flex;justify-content:center;align-items:center}.token__box-competition .token__box-competition-type1 .competition-type1-prize ul li img{width:40px}.token__box-competition .token__box-competition-type1 .competition-type1-prize ul li .type1-prize-number{font-size:24px;font-weight:700}.token__box-competition .token__box-competition-type1 .competition-type1-get-button{display:flex;justify-content:center;margin-top:20px}.token__box-competition .token__box-competition-type2{width:49%;background-color:hsla(0,0%,40.8%,.5);border-radius:0 0 20px 20px}.token__box-competition .token__box-competition-type2 .competition-type2-header{background-color:rgba(255,165,0,.5);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;height:80px}.token__box-competition .token__box-competition-type2 .competition-type2-header h1{font-weight:900}.token__box-competition .token__box-competition-type2 .competition-type2-header .bottom-border-blue{width:80%;height:8px;background:linear-gradient(to bottom right,#00296b,#00509d);border-radius:8px}.token__box-competition .token__box-competition-type2 .competition-type2-prize{color:#fff}.token__box-competition .token__box-competition-type2 .competition-type2-prize p{font-weight:500;font-size:26px;padding-left:15px;padding-top:10px}.token__box-competition .token__box-competition-type2 .competition-type2-prize ul{width:100%;margin-top:50px}.token__box-competition .token__box-competition-type2 .competition-type2-prize ul li{display:flex;justify-content:center;align-items:center;list-style:none}.token__box-competition .token__box-competition-type2 .competition-type2-prize ul li .competition-type2-prize-number{font-size:36px;font-weight:700;margin-left:20px}.token__box-competition .token__box-competition-type2 .competition-type2-get-button{display:flex;justify-content:center;margin-top:65px}@media (max-width:1440px){.token__box-competition .token__box-competition-type1 .competition-type1-prize p{font-size:22px}.token__box-competition .token__box-competition-type1 .competition-type1-prize ul{width:65%}.token__box-competition .token__box-competition-type2 .competition-type2-prize p{font-size:22px}}@media (max-width:765px){.token__box-competition{flex-direction:column;height:800px;justify-content:space-around;align-items:center}.token__box-competition .token__box-competition-type1,.token__box-competition .token__box-competition-type2{width:100%;height:350px}}@media (max-width:420px){.token__box-competition .token__box-competition-type1,.token__box-competition .token__box-competition-type2{height:410px}}:root{--primary:#fff}.btn{padding:8px 20px;border-radius:4px;outline:none;border:none;cursor:pointer;white-space:nowrap}.btn--primary{background-color:#fff;background-color:var(--primary);color:#242424}.btn--outline,.btn--primary{border:1px solid #fff;border:1px solid var(--primary)}.btn--outline{background-color:transparent;color:#fff;padding:8px 20px;transition:all .3s ease-out}.btn--small{width:130px;height:25px;border-radius:20px;display:flex;justify-content:center;align-items:center}.btn--small:hover{transition:all .2s ease-in-out}.btn--large{display:flex;justify-content:center;align-items:center;width:300px}.btn--large:hover{transition:all .3s ease-out;background:#fff;color:#242424}.btn--wide{font-size:20px;width:230px;height:40px;border-radius:20px}.btn--wide:hover{color:#fff;background-color:#f00946;transition:all .2s ease-out}.primary{background-color:#242424;color:#fff;border:none}.primary:hover{background-color:#fff;color:#242424;border:none}.green{background:#24903b;color:#fff;border:none;transition:.3s ease-in-out}.green:hover,.orange{background-color:orange;transition:.3s ease-in-out}.orange{border:none;color:#fff}.orange:hover{background-color:#24903b;transform:scale(1.05);transition:.3s ease-in-out}.blue{background-color:#003f88;color:#fff}.blue,.blue:hover{border:none;transition:.3s ease-in-out}.blue:hover{background-color:#0ff;color:#000}@media (max-width:420px){.btn--large{width:240px;height:35px}}.dota__white{height:960px;font-family:"Avenir"}.dota__white .dota__container{height:960px;background-image:url(/static/media/dotacover.fde0e6ec.png);background-repeat:no-repeat;background-size:cover;background-position:50%;margin-top:10px}.dota__white .dota__container .dota__header{margin:55px 0;color:#fff;display:flex;justify-content:space-between;padding:0 100px}.dota__white .dota__container .dota__header .dota__text{width:166px;height:48px;background-color:#00296b;display:flex;justify-content:center;align-items:center;border-radius:5px}.dota__white .dota__container .dota__header .dota__text p{font-size:40px;font-weight:700}.dota__white .dota__container .dota__header .dota__activated{width:182px;height:48px;background-color:#c4c4c4;display:flex;justify-content:space-between;align-items:center;border-radius:10px;padding:0 10px;transition:.3s ease-in-out}.dota__white .dota__container .dota__header .dota__activated p{font-size:23px;font-size:900}.dota__white .dota__container .dota__header .dota__activated:hover{background-color:#5a5a5a;transition:.3s ease-in-out;cursor:pointer}@media (max-width:1079px){.dota__white,.dota__white .dota__container{height:1500px}}@media (max-width:765px){.dota__white,.dota__white .dota__container{height:2400px}.dota__white .dota__container .dota__header{padding:0 50px;padding:0 30px}}@media (max-width:765px){.dota__white .dota__container .dota__header .dota__text{width:100px}.dota__white .dota__container .dota__header .dota__text p{font-size:24px}.dota__white .dota__container .dota__activated{width:100px}.dota__white .dota__container .dota__activated p{font-size:24px}}@media (max-width:365px){.dota__white .dota__container .dota__header{padding:0 30px;justify-content:flex-end}.dota__white .dota__container .dota__header .dota__text{display:none}.dota__white .dota__container .dota__activated{width:100px}.dota__white .dota__container .dota__activated p{font-size:24px}}.terms{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(51,51,51,.8)}.terms .dota--modal{background-image:url(/static/media/dotamodal.b7fa0427.png);background-color:#333}.terms .molen--modal{background-image:url(/static/media/molenmodal.9cb90279.png);background-color:#333}.terms .ff--modal{background-image:url(/static/media/ffmodal.4c8a1e7f.png);background-color:#333}.terms .valor--modal{background-image:url(/static/media/valormodal.f3489b62.png);background-color:#333}.terms .terms__container{width:900px;height:600px;border-radius:20px;background-repeat:no-repeat;background-size:cover;background-position:50%;color:#fff;font-family:"Avenir";z-index:999;-webkit-animation:openmodal .8s ease-in-out forwards;animation:openmodal .8s ease-in-out forwards}.terms .terms__container .terms__closetag{display:flex;justify-content:flex-end;align-items:center;height:30px;margin-right:10px}.terms .terms__container .terms__closetag .terms__closetag-wrap .close{cursor:pointer}.terms .terms__container .terms__closetag .terms__closetag-wrap .close:hover{color:#c91919}.terms .terms__container .terms__content{display:flex;height:570px;width:100%}.terms .terms__container .terms__content .terms__content-explain{width:495px;height:570px;display:flex;flex-direction:column;align-items:center}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-header{display:flex;justify-content:space-between;height:40px;width:100%;padding:0 25px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-header .header-wrap{height:35px;width:350px;background-color:#121b4e;display:flex;align-items:center;border:none;border-radius:10px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-header .header-wrap p{font-size:22px;font-weight:500;padding-left:25px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-header .image-wrap img{width:45px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-text{margin-top:10px;width:100%;height:470px;display:flex;justify-content:center}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-text .terms__content-explain-text-wrap{width:450px;height:470px;background-color:rgba(255,244,244,.35);border-radius:20px;padding:20px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-text .terms__content-explain-text-wrap p{color:#fff;font-weight:500}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-agreement{display:flex;height:50px;width:495px;justify-content:flex-start;align-items:center}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-agreement .terms__content-explain-agreement-wrap{padding-left:25px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-agreement .terms__content-explain-agreement-wrap input{margin-right:15px}.terms .terms__container .terms__content .line-mark{width:5px;height:550px;background-color:#fff}.terms .terms__container .terms__content .terms__content-payment{width:400px;height:570px;display:flex;flex-direction:column;margin:0 40px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-header{display:flex;justify-content:space-between;align-items:center}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-header .header-wrap p{font-size:22px;font-weight:500}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-header .terms__content-payment-token{display:flex;justify-content:center;align-items:center}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-header .terms__content-payment-token img{width:35px;margin-right:10px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-header .terms__content-payment-token p{font-size:18px;font-weight:500}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-account{margin-top:80px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-account p:first-child{font-size:18px;font-weight:300;margin-bottom:8px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-account input{border:none;border-bottom:1px solid #fff;background-color:transparent;width:300px;font-size:16px;font-family:"Avenir";color:#fff;margin-top:5px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-account input:focus{outline:none}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-price{width:100%;height:200px;display:flex;justify-content:center;align-items:center;margin-top:20px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-price .terms__content-payment-price-wrap{width:100%;height:180px;padding:10px 0;background-color:hsla(0,0%,40.8%,.35);display:flex;flex-direction:column;justify-content:space-around;align-items:center;border-radius:10px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-price .terms__content-payment-price-wrap p{font-size:20px;font-weight:500}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-price .terms__content-payment-price-wrap .terms__content-payment-price-token{display:flex;justify-content:center;align-items:center}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-topup{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:20px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-topup .terms__content-payment-topup-token{width:50%;display:flex;justify-content:space-around;align-items:center}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-topup .terms__content-payment-topup-token p{font-size:18px;font-weight:500}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-topup .terms__content-payment-topup-token img{width:30px}@media (max-width:910px){.terms .terms__container{width:500px}.terms .terms__container .terms__content{flex-direction:column;overflow:scroll}.terms .terms__container .terms__content .line-mark{display:none}.terms .terms__container .terms__content .terms__content-explain{margin-bottom:50px}.terms .terms__container .terms__content .terms__content-payment{margin-bottom:40px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-account{margin-top:30px}}@media (max-width:510px){.terms .terms__container{width:320px;height:550px}.terms .terms__container .terms__content{height:520px}.terms .terms__container .terms__content .terms__content-explain{margin-bottom:50px;width:320px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-header{justify-content:space-between;padding:0 10px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-header .header-wrap{width:200px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-header .header-wrap p{font-size:20px;padding-left:15px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-text,.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-text .terms__content-explain-text-wrap{height:850px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-agreement{width:320px;margin-top:20px}.terms .terms__container .terms__content .terms__content-explain .terms__content-explain-agreement .terms__content-explain-agreement-wrap{padding-left:10px}.terms .terms__container .terms__content .terms__content-payment{width:320px;height:1000px;margin:390px 0 50px;padding:0 10px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-header .header-wrap p{font-size:18px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-header .terms__content-payment-token img{width:25px}.terms .terms__container .terms__content .terms__content-payment .terms__content-payment-account{margin-top:30px}}.topup__container{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(51,51,51,.8);font-family:"Avenir"}.topup__container .topup__container-wrap{width:900px;height:630px;border-radius:20px;background-color:#333;background-image:url(/static/media/topup-bg.da458934.png);background-repeat:no-repeat;background-size:cover;background-position:50%;color:#fff;font-family:"Avenir";z-index:999;-webkit-animation:openmodal .8s ease-in-out forwards;animation:openmodal .8s ease-in-out forwards}.topup__container .topup__container-wrap .topup__container-closetag{display:flex;justify-content:flex-end;align-items:center;height:20px}.topup__container .topup__container-wrap .topup__container-closetag .topup__container-closetag-wrap{margin:15px 10px 0 0}.topup__container .topup__container-wrap .topup__container-closetag .topup__container-closetag-wrap .close{cursor:pointer}.topup__container .topup__container-wrap .topup__container-closetag .topup__container-closetag-wrap .close:hover{color:#c91919}.topup__container .topup__container-wrap .topup__container-header{display:flex;justify-content:center;height:30px}.topup__container .topup__container-wrap .topup__payment-section{height:550px;width:100%;display:flex;margin-top:35px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token{flex:1.1 1;display:flex;flex-direction:column;padding-left:25px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-user p{font-size:22px;font-weight:500}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-user .token-user-amount{display:flex;align-items:center}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-user .token-user-amount img{width:36px;margin-right:15px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-user .token-user-amount p{font-size:22px;font-weight:500}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy{display:flex;flex-direction:column;margin-top:15px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy p{font-size:22px;font-weight:500}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy .token-buy-amount{height:400px;width:95%;margin-top:5px;display:grid;align-items:center;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy .token-buy-amount .token-box{width:125px;height:125px;background-color:rgba(74,74,74,.66);border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.3s;cursor:pointer}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy .token-buy-amount .token-box img{width:40px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy .token-buy-amount .token-box:hover{background-color:hsla(0,0%,93.3%,.9);transition:.3s;color:#000}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy .token-buy-amount .token-box.active{background-color:hsla(0,0%,93.3%,.9);color:#000}.topup__container .topup__container-wrap .topup__payment-section .line-mark{height:500px;margin-top:10px;width:3px;background-color:#fff;border-radius:5px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method{flex:1 1;display:flex;flex-direction:column;margin:10px 0 0 20px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-header p{font-size:22px;font-weight:500}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose{display:flex;flex-direction:column;justify-content:space-evenly;height:400px;margin-top:20px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-for-pay{width:390px;height:80px;background-color:#818181;display:flex;justify-content:space-between;align-items:center;padding:0 20px;color:#000;font-weight:500;border-radius:10px;transition:.3s ease-in-out;cursor:pointer}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-for-pay .method-pay-logo,.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-for-pay .method-pay-price{display:flex;align-items:center}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-for-pay.active{background-color:#e0e0e0}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-atmbersama:hover,.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-gopay:hover,.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-indomaret:hover,.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-choose .method-ovo:hover{background-color:#ececec;transition:.3s ease-in-out}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-button{display:flex;justify-content:center;margin-top:10px}@media (max-width:910px){.topup__container .topup__container-wrap{width:450px;height:550px;overflow:scroll}.topup__container .topup__container-wrap .topup__payment-section{flex-direction:column;align-items:center}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token{padding-left:0}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy .token-buy-amount{grid-gap:5px}.topup__container .topup__container-wrap .topup__payment-section .line-mark{display:none}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method{margin:10px 0}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-button{margin-bottom:20px}}@media (max-width:460px){.topup__container .topup__container-wrap{width:320px;height:525px}.topup__container .topup__container-wrap .topup__payment-section{flex-direction:column;align-items:center;transform:scale(.8);margin-top:10px}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token{padding-left:0}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-token .token-buy .token-buy-amount{grid-gap:5px}.topup__container .topup__container-wrap .topup__payment-section .line-mark{display:none}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method{margin:10px 0}.topup__container .topup__container-wrap .topup__payment-section .topup__payment-method .payment-method-button{margin-bottom:40px}}.lds-spinner{margin-top:80px;color:official;display:inline-block;position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center}.lds-spinner div{-webkit-animation:lds-spinner 1.2s linear infinite;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:60px;left:-10px;width:30px;height:60px;border-radius:30px;background:#fff}.lds-spinner div:first-child{transform:rotate(0deg);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);-webkit-animation-delay:-1s;animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes lds-spinner{0%{opacity:1}to{opacity:0}}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.time1,.time2{font-family:"Avenir";font-size:24px}.time1{margin-bottom:20px;color:#bdbdbd}.ttp__container{height:240px;font-family:"Avenir";margin-top:60px;flex-direction:column;justify-content:space-between}.ttp__container,.ttp__container p{width:300px;display:flex;align-items:center}.ttp__container p{justify-content:center;font-style:italic;font-weight:500;font-size:30px;text-align:center}.dota--bg{background-image:url(/static/media/dotamodal.b7fa0427.png)}.dota--bg,.molen--bg{background-color:#333}.molen--bg{background-image:url(/static/media/molenmodal.9cb90279.png)}.ff--bg{background-image:url(/static/media/ffmodal.4c8a1e7f.png)}.ff--bg,.valor--bg{background-color:#333}.valor--bg{background-image:url(/static/media/valormodal.f3489b62.png)}.activation{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(51,51,51,.8);z-index:99}.activation .activation__container{width:580px;height:440px;border-radius:20px;background-repeat:no-repeat;background-size:cover;background-position:50%;font-family:"Avenir";-webkit-animation:openmodal .8s ease-in-out forwards;animation:openmodal .8s ease-in-out forwards}@-webkit-keyframes openmodal{0%{transform:translateY(-150px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes openmodal{0%{transform:translateY(-150px);opacity:0}to{transform:translateY(0);opacity:1}}.activation .activation__container .activation__closetag{display:flex;justify-content:flex-end;padding:10px 10px 0 0}.activation .activation__container .activation__closetag .close:hover{color:red;cursor:pointer}.activation .activation__container .activation__container-wrap{display:flex;flex-direction:column;padding:0 30px}.activation .activation__container .activation__container-wrap .activation__header{display:flex;justify-content:space-between;margin-bottom:30px}.activation .activation__container .activation__container-wrap .activation__header .act-header-wrap{height:52px;width:400px;background-color:#121b4e;display:flex;align-items:center;border:none;border-radius:10px;color:#fff}.activation .activation__container .activation__container-wrap .activation__header .act-header-wrap h1{padding-left:15px;font-size:40px}.activation .activation__container .activation__container-wrap .activation__header .act-image-wrap img{width:60px}.activation .activation__container .activation__container-wrap .activation__acc-name p,.activation .activation__container .activation__container-wrap .activation__id p{font-weight:500;margin-bottom:5px;font-size:22px;color:#fff}.activation .activation__container .activation__container-wrap .activation__acc-name input,.activation .activation__container .activation__container-wrap .activation__id input{background-color:#8f8f8f;border:none;height:52px;width:95%;font-size:18px;border-radius:10px;margin-bottom:5px;padding-left:10px}.activation .activation__container .activation__container-wrap .activation__acc-name input:focus,.activation .activation__container .activation__container-wrap .activation__id input:focus{outline:none;background-color:#ccc}.activation .activation__container .activation__container-wrap .activation__button{display:flex;justify-content:flex-end;margin-top:60px;margin-right:25px}@media (max-width:600px){.activation .activation__container{width:450px}.activation .activation__container .activation__container-wrap{padding:0 25px}.activation .activation__container .activation__container-wrap .activation__header .act-header-wrap{width:280px}.activation .activation__container .activation__container-wrap .activation__header .act-header-wrap h1{font-size:24px}.activation .activation__container .activation__container-wrap .activation__button{justify-content:center;margin-right:0}}@media (max-width:460px){.activation .activation__container{width:320px}.activation .activation__container .activation__container-wrap{padding:0 15px}.activation .activation__container .activation__container-wrap .activation__header .act-header-wrap{width:220px}}.freefire__white{height:960px;font-family:"Avenir"}.freefire__white .freefire__container{height:960px;background-image:url(/static/media/ffcover.22862023.png);background-repeat:no-repeat;background-size:cover;background-position:50%;margin-top:10px}.freefire__white .freefire__container .freefire__header{margin:55px 0;color:#fff;display:flex;justify-content:space-between;padding:0 100px}.freefire__white .freefire__container .freefire__header .freefire__text{width:166px;height:48px;background-color:#00296b;display:flex;justify-content:center;align-items:center;border-radius:5px}.freefire__white .freefire__container .freefire__header .freefire__text p{font-size:40px;font-weight:700}.freefire__white .freefire__container .freefire__header .freefire__activated{width:182px;height:48px;background-color:#c4c4c4;display:flex;justify-content:space-between;align-items:center;border-radius:10px;padding:0 10px;cursor:pointer}.freefire__white .freefire__container .freefire__header .freefire__activated p{font-size:23px;font-size:900}.freefire__white .freefire__container .freefire__header .freefire__activated:hover{background-color:#5a5a5a;transition:.3s ease-in-out;cursor:pointer}@media (max-width:1079px){.freefire__white,.freefire__white .freefire__container{height:1500px}}@media (max-width:765px){.freefire__white,.freefire__white .freefire__container{height:2400px}.freefire__white .freefire__container .freefire__header{padding:0 50px;padding:0 30px}}@media (max-width:765px){.freefire__white .freefire__container .freefire__header .freefire__text{width:100px}.freefire__white .freefire__container .freefire__header .freefire__text p{font-size:24px}.freefire__white .freefire__container .freefire__activated{width:100px}.freefire__white .freefire__container .freefire__activated p{font-size:24px}}@media (max-width:365px){.freefire__white .freefire__container .freefire__header{padding:0 30px;justify-content:flex-end}.freefire__white .freefire__container .freefire__header .freefire__text{display:none}.freefire__white .freefire__container .freefire__activated{width:100px}.freefire__white .freefire__container .freefire__activated p{font-size:24px}}.homepage__white{height:960px;font-family:"Avenir"}.homepage__white .homepage__container{height:960px;background-image:url(/static/media/background1.1a66fe97.png);background-repeat:no-repeat;background-size:cover;background-position:50%;margin-top:10px}.homepage__white .homepage__container .homepage__slogan{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:5px}.homepage__white .homepage__container .homepage__slogan img{width:360px}.homepage__white .homepage__container .homepage__slogan .homepage__slogan-wrap{width:500px;height:220px;background-image:linear-gradient(#383838,transparent);margin-top:5px;display:flex;justify-content:center;align-items:center;border-radius:10px}.homepage__white .homepage__container .homepage__slogan .homepage__slogan-wrap h1{font-size:56px;text-align:center;color:#fff;line-height:1}.homepage__white .homepage__container .homepage__slogan .homepage__slogan-wrap h1 span{color:#24903b}@media (max-width:550px){.homepage__white,.homepage__white .homepage__container{height:800px}.homepage__white .homepage__container .homepage__slogan img{width:300px}.homepage__white .homepage__container .homepage__slogan .homepage__slogan-wrap{width:450px;height:160px}.homepage__white .homepage__container .homepage__slogan .homepage__slogan-wrap h1{font-size:50px}}@media (max-width:460px){.homepage__white .homepage__container .homepage__slogan img{width:250px}.homepage__white .homepage__container .homepage__slogan .homepage__slogan-wrap{width:280px;height:160px}.homepage__white .homepage__container .homepage__slogan .homepage__slogan-wrap h1{font-size:32px}}.molen__white{height:960px;font-family:"Avenir"}.molen__white .molen__container{height:960px;background-image:url(/static/media/mlcover.eede85c3.png);background-repeat:no-repeat;background-size:cover;background-position:50%;margin-top:10px}.molen__white .molen__container .molen__header{margin:55px 0;color:#fff;display:flex;justify-content:space-between;padding:0 100px}.molen__white .molen__container .molen__header .molen__text{width:166px;height:48px;background-color:#00296b;display:flex;justify-content:center;align-items:center;border-radius:5px}.molen__white .molen__container .molen__header .molen__text p{font-size:40px;font-weight:700}.molen__white .molen__container .molen__header .molen__activated{width:182px;height:48px;background-color:#c4c4c4;display:flex;justify-content:space-between;align-items:center;border-radius:10px;padding:0 10px;transition:.3s ease-in-out}.molen__white .molen__container .molen__header .molen__activated p{font-size:23px;font-size:900}.molen__white .molen__container .molen__header .molen__activated:hover{background-color:#5a5a5a;transition:.3s ease-in-out;cursor:pointer}@media (max-width:1079px){.molen__white,.molen__white .molen__container{height:1500px}}@media (max-width:765px){.molen__white,.molen__white .molen__container{height:2400px}.molen__white .molen__container .molen__header{padding:0 50px;padding:0 30px}}@media (max-width:765px){.molen__white .molen__container .molen__header .molen__text{width:100px}.molen__white .molen__container .molen__header .molen__text p{font-size:24px}.molen__white .molen__container .molen__activated{width:100px}.molen__white .molen__container .molen__activated p{font-size:24px}}@media (max-width:365px){.molen__white .molen__container .molen__header{padding:0 30px;justify-content:flex-end}.molen__white .molen__container .molen__header .molen__text{display:none}.molen__white .molen__container .molen__activated{width:100px}.molen__white .molen__container .molen__activated p{font-size:24px}}.valor__white{height:960px;font-family:"Avenir"}.valor__white .valor__container{height:960px;background-image:url(/static/media/valorcover.963b45cf.png);background-repeat:no-repeat;background-size:cover;background-position:50%;margin-top:10px}.valor__white .valor__container .valor__header{margin:55px 0;color:#fff;display:flex;justify-content:space-between;padding:0 100px}.valor__white .valor__container .valor__header .valor__text{width:166px;height:48px;background-color:#00296b;display:flex;justify-content:center;align-items:center;border-radius:5px}.valor__white .valor__container .valor__header .valor__text p{font-size:40px;font-weight:700}.valor__white .valor__container .valor__header .valor__activated{width:182px;height:48px;background-color:#c4c4c4;display:flex;justify-content:space-between;align-items:center;border-radius:10px;padding:0 10px;transition:.3s ease-in-out}.valor__white .valor__container .valor__header .valor__activated p{font-size:23px;font-size:900}.valor__white .valor__container .valor__header .valor__activated:hover{background-color:#5a5a5a;transition:.3s ease-in-out;cursor:pointer}@media (max-width:1079px){.valor__white,.valor__white .valor__container{height:1500px}}@media (max-width:765px){.valor__white,.valor__white .valor__container{height:2400px}.valor__white .valor__container .valor__header{padding:0 50px;padding:0 30px}}@media (max-width:765px){.valor__white .valor__container .valor__header .valor__text{width:100px}.valor__white .valor__container .valor__header .valor__text p{font-size:24px}.valor__white .valor__container .valor__activated{width:100px}.valor__white .valor__container .valor__activated p{font-size:24px}}@media (max-width:365px){.valor__white .valor__container .valor__header{padding:0 30px;justify-content:flex-end}.valor__white .valor__container .valor__header .valor__text{display:none}.valor__white .valor__container .valor__activated{width:100px}.valor__white .valor__container .valor__activated p{font-size:24px}}.navbar__container{height:110px;background-color:#000;display:flex;font-family:"Avenir"}.navbar__container .navbar__container-wrap{width:100%;padding:0 5%;display:flex;justify-content:space-between;align-items:center}.navbar__container .navbar__container-wrap .navbar-logo{display:flex;margin-top:5px}.navbar__container .navbar__container-wrap .navbar-logo img{width:80px}.navbar__container .navbar__container-wrap .navbar-click{width:50%;color:#fff;display:flex;justify-content:space-between;align-items:center}.navbar__container .navbar__container-wrap .navbar-click .navbar-link{display:flex;width:60%}.navbar__container .navbar__container-wrap .navbar-click .navbar-link ul{list-style:none;width:100%;font-size:30px;display:flex;justify-content:space-between;align-items:center}.navbar__container .navbar__container-wrap .navbar-click .navbar-link ul .navbar-link-home{text-decoration:none;color:#fff}.navbar__container .navbar__container-wrap .navbar-click .navbar-link ul li{cursor:pointer}.navbar__container .navbar__container-wrap .navbar-click .navbar-link ul li:hover{color:#8a2be2}.navbar__container .navbar__container-wrap .navbar-click .navbar-crown{display:flex;justify-content:center;align-items:center}.navbar__container .navbar__container-wrap .navbar-click .navbar-crown img{width:50px;margin-right:20px;transform:translateY(-5%)}.navbar__container .navbar__container-wrap .navbar-click .navbar-user .navbar-user-icon:hover{color:#8a2be2;cursor:pointer}.navbar__container .navbar__container-wrap .navbar-menu-icon{display:none}@media (max-width:1280px){.navbar__container{height:85px}.navbar__container .navbar__container-wrap .navbar-logo img{width:70px}}@media (max-width:1079px){.navbar__container .navbar__container-wrap .navbar-click{display:none;flex-direction:column;justify-content:space-evenly;position:absolute;top:110px;right:0;background-color:#000;height:400px;width:100%;transform:translateX(100%);transition:.5s ease-in-out}.navbar__container .navbar__container-wrap .navbar-click .navbar-link{width:100%}.navbar__container .navbar__container-wrap .navbar-click .navbar-link ul{display:flex;flex-direction:column;margin-top:-30px}.navbar__container .navbar__container-wrap .navbar-click .navbar-link ul li{padding:20px 0;display:table;width:100%;text-align:center}.navbar__container .navbar__container-wrap .navbar-click .navbar-link ul li:hover{background-color:#fff}.navbar__container .navbar__container-wrap .navbar-click.active{display:flex;transform:translateX(0);transition:.5s ease-in-out;z-index:5;margin-top:-20px}.navbar__container .navbar__container-wrap .navbar-menu-icon{display:block;color:#fff;cursor:pointer}.navbar__container .navbar__container-wrap .navbar-menu-icon:hover{display:block;color:#8a2be2}}.login{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(51,51,51,.8);z-index:99}.login .login__container{background-color:#333;height:600px;width:400px;border-radius:20px;background-repeat:no-repeat;background-size:cover;background-position:50%;color:#fff;font-family:"Avenir";z-index:999;display:flex;flex-direction:column;-webkit-animation:openlogin .6s ease-in-out forwards;animation:openlogin .6s ease-in-out forwards}.login .login__container .login-closetag{width:100%;height:30px;padding:10px 20px 0 0;display:flex;justify-content:flex-end}.login .login__container .login-closetag p{cursor:pointer;font-size:20px}.login .login__container .login-closetag p:hover{color:red}.login .login__container .login__container-wrap{display:flex;flex-direction:column;height:570px;width:100%;align-items:center;margin-top:20px}.login .login__container .login__container-wrap .login-header{margin-bottom:60px}.login .login__container .login__container-wrap .login-form-email{border-bottom:1px solid #fff;margin-bottom:30px}.login .login__container .login__container-wrap .login-form-email input{border:none;background-color:transparent;width:260px;font-size:16px;font-family:"Avenir";color:#fff;margin-left:20px;padding-bottom:5px}.login .login__container .login__container-wrap .login-form-email input:focus{outline:none}.login .login__container .login__container-wrap .login-form-password{border-bottom:1px solid #fff;margin-bottom:20px}.login .login__container .login__container-wrap .login-form-password input{border:none;background-color:transparent;width:260px;font-size:16px;font-family:"Avenir";color:#fff;margin-left:20px;padding-bottom:5px}.login .login__container .login__container-wrap .login-form-password input:focus{outline:none}.login .login__container .login__container-wrap .login-check-rememberme{display:flex;align-items:center;transform:translateX(-85px);margin-bottom:30px}.login .login__container .login__container-wrap .login-check-rememberme input{margin-right:10px}.login .login__container .login__container-wrap .login-button{margin-bottom:30px}.login .login__container .login__container-wrap .login-choose{display:flex;flex-direction:column;width:100%;margin-bottom:70px}.login .login__container .login__container-wrap .login-choose p{display:flex;justify-content:center}.login .login__container .login__container-wrap .login-choose .login-choose-web{display:flex;justify-content:space-around;margin-top:30px;padding:0 30px}.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-google{display:flex;justify-content:space-evenly;align-items:center;background-color:#ea4335;width:150px;height:35px;border-radius:5px;cursor:pointer;transition:.3s ease-in-out}.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-google span{height:25px;width:1px;background-color:#fff}.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-google:hover{transform:scale(1.06);transition:.3s ease-in-out}.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-steam{display:flex;justify-content:space-evenly;align-items:center;background-color:#171a21;width:150px;height:35px;border-radius:5px;cursor:pointer;transition:.3s ease-in-out}.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-steam span{height:25px;width:1px;background-color:#fff}.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-steam:hover{transform:scale(1.06);transition:.3s ease-in-out}.login .login__container .login__container-wrap .login-signup p{cursor:default}.login .login__container .login__container-wrap .login-signup p span{cursor:pointer;border-bottom:1px dotted #fff;transition:.2s ease-in-out}.login .login__container .login__container-wrap .login-signup p span:hover{color:#24903b;border-bottom:1px solid #24903b;transition:.2s ease-in-out}@media (max-width:420px){.login .login-closetag{height:15px}.login .login__container{width:300px;height:420px}.login .login__container .login__container-wrap{height:405px}.login .login__container .login__container-wrap .login-header{margin-bottom:20px;font-size:12px}.login .login__container .login__container-wrap .login-form-email{margin-bottom:15px}.login .login__container .login__container-wrap .login-form-email input{width:200px}.login .login__container .login__container-wrap .login-form-password{margin-bottom:15px}.login .login__container .login__container-wrap .login-form-password input{width:200px}.login .login__container .login__container-wrap .login-check-rememberme{transform:translateX(-55px);margin-bottom:15px}.login .login__container .login__container-wrap .login-button{margin-bottom:10px}.login .login__container .login__container-wrap .login-choose{margin-bottom:20px}.login .login__container .login__container-wrap .login-choose .login-choose-web{margin-top:10px;justify-content:space-between}.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-google,.login .login__container .login__container-wrap .login-choose .login-choose-web .login-choose-steam{width:110px}}.register{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(51,51,51,.8);z-index:99}.register .register__container{background-color:#333;height:600px;width:400px;border-radius:20px;background-repeat:no-repeat;background-size:cover;background-position:50%;color:#fff;font-family:"Avenir";z-index:999;display:flex;flex-direction:column;-webkit-animation:openlogin .6s ease-in-out forwards;animation:openlogin .6s ease-in-out forwards}@-webkit-keyframes openlogin{0%{transform:translateY(-150px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes openlogin{0%{transform:translateY(-150px);opacity:0}to{transform:translateY(0);opacity:1}}.register .register__container .register-closetag{width:100%;height:30px;padding:10px 20px 0 0;display:flex;justify-content:flex-end}.register .register__container .register-closetag p{cursor:pointer;font-size:20px}.register .register__container .register-closetag p:hover{color:red}.register .register__container .register__container-wrap{display:flex;flex-direction:column;height:570px;width:100%;align-items:center;margin-top:20px}.register .register__container .register__container-wrap .register-header{margin-bottom:40px}.register .register__container .register__container-wrap .register-form-email,.register .register__container .register__container-wrap .register-form-name,.register .register__container .register__container-wrap .register-form-password,.register .register__container .register__container-wrap .register-form-passwordconfirm{border-bottom:1px solid #fff;margin-bottom:30px}.register .register__container .register__container-wrap .register-form-email input,.register .register__container .register__container-wrap .register-form-name input,.register .register__container .register__container-wrap .register-form-passwordconfirm input,.register .register__container .register__container-wrap .register-form-password input{border:none;background-color:transparent;width:260px;font-size:16px;font-family:"Avenir";color:#fff;margin-left:20px;padding-bottom:5px}.register .register__container .register__container-wrap .register-form-email input:focus,.register .register__container .register__container-wrap .register-form-name input:focus,.register .register__container .register__container-wrap .register-form-passwordconfirm input:focus,.register .register__container .register__container-wrap .register-form-password input:focus{outline:none}.register .register__container .register__container-wrap .register-check{display:flex;align-items:center;margin-bottom:30px}.register .register__container .register__container-wrap .register-check input{margin-right:10px}.register .register__container .register__container-wrap .register-check label{font-size:.8rem}.register .register__container .register__container-wrap .login-choose{display:flex;flex-direction:column;width:100%;margin-bottom:35px}.register .register__container .register__container-wrap .login-choose p{display:flex;justify-content:center}.register .register__container .register__container-wrap .login-choose .login-choose-web{display:flex;justify-content:space-around;margin-top:30px;padding:0 30px}.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-google{display:flex;justify-content:space-evenly;align-items:center;background-color:#ea4335;width:150px;height:35px;border-radius:5px;cursor:pointer;transition:.3s ease-in-out}.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-google span{height:25px;width:1px;background-color:#fff}.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-google:hover{transform:scale(1.06);transition:.3s ease-in-out}.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-steam{display:flex;justify-content:space-evenly;align-items:center;background-color:#171a21;width:150px;height:35px;border-radius:5px;cursor:pointer;transition:.3s ease-in-out}.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-steam span{height:25px;width:1px;background-color:#fff}.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-steam:hover{transform:scale(1.06);transition:.3s ease-in-out}.register .register__container .register__container-wrap .register-login p{cursor:default}.register .register__container .register__container-wrap .register-login p span{cursor:pointer;border-bottom:1px dotted #fff;transition:.2s ease-in-out}.register .register__container .register__container-wrap .register-login p span:hover{color:#24903b;border-bottom:1px solid #24903b;transition:.2s ease-in-out}@media (max-width:420px){.register .register__container{width:300px;height:420px}.register .register__container .register__container-wrap{height:405px;margin-top:5px}.register .register__container .register__container-wrap .register-header{margin-bottom:20px;font-size:12px}.register .register__container .register__container-wrap .register-form-email,.register .register__container .register__container-wrap .register-form-name,.register .register__container .register__container-wrap .register-form-password,.register .register__container .register__container-wrap .register-form-passwordconfirm{margin-bottom:15px}.register .register__container .register__container-wrap .register-form-email input,.register .register__container .register__container-wrap .register-form-name input,.register .register__container .register__container-wrap .register-form-passwordconfirm input,.register .register__container .register__container-wrap .register-form-password input{width:200px}.register .register__container .register__container-wrap .register-check{margin-bottom:15px}.register .register__container .register__container-wrap .register-check label{font-size:.66rem}.register .register__container .register__container-wrap .login-choose{margin-bottom:10px}.register .register__container .register__container-wrap .login-choose .login-choose-web{margin-top:10px;justify-content:space-between}.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-google,.register .register__container .register__container-wrap .login-choose .login-choose-web .login-choose-steam{width:110px}}
/*# sourceMappingURL=main.c45ad53f.chunk.css.map */