.auth-container{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.auth-form{align-items:flex-start;display:flex;flex-direction:column;gap:50px;width:30%}.auth-form-options{display:flex;gap:20px;position:relative;width:100%}.auth-form-options:before{background:var(--black);border-radius:10px;bottom:-10px;content:"";height:2px;pointer-events:none;position:absolute;transition:.3s;width:100%}.auth-form-option{cursor:pointer;position:relative;transition:.3s}.auth-form-option:before{background:#0000;border-radius:10px;bottom:-10px;content:"";height:2px;pointer-events:none;position:absolute;transition:.3s;width:100%}.auth-form-option.active{color:var(--secondary-color)}.auth-form-option.active:before{background:var(--secondary-color)}.auth-form-inputs{gap:20px}.auth-form-input,.auth-form-inputs{display:flex;flex-direction:column;width:100%}.auth-form-input{gap:10px}.auth-form-input-container{position:relative}.auth-form-input-container input{background:#0000;border:1px solid var(--black);border-radius:4px;box-sizing:border-box;font-size:15px;padding:10px;width:100%}.auth-form-input-container input::placeholder{font-size:15px}.auth-form-show-pass{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.auth-form-error{color:var(--red)}.auth-button{height:55px}@media(max-height:600px){.auth-container{align-items:flex-start}.auth-form{box-sizing:border-box;padding:90px 0 20px}}@media(min-width:768px)and (max-width:1199px){.auth-form{width:50%}}@media(max-width:767px){.auth-form{width:90%}}@media(max-width:365px){.auth-form-options{overflow-x:auto;overflow-y:hidden}}.button{background-color:var(--secondary-color);border:none;border-radius:16px;color:var(--black);cursor:pointer;font-size:15px;height:45px;transition:.3s;width:114px}.button:hover{background-color:var(--button-color-hover)}@media(min-width:767px)and (max-width:1199px){.button{font-size:13px;height:35px;width:auto}}.logo{cursor:pointer}nav{flex-direction:column;position:fixed;top:0;z-index:100}.navbar-upper-part,nav{background-color:var(--primary-color);display:flex;width:100%}.navbar-upper-part{align-items:center;height:77px;justify-content:center}.navbar-lower-part{align-items:center;background-color:var(--white);box-shadow:0 4px 4px 0 var(--navbar-shadow-color);box-sizing:border-box;display:flex;gap:25px;height:55px;padding:0 30px;position:relative;width:100%}.navbar-lower-part:after{border-color:#0000 #0000 var(--white) #0000;border-style:solid;border-width:0 .5rem .5rem;bottom:-.0625rem;content:"";display:block;height:0;left:70%;position:absolute;top:-5px;transform:translateX(-50%);width:0}.navbar-section{width:9.9%}.navbar-button,.navbar-section{align-items:center;display:flex;height:100%;justify-content:center}.navbar-button{border-bottom:0;border-left:1px;border-right:1px;border-top:0;border-color:var(--black);border-style:solid;cursor:pointer;flex-direction:column;width:40.1%}.navbar-button:nth-child(3n){border-left:0}.navbar-button-inner{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;position:relative}.navbar-button-inner-beta{color:var(--third-color);font-size:12px;position:absolute;right:20px;top:-5px}.navbar-link{align-items:center;cursor:pointer;display:flex;gap:2px;justify-content:center}.navbar-link,.navbar-link #Layer_7{transition:.3s}.navbar-link:hover,.navbar-link:hover #Layer_7 path{fill:var(--button-color-hover);color:var(--button-color-hover)}.navbar-link img,.navbar-link svg{height:20px;width:20px}.navbar-mobile-button{background:none;border:none;display:none;height:0;opacity:0;position:fixed;transform:translate(-100%,-100%);width:0}@media(max-width:767px){nav{bottom:0;box-shadow:0 0 10px var(--black);height:100vh;opacity:0;transform:translateX(-100%);transition:.3s;width:80%}nav.appeared{opacity:1;transform:translateX(0)}.navbar-mobile-button{align-items:center;background:var(--primary-color);border-radius:6px;color:var(--black);display:flex;height:35px;justify-content:center;opacity:1;right:20px;top:20px;transform:translate(0);transition:.3s;width:35px;z-index:101}.navbar-mobile-button.active{box-shadow:0 0 10px var(--black);color:var(--white)}.navbar-upper-part{flex-direction:column;height:100vh;width:100%}.navbar-button,.navbar-section{border:none;border-bottom:1px solid var(--black);width:100%}.navbar-lower-part{align-items:flex-start;box-shadow:none;flex-wrap:wrap;gap:10px;height:25vh;justify-content:center;overflow-x:hidden;padding:10px;width:100%}.navbar-lower-part:after{content:normal;display:none;height:0;width:0}.navbar-button-inner{max-width:144px}.navbar-button-inner-beta{right:10px}}@media(max-width:300px){.navbar-mobile-button{align-items:center;background:var(--primary-color);border-radius:6px;display:flex;height:25px;justify-content:center;opacity:1;right:10px;top:10px;transform:translate(0);transition:.3s;width:25px;z-index:101}.navbar-mobile-button.active{box-shadow:0 0 10px var(--black);color:var(--white)}}.page{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}@media(max-width:767px){.navbar-lower-part{align-items:center;box-shadow:none;flex-direction:column;height:25vh;justify-content:center;overflow-x:hidden;padding:10px;width:100%}.navbar-lower-part:after{content:normal;display:none;height:0;width:0}}footer{background-color:var(--primary-color);padding:100px 200px}.footer-upper-part,footer{box-sizing:border-box;width:100%}.footer-upper-part{align-items:flex-start;display:flex;gap:100px;padding:10px 0 120px;position:relative}.footer-categories{align-items:flex-start;display:flex;flex-wrap:wrap;gap:50px;max-width:80%}.footer-category{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.footer-category .fs-12{cursor:pointer}.footer-follow-us{bottom:20px;display:flex;flex-direction:column;position:absolute;right:20px}.footer-lower-part{align-items:flex-start;border-top:1px solid var(--black);box-sizing:border-box;display:flex;flex-direction:column;padding:10px 0;width:100%}@media(min-width:768px)and (max-width:991px){footer{padding:20px 40px}}@media(max-width:767px){footer{padding:10px}}@media(max-width:400px){footer{padding:10px}.footer-upper-part{align-items:center;flex-direction:column}}.event-card{align-items:center;border:1px solid var(--border-color);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:573px;padding:20px;width:346px}.event-card-header{display:flex;justify-content:space-between;width:100%}.event-card-game{align-items:center;display:flex;gap:2px}.event-card-between{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:50px 0 0;width:100%}.event-avatar{border:1px solid var(--price-color);border-radius:105px;height:105px;width:105px}.event-card-button{background:#ffeb09;border:none;border-radius:10px;box-sizing:border-box;cursor:pointer;font-size:16px;font-weight:600;gap:5px;justify-content:center;padding:10px}.event-card-button,.event-card-time{align-items:center;display:flex;width:100%}.event-card-time{border-bottom:1px solid var(--additional-border-color);gap:2px;margin-top:10px}.event-card-info{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:50px;height:100%;padding:20px 0;width:100%}.event-card-tags{flex-wrap:wrap;gap:5px}.event-card-links,.event-card-tags{align-items:flex-start;display:flex;width:100%}.event-card-links{flex-direction:column}.event-card-link{align-items:center;color:var(--secondary-color);cursor:pointer;display:flex;gap:5px}.events-header{align-items:flex-end;background:linear-gradient(180deg,var(--white) 60.5%,var(--primary-color) 100%);display:flex;justify-content:flex-start;padding:500px 0 250px;width:100%}.events-header-inner{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:0 40px;width:100%}.events-button{background:linear-gradient(90deg,var(--white) 0,var(--primary-color) 50%,var(--white) 100%);background-size:150%;border:1px solid var(--black);border-radius:6px;color:var(--black);cursor:pointer;font-size:24px;padding:20px;transition:.3s;width:-webkit-max-content;width:max-content}.events-button:hover{background-position:100%}.events-content-container{display:flex;justify-content:center;width:100%}.events-content{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:150px 0;width:var(--max-block-width)}.events-content-list{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;width:100%}@media(max-width:991px){.events-header{align-items:center;flex-direction:column;padding:50px 0}.events-header-inner{padding:0;width:90%}.events-content{width:90%}.event-card-between{padding:25px 0 0}.event-card-info{gap:15px}.event-card-header{flex-direction:column}}.hero-section{box-sizing:border-box;display:flex;flex-direction:column;position:relative;width:100%}.hero-section video{width:100%}.hero-content{background-color:#00000080;bottom:0;flex-direction:column;gap:100px;left:0;position:absolute;right:0;top:0}.hero-content,.hero-header{align-items:center;display:flex;justify-content:center}.hero-header{gap:5px}.beta{background-color:var(--beta-background-color);border-radius:5px;color:var(--third-color);padding:2px 10px}.hero-text{max-width:700px;text-align:center}.hero-lower-part{align-items:center;background-color:var(--transpert-primary-color);bottom:0;display:flex;height:129px;overflow-x:auto;overflow-y:hidden;position:absolute;width:100%}@media(min-width:767px)and (max-width:1315px){.hero-content{gap:20px}}@media(max-width:767px){.hero-section{padding:0}.hero-content{box-sizing:border-box;gap:50px;height:100%;padding:100px 0 0;position:relative}.hero-header{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:center;text-align:center}.hero-lower-part{background-color:#00000080;flex-direction:column;height:auto;position:relative;width:100%}.hero-section video{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:-1}}.hero-lower-part-content{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:100%;justify-content:center;overflow:hidden;position:relative;transition:.3s;width:33.3333333333%}.hero-lower-part-content .hero-lower-part-logo{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s}.hero-lower-part-content.active .hero-lower-part-content-background{opacity:.5}.hero-lower-part-content.active .hero-lower-part-logo{transform:translate(-50%,-80%)}.hero-lower-part-content.active .tournament-link{opacity:1;transform:translate(-50%,80%)}.hero-lower-part-content-background{opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:.3s;width:100%}.hero-lower-part-inner{height:100%;width:100%;z-index:1}.hero-lower-part-inner,.tournament-link{align-items:center;display:flex;justify-content:center;position:absolute}.tournament-link{stroke:var(--third-color);color:var(--third-color);gap:5px;left:50%;opacity:0;top:50%;transform:translate(-50%,-50%);transition:.3s}@media(min-width:767px)and (max-width:1315px){.hero-lower-part{height:100px}}@media(max-width:767px){.hero-lower-part-content{flex-direction:column;height:155px;width:100%}.hero-lower-part-content .hero-lower-part-content-background{opacity:.5}.hero-lower-part-content .hero-lower-part-logo{transform:translate(-50%,-80%)}.hero-lower-part-content .tournament-link{opacity:1;transform:translate(-50%,80%);width:100%}.hero-lower-part-content{background-color:#1d2239}}.in-addition-wwo{align-items:center;border-bottom:1px solid var(--black);box-sizing:border-box;display:flex;flex-direction:column;gap:60px;justify-content:center;padding:100px 0;width:100%}.in-addition-wwo .fs-48.fw-600{text-align:center}.in-addition-wwo-content{align-items:center;display:flex;gap:70px;width:70%}.in-addition-wwo-options{align-items:center;display:flex;flex-direction:column;gap:20px;width:50%}.in-addition-wwo-option{align-items:flex-start;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;max-width:587px;padding:10px 20px;transition:.3s}.in-addition-wwo-option.active,.in-addition-wwo-option:hover{background:var(--active-option)}.in-addition-wwo-result{width:50%}@media(max-width:767px){.in-addition-wwo-options{width:100%}.in-addition-wwo-option{background:var(--active-option);width:100%}.in-addition-wwo-result{display:none;opacity:0;width:0}}.invocation{box-sizing:border-box;gap:60px;justify-content:center;padding:100px 0;width:100%}.invocation,.invocation-header{align-items:center;display:flex;flex-direction:column}.invocation-header{max-width:779px;text-align:center}.invocation-header .fs-48.fw-600{text-align:center}.invocation-links{align-items:center;display:flex;flex-wrap:wrap;gap:100px;justify-content:center;max-width:779px}.invocation-link{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:2px;height:80px;justify-content:space-between;width:134px}.invocation-link img,.invocation-link svg{height:45px;width:45px}.wwo-offer{display:flex;flex-direction:column}.wwo-offer .desc{max-width:318px}.wwo-logo{color:var(--green)}.wwo-block{align-items:center;border-bottom:1px solid var(--black);box-sizing:border-box;display:flex;flex-direction:column;gap:60px;justify-content:center;padding:100px 0;width:100%}.wwo-block .fs-48.fw-600{text-align:center}.wwo-offers{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:center;max-width:1055px;width:70%}.no-info-container,.no-info-content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.no-info-content{background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;padding:160px 0 500px;position:relative}.no-info-content:after{background-color:rgba(0,0,0,.369);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.no-info-content-inner{height:100%;z-index:1}.no-info-content-inner,.no-info-description{display:flex;flex-direction:column;width:50%}.no-info-description{box-sizing:border-box;gap:50px;padding:50px 0}.no-info-tournaments{align-items:center;border:1px solid var(--border-color);border-radius:9px;box-sizing:border-box;display:flex;gap:10px;justify-content:flex-start;padding:10px 20px;width:100%}.no-info-game-description{display:flex;flex-direction:column;gap:5px}@media(max-width:991px){.no-info-content-inner,.no-info-description{width:90%}}@media(max-width:270px){.no-info-tournaments{align-items:center;flex-direction:column;text-align:center}}.profile-header{align-items:flex-end;background-color:var(--primary-color);box-sizing:border-box;display:flex;justify-content:center;padding:150px 0 30px;width:100%}.profile-info-container{align-items:center;display:flex;justify-content:space-between;max-width:1055px;width:65%}.profile-user{display:flex;gap:30px}.profile-picture{border-radius:100%;height:128px;width:128px}.profile-user-info{display:flex;flex-direction:column;gap:10px;justify-content:center}@media(max-width:1090px){.profile-info-container{align-items:flex-start;flex-direction:column;gap:30px;width:90%}.profile-user{flex-direction:column}}.change-avatar-button{align-items:center;background-color:#0000;border:2px solid;border-color:var(--not-connected);border-radius:6px;color:var(--not-connected);cursor:pointer;display:flex;flex-shrink:0;font-size:15px;font-weight:600;gap:5px;height:40px;justify-content:center;transition:.3s;width:215px}.change-avatar-button:hover{background-color:var(--not-connected);color:#fff}.change-avatar-button.connected{border-color:var(--connected);color:var(--connected)}.change-avatar-button.connected:hover{background-color:var(--connected);color:#fff}#avatar_input_X1sS23dSDW{display:none;height:0;opacity:0;width:0}.steam-connect{align-items:center;background-color:var(--not-connected);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;gap:5px;height:40px;justify-content:center;text-decoration:none;transition:.3s;width:167px}.steam-connect.connected{background-color:var(--connected)}.profile-game-info-container{align-items:center;box-sizing:border-box;display:flex;height:auto;justify-content:center;padding:30px 0;width:100%}.profile-game-info{display:flex;flex-direction:column;gap:50px;height:100%;max-width:1055px;width:65%}.profile-game-info-category{display:flex;flex-direction:column;gap:20px;width:100%}.profile-game-info-full{border:1px solid var(--border-color);border-radius:9px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:20px;padding:20px}.game-info{width:calc(33.33333% - 60px)}.profile-game-info-category-container{display:flex;gap:20px;width:100%}.profile-game-info-category-mode{border:1px solid var(--border-color);border-radius:9px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:286px;justify-content:space-between;padding:20px 40px;position:relative;width:50%}.profile-game-info-category-mode-header{display:flex;flex-direction:column;max-width:336px}.profile-game-info-category-mode-2v2{position:absolute;right:20px;top:20px}.profile-game-info-category-users-container{display:flex;flex-direction:column;gap:20px}.profile-game-info-category-users{display:flex;gap:20px}.profile-game-info-category-user{height:37px;position:relative;width:37px}.profile-game-info-category-user-level-up{bottom:-5px;position:absolute;right:-5px}.profile-game-info-category-create{align-items:center;background-color:var(--connected);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:5px;height:40px;justify-content:center;width:167px}.profile-game-info-category-team{align-items:center;background:linear-gradient(#00000080,#00000080),url(/static/media/team_background.7da2988faebcb3582690.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid var(--border-color);border-radius:9px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:286px;justify-content:space-between;padding:5px 40px 20px;position:relative;width:50%}.profile-game-info-category-team-header{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;width:100%}.profile-game-info-category-team-avatar{border-radius:100%;height:67px;width:67px}.profile-game-info-category-team-users{display:flex;gap:20px}.profile-game-info-category-team-user{height:67px;position:relative;width:67px}.profile-game-info-category-team-user-level-up{bottom:-5px;position:absolute;right:-5px}.profile-game-info-category-team-user-avatar{border-radius:100%;height:100%;width:100%}.profile-game-info-category-matches{align-items:center;border:1px solid var(--border-color);border-radius:9px;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px 10px}.profile-game-info-category-matches img{width:170px}@media(max-width:1090px){.profile-game-info{width:90%}.profile-game-info-category-container{flex-direction:column}.profile-game-info-category-mode,.profile-game-info-category-team{width:100%}}@media(max-width:480px){.profile-game-info-full{gap:70px}}.prof-navbar-upper-part{border-bottom:1px solid var(--black);justify-content:flex-start!important}.prof-navbar-section{border-right:1px solid var(--black);cursor:pointer;gap:5px}.prof-navbar-section:last-of-type{border-right:none}.connect-page-container{align-items:center;background-image:url(/static/media/connect_bg.78b8dcc775f5f8d331cb.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:200px 0;width:100%}.connect-steam-modal{align-items:center;background-color:#010d27;box-shadow:0 0 20px #000;display:flex;flex-direction:column;gap:50px;padding:20px;width:500px}@media(min-width:500px)and (max-width:1000px){.connect-steam-modal{width:90%}}@media(max-width:499px){.connect-steam-modal{width:70%}}.tournament-content{border:1px solid var(--border-color);border-radius:6px;cursor:pointer}.tournament-name-cell{align-items:center;display:flex}.tournament-name{max-width:161px;overflow-wrap:break-word}.tournament-name:hover{text-decoration:underline}.tournament-status{align-items:center;display:flex;gap:2px}.tournament-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;height:86px;margin-right:10px;width:152px}.tournament-access-icon{color:var(--connected);display:inline-block}.tournament-access-icon.locked{color:var(--not-connected)}@media(max-width:1090px){.tournament-content{display:flex;flex-direction:column;justify-content:center}}.tournament-table{width:100%}.tournament-table td,.tournament-table th{font-weight:400;padding:10px;text-align:left}@media(max-width:1090px){.tournament-table{align-items:center;display:flex;flex-direction:column;justify-content:center}.tournament-table thead{display:none}}.tournaments-content-container{box-sizing:border-box;padding:50px 0;width:100%}.tournaments-content,.tournaments-content-container{align-items:center;display:flex;flex-direction:column}.tournaments-content{gap:100px;width:var(--max-block-width)}.tournaments-content-description{display:flex;flex-direction:column;width:100%}.tournaments-content-description-inner{display:flex;flex-direction:column;gap:5px}@media(max-width:1090px){.tournaments-content{width:90%}}.tournaments-header{align-items:center;background-color:var(--primary-color);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:200px 0 50px;width:100%}.tournaments-header-title{align-items:flex-start;box-sizing:border-box;display:flex;width:100%}.tournaments-header-title p{align-items:center;display:flex;gap:2px}.tournaments-header-content-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:50px;width:-webkit-min-content;width:min-content}.tournaments-top-wrapper{display:flex;flex-direction:column;gap:10px;width:var(--max-block-width)}.tournaments-top{align-items:center;display:flex;flex-wrap:wrap;gap:20px;width:100%}@media(max-width:1090px){.tournaments-header{padding:50px 0}.tournaments-header-content-wrapper{align-items:center;gap:10px;width:100%}.tournaments-top-wrapper{width:auto}.tournaments-header-title{justify-content:center}.tournaments-header-top-notch{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.tournaments-top{justify-content:center}}.top-tournament-card{background-color:#00000052;border-radius:10px;cursor:pointer;height:347px;overflow:hidden;position:relative;width:347px}.top-tournament-card .beta{font-size:14px;left:20px;position:absolute;top:20px}.top-tournament-card-header{background-position:50%;background-repeat:no-repeat;background-size:cover;height:50%;width:100%}.top-tournament-card-inner{box-sizing:border-box;height:50%;padding:0 20px;position:relative;width:100%}.top-tournament-card-inner .fs-24:hover{text-decoration:underline}.top-tournament-card-prizes{align-items:flex-start;bottom:5px;display:flex;flex-direction:column;justify-content:center;left:20px;position:absolute}.top-tournament-card-prizes p{align-items:center;display:flex}@media(max-width:1090px){.top-tournament-card-inner .fs-24{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:400px){.top-tournament-card{height:200px;width:200px}.top-tournament-card .beta{font-size:10px;left:5px;position:absolute;top:5px}}.c-event-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:100px;padding:50px 0;width:100%}.c-event-past-matches{display:flex;flex-direction:column;gap:50px;width:var(--max-block-width)}.c-event-past-match{display:flex;flex-direction:column;width:100%}.c-event-past-match .fs-16{margin-bottom:20px}.c-event-past-game{background-color:var(--white);border:1px solid var(--border-color);box-sizing:border-box;display:flex;gap:20px;height:105px;padding:10px;width:100%}.c-event-past-game-category{height:100%;width:50%}.c-event-past-game-time{width:10%}.c-event-past-game-category-teams{display:flex;flex-direction:column;gap:20px;height:100%;width:40%}.c-event-past-game-category-team{align-items:center;display:flex;gap:5px;width:100%}.c-event-past-game-category-team-info{align-items:center;display:flex;gap:5px;justify-content:flex-start;width:50%}.c-event-past-game-category-team-info img{height:20px;width:20px}.c-event-past-game-category-team-score{align-items:center;color:var(--black);display:flex;gap:10px;justify-content:flex-end;width:50%}.c-event-standings{width:var(--max-block-width)}.c-event-offer,.c-event-standings{display:flex;flex-direction:column}.c-event-offer{align-items:flex-start;background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;justify-content:center;padding:30px 10%;width:100%}.c-event-offer-content{align-items:flex-start;display:flex;flex-direction:column;gap:60px;width:50%}.c-event-ships-wrapper{display:flex;justify-content:center;width:100%}.c-event-ships{display:flex;flex-wrap:wrap;width:var(--max-block-width)}.c-event-ship{align-items:center;border:1px solid var(--border-color);display:flex;height:158px;justify-content:center;position:relative;width:19%}.c-event-ship p{left:8px;position:absolute;top:8px}.c-event-ship img{cursor:pointer;max-height:60%;max-width:70%}.c-event-disclaimer{border:1px solid var(--border-color);border-radius:8px;box-sizing:border-box;gap:20px;padding:20px}.c-event-description,.c-event-disclaimer{display:flex;flex-direction:column;width:var(--max-block-width)}.c-event-description{gap:10px}@media(max-width:1100px){.c-event-description,.c-event-disclaimer,.c-event-past-matches,.c-event-ships-wrapper,.c-event-standings{width:90%}.c-event-past-game-category-teams{gap:0}.c-event-past-game{height:200px}.c-event-ship{width:100%}}@media(max-width:600px){.c-event-past-game{flex-direction:column}.c-event-content,.c-event-offer-content,.c-event-past-game-category,.c-event-past-game-category-teams{width:100%}}.c-event-bracket{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:50px 0;position:relative}.c-event-round{display:flex;flex-direction:column;justify-content:space-between;margin:0 20px;position:relative}.c-event-round.semifinals{gap:200px}.c-event-round.finals{gap:347px}.c-event-matches-duos{display:flex;flex-direction:column;gap:50px;position:relative}.c-event-match{border-radius:16px;display:flex;flex-direction:column;width:268px}.c-event-matchup{background-color:#fff;border:1px solid var(--border-color);box-sizing:border-box;display:flex;padding:10px;position:relative;width:100%}.c-event-matchup.winner{background-color:var(--third-color)}.c-event-team{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-bottom:5px;width:70%}.c-event-team img{border-radius:100%;height:20px;width:20px}.c-event-team:last-child{margin-bottom:0}.c-event-score{float:right;font-weight:700;text-align:end;width:30%}.c-event-c-svg{color:var(--border-color);height:100%;left:100%;position:absolute;top:0}@media(max-width:1100px){.c-event-bracket{justify-content:flex-start;overflow-x:auto;width:100%}}.c-event-page-header{align-items:center;background:linear-gradient(180deg,var(--white) 60.5%,var(--primary-color) 100%);display:flex;flex-direction:column;justify-content:center;padding:200px 0 50px;width:100%}.c-event-page-header-inner{align-items:flex-start;display:flex;gap:50px;justify-content:center;width:var(--max-block-width)}.c-event-avatar-wrapper{background-color:var(--primary-color);border-radius:10px;box-sizing:border-box;height:190px;padding:10px;width:190px}.c-event-avatar{height:100%;width:100%}.c-event-page-header-content{display:flex;flex-direction:column;gap:25px;width:60%}.c-event-page-tags{gap:10px}.c-event-page-tags,.c-event-page-tournament-info{align-items:center;display:flex;flex-wrap:wrap;width:100%}.c-event-page-tournament-info{border-bottom:1px solid var(--black);gap:20px;padding:0 0 75px}.c-event-page-tournament-info-category{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:calc(25% - 20px)}.c-event-page-tournament-winner{align-items:center;display:flex;gap:10px;width:100%}.c-event-page-tournament-winner-avatar-wrapper{background-color:var(--secondary-color);border-radius:100%;box-sizing:border-box;height:98px;padding:10px;width:98px}.c-event-page-tournament-winner-avatar{border-radius:100%;height:100%;width:100%}.c-event-page-tournament-receive-updates{display:flex;flex-direction:column;gap:5px}@media(max-width:1100px){.c-event-page-header{padding:50px 0}.c-event-page-header-inner{display:flex;flex-direction:column;width:90%}.c-event-page-tournament-info-category{width:50%}}@media(max-width:600px){.c-event-page-header-content{width:100%}.c-event-page-header-inner,.c-event-page-tournament-info-category,.c-event-page-tournament-receive-updates{align-items:center}.c-event-page-tags,.c-event-page-tournament-winner{justify-content:center}.c-event-page-tournament-info-category{width:100%}.c-event-page-header-content{text-align:center}.c-event-avatar-wrapper{max-height:150px;max-width:150px}}.detailed-tournament-content{align-items:center;display:flex;flex-direction:column;padding:40px 0;position:relative;width:100%}.detailed-tournament-content-inner{align-items:flex-start;display:flex;flex-direction:column;width:var(--max-block-width)}.detailed-tournament-content-wrapper{display:flex;flex-direction:column;gap:20px;width:65%}.detailed-tournament-settings-table-wrapper{width:100%}.detailed-tournament-allowed-wrapper{display:flex;flex-direction:column;gap:20px;width:100%}.detailed-tournament-allowed{display:flex;flex-wrap:wrap;gap:20px;width:100%}.detailed-tournament-allowed-thing{align-items:center;display:flex;flex-direction:column;justify-content:center;width:135px}.detailed-tournament-allowed-thing-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:76px;width:100%}.detailed-tournament-description-wrapper{align-items:center;background-color:var(--active-option);display:flex;justify-content:center;padding:100px 0;width:100%}.detailed-tournament-description{display:flex;flex-direction:column;gap:20px;width:var(--max-block-width)}.detailed-tournament-participants-wrapper{align-items:center;background-color:var(--white);display:flex;justify-content:center;padding:100px 0;width:100%}.detailed-tournament-participants{display:flex;flex-direction:column;gap:20px;width:var(--max-block-width)}.detailed-tournament-participant{align-items:center;background:#0000;border:1px solid var(--border-color);border-radius:6px;box-shadow:0 1px 3px #010e2829;box-sizing:border-box;display:flex;gap:20px;height:74px;padding:0 10px;width:65%}.detailed-tournament-participant-avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:40px;width:40px}@media(max-width:1199px){.detailed-tournament-content-inner{align-items:center;width:100%}.detailed-tournament-content-wrapper,.detailed-tournament-description,.detailed-tournament-participant,.detailed-tournament-participants{width:90%}}.detailed-tournament-info-card-path{bottom:0;position:absolute;right:400px;top:-300px}.detailed-tournament-info-card{padding:150px 0 50px;position:-webkit-sticky;position:sticky;top:0}.detailed-tournament-info-card-inner{align-items:center;background:var(--white);border:1px solid var(--border-color);border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:370px;padding:20px;width:352px}.detailed-tournament-game-info{align-items:center;display:flex;flex-direction:column;gap:16px;height:70%;width:100%}.detailed-tournament-card-button-wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;height:30%;justify-content:center;width:100%}.detailed-tournament-card-button{background:#c1cde6;border:none;border-radius:7px;color:var(--white);cursor:pointer;height:46px;opacity:.5;transition:.3s;width:100%}.detailed-tournament-card-button:hover{opacity:1}.detailed-tournament-card-button-link{color:var(--secondary-color);cursor:pointer}.detailed-tournament-info-card-category{align-items:flex-start;display:flex;height:44px;justify-content:space-between;width:100%}.detailed-tournament-info-card-category-inner{align-items:center;display:flex;gap:5px;height:100%;width:100%}.detailed-tournament-info-card-category-game-avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:40px;width:40px}.detailed-tournament-info-card-category-game-info{display:flex;flex-direction:column;height:100%}.detailed-tournament-info-card-category-status{align-items:center;display:flex;gap:5px;height:100%}@media(min-width:1400px)and (max-width:1919px){.detailed-tournament-info-card-path{right:175px}}@media(min-width:1200px)and (max-width:1399px){.detailed-tournament-info-card-path{right:50px}}@media(max-width:1199px){.detailed-tournament-info-card-path{bottom:auto;position:relative;right:auto;top:auto}.detailed-tournament-info-card{padding:20px 0;position:relative}}@media(max-width:360px){.detailed-tournament-info-card-inner{width:90%}.detailed-tournament-info-card-category{flex-direction:column;gap:16px;height:auto}.detailed-tournament-card-button-wrapper{text-align:center}}.settings-table{border-collapse:collapse;margin-top:20px;width:100%}.settings-table th{box-sizing:border-box;color:#63708a;display:flex;font-weight:400;gap:10px;text-align:left}.settings-table td,.settings-table th{align-items:center;padding:10px}.settings-table tr{background-color:var(--white)}.settings-table tr:nth-child(2n){background-color:var(--active-option)}.settings-table .setting-value{font-weight:600;width:50%}.settings-table .setting-icon{max-height:24px;width:24px}.detailed-tournament-header{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;padding:450px 0 50px;width:100%}.detailed-tournament-inner{align-items:flex-end;display:flex;width:var(--max-block-width)}@media(max-width:1199px){.detailed-tournament-inner{width:90%}}.policy-container{align-items:center;box-sizing:border-box;padding:175px 0;width:100%}.policy-container,.policy-wrapper{display:flex;flex-direction:column}.policy-wrapper{max-width:var(--max-block-width)}.policy-wrapper li::marker{color:var(--primary-color)}@media(max-width:767px){.policy-wrapper{width:90%}.policy-container{padding:50px 0}}*{font-family:Kanit,sans-serif}html{height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}body,html{box-sizing:border-box;font-weight:400;height:100%;margin:0;padding:0;width:100%}#root{--primary-color:#c6d107;--secondary-color:#ffeb09;--third-color:#6bff36;--green:#4de122;--red:#f78888;--not-connected:#ff1967;--connected:#199eff;--border-color:#e1e6f0;--additional-border-color:#63708a;--active-option:#f5f7fa;--transpert-primary-color:#ecf10a80;--beta-background-color:rgba(79,225,34,.219);--button-color-hover:#f1de0a;--white:#fff;--black:#000;--navbar-shadow-color:#0000001a;--max-block-width:1081px;--price-color:#fdbd07}#root,.App{display:flex;flex-direction:column;height:100%;width:100%}p{height:-webkit-min-content;height:min-content;margin:0}.upper{text-transform:uppercase}.desc{stroke:#63708a;color:#63708a}.price{color:var(--price-color)}.c-white{color:var(--white)}.c-black{color:var(--black)}.fs-10{font-size:10px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-20{font-size:20px}.fs-24{font-size:24px}.fs-26{font-size:26px}.fs-32{font-size:32px}.fs-36{font-size:36px}.fs-48{font-size:48px}.fs-56{font-size:56px}.fs-64{font-size:64px}.fs-76{font-size:76px}.fw-600{font-weight:600}.fw-800{font-weight:800}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#fff0}::-webkit-scrollbar-thumb{background:#474747;border-radius:10px}@media(max-width:480px){body{height:auto;overflow-x:hidden}}
/*# sourceMappingURL=main.82ba2ad3.css.map*/