.average-stats__card{display:flex;max-width:410px;padding:40px;background:var(--bg-modal);border-radius:20px;flex-direction:column;align-items:flex-start;gap:20px;color:var(--black);font-family:Montserrat;font-size:16px;font-weight:400}.average-stats__card-line{display:flex;width:100%;justify-content:space-between}.line{width:100%;border-bottom:1px solid #d9d9d9}span:first-child{max-width:277px}.chart{display:flex;gap:5px;align-items:end;margin-top:auto}.chart__square{border-radius:4px 4px 0 0;max-height:190px;justify-content:space-between;position:relative}.chart__square-text{color:var(--white);text-align:left;transform:rotate(-90deg);font-family:Unbounded;font-size:14px;font-weight:600}.chart__square-text-mins{text-align:center;color:var(--grey-secondary);font-family:Montserrat;font-size:10px;font-weight:400;overflow:hidden;white-space:nowrap}.chart__card{background:var(--bg-modal);border-radius:20px;height:336px;display:flex;justify-content:space-between;padding:40px}.chart__card-item{display:flex;flex-direction:column;height:100%;max-width:370px;gap:5px}.chart__card-item-title{color:var(--black);font-family:Unbounded;font-size:20px;font-weight:600}@media(max-width:840px){.chart__card{gap:20px;flex-direction:column;height:unset}}@media(max-width:540px){.chart__card{padding:20px 10px}}.confirm-delete-modal{font-family:Montserrat,sans-serif;padding:0;background-color:var(--bg-modal)}.confirm-delete-step{display:flex;flex-direction:column}.confirm-delete-header,.confirm-delete-step--success{text-align:center}.confirm-delete__title{font-family:Unbounded;font-size:36px;font-weight:600;color:var(--blue);line-height:1.3;text-align:center;margin:0 0 30px}@media(max-width:480px){.confirm-delete__title{font-size:20px}}.confirm-delete-content{flex:1;margin-bottom:30px}.confirm-delete-content-confirmation{flex:1;margin-bottom:30px;display:flex;flex-direction:column;align-items:center}.confirm-delete-content-confirmation>span{font-family:Montserrat;font-weight:600;font-size:16px;color:#808395;margin-top:20px}.confirm-delete__description{font-size:16px;line-height:1.5;color:var(--grey-secondary);margin:0;text-align:center}.confirm-delete__description strong{color:#5f8bff;font-weight:600}@media(max-width:480px){.confirm-delete__description{font-size:14px}}.confirm-delete-field{display:flex;flex-direction:column;gap:8px;margin-top:20px}.confirm-delete-field__label{font-size:14px;font-weight:500;color:var(--grey-secondary);margin-bottom:4px;text-align:left}.confirm-delete-field__input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:100px;font-size:16px;font-family:Montserrat,sans-serif;transition:all .2s ease;background:#fff}.confirm-delete-field__input:focus{outline:none;border-color:#5f8bff;box-shadow:0 0 0 2px rgba(95,139,255,.1)}.confirm-delete-field__input--error{border-color:#ff5f5f}.confirm-delete-field__input--error:focus{border-color:#ff5f5f;box-shadow:0 0 0 2px rgba(255,95,95,.1)}.confirm-delete-field__input:disabled{background-color:#f5f5f5;cursor:not-allowed}.confirm-delete-field__input::placeholder{color:#999}.confirm-delete-field__error{font-size:14px;color:#ff5f5f;margin:4px 0 0;text-align:left}.confirm-delete-actions{display:flex;gap:12px;justify-content:flex-end}.confirm-delete-actions--center{justify-content:center}@media(max-width:480px){.confirm-delete-actions{flex-direction:column}}.confirm-delete__button{min-width:120px;padding:12px 24px;font-weight:500;font-size:14px;border-radius:100px 200px 0 100px;transition:all .2s ease;width:100%}@media(max-width:480px){.confirm-delete__button{min-width:auto;width:100%}}.confirm-delete__button--cancel{background:#f5f5f5;color:#666;border:1px solid #e0e0e0}.confirm-delete__button--cancel:hover:not(:disabled){background:#e8e8e8;border-color:#d0d0d0}.confirm-delete__button--confirm{color:#fff}.confirm-delete__button--close{background:#5f8bff;color:#fff;border:1px solid #5f8bff}.confirm-delete__button--close:hover:not(:disabled){background:#4a7aff;border-color:#4a7aff}.confirm-delete-success{flex-direction:column;flex:1;gap:20px}.confirm-delete-success,.confirm-delete-success__icon{display:flex;align-items:center;justify-content:center}.confirm-delete-success__icon{width:60px;height:60px;border-radius:50%;background:#4caf50;color:#fff;font-size:28px;margin-bottom:10px}.confirm-delete-warning{text-align:center;align-items:center}.line-filter__container,.line-filter__scroll-container,.line-filter__wrapper{display:flex}.line-filter__item_active{color:var(--black);background:var(--green)!important}.filter-border{border-radius:0 100px 100px 0!important;border-left:0}.previous-filter-body{border:2px solid #5f8bff;background:#fff}.previous-filter-header{color:#494c59}.previous-filter__item_active{color:var(--white)}.previous-filter__button{background:#5f8bff;color:#fff}.header-dropdown{display:flex;position:relative;flex-basis:193px;min-width:193px;max-width:193px;flex-direction:column;color:var(--white)}.header-dropdown-top{border-radius:25px 50px 0 25px;background:var(--blue);font-family:Montserrat;font-size:16px;padding:12px 38px 10px 25px;cursor:pointer;display:flex;gap:10px;align-items:center}.header-dropdown-top__img_active{transform:rotate(-180deg)}.header-dropdown-body{display:flex;flex-direction:column;flex-basis:193px;min-width:193px;position:absolute;top:46px;border-radius:20px 0 20px 20px;border:1px solid var(--blue);background:var(--bg-color);overflow:hidden;z-index:2}.header-dropdown__item{padding:10px;font-family:Montserrat;font-size:14px;color:var(--text);cursor:pointer}.header-dropdown__item:hover{color:var(--white);background:var(--blue)}.header-dropdown__item:last-child{border-top:1px solid var(--blue)}.horizontal-table{display:flex}.horizontal-table-load{cursor:pointer;color:var(--blue);margin:8px auto 0;line-height:20px;font-family:Montserrat;padding-bottom:2px;text-decoration:underline}.horizontal-table-header{display:flex;flex-direction:column;background:#5f8bff;border-radius:10px 0 0 10px}.horizontal-table-header p{cursor:pointer;font-family:Montserrat;font-size:14px;color:#fff;margin-bottom:0;text-align:center;display:flex;justify-content:center;align-items:center;border:1px solid #5074d1;height:27px}.horizontal-table-header p:last-child{cursor:unset;border-bottom-left-radius:10px;border-top:none}.horizontal-table-header p:first-child{cursor:unset;border-top-left-radius:10px;border-bottom:none}.horizontal-table-header__cell_active:after{content:url(/_next/static/media/angle-down.82e7294c.svg);margin-left:4px;top:-2px;display:inline-block}.horizontal-table-body,.horizontal-table-row{display:flex;flex-direction:column}.horizontal-table-row{background:var(--bg-modal);text-align:center}.horizontal-table-row__w{background:rgba(151,206,167,.4)!important}.horizontal-table-row__l{background:rgba(255,95,95,.4)!important}.horizontal-table-row__d{background:rgba(255,192,71,.4)!important}.horizontal-table-row__lastmatches{display:flex;align-items:center;justify-content:center;gap:1px;border-right:1px solid var(--border-table);border-bottom:1px solid var(--border-table)}.horizontal-table-row__lastmatches-item{width:10px;height:10px;border-radius:100%}.horizontal-table-row:first-child p{border-top:1px solid var(--border-table);border-top-right-radius:10px}.horizontal-table-row:last-child:last-child{border-bottom-right-radius:10px;overflow:hidden}.horizontal-table-row p{font-family:Montserrat;color:#000;font-size:14px;margin-bottom:0;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border-table);border-bottom:1px solid var(--border-table);padding:12px 0;box-sizing:border-box;height:27px}.horizontal-table-row p:last-child{border-right:none}.horizontal-table-row p:first-child{border-left:1px solid var(--border-table)}.horizontal-table-row:first-child{border-top-right-radius:10px}.horizontal-table-row{border-right:1px solid var(--border-table)}.horizontal-table-row__button{background:#5f8bff;border-radius:5px;padding:5px 10px;font-family:Montserrat;font-weight:500;font-size:10px;color:#fff;border:none}input[type=checkbox]{width:14px;height:14px;border-radius:2px;border:1px solid #808395}.league-bar{background:var(--bg-modal);margin-bottom:100px;border:1px solid var(--blue);border-radius:100px;padding:40px 60px;justify-content:space-between}.league-bar,.league-bar__desktop{display:flex;align-items:center}.league-bar__mobile{display:none}.league-bar__league{font-family:Montserrat;font-size:16px;margin-bottom:0;margin-right:30px;color:#808395}.league-bar__img{max-width:54px;margin-right:20px}.league-bar__name{font-size:24px}.league-bar__name,.league-bar__status{font-family:Montserrat;margin-right:20px;margin-bottom:0}.league-bar__status{font-size:16px;color:#fff;padding:2px 5px;background:#97cea7;border-radius:100px}.league-bar-stats{display:flex;max-width:500px;flex-wrap:wrap;justify-content:end;gap:20px 20px}.league-bar-stats__item{font-family:Montserrat;margin-left:5px}.league-bar-stats__item span{color:#5f8bff;margin-left:5px}@media(max-width:1200px){.league-bar{flex-direction:column;text-align:center;align-items:center}.league-bar-stats{margin-left:unset;margin-top:33px;justify-content:center}}@media(max-width:620px){.league-bar{padding:38px 27px;border-radius:40px}.league-bar__name{font-size:16px}.league-bar__league{font-size:14px}.league-bar__img{max-width:34px}.league-bar-stats__item{font-size:14px}}@media(max-width:480px){.league-bar__desktop{display:none}.league-bar-stats,.league-bar__mobile{flex-direction:column}.league-bar__mobile{display:flex}.league-bar__mobile-row{display:flex;gap:10px;align-items:center;width:100%}.league-bar__mobile-row:first-child{margin-bottom:15px}.league-bar__league,.league-bar__status{margin-right:0}.league-bar__name-section{display:flex;align-items:center}}.league-dropdown{position:relative}.league-dropdown-head{display:flex;border:1px solid var(--grey);padding:10px;border-radius:100px;cursor:pointer;justify-content:space-between}.league-dropdown__title{font-size:14px;font-weight:400;margin-bottom:0;font-weight:300;justify-content:start;color:var(--search-hd)!important;border-radius:100px;margin-right:10px}.league-dropdown-body{position:absolute;background:var(--bg-color);left:20px;border-radius:10px;border:2px solid var(--green);display:flex;flex-direction:column;flex-basis:323px;max-width:323px;min-width:323px;z-index:20;margin-top:8px}.league-dropdown-list{border-top:1px solid var(--border-table);border-bottom:1px solid var(--border-table);height:234px;max-height:234px;overflow-y:scroll}.league-dropdown__item{display:flex;align-items:center;font-family:Montserrat;color:var(--text);font-weight:400;padding:5px 10px;cursor:pointer}.league-dropdown__item:hover{background:var(--green);color:var(--text)}.league-dropdown__item:hover .league-dropdown__checkbox_active{background:var(--text);border:1px solid var(--bg-color)}.league-dropdown-search{padding:10px}.league-dropdown-input{padding:5px 10px;border-radius:10px;border:1px solid var(--border-table)}.league-dropdown__input{font-family:Montserrat;font-size:14px;color:var(--search-hd);border:none}.league-dropdown__checkbox{min-width:14px;min-height:14px;max-width:14px;max-height:14px;margin-right:10px;border-radius:2px;border:1px solid var(--search-hd)}.league-dropdown__checkbox_active{background:var(--green)}.leaguesAndCups__card{display:flex;width:410px;height:fit-content;padding:40px;flex-direction:column;align-items:flex-start;gap:20px;background:var(--bg-modal);border-radius:20px}.leaguesAndCups__card-title{color:var(--black);font-family:Unbounded;font-size:20px;font-weight:600}.leaguesAndCups__card__item{display:flex;align-items:center;gap:20px;width:100%;padding-bottom:11px}.leaguesAndCups__card__img{width:30px;height:20px;border-radius:3px}.leaguesAndCups__card__text{text-decoration:none;color:var(--black);font-family:Montserrat;font-size:16px;margin-bottom:0}.leaguesAndCups__card-loadmore{color:var(--blue);font-family:Montserrat;font-size:16px;font-weight:400;width:100%;cursor:pointer;text-decoration-line:underline;text-align:center}.leagues-card{background:var(--bg-modal);flex-direction:column;display:flex;width:fit-content;padding:40px 30px 40px 40px;align-items:flex-start;gap:10px;border-radius:20px;margin-top:60px}.leagues-card__item{text-decoration:none;color:var(--black);display:flex;border-bottom:1px solid var(--border-table);gap:20px;width:100%;padding-bottom:11px}.leagues-card__img{width:30px;height:20px}.leagues-card__text{font-family:Montserrat;font-size:16px;margin-bottom:0}.filters{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}@media(max-width:792px){.filters{flex-direction:column}}.filters-item{display:flex;align-items:flex-start;gap:20px}@media(max-width:792px){.filters-item{gap:20px;flex-direction:column}}.average-stats-card{display:flex;justify-content:space-between}@media(max-width:720px){.average-stats-card{gap:20px;flex-direction:column}}.other-filter-body{position:absolute;z-index:3;display:flex;flex-direction:column;justify-content:start;align-items:start;border:2px solid #5f8bff;width:380px;background:#fff;border-radius:10px;padding:10px;flex-wrap:wrap}.other-filter-header{display:flex;align-items:center;cursor:pointer;font-size:14px;font-weight:300;color:var(--black-main);padding:10px;border-radius:0 100px 100px 0;border:1px solid #808395}.other-filter-header span{margin-right:10px}.other-filter-header_active{background:#cfff47}.other-filter-grid{display:grid;width:100%;grid-template-columns:repeat(auto-fill,92px);grid-gap:5px 30px}.other-filter__item{text-align:center;display:flex;align-items:center;justify-content:center;font-size:14px;min-width:110px;cursor:pointer;font-weight:300;margin-right:5px;padding:10px 15px;border:1px solid #808395;border-radius:100px;margin-bottom:10px}.other-filter__item_active{color:var(--black-main);background:var(--green)}.other-filter__button{border:none;display:flex;justify-content:center;align-items:center;background:#5f8bff;border-radius:105px;color:#fff;font-family:Montserrat;padding:5px 30px;margin-left:auto;margin-top:auto}.line-filter{align-self:flex-start;cursor:pointer;display:flex;overflow:hidden;border-radius:100px 100px 100px 100px;border:1px solid #808395}.line-filter__container{flex-direction:column}.line-filter__item{border-right:1px solid #808395;padding:10px;font-size:14px;font-weight:300;overflow:hidden;white-space:nowrap}.line-filter__item:last-child{border-right:none}.line-filter__item_active{background:var(--green)}.matches__card{display:flex;flex-direction:column;width:410px;height:fit-content;max-height:600px;background:var(--bg-modal);border-radius:20px;padding:30px;gap:10px;position:relative}.matches__card-header{flex-shrink:0}.matches__card-title{color:var(--black);font-size:20px;font-weight:600}.matches__card-list{flex:1;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:var(--blue) rgba(0,0,0,0)}.matches__card-list::-webkit-scrollbar{width:6px}.matches__card-list::-webkit-scrollbar-thumb{background-color:var(--blue);border-radius:3px}.matches__card-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.matches__card-footer{flex-shrink:0;position:sticky;bottom:0;background:var(--bg-modal);text-align:center}.matches__card-loadmore{color:var(--blue);font-family:Montserrat;font-size:16px;font-weight:400;width:100%;text-decoration-line:underline;transition:opacity .2s}.matches__card-loadmore:hover{opacity:.7}.matches__card-match{display:flex;justify-content:space-between;align-items:center;width:100%}.matches__card-teams{text-decoration:none;color:var(--black);font-family:Montserrat;font-size:16px;font-weight:400}.matches__card-teams_result{color:var(--blue)}.matches__card-date{color:var(--grey);font-family:Montserrat;font-size:16px;font-weight:400}.minimum-filter{display:flex;font-weight:300;font-size:14px;height:min-content;align-items:center}.minimum-filter__item{border:1px solid var(--grey);padding:10px;font-size:14px;font-weight:300;color:var(--search-hd)}.minimum-filter__item:last-child{border-top-right-radius:100px;border-bottom-right-radius:100px;border-left:none}.minimum-filter__item:first-child{border-top-left-radius:100px;border-bottom-left-radius:100px;border-right:none}.minimum-filter__item_active{color:var(--white);background:var(--green)}.minimum-filter__input{display:flex;text-align:center;align-items:center;background:var(--bg-modal);border:1px solid #5f8bff;max-width:55px;justify-content:center;font-weight:300;font-size:14px;padding:10px;background-color:var(--input-bg-tg);color:var(--search-hd)!important}.number-filter-wrapper{align-items:start;display:flex;flex-wrap:wrap;row-gap:5px}.number-filter-wrapper.number-filter-wrapper--not-inline .number-filter,.number-filter-wrapper.number-filter-wrapper--not-inline .number-filter__input{border-radius:100px!important}.number-filter{align-self:flex-start;cursor:pointer;display:flex;border-radius:100px 0 0 100px;overflow:hidden;border:1px solid var(--grey);border-right:none}.number-filter__item{border-right:1px solid var(--grey);padding:10px;font-size:14px;font-weight:300;max-height:38.8px}.number-filter__item:last-child{border-right:none}.number-filter__item_active{background:var(--green)}.number-filter__input{display:flex;padding:10px;font-size:14px;font-weight:300;max-width:55px;background:var(--bg-modal);justify-content:center;text-align:center;align-items:center;font-family:Unbounded;border-top-right-radius:100px;border-bottom-right-radius:100px;border:1px solid #5f8bff;height:41px}@media(max-width:420px){.number-filter__input{border-radius:100px}}.OddsConverter_odds-converter__Stc2k{max-width:410px;margin:0 auto;border-radius:12px}.OddsConverter_odds-converter__Stc2k .OddsConverter_title__NqNY1{font-weight:bolder;font-size:36px;margin-bottom:20px;font-family:Unbounded}.OddsConverter_odds-converter__Stc2k .OddsConverter_description__VxQbm{font-size:16px;font-weight:400;line-height:120%;font-family:Montserrat;margin-bottom:37px;color:var(--grey-secondary)}.OddsConverter_odds-converter__Stc2k .OddsConverter_section__ZciN_{margin-bottom:24px}.OddsConverter_odds-converter__Stc2k .OddsConverter_section__ZciN_ .OddsConverter_section-title__n8KKB{color:var(--grey-secondary);margin-bottom:3px;font-size:16px}.OddsConverter_odds-converter__Stc2k .OddsConverter_amount-input__v0oD_{border-radius:8px}.OddsConverter_odds-converter__Stc2k .OddsConverter_amount-input__v0oD_ .OddsConverter_currency__fGr1y{font-weight:500}.OddsConverter_odds-converter__Stc2k .OddsConverter_amount-input__v0oD_ .OddsConverter_input-field__R4_QI{border-radius:8px;border:1px solid var(--grey);height:40px!important;color:var(--black)}.OddsConverter_odds-converter__Stc2k .OddsConverter_odds-row__wdq1l{display:flex;gap:30px;margin-bottom:24px;align-items:flex-end}.OddsConverter_odds-converter__Stc2k .OddsConverter_odds-row__wdq1l .OddsConverter_odds-group__1cqkt{flex:1;min-width:none}.OddsConverter_odds-converter__Stc2k .OddsConverter_odds-row__wdq1l .OddsConverter_odds-group__1cqkt .OddsConverter_odds-label__nI4uB{font-size:16px;color:var(--grey-secondary);margin-bottom:3px;font-weight:400;font-family:Montserrat}.OddsConverter_odds-converter__Stc2k .OddsConverter_odds-row__wdq1l .OddsConverter_odds-group__1cqkt .OddsConverter_odds-input__rqKzy{width:100%;border:1px solid var(--grey);border-radius:8px}.OddsConverter_odds-converter__Stc2k .OddsConverter_odds-row__wdq1l .OddsConverter_odds-group__1cqkt .OddsConverter_odds-input__rqKzy .OddsConverter_MuiInputBase-root__7fCFs{height:40px!important;border:1px solid var(--grey);border-radius:8px;color:var(--black)}.OddsConverter_odds-converter__Stc2k .OddsConverter_odds-row__wdq1l .OddsConverter_odds-group__1cqkt .OddsConverter_odds-input__rqKzy .OddsConverter_MuiInputBase-input__7SkJr{color:var(--black)}.OddsConverter_odds-converter__Stc2k .OddsConverter_divider__AT_if{margin:24px 0}.OddsConverter_odds-converter__Stc2k .OddsConverter_results-row__9_uvJ{display:flex;justify-content:space-around;align-items:center;height:90px;margin-bottom:24px;padding:10px;background-color:var(--white);border-radius:5px;border:1px solid var(--blue)}.OddsConverter_odds-converter__Stc2k .OddsConverter_results-row__9_uvJ .OddsConverter_result-box__qaLL5{display:flex;flex-direction:column;align-items:center}.OddsConverter_odds-converter__Stc2k .OddsConverter_results-row__9_uvJ .OddsConverter_result-box__qaLL5 .OddsConverter_result-label__1VJ7y{font-size:16px;margin-bottom:4px;font-family:Montserrat;color:var(--grey-secondary)}.OddsConverter_odds-converter__Stc2k .OddsConverter_results-row__9_uvJ .OddsConverter_result-box__qaLL5 .OddsConverter_result-value___KMIA{font-size:16px;color:var(--blue);font-family:Unbounded}.OddsConverter_odds-converter__Stc2k .OddsConverter_reset-box__CULHt{display:flex;justify-content:flex-end}.OddsConverter_odds-converter__Stc2k .OddsConverter_reset-box__CULHt .OddsConverter_reset-button__FIOIw{cursor:pointer}.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_description__VxQbm,.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_odds-row__wdq1l .OddsConverter_odds-group__1cqkt .OddsConverter_odds-label__nI4uB,.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_section__ZciN_ .OddsConverter_section-title__n8KKB{color:var(--grey)}.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_results-row__9_uvJ{background-color:#fff;border:1px solid #5f8bff}.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_results-row__9_uvJ .OddsConverter_result-box__qaLL5 .OddsConverter_result-label__1VJ7y,.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_results-row__9_uvJ .OddsConverter_result-box__qaLL5 .OddsConverter_result-value___KMIA{color:var(--grey)}.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_amount-input__v0oD_ .OddsConverter_input-field__R4_QI,.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_odds-row__wdq1l .OddsConverter_odds-input__rqKzy .OddsConverter_MuiInputBase-input__7SkJr,.OddsConverter_odds-converter__Stc2k.OddsConverter_white__mtXol .OddsConverter_odds-row__wdq1l .OddsConverter_odds-input__rqKzy .OddsConverter_MuiInputBase-root__7fCFs{color:var(--black)}.OddsConverterAdsCard_banner__C2h9r{position:relative;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(91.84deg,#2e9bfc -2.37%,#5f8bff 33.59%,#113758 75.64%);border-radius:12px;padding:30px 40px;color:#fff;overflow:hidden;width:100%;box-sizing:border-box}.OddsConverterAdsCard_content__FcQD6{display:flex;flex-direction:column;gap:10px;z-index:2;position:relative}@media(max-width:460px){.OddsConverterAdsCard_content__FcQD6{gap:20px}}.OddsConverterAdsCard_title___Hntv{margin:0;max-width:595px;font-family:Unbounded;font-weight:600;font-size:36px;line-height:120%;letter-spacing:0;color:#cfff47}@media(max-width:992px){.OddsConverterAdsCard_title___Hntv{max-width:440px}}@media(max-width:768px){.OddsConverterAdsCard_title___Hntv{font-size:24px;max-width:286px}}.OddsConverterAdsCard_subtitle__046pg{font-weight:300;font-style:Light;font-size:16px;line-height:140%;letter-spacing:0}@media(max-width:768px){.OddsConverterAdsCard_subtitle__046pg{font-size:14px}}.OddsConverterAdsCard_imageWrapper__6z0J_{position:absolute;top:50%;left:60%;bottom:0;transform:translate(-50%,-50%);z-index:1}@media(max-width:1200px){.OddsConverterAdsCard_imageWrapper__6z0J_{right:-50px;left:unset}}@media(max-width:768px){.OddsConverterAdsCard_imageWrapper__6z0J_{right:-190;left:unset}}.OddsConverterAdsCard_image__JsOMe{height:auto;object-fit:contain;opacity:.9;max-width:300px}@media(max-width:992px){.OddsConverterAdsCard_image__JsOMe{max-width:220px}}@media(max-width:492px){.OddsConverterAdsCard_image__JsOMe{display:none}}@media(max-width:1200px){.OddsConverterAdsCard_button__WCm6n{display:none}}.others-card{background:var(--bg-modal);border-radius:20px;box-shadow:0 0 29px 0 rgba(231,231,231,.16);width:410px;display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:22px}.others-card__col{color:var(--grey);font-family:Montserrat;font-size:14px;font-weight:400}.others-card__col:first-child{margin-right:102px}.others-card__col:last-child{margin-left:40px}.others-card__text{text-decoration:none;color:var(--text);font-family:Montserrat;font-size:14px;line-height:110%;margin-bottom:0}.others-card__text:first-child{width:110px}.others-card__text:nth-child(2){width:20px;text-align:center;margin-left:0}.others-card__text:last-child{width:115px;text-align:center}.paginator{display:flex}.paginator-text{font-family:Unbounded;color:var(--black-main);font-size:16px;font-weight:300;margin-right:40px;cursor:pointer}.paginator-text__chosen{cursor:pointer;color:#5f8bff;border-bottom:1px solid #5f8bff}.previous-filter-body{position:absolute;z-index:3;display:flex;flex-direction:column;justify-content:start;align-items:start;border:2px solid var(--green);width:323px;background:var(--bg-modal);border-radius:10px;padding:10px;flex-wrap:wrap}.previous-filter-header{display:flex;align-items:center;cursor:pointer;min-width:186px;font-size:14px;font-weight:300;color:var(--black-main);padding:10px;border-radius:100px 0 0 100px;border:1px solid #808395}.previous-filter-header span{margin-right:10px}.previous-filter-grid{display:grid;width:100%;grid-template-columns:repeat(auto-fill,92px);grid-gap:5px 10px}.previous-filter__item{display:flex;align-items:center;justify-content:center;font-size:14px;min-width:92px;cursor:pointer;font-weight:300;margin-right:5px;padding:10px 15px;border:1px solid #808395;border-radius:100px;margin-bottom:10px}.previous-filter__item_active{color:var(--date-picker-text-color);background:var(--green)}.previous-filter__button{border:none;display:flex;justify-content:center;align-items:center;background:var(--blue);border-radius:100px;color:var(--white);font-family:Montserrat;padding:5px 30px;margin-left:auto;margin-top:auto}.profile-tabs-container{width:100%}.profile-tabs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}@media(max-width:768px){.profile-tabs-header{margin-bottom:20px}}.profile-tabs{display:flex;max-width:952px;margin-bottom:35px;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}@media(max-width:1200px){.profile-tabs{max-width:100%;justify-content:flex-start;gap:20px}}@media(max-width:768px){.profile-tabs{display:none}}.profile-tabs__title{font-size:36px;font-weight:600;margin-bottom:0}@media(max-width:992px){.profile-tabs__title{font-size:28px}}@media(max-width:768px){.profile-tabs__title{font-size:24px}}@media(max-width:480px){.profile-tabs__title{font-size:20px}}.profile-tabs__tab{cursor:pointer;padding-bottom:7px;font-weight:300;font-size:16px;color:var(--grey-secondary);text-decoration:none;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.profile-tabs__tab:hover{color:var(--blue)}.profile-tabs__tab_active{border-bottom:1px solid var(--blue);color:var(--blue)}@media(max-width:1200px){.profile-tabs__tab{font-size:14px;padding:0 8px 6px}}.profile-tabs-mobile{display:none;position:relative}@media(max-width:768px){.profile-tabs-mobile{display:block}}.profile-tabs-mobile__toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid var(--grey-secondary);border-radius:8px;background:var(--bg-modal);color:var(--grey-secondary);font-size:16px;cursor:pointer;min-width:160px;transition:all .2s ease}.profile-tabs-mobile__toggle:hover{border-color:var(--blue);color:var(--blue)}.profile-tabs-mobile__current{font-weight:500}.profile-tabs-mobile__arrow{font-size:12px;margin-left:8px}.profile-tabs-mobile__dropdown{position:absolute;top:100%;left:0;right:0;background:var(--bg-modal);border:1px solid var(--grey-secondary);border-radius:8px;margin-top:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;max-height:300px;overflow-y:auto}.profile-tabs-mobile__tab{display:block;padding:12px 16px;font-size:14px;color:var(--grey-secondary);text-decoration:none;border-bottom:1px solid #f0f0f0;transition:all .2s ease}.profile-tabs-mobile__tab:last-child{border-bottom:none}.profile-tabs-mobile__tab:hover{border-color:var(--blue);color:var(--blue)}.profile-tabs-mobile__tab_active{background:var(--bg-modal);color:var(--blue);font-weight:500}@media(max-width:480px){.profile-tabs-header{flex-direction:column;align-items:flex-start;gap:15px}.profile-tabs-mobile{width:100%}.profile-tabs-mobile__toggle{width:100%;min-width:auto}.profile-tabs-mobile__dropdown,.profile-tabs__title{width:100%}}@media(min-width:769px)and (max-width:1200px){.profile-tabs{margin-bottom:25px}.profile-tabs__tab{font-size:15px;padding:0 12px 8px}}@media(max-width:400px){.label-size{font-size:13px}}.referee-bar{display:flex;background:var(--bg-modal);margin-bottom:40px;border:1px solid var(--blue);border-radius:100px;padding:16px 60px;align-items:center}.referee-bar__league{font-family:Montserrat;font-size:16px;margin-bottom:0;margin-right:30px;color:var(--grey)}.referee-bar__img{max-width:54px;margin-right:20px}.referee-bar__name{font-size:24px}.referee-bar__name,.referee-bar__status{font-family:Montserrat;margin-right:20px;margin-bottom:0}.referee-bar__status{font-size:16px;color:var(--white);padding:2px 5px;background:#97cea7;border-radius:100px}.referee-bar-stats{margin-left:auto;display:flex;flex-wrap:wrap;gap:20px}.referee-bar-stats__item{white-space:nowrap;font-family:Montserrat;margin-right:20px}.referee-bar-stats__item:first-child,.referee-bar-stats__item:nth-child(2){margin-bottom:20px}.referee-bar-stats__item:nth-child(3),.referee-bar-stats__item:nth-child(4){margin-bottom:0}.referee-bar-stats__item:first-child{margin-left:15px}.referee-bar-stats__item span{color:var(--blue);margin-left:5px}.referees-cards{display:flex;gap:30px}.referees-cards__items{display:flex;flex-direction:column;gap:10px}.referees-cards__item{width:629px;height:37px;padding:10px;text-align:center;border-radius:100px;color:var(--grey-secondary);font-family:Unbounded;font-size:14px;font-weight:300}.result-bar{display:flex;margin-bottom:40px;padding:40px 60px;align-items:center;background:var(--bg-modal);border:1px solid var(--blue);border-radius:100px;width:100%}.result-bar__img{max-width:100px;margin-right:20px;object-fit:contain}.result-bar__name{color:var(--black-main);font-family:Unbounded;font-size:20px;margin-bottom:0}.result-bar__score{font-size:20px;font-weight:600;margin-bottom:0}.result-bar__coach{font-family:Montserrat;font-size:16px;color:var(--grey);margin-bottom:0}.result-bar-row{display:flex;flex-basis:120px;justify-content:space-between;max-width:120px;margin-right:20px}.result-bar-row__item{width:20px;height:20px;border-radius:50%;margin-right:5px}.result-bar-row__item-win{background:var(--green)}.result-bar-row__item-lose{background:var(--red)}.result-bar-row__item-draw{background:var(--yellow-main)}.result-bar__league{font-family:Unbounded;font-size:20px;color:var(--grey);margin-bottom:0;margin-left:20px}.search{display:flex;background:rgba(0,0,0,0);align-items:center;padding:10px 20px;border:1px solid var(--search-hd);border-radius:100px;flex-basis:323px;min-width:323px}@media screen and (max-width:425px){.search{min-width:100%;flex-basis:unset}}.search__input{font-size:16px;border:none;font-family:Montserrat;background:rgba(0,0,0,0);width:100%}.search__input::placeholder{color:var(--search-hd)}.selector-filter{width:fit-content}.selector-filter-body{position:absolute;z-index:3;display:flex;flex-direction:column;justify-content:start;align-items:start;border:2px solid var(--grey-secondary);width:323px;background:var(--bg-modal);border-radius:10px;padding:10px;flex-wrap:wrap}.selector-filter-header{display:flex;align-items:center;cursor:pointer;font-size:14px;font-weight:300;color:var(--grey-secondary);padding:10px;border-radius:100px;border:1px solid var(--grey-secondary)}.selector-filter-header span{margin-right:10px}.selector-filter-grid{display:flex;flex-wrap:wrap;width:100%}.selector-filter__item{display:flex;align-items:center;justify-content:center;font-size:14px;min-width:92px;width:fit-content;cursor:pointer;font-weight:300;margin-right:5px;padding:10px 15px;border:1px solid var(--grey-secondary);border-radius:100px;margin-bottom:10px}.selector-filter__item_active{color:var(--black-main);background:var(--green)}.selector-filter__button{border:none;display:flex;justify-content:center;align-items:center;background:var(--green);border-radius:100px;color:var(--text);font-family:Montserrat;padding:5px 30px;margin-left:auto;margin-top:auto}.standings-cards{display:flex;gap:30px;margin-top:20px}.standings-cards__items{display:flex;flex-direction:column;gap:10px}.standings-cards__item{max-width:410px;max-height:37px;padding:10px;text-align:center;border-radius:100px;color:var(--grey-secondary);font-family:Unbounded;font-size:14px;font-weight:300}@media(max-width:1435px){.referees-cards{flex-direction:column;gap:10px}}.stats-card{width:770px;background:#fff}.stats-card p{color:#14151b}.stats-card h4{color:var(--black-main)}.stats__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1280px}.stats__cards-item{background:var(--bg-modal);padding:20px;border-radius:10px;color:var(--black);font-family:Montserrat;font-size:16px;font-weight:400;box-sizing:border-box;overflow:hidden}@media(max-width:850px){.stats__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats__cards{grid-template-columns:1fr;text-align:center}}.stats__percentage{display:flex;padding:40px;flex-direction:column;gap:30px;border-radius:20px;background:var(--bg-modal);width:100%;box-sizing:border-box;overflow:hidden}.stats__percentage-title{color:var(--black);font-family:Unbounded;font-size:20px;font-weight:600;margin-bottom:10px}.stats__percentage-items{display:flex;width:100%;position:relative}.stats__percentage-item{display:flex;flex-direction:column;flex-shrink:0}.stats__percentage-item-text{color:var(--grey-secondary);font-family:Unbounded;font-size:16px;font-weight:300;margin-bottom:8px;white-space:nowrap}.stats__percentage-item-line{display:flex;justify-content:center;align-items:center;color:#fff;font-family:Unbounded;font-size:16px;font-weight:500;height:40px;position:relative;z-index:1;transition:all .3s ease;min-width:40px}.stats__percentage-item-line-home{background:#97cea7;border-radius:100px 0 0 100px}.stats__percentage-item-line-draw{background:#ffc047;margin-left:-20px;z-index:2}.stats__percentage-item-line-away{background:#ff5f5f;margin-left:-20px;z-index:3;border-radius:0 100px 100px 0}.stats__percentage-item-line-goal{background:#fff;border:1px solid #000;color:#000}.stats__percentage-item-line-goal.goal-first{border-radius:100px 0 0 100px}.stats__percentage-item-line-goal.goal-middle{margin-left:-20px;z-index:2}.stats__percentage-item-line-goal.goal-last{margin-left:-20px;z-index:3;border-radius:0 100px 100px 0}@media(max-width:1024px){.stats__percentage{padding:30px;gap:25px}.stats__percentage-title{font-size:18px}.stats__percentage-item-text{font-size:14px;margin-bottom:6px}.stats__percentage-item-line{height:35px;font-size:14px;min-width:35px}.stats__percentage-item-line .goal-last,.stats__percentage-item-line .goal-middle,.stats__percentage-item-line-away,.stats__percentage-item-line-draw{margin-left:-15px}}@media(max-width:768px){.stats__percentage{padding:24px;gap:20px}.stats__percentage-title{font-size:16px}.stats__percentage-item-text{font-size:13px;margin-bottom:5px}.stats__percentage-item-line{height:30px;font-size:12px;min-width:30px}.stats__percentage-item-line .goal-last,.stats__percentage-item-line .goal-middle,.stats__percentage-item-line-away,.stats__percentage-item-line-draw{margin-left:-12px}}@media(max-width:576px){.stats__percentage{padding:20px 16px;gap:16px}.stats__percentage-title{font-size:15px}.stats__percentage-item-text{font-size:12px}.stats__percentage-item-line{height:26px;font-size:11px;min-width:25px}.stats__percentage-item-line .goal-last,.stats__percentage-item-line .goal-middle,.stats__percentage-item-line-away,.stats__percentage-item-line-draw{margin-left:-10px}}@media(max-width:375px){.stats__percentage{padding:16px 12px;gap:14px}.stats__percentage-title{font-size:14px}.stats__percentage-item-text{font-size:11px}.stats__percentage-item-line{height:24px;font-size:10px;min-width:22px}.stats__percentage-item-line .goal-last,.stats__percentage-item-line .goal-middle,.stats__percentage-item-line-away,.stats__percentage-item-line-draw{margin-left:-8px}}.stats-table{display:flex;flex-direction:column}.stats-table-load{cursor:pointer;color:var(--blue);margin:8px auto 0;line-height:20px;font-family:Montserrat;padding-bottom:2px;text-decoration:underline}.stats-table-header{display:grid;grid-template-columns:210px 200px 160px 200px 200px 160px 50px 110px;background:#5f8bff;border-radius:10px 10px 0 0}.stats-table-header p{cursor:pointer;font-family:Montserrat;font-size:14px;color:#fff;margin-bottom:0;display:flex;justify-content:center;border-right:1px solid #5074d1;padding:10px 0}.stats-table-header p:last-child{border:none;cursor:unset}.stats-table-header p:first-child{cursor:unset}.stats-table-header__cell_active:after{content:url(/_next/static/media/stats-arrow.d2e3d193.svg);margin-left:4px;top:-2px;display:inline-block}.stats-table-row{display:grid;grid-template-columns:210px 200px 160px 200px 200px 160px 50px 115px;background:#fff;text-align:center}.stats-table-row:last-child :first-child{border-bottom-left-radius:10px}.stats-table-row:last-child:last-child{border-bottom-right-radius:10px;overflow:hidden}.stats-table-row p{font-family:Montserrat;color:#000;font-size:14px;margin-bottom:0;display:flex;align-items:center;justify-content:center;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;padding:12px 0}.stats-table-row p:last-child{border-right:none}.stats-table-row p:first-child{border-left:1px solid #d9d9d9}.stats-table-row{border-right:1px solid #d9d9d9}.stats-table-row__button{background:#5f8bff;border-radius:5px;padding:5px 10px;font-family:Montserrat;font-weight:500;font-size:10px;color:#fff;border:none}.reverse:after{transform:rotate(-180deg)}.team-bar{display:flex;margin-bottom:100px;padding:40px 60px;align-items:center;background:var(--bg-modal);border:1px solid var(--blue);border-radius:100px;width:100%}@media(max-width:600px){.team-bar{flex-direction:column;padding:20px 40px}}.team-bar__img{max-width:74px;margin-right:20px}@media(max-width:500px){.team-bar__img{max-width:30px}}.team-bar-item,.team-bar-itemSecond{display:flex;align-items:center}.team-bar__name{margin-bottom:0;margin-right:20px;font-family:Montserrat;font-size:24px}@media(max-width:1000px){.team-bar__name{font-size:19px}}@media(max-width:500px){.team-bar__name{font-size:14px}}.team-bar__coach{font-family:Montserrat;font-size:20px;color:#808395;margin-bottom:0;margin-right:20px}@media(max-width:1000px){.team-bar__coach{font-size:14px}}@media(max-width:500px){.team-bar__coach{font-size:12px}}.team-bar-row{display:flex;flex-basis:120px;justify-content:space-between;max-width:120px;margin-right:20px}.team-bar-row__item{width:20px;height:20px;border-radius:50%;margin-right:5px}@media(max-width:500px){.team-bar-row__item{width:10px;height:10px}}.team-bar-row__item-win{background:#cfff47}.team-bar-row__item-lose{background:#ff5f5f}.team-bar-row__item-draw{background:#ffc047}.team-bar__league{font-family:Montserrat;font-size:20px;color:#808395;margin-bottom:0;margin-left:20px}@media(max-width:1000px){.team-bar__league{font-size:14px}}@media(max-width:500px){.team-bar__league{font-size:12px}}.team-ranked-filter{align-self:flex-start;cursor:pointer;display:flex;border-radius:100px 100px 100px 100px;overflow:hidden;border-right:none}.team-ranked-filter div:first-child{border-radius:100px 0 0 100px;border:1px solid #808395;border-right:none}.team-ranked-filter div:last-child{border-radius:0 100px 100px 0;border:1px solid #808395;border-left:none}.team-ranked-filter__item{border-right:1px solid #808395;padding:10px;font-size:14px;font-weight:300}.team-ranked-filter__item-disabled{cursor:auto;border-top:1px solid var(--grey);border-bottom:1px solid var(--grey);border-right:none;border-left:none}.team-ranked-filter__item_active{background:var(--green)}.team-ranked-filter__input{display:flex;font-size:14px;font-weight:300;max-width:55px;background:var(--bg-modal);justify-content:center;text-align:center;align-items:center;border:1px solid #5f8bff;padding:10px}.team-ranked-filter__input-second{border-top-right-radius:100px;border-bottom-right-radius:100px}.time-filter{align-self:flex-start;cursor:pointer;display:flex;flex-wrap:wrap;border-radius:100px;overflow:hidden;border:1px solid var(--grey);border-right:none}.time-filter__body{display:flex}@media(max-width:610px){.time-filter__body>:nth-child(3){border-radius:0 100px 100px 0!important}.time-filter{row-gap:10px;border:none;border-radius:0}.time-filter>:first-child{border-radius:100px!important;border:1px solid var(--grey)}}.time-filter__item{border-right:1px solid var(--grey);padding:10px;font-size:14px;font-weight:300;white-space:nowrap}.time-filter__item-disabled{border-right:none;border-left:none}.time-filter__item_active{background:var(--green)}.time-filter__input{display:flex;font-size:14px;font-weight:300;max-width:55px;background:var(--bg-modal);justify-content:center;text-align:center;align-items:center;border:1px solid #5f8bff;padding:10px}.time-filter__input-second{border-top-right-radius:100px;border-bottom-right-radius:100px}@media(max-width:610px){.time-range-block{border:1px solid var(--grey);border-radius:100px 0 0 100px!important}}.time-filter-to{border-top:1px solid var(--grey);border-bottom:1px solid var(--grey)}.referees-card{background:var(--bg-modal);width:410px;height:600px;display:flex;flex-direction:column;padding:0;box-shadow:0 0 29px 0 rgba(231,231,231,.16);border-radius:20px;overflow:hidden}.referees-card__header{padding:40px 40px 20px;background:var(--bg-modal);border-bottom:1px solid var(--button-background);flex-shrink:0}.referees-card__subtitle{font-size:20px;font-weight:600;margin-bottom:20px}.referees-card__pointers{display:flex;justify-content:start;align-items:center}.referees-card__pointers .referees-card__pointer{margin-left:45%;font-weight:600;color:var(--black)}.referees-card__pointers .referees-card__pointer:nth-child(2){margin-left:26%}.referees-card__content{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 40px}.referees-card__content::-webkit-scrollbar{width:6px}.referees-card__content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;margin:10px 0}.referees-card__content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.referees-card__content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.referees-card__item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--grey);transition:background-color .2s ease}.referees-card__item:last-child{border-bottom:none}.referees-card__item:hover{background-color:var(--border-table);border-radius:8px;margin:0 -10px;padding:12px 10px}.referees-card__link{text-decoration:none;flex:1}.referees-card__name{width:96px;font-size:16px;font-family:Montserrat;color:var(--black);margin:0;cursor:pointer}.referees-card__name:hover{color:#5074d1;text-decoration:underline}.referees-card__params{text-align:center;width:110px;color:#808395;font-family:Montserrat;font-size:16px;margin:0;flex-shrink:0}.referees-card__footer{padding:20px 40px;border-top:1px solid var(--black);background:var(--bg-modal);flex-shrink:0}.matches__card-loadmore{cursor:pointer;text-align:center;margin:0;padding:12px;color:#5074d1;font-weight:600;transition:all .2s ease;border-radius:8px}.matches__card-loadmore:hover{background-color:var(--border-table);color:#405fb8}.matches__card-loadmore:active{transform:scale(.98)}@media(max-width:1400px){.referees-card{width:100%;height:500px}.referees-card__header{padding:20px}.referees-card__content{padding:0 20px}.referees-card__footer{padding:15px 20px}.referees-card__name,.referees-card__params{width:80px;font-size:14px}.referees-card__pointers .referees-card__pointer{margin-left:40%}.referees-card__pointers .referees-card__pointer:nth-child(2){margin-left:20%}}.stats-card{width:850px;background:var(--bg-modal);padding:40px;border-radius:20px;box-shadow:0 0 29px 0 rgba(231,231,231,.16)}.stats-card p{color:var(--text);font-family:Montserrat;font-size:14px;font-weight:400}.stats-card h4{color:var(--grey);text-align:center;font-family:Unbounded;font-size:16px;font-weight:300;margin-bottom:0}.container-partners{max-width:1290px;padding:40px;margin:0 auto}@media(max-width:500px){.container-partners{padding:40px 20px}}@media(max-width:380px){.container-partners{padding:40px 10px}}.img{background:#fff;min-width:217px;min-height:217px;display:flex;align-items:center;justify-content:center;border-radius:10px}@media(max-width:500px){.img{min-width:150px;min-height:150px;width:150px;height:150px}}.img-item{width:100%;height:100%;object-fit:contain;max-width:184px;max-height:184px}@media(max-width:500px){.img-item{width:150px;height:150px}}.card-container{display:flex;gap:20px;width:100%;max-width:590px}.text{max-width:410px;display:flex;flex-direction:column;gap:10px}.text-title{font-weight:600;font-size:20px}@media(max-width:500px){.text-title{font-size:16px}}.text-subTitle{font-weight:200;color:var(--black-main);font-size:16px}@media(max-width:500px){.text-subTitle{font-family:Montserrat;font-weight:400;font-size:14px;leading-trim:NONE;line-height:140%;letter-spacing:0}}.plan-card{background-color:var(--bg-modal);border-radius:16px;position:relative;padding:60px 40px;box-shadow:0 4px 12px rgba(0,0,0,.05);text-align:center;max-width:410px;min-width:305px;max-height:380px;width:100%;font-family:Unbounded,sans-serif}.plan-card__badge{display:inline-block;position:absolute;padding:8px 20px;border-radius:100px;max-width:145px;width:100%;font-size:18px;top:-20px;left:50%;transform:translateX(-50%);text-align:center;font-weight:600;font-size:32px}.plan-card__price{font-size:32px;font-weight:600;color:var(--blue);margin:20px 0}.plan-card__features{list-style:none;padding:0;margin:25px 0;text-align:left;font-size:14px;line-height:1.6}.plan-card__features li{margin:8px 0;color:var(--text);font-size:16px;display:flex;align-items:center;max-height:25px;font-family:Montserrat;font-weight:400}.plan-card__features li:before{content:"•";color:#5f8bff;font-size:32px;font-weight:700;margin-right:12px}.plan-card__button{width:100%;padding:12px 20px;border:none;border-radius:100px;font-weight:500;font-size:16px;cursor:pointer;transition:background-color .2s ease}.plan-card__button:hover{opacity:.9}.plan-card__button:active{transform:scale(.98)}.subscription-table-header{grid-template-columns:39% 20% 20% 20%;margin-bottom:16px;display:grid}@media(max-width:780px){.subscription-table-header{grid-template-columns:33% 33% 33%}}@media(max-width:430px){.subscription-table-header{margin:80px 0 0}}@media(max-width:780px){.header-nameless-block{display:none}}.subscription-plan-header{display:flex;flex-direction:column;align-items:center;text-align:center}.subscription-plan-header .subscription-plan-title{font-weight:600;font-size:36px;margin-bottom:8px}@media(max-width:430px){.subscription-plan-header .subscription-plan-title{font-size:24px}}@media(max-width:480px){.subscription-plan-header .subscription-plan-button{display:none}}.mobile-subscription-table{display:none}@media(max-width:780px){.mobile-subscription-table{display:block}}.mobile-subscription-table .mobile-feature-row-item{padding:12px}@media(max-width:780px){.mobile-subscription-table .mobile-feature-row-item{border:none}}.mobile-subscription-table .mobile-feature-row-item:nth-child(2n){background-color:var(--bg-plans-table)}@media(max-width:780px){.mobile-subscription-table .mobile-feature-row-item:nth-child(2n){background-color:rgba(0,0,0,0)}}.mobile-subscription-table .mobile-feature-row-item:nth-child(odd){background-color:var(--bg-modal)}@media(max-width:780px){.mobile-subscription-table .mobile-feature-row-item:nth-child(odd){background-color:rgba(0,0,0,0)}}.mobile-subscription-table .mobile-feature-name-text{font-weight:780;margin-bottom:8px}@media(max-width:780px){.mobile-subscription-table .mobile-feature-name-text{background-color:var(--bg-plans-table);padding:5px}}.mobile-subscription-table .mobile-feature-values-container{display:flex;justify-content:space-between}.mobile-subscription-table .mobile-feature-values-container .mobile-feature-value{text-align:center;flex:1}.desktop-subscription-table{min-width:100%;border-collapse:separate;font-size:.875rem;table-layout:fixed;border-spacing:30px 0;display:table}@media(max-width:780px){.desktop-subscription-table{display:none}}.desktop-subscription-table colgroup .column-feature-name{width:40%}.desktop-subscription-table colgroup .column-basic-plan,.desktop-subscription-table colgroup .column-enterprise-plan,.desktop-subscription-table colgroup .column-pro-plan{width:20%}.desktop-subscription-table tbody .desktop-feature-row:nth-child(2n){background-color:var(--bg-plans-table)}.desktop-subscription-table tbody .desktop-feature-row:nth-child(odd){background-color:var(--bg-modal)}.desktop-subscription-table tbody .desktop-feature-cell{padding:12px}.desktop-subscription-table tbody .desktop-feature-cell.desktop-feature-name-cell{max-width:40%}.desktop-subscription-table tbody .desktop-feature-cell.desktop-feature-value-cell{text-align:center;max-width:20%}.PaymentModal_modal__Qzuvd{border-radius:16px;max-width:630px;width:100%;position:relative}.PaymentModal_modal__Qzuvd .PaymentModal_header__Fv7gZ{text-align:center;margin-bottom:30px}.PaymentModal_modal__Qzuvd .PaymentModal_header__Fv7gZ .PaymentModal_title__rUpGi{color:var(--blue);font-weight:600;font-style:SemiBold;font-size:36px;text-align:center}.PaymentModal_modal__Qzuvd .PaymentModal_content__B1IAv .PaymentModal_description__5K2XM{color:var(--grey-secondary);margin:0 0 20px;font-family:Montserrat;font-size:16px;text-align:center}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_{display:flex;flex-direction:column;gap:16px}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_field__nrvn_{display:flex;flex-direction:column;gap:8px}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_field__nrvn_ .PaymentModal_label__uAXe2{color:var(--grey);font-family:Montserrat;font-weight:400;font-size:16px}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_field__nrvn_ .PaymentModal_label__uAXe2 .PaymentModal_required__DJueT{color:#ef4444}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_field__nrvn_ .PaymentModal_input__2nsYM{padding:12px 16px;border:1px solid #d1d5db;border-radius:100px;min-width:265px;width:100%;font-size:16px;font-family:Montserrat;font-weight:400;color:var(--text);outline:none;transition:border-color .2s ease}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_field__nrvn_ .PaymentModal_input__2nsYM:focus{border-color:#5f8bff}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_field__nrvn_ .PaymentModal_input__2nsYM::placeholder{color:#9ca3af;font-family:Montserrat;font-weight:400;font-size:16px}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_field__nrvn_ .PaymentModal_inputError__RkBan{border-color:#ef4444}.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_fieldRow__dAE5I{display:flex;gap:16px}@media(max-width:610px){.PaymentModal_modal__Qzuvd .PaymentModal_fields__jP97_ .PaymentModal_fieldRow__dAE5I{flex-direction:column}}.PaymentModal_modal__Qzuvd .PaymentModal_error__EVp71{color:#ef4444;font-size:14px;margin-top:8px;text-align:center}.PaymentModal_modal__Qzuvd .PaymentModal_actions__N4sjh{display:flex;justify-content:center;margin-top:24px}.PaymentModal_modal__Qzuvd .PaymentModal_actions__N4sjh .PaymentModal_button__NuiW_{width:100%;height:50px;font-size:16px;font-weight:500;transition:all .2s ease}.PaymentModal_modal__Qzuvd .PaymentModal_actions__N4sjh .PaymentModal_button__NuiW_:disabled{opacity:.6;cursor:not-allowed}.PaymentModal_successStep__zLlvQ .PaymentModal_header__Fv7gZ .PaymentModal_title__rUpGi{color:#10b981}.PaymentModal_successStep__zLlvQ .PaymentModal_content__B1IAv .PaymentModal_description__5K2XM{color:var(--text)}.AuthInviteModal_modal__g5BMO{width:100%;max-width:500px;padding:24px;border-radius:12px;position:relative}.AuthInviteModal_header__KoGyu{text-align:center;margin-bottom:16px}.AuthInviteModal_title__m98me{color:var(--blue);font-weight:600;font-style:SemiBold;font-size:24px;text-align:center}.AuthInviteModal_content__bxYYf{text-align:center;margin-bottom:24px}.AuthInviteModal_description__wr1ZK{font-size:14px;color:#666;line-height:1.5;margin:0}.AuthInviteModal_actions__DFMxQ{display:flex;justify-content:center}.AuthInviteModal_button__ATK6V{width:100%;font-size:14px;font-weight:500;cursor:pointer}.AuthInviteModal_button__ATK6V:disabled{opacity:.6;cursor:not-allowed}.AuthInviteModal_inviteStep__6M1ks,.AuthInviteModal_redirectingStep__w1exk{display:flex;flex-direction:column;align-items:center}