ul{list-style:none;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}*{margin:0}a{text-decoration:none;color:inherit}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}h1,h2,h3,h4,h5,h6{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5;background-color:#1e4d2b;color:#131313;display:flex;flex-direction:column;min-height:100vh}main{margin-top:4.0625rem;flex-grow:1;display:flex;flex-direction:column;position:relative}.material-symbols-outlined{vertical-align:middle;line-height:1}.container{max-width:90rem;height:100%;margin:0 auto;padding:0 .5rem}.container--small{max-width:62rem}.section__block+.section__block{margin-top:2.5rem}.section__inner{position:relative;z-index:2}.section--margin{margin-bottom:3rem}@media (max-width: 768px){.section--margin{margin-bottom:2.5rem}}.section-bg{position:relative;padding:2.5rem 0}.section-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#1e4d2b,#1e4d2bcc 25% 75%,#1e4d2b)}.section-bg__image{position:absolute;left:0;right:0;width:0;bottom:0;width:100%;height:100%}.page__main{flex:1;width:100%}.page__layout{display:grid;align-items:flex-start;position:relative;z-index:2;gap:2rem}@media (max-width: 1024px){.page__layout{gap:1.5rem;padding:2rem 0}}.page__layout--sidebar{grid-template-columns:1fr 20rem}.page__layout--sidebar .page__sidebar{position:sticky;top:1.5rem}@media (max-width: 1024px){.page__layout--sidebar{grid-template-columns:1fr}}.page__content{min-width:0}@media (max-width: 1024px){.page__sidebar{order:2}}.page-decor__top{position:absolute;right:0;top:0;left:0}.page-decor__top:after{content:"";background:linear-gradient(0deg,#1e4d2b 5%,#1e4d2bc4 25%);position:absolute;inset:0}.page-decor__top-picture{width:100%;min-height:40rem;object-fit:cover}.page-decor__bot{position:absolute;right:0;bottom:0;left:0;z-index:-1}.page-decor__bot:after{content:"";background:linear-gradient(180deg,#1e4d2b 5%,#1e4d2bc4 25%);position:absolute;inset:0}.page-decor__bot-picture{width:100%;min-height:40rem;object-fit:cover}.visually-hidden{position:absolute!important;width:.0625rem!important;height:.0625rem!important;margin:-.0625rem!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}[hidden]{display:none!important}.sr-only{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.no-scroll{overflow:hidden}.header{background:#131313;position:fixed;top:0;right:0;left:0;z-index:1000;transition:transform .3s ease}.header.is-hidden{transform:translateY(-100%)}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:4rem;gap:1.5rem;padding:.5rem 1rem}@media (min-width: 1320px){.header__inner{gap:3rem;padding:0}}.header__logo-link{display:flex;align-items:center;gap:.75rem;transition:opacity .3s ease;flex-shrink:0}.header__logo-link .header__logo-image{height:3rem;object-fit:contain}.header__logo-link:hover{opacity:.85}.header__logo-link:focus-visible{outline:.125rem solid #ff5722;outline-offset:.25rem;border-radius:.25rem}.header__nav{position:fixed;top:0;right:0;bottom:0;width:min(80vw,20rem);background:#131313;transform:translate(100%);transition:transform .3s ease;padding:5.5rem 1.5rem 1.5rem;z-index:999;overflow-y:auto}@media (max-width: 480px){.header__nav{width:100vw}}@media (min-width: 1320px){.header__nav{position:static;transform:none;padding:0;background:#0000;box-shadow:none;width:auto;flex:1}}.header__nav-list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}@media (min-width: 1320px){.header__nav-list{flex-direction:row;align-items:center;gap:0;justify-content:flex-end}}.header__nav-item{display:flex}.header__nav-link{text-decoration:none;color:#fff;text-transform:uppercase;font-size:1rem;font-weight:500;padding:1rem .75rem;display:flex;align-items:center;width:100%;transition:background-color .25s ease,color .25s ease;border-left:.1875rem solid rgba(0,0,0,0)}@media (min-width: 1320px){.header__nav-link{font-size:.9375rem;padding:1.25rem 1rem;justify-content:center;text-align:center;border-left:none;border-bottom:.1875rem solid rgba(0,0,0,0);min-height:4rem}}.header__nav-link:hover{background:#1e4d2bd9;color:#fff}@media (min-width: 1320px){.header__nav-link:hover{background:#ff5722cc;color:#fff}}.header__nav-link:focus-visible{outline:.125rem solid #ff5722;outline-offset:-.125rem}.header__nav-link.is-active{background:#ff572226;border-left-color:#ff5722;color:#fff}@media (min-width: 1320px){.header__nav-link.is-active{background:#131313;border-left-color:#0000;border-bottom-color:gold}}.header__burger{display:inline-flex;flex-direction:column;gap:.3125rem;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;background:#0000;border:0;cursor:pointer;z-index:1001;transition:background-color .25s ease;flex-shrink:0}.header__burger:hover{background:#1e4d2bd9}.header__burger:focus-visible{outline:.125rem solid #ff5722;outline-offset:.125rem}.header__burger:active{background:#13131326}@media (min-width: 1320px){.header__burger{display:none}}.header__burger-line{width:1.5rem;height:.125rem;background:#fff;transition:transform .25s ease,opacity .25s ease;transform-origin:center;will-change:transform,opacity;border-radius:.125rem}.header__overlay{position:fixed;inset:0;background:#000000b3;opacity:0;transition:opacity .3s ease;z-index:998;pointer-events:none;backdrop-filter:blur(.125rem)}.header__overlay.is-visible{opacity:1;pointer-events:auto}@media (min-width: 1320px){.header__overlay{display:none!important}}.header--menu-open .header__nav{transform:translate(0)}.header--menu-open .header__burger-line:nth-of-type(2){transform:translateY(.4375rem) rotate(45deg)}.header--menu-open .header__burger-line:nth-of-type(3){opacity:0}.header--menu-open .header__burger-line:nth-of-type(4){transform:translateY(-.4375rem) rotate(-45deg)}.footer{position:relative;padding:3rem 0 1.5rem;background:#131313;color:#fff;margin-top:auto;border-top:.1875rem solid gold}.footer__inner{position:relative;z-index:2}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:.0625rem solid hsla(0,0%,100%,.1)}@media (max-width: 1024px){.footer__top{grid-template-columns:2fr 1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 480px){.footer__top{grid-template-columns:1fr;gap:2rem;text-align:center}}@media (max-width: 480px){.footer__top-item{display:flex;flex-direction:column;align-items:center;justify-content:center}}.footer__brand{display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.footer__brand{grid-column:1/-1;align-items:center;text-align:center}}.footer__logo{display:inline-flex;align-items:center;justify-content:flex-start;transition:opacity .3s ease}.footer__logo:hover{opacity:.8}.footer__logo:focus-visible{outline:.125rem solid gold;outline-offset:.25rem;border-radius:.25rem}.footer__logo-img{height:5rem;width:auto;max-width:12.5rem;object-fit:contain}@media (max-width: 480px){.footer__logo-img{height:4.375rem}}.footer__text{color:#857875;max-width:20rem;line-height:1.7;font-size:.875rem}@media (max-width: 768px){.footer__text{max-width:100%}}@media (max-width: 480px){.footer__nav{display:flex;flex-direction:column;align-items:center}}.footer__top-title{margin-bottom:1rem;font-size:.9375rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;position:relative;padding-bottom:.75rem}.footer__top-title:after{content:"";display:block;width:2rem;height:.125rem;background:gold;position:absolute;left:0;bottom:0;border-radius:.125rem}@media (max-width: 480px){.footer__top-title:after{left:50%;transform:translate(-50%)}}.footer__list{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}@media (max-width: 480px){.footer__list-item{text-align:center}}.footer__link{font-weight:400;font-size:.875rem;color:#857875;transition:color .3s ease,padding-left .3s ease;display:inline-block;position:relative;padding-left:0}.footer__link:before{content:"";position:absolute;left:-.75rem;top:50%;transform:translateY(-50%);width:0;height:.125rem;background:gold;transition:width .3s ease;opacity:0}.footer__link:hover{color:#fff;padding-left:1rem}@media (max-width: 480px){.footer__link:hover{padding-left:0}}.footer__link:hover:before{width:.5rem;opacity:1}@media (max-width: 480px){.footer__link:hover:before{display:none}}.footer__link:focus-visible{outline:.125rem solid gold;outline-offset:.25rem;border-radius:.125rem}.footer__privacy{text-align:center;font-size:.8125rem;font-weight:400;color:#857875;line-height:1.8}.footer__privacy .footer__link{color:#fff;text-decoration:none;transition:all .3s ease;border-bottom:.0625rem solid rgba(0,0,0,0)}.footer__privacy .footer__link:hover{color:#fff;border-bottom-color:gold}.footer__scroll-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background:#4caf50;border:.125rem solid #fff;border-radius:50%;color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 .25rem .75rem #0000001a;transition:all .3s ease;z-index:100;opacity:0;pointer-events:none}.footer__scroll-top.is-visible{opacity:1;pointer-events:auto}.footer__scroll-top:hover{background:gold;color:#fff;transform:translateY(-.25rem);box-shadow:0 .5rem 1.25rem #0003;border-color:gold}.footer__scroll-top:active{transform:translateY(-.125rem)}.footer__scroll-top:focus-visible{outline:.125rem solid gold;outline-offset:.25rem}@media (max-width: 768px){.footer__scroll-top{bottom:1.5rem;right:1.5rem;width:2.75rem;height:2.75rem;font-size:1.125rem}}.hero{margin-bottom:3rem}.hero__inner{position:relative;z-index:2}.hero__list{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border:.0625rem solid #fff;flex-wrap:wrap;margin:1rem 0;background-color:#1e4d2b}.hero__list-link{display:flex;transition:all .3s ease}.hero__list-link:hover{transform:translateY(-.25rem)}.hero__list-logo{height:3rem;width:3rem;object-fit:contain}.hero__article{position:relative;aspect-ratio:16/4;overflow:hidden;border:.0625rem solid #fff}.hero__article-bg{width:100%;height:100%;object-fit:cover}.hero__article-link{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:#fff;transition:background-color .3s ease;background:linear-gradient(19deg,#0000008c 35%,#00000026)}.hero__article-link:hover{background-color:#ff572266}.hero__article-title{font-size:3rem;line-height:1;text-transform:capitalize;font-weight:700;text-align:center;max-width:30rem;margin-bottom:1rem}.hero__article-text{color:#e0e0e0;font-size:1.25rem;text-align:center;max-width:30rem}.section-head__wrap{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}@media (max-width: 640px){.section-head__wrap{flex-direction:column}}.section-head__title{font-size:2.5rem;text-transform:uppercase;line-height:1.2;position:relative;color:#fff}.section-head__title:after{content:"";position:absolute;left:0;bottom:0;width:2rem;height:.25rem;background-color:#ff5722;border-radius:.125rem}@media (max-width: 640px){.section-head__title{text-align:center}.section-head__title:after{left:50%;transform:translate(-50%)}}.section-head__btn{display:inline-flex;align-items:center;text-transform:capitalize;justify-content:end;min-width:6.125rem;gap:.5rem;font-weight:600;color:#fff;text-decoration:none;transition:color,gap .3s ease;font-size:1.25rem}.section-head__btn:hover{color:#ff5722;gap:1rem}.section-head__icon{font-size:1.5rem}.swiper{width:100%;min-width:0;overflow:hidden}.swiper .swiper-slide{height:auto;position:relative}.swiper .card-live{height:100%}.swiper .swiper-button-prev,.swiper .swiper-button-next{display:block;position:static;color:#fff;background-color:#4caf50;border:none;z-index:10;border-radius:0;height:2.5rem;width:2.5rem;transition:all .3s ease}.swiper .swiper-button-prev:after,.swiper .swiper-button-next:after{font-size:1rem;font-weight:700;color:#fff}.swiper .swiper-button-prev:hover,.swiper .swiper-button-next:hover{background-color:gold;transform:scale(1.05)}.swiper .swiper-button-prev:active,.swiper .swiper-button-next:active{transform:scale(.98)}.swiper-button__wrap{position:relative;height:3.5rem;width:100%;display:flex;align-items:flex-end;justify-content:flex-end;gap:.25rem;padding:1.5rem 0 0;box-sizing:border-box;pointer-events:none}.swiper-button__wrap .swiper-button-prev,.swiper-button__wrap .swiper-button-next{pointer-events:auto}.swiper-button-disabled{opacity:0!important;pointer-events:none}.swiper .swiper-wrapper,.swiper .swiper-slide{min-width:0;max-width:100%;box-sizing:border-box}.swiper-pagination{position:static;margin-top:1.5rem;display:flex;justify-content:center;gap:1.5rem}.swiper-pagination .swiper-pagination-bullet{width:.625rem;height:.625rem;background:#4caf50;opacity:.5;transition:all .3s ease}.swiper-pagination .swiper-pagination-bullet-active{background:gold;opacity:1;width:1.5rem;border-radius:.3125rem}.swiper-button__wrap--large{height:4.5rem}.swiper-button__wrap--large .swiper-button-prev,.swiper-button__wrap--large .swiper-button-next{height:3rem;width:3rem}.swiper-button__wrap--large .swiper-button-prev:after,.swiper-button__wrap--large .swiper-button-next:after{font-size:1.25rem}.swiper--secondary .swiper-button-prev,.swiper--secondary .swiper-button-next{background-color:#857875}.swiper--secondary .swiper-button-prev:hover,.swiper--secondary .swiper-button-next:hover{background-color:#4caf50}.swiper--secondary .swiper-pagination-bullet-active{background:#4caf50}.swiper-button__wrap--vertical{flex-direction:column;height:auto;width:3.5rem;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);z-index:10}.swiper-button__wrap--vertical .swiper-button-prev,.swiper-button__wrap--vertical .swiper-button-next{border-radius:0}@media (max-width: 768px){.swiper-button__wrap{height:3rem;padding:1rem 0 0}.swiper-button__wrap .swiper-button-prev,.swiper-button__wrap .swiper-button-next{height:2.25rem;width:2.25rem}.swiper-button__wrap .swiper-button-prev:after,.swiper-button__wrap .swiper-button-next:after{font-size:.875rem}.swiper-button__wrap--large{height:3.5rem}.swiper-button__wrap--large .swiper-button-prev,.swiper-button__wrap--large .swiper-button-next{height:2.5rem;width:2.5rem}}.home-leagues-swiper .swiper-button__wrap{height:4.5rem}.videos-swiper .swiper-slide{transition:opacity .3s ease}.videos-swiper .swiper-slide:not(.swiper-slide-active){opacity:.6}.table{box-sizing:border-box;width:100%;overflow:hidden;border:.0625rem solid #fff}@media (max-width: 480px){.table--main .entity__name{display:none}}.table--main .table__th:first-child,.table--main .table__td:first-child{position:sticky;left:0;z-index:3;width:2rem}.table--main .table__th:first-child{background-color:#ff5722}.table--main .table__td:first-child{background-color:#fff}.table--main .table__th:nth-child(2),.table--main .table__td:nth-child(2){position:sticky;left:2rem;z-index:3}@media (max-width: 480px){.table--main .table__th:nth-child(2),.table--main .table__td:nth-child(2){left:1.34375rem}}.table--main .table__th:nth-child(2){background-color:#ff5722}.table--main .table__td:nth-child(2){background-color:#fff}.table__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;background-color:#0000}.table__wrap--scrolled{box-shadow:inset -.625rem 0 .625rem -.625rem #00000080}.table__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background-color:gold;border-bottom:.0625rem solid hsla(0,0%,100%,.1)}.table__header-title{font:700 1.25rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#fff;text-transform:uppercase;letter-spacing:.02em}.table__header-actions{display:flex;gap:.75rem}.table__table{width:100%;border-collapse:collapse;background-color:#fff;font-size:.9375rem}.table__head{background-color:#ff5722;position:sticky;top:0;z-index:10}.table__head:after{content:"";position:absolute;bottom:-.1875rem;left:0;right:0;height:.1875rem;background:linear-gradient(180deg,rgba(0,0,0,.2) 0%,transparent 100%)}.table__tr{border-bottom:.0625rem solid rgba(19,19,19,.1);transition:background-color .2s ease}.table__tr:hover{background-color:#13131308}.table__tr:last-child{border-bottom:none}.table__tr--highlighted{background-color:#ff572226}.table__tr--highlighted:hover{background-color:#ff572233}.table__tr--clickable{cursor:pointer}.table__tr--clickable:hover{background-color:#ff57221a}.table__th{padding:.75rem 1rem;font:600 .8125rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background-color:#ff5722;color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;position:relative}.table__th--sortable{cursor:pointer;user-select:none;padding-right:3rem}.table__th--sortable:hover{background-color:#ffffff0d}.table__th--sortable:after{content:"↕";position:absolute;right:.75rem;top:50%;transform:translateY(-50%);opacity:.5;font-size:.75rem}.table__th--sortable[data-sort=asc]:after{content:"↑";opacity:1}.table__th--sortable[data-sort=desc]:after{content:"↓";opacity:1}.table__td{padding:.75rem 1rem;font:400 .9375rem/1.4 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#131313;vertical-align:middle}.table__td--pos{font-weight:700;color:#131313;text-align:center}.table__td--pos .pos--1{color:gold}.table__td--pos .pos--2{color:silver}.table__td--pos .pos--3{color:#cd7f32}.table__td--pos .pos--relegation{color:#ff5722;position:relative}.table__td--pos .pos--relegation:before{content:"";position:absolute;left:0;top:0;bottom:0;width:.1875rem;background-color:#ff5722}.table__td--empty{color:#ffffff4d;text-align:center;font-style:italic}.table__td--number{font-variant-numeric:tabular-nums;text-align:right}.table__td--percent:after{content:"%";opacity:.7;margin-left:.125rem}.table__td--currency:before{content:"$";opacity:.7;margin-right:.125rem}.table .entity{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:all .2s ease;min-width:0}.table .entity:hover{color:#ff5722}.table .entity__logo{width:2rem;height:2rem;object-fit:contain}.table .entity__logo img{width:100%;height:100%;object-fit:contain}.table .entity__info{display:flex;flex-direction:column;min-width:0}.table .entity__name{font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.table .entity__meta{font-size:.75rem;color:#ffffff80;line-height:1.2}.table .form{display:inline-flex;gap:.25rem;padding:0;margin:0;list-style:none}.table .form__item{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font:700 .75rem/1 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#fff;transition:transform .2s ease;border-radius:.125rem}.table .form__item:hover{transform:scale(1.1)}.table .form__item--win{background:green}.table .form__item--draw{background:orange}.table .form__item--lose{background:#ff5722}.table .status{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;border-radius:.25rem}.table .status--live{background:#ff572233;color:#ff5722}.table .status--live:before{content:"";width:.375rem;height:.375rem;background:#ff5722;border-radius:50%;animation:pulse 2s infinite}.table .status--finished{background:#fff3;color:#fff}.table .status--scheduled{background:#13131333;color:#131313}.table .progress{display:flex;align-items:center;gap:.5rem;width:100%}.table .progress__bar{flex:1;height:.375rem;background:#ffffff1a;overflow:hidden;border-radius:.1875rem}.table .progress__fill{height:100%;background:#131313;transition:width .3s ease;border-radius:.1875rem}.table .progress__value{min-width:3ch;text-align:right;font-size:.875rem;font-weight:500}.table--compact .table__th,.table--compact .table__td{padding:.5rem .75rem;font-size:.875rem}.table--compact .entity__logo{width:1.75rem;height:1.75rem}.table--compact .form__item{width:1.25rem;height:1.25rem;font-size:.625rem}.table--sticky .table__wrap{overflow-x:auto}.table--sticky .table__th:first-child,.table--sticky .table__td:first-child{position:sticky;left:0;z-index:5;background-color:gold}.table--sticky .table__th:first-child{background-color:#ff5722;z-index:11}.table--sticky.table--sticky-two .table__th:nth-child(2),.table--sticky.table--sticky-two .table__td:nth-child(2){position:sticky;left:3.75rem;z-index:4;background-color:red}.table--sticky.table--sticky-two .table__th:nth-child(2){background-color:tan;z-index:11}.table--borderless .table__tr{border-bottom:none}.table--borderless .table__wrap,.table--borderless .table__table{background-color:#0000}.table--striped .table__tr:nth-child(2n){background-color:#ffffff05}@media (max-width: 768px){.table__header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem 1rem}.table__header-title{font-size:1.125rem}.table__th,.table__td{padding:.5rem;font-size:.875rem}.table .entity__logo{width:2rem;height:2rem}.table .entity__name{font-size:.875rem}.table .entity__meta,.table--responsive .hide-mobile{display:none}}@media (max-width: 480px){.table__th,.table__td{padding:.5rem .25rem;font-size:.8125rem}.table .entity{gap:.5rem}.table .entity__logo{width:1.75rem;height:1.75rem}.table .form__item{width:1.25rem;height:1.25rem;font-size:.625rem}}@keyframes pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.table__wrap{position:relative}.table__wrap.is-scrollable:after{content:"";position:absolute;top:0;right:0;bottom:0;width:2.5rem;background:linear-gradient(to right,transparent,rgba(0,0,0,.4));pointer-events:none;z-index:2;transition:opacity .3s ease}.table__wrap.is-scrollable.table__wrap--scrolled:after{opacity:0}.table__wrap.table__wrap--scrolled:before{content:"";position:absolute;top:0;left:0;bottom:0;width:2.5rem;background:linear-gradient(to left,transparent,rgba(0,0,0,.3));pointer-events:none;z-index:2}@media (max-width: 768px){.table__wrap.is-scrollable:after{width:3.75rem;background:linear-gradient(to right,transparent,rgba(0,0,0,.5))}.table__wrap--scrolled:before{width:3.75rem}}.privacy{max-width:50rem;padding:2.5rem 1.25rem}@media (max-width: 768px){.privacy{padding:2rem 1rem}}.privacy__header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:.125rem solid #fff}@media (max-width: 768px){.privacy__header{margin-bottom:2rem;padding-bottom:1.25rem}}.privacy__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.2}@media (max-width: 768px){.privacy__title{font-size:1.75rem}}.privacy__updated{font-size:.875rem;color:#e0e0e0;margin:0;font-style:italic}.privacy__content{margin-bottom:2.25rem}.privacy__section{margin-bottom:2.5rem}.privacy__section:last-child{margin-bottom:0}@media (max-width: 768px){.privacy__section{margin-bottom:2rem}}.privacy__section-title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.3;position:relative;padding-left:.75rem}.privacy__section-title:before{content:"";position:absolute;left:0;top:.25rem;bottom:.25rem;width:.1875rem;background:#ff5722;border-radius:.125rem}@media (max-width: 768px){.privacy__section-title{font-size:1.25rem}}.privacy__section-content{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:1rem}.privacy__section-content p{margin:0 0 1rem}.privacy__section-content p:last-child{margin-bottom:0}.privacy__section-content strong{font-weight:600;color:#fff}.privacy__section-content a{color:#ff5722;text-decoration:underline;transition:color .3s ease;font-weight:500}.privacy__section-content a:hover{color:#ff5722}.privacy__section-content a:focus-visible{outline:.125rem solid #ff5722;outline-offset:.125rem;border-radius:.125rem}@media (max-width: 768px){.privacy__section-content{font-size:.9375rem}}.privacy__subsection{margin-top:1.5rem;padding-left:1.25rem;border-left:.125rem solid #e0e0e0}@media (max-width: 768px){.privacy__subsection{padding-left:1rem}}.privacy__subsection-title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.4}@media (max-width: 768px){.privacy__subsection-title{font-size:1rem}}.privacy__subsection-content{font-size:.9375rem;line-height:1.6;color:#fff;margin:0 0 .75rem}.privacy__list{list-style:none;margin:1rem 0;padding:0}.privacy__list-item{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.9375rem;line-height:1.6;color:#fff}.privacy__list-item:before{content:"";position:absolute;left:.5rem;top:.625rem;width:.375rem;height:.375rem;background:#ff5722;border-radius:50%}.privacy__list-item:last-child{margin-bottom:0}@media (max-width: 768px){.privacy__list-item{font-size:.875rem}}.privacy__list--numbered{counter-reset:privacy-counter}.privacy__list--numbered .privacy__list-item{counter-increment:privacy-counter}.privacy__list--numbered .privacy__list-item:before{content:counter(privacy-counter) ".";position:absolute;left:0;top:0;width:auto;height:auto;background:none;border-radius:0;color:#ff5722;font-weight:700;font-size:.875rem}.privacy__note{padding:1rem 1.25rem;background:#ff57220d;border-left:.25rem solid #ff5722;border-radius:.25rem;margin:1.5rem 0}.privacy__note p{margin:0;font-size:.9375rem;line-height:1.6;color:#fff}.privacy__note strong{color:#ff5722}.privacy__table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}.privacy__table th{background:#fff;color:#fff;font-weight:600;padding:.75rem 1rem;text-align:left;border-bottom:.125rem solid #e0e0e0}.privacy__table td{padding:.75rem 1rem;border-bottom:.0625rem solid #e0e0e0;color:#fff}.privacy__table tr:hover{background:#ff572205}.privacy__footer{margin-top:2.25rem;padding-top:2rem;border-top:.125rem solid #e0e0e0;background:#ff572205;padding:2rem;border-radius:.5rem}@media (max-width: 768px){.privacy__footer{margin-top:2.5rem;padding:1.5rem 1.25rem}}.privacy__footer-title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1.25rem}@media (max-width: 768px){.privacy__footer-title{font-size:1.25rem}}.privacy__contact{font-size:.9375rem;line-height:1.8;color:#fff}.privacy__contact p{margin:0 0 .75rem}.privacy__contact p:last-child{margin-bottom:0}.privacy__contact strong{font-weight:600;color:#fff;margin-right:.5rem}.privacy__link{color:#ff5722;text-decoration:none;font-weight:500;transition:all .3s ease}.privacy__link:hover{color:#ff5722;text-decoration:underline}.privacy__link:focus-visible{outline:.125rem solid #ff5722;outline-offset:.125rem;border-radius:.125rem}.breadcrumbs{padding:1.5rem 0}.breadcrumbs-block{background-color:#ff5722;margin-bottom:2rem;position:relative;z-index:2}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding-left:0}.breadcrumbs__item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.4;font-weight:500}@media (max-width: 600px){.breadcrumbs__item{font-size:.8125rem}}.breadcrumbs__link{color:#fff;font-weight:600;transition:color .3s ease}.breadcrumbs__link:hover{text-decoration:underline}.breadcrumbs__link:focus-visible{outline:.125rem solid #fff;outline-offset:.125rem;border-radius:.25rem}.breadcrumbs__current{color:#e0e0e0;font-weight:600}.breadcrumbs__separator{color:#e0e0e0;user-select:none;font-size:.75rem}.page-header{position:relative;padding:3rem 0;z-index:2}.page-header:after{content:"";position:absolute;inset:0;background-color:#ff5722a6}.page-header__bg{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:top}.page-header__title{font-size:2.5rem;line-height:1;text-transform:capitalize;color:#fff}.calendar{position:relative}.calendar__wrap{display:flex;align-items:flex-start;gap:2rem;margin-top:1rem}@media (max-width: 1024px){.calendar__wrap{flex-direction:column;align-items:stretch;gap:1.25rem}}@media (max-width: 480px){.calendar__wrap{gap:1rem;margin-top:.75rem}}.calendar__bar{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.calendar__bar{justify-content:center}}.calendar__title{font-weight:700;font-size:1.25rem;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:11.25rem}@media (max-width: 480px){.calendar__title{font-size:1.125rem;min-width:10rem}}.calendar__month,.calendar__year{color:#fff}.calendar__nav{-webkit-appearance:none;appearance:none;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;display:grid;place-items:center;width:2.5rem;height:2.5rem;border:.0625rem solid hsla(0,0%,100%,.2);background:#fff;color:#131313;transition:all .2s ease}.calendar__nav:hover{background-color:#ff5722;border-color:#ff5722;color:#fff;transform:translateY(-.0625rem)}.calendar__nav--toggle{position:relative}.calendar__nav--toggle[aria-pressed=true]{background-color:#ff5722;border-color:#ff5722}.calendar__nav:focus-visible{outline:.125rem solid #ff5722;outline-offset:.125rem}.calendar__nav--today .calendar__nav-icon{font-size:1.125rem}.calendar__grid{flex-shrink:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;position:relative;min-width:20rem}@media (max-width: 640px){.calendar__grid{min-width:100%}}@media (max-width: 480px){.calendar__grid{min-width:17.5rem}}.calendar__compact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:.375rem;width:100%}@media (max-width: 640px){.calendar__compact-grid{grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr));gap:.5rem}}@media (max-width: 480px){.calendar__compact-grid{grid-template-columns:repeat(auto-fit,minmax(5rem,1fr));gap:.375rem}}.calendar__compact-grid .calendar__cell{border-radius:.375rem;aspect-ratio:1.2/1;border:.125rem solid rgba(255,87,34,.3);background:#ff57221a}.calendar__compact-grid .calendar__cell .calendar__daynum{font-size:1rem;font-weight:700}.calendar__compact-grid .calendar__cell .calendar__badge{background:#ff5722;border:.125rem solid #fff}.calendar__no-matches{grid-column:1/-1;text-align:center;color:#fff;border-radius:.5rem;font-style:italic;padding:2.5rem 1.25rem;background:#ffffff1a;margin-top:1.25rem}.calendar__dow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;grid-area:1/1/2/8;margin-bottom:.5rem}.calendar__dow span{font-size:.875rem;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;padding:.5rem .25rem}.calendar__cell{-webkit-appearance:none;appearance:none;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;position:relative;aspect-ratio:1/1;border:.0625rem solid #e0e0e0;padding:.5rem;display:flex;flex-direction:column;gap:.25rem;background:#fff;color:#131313;transition:all .2s ease;min-height:3rem}@media (max-width: 1024px){.calendar__cell{min-height:2.75rem;padding:.375rem;aspect-ratio:2/1.2}}@media (max-width: 768px){.calendar__cell{aspect-ratio:1/1;min-height:1.5rem}}@media (max-width: 640px){.calendar__cell{aspect-ratio:1.2/1;min-height:2.25rem;padding:.25rem}}@media (max-width: 480px){.calendar__cell{min-height:2rem;padding:.1875rem}}.calendar__cell:hover{background-color:#ff5722;border-color:#ff57224d;transform:translateY(-.0625rem)}.calendar__cell--muted{opacity:.4;cursor:default}.calendar__cell--muted:hover{background-color:#fff;border-color:#ffffff1a;transform:none}.calendar__cell[aria-selected=true]{background-color:gold;color:#fff;border-color:#fff;transform:translateY(-.0625rem)}.calendar__cell[aria-selected=true] .calendar__daynum{color:#fff}.calendar__cell[aria-selected=true] .calendar__badge{background:#fff;color:#ff5722}.calendar__cell.calendar__today{border-color:#ff5722;border-width:.125rem}.calendar__cell.calendar__today .calendar__daynum{color:#131313;font-weight:700}.calendar__daynum{font-weight:600;font-size:.875rem;line-height:1}@media (max-width: 480px){.calendar__daynum{font-size:.75rem}}.calendar__badge{position:absolute;top:.25rem;right:.25rem;width:1rem;height:1rem;background:#ff5722;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;line-height:1}@media (max-width: 480px){.calendar__badge{width:.875rem;height:.875rem;font-size:.5625rem;top:.125rem;right:.125rem}}.calendar__matches{flex-grow:1;min-width:0}.calendar__matches-title{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.calendar__matches-title{text-align:center;font-size:1.125rem;margin-bottom:1rem}}.calendar__matches-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(21.875rem,1fr));gap:1.25rem}@media (max-width: 768px){.calendar__matches-list{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.calendar__matches-list{gap:.75rem}}.calendar__matches-list .muted{grid-column:1/-1;text-align:center;color:#fff;font-style:italic;padding:2.5rem 1.25rem}@media (max-width: 768px){.calendar__matches-list .muted{padding:1.25rem}}.calendar--large .calendar__grid{min-width:21.25rem}.calendar--large .calendar__cell{min-height:3.75rem;padding:.75rem}@media (max-width: 640px){.calendar--large .calendar__cell{min-height:1.5rem;padding:.25rem;aspect-ratio:1.5/1}}.calendar--large .calendar__daynum{font-size:1rem}.calendar--compact .calendar__wrap{gap:1.25rem}.calendar--compact .calendar__grid{min-width:17.5rem}.calendar--compact .calendar__cell{min-height:2.5rem;padding:.375rem}.calendar--compact .calendar__matches-list{grid-template-columns:1fr}.calendar__matches-list .card-match{width:100%;margin:0}@media (max-width: 320px){.calendar__grid{min-width:16.25rem}.calendar__cell{min-height:2rem;padding:.125rem}.calendar__daynum{font-size:.6875rem}.calendar__badge{width:.75rem;height:.75rem;font-size:.5rem}.calendar__nav{width:2.25rem;height:2.25rem}.calendar__nav .material-symbols-outlined{font-size:1.125rem}.calendar__title{font-size:1rem;min-width:8.75rem}}.calendar__grid.calendar__grid--compact{display:flex}.calendar__compact-grid{grid-template-columns:repeat(5,1fr)}@media (max-width: 1024px){.calendar__compact-grid{grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr))}}.pagination{display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem 0 0;flex-wrap:wrap}@media (max-width: 768px){.pagination{flex-direction:column;gap:1rem;padding:1.5rem 0}}.pagination__info{flex-shrink:0}.pagination__count{font-size:.875rem;font-weight:500;color:#e0e0e0;transition:opacity .3s ease}@media (max-width: 768px){.pagination__count{font-size:.8125rem}}.pagination__controls{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}@media (max-width: 768px){.pagination__controls{width:100%;order:-1}}.pagination__arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:.0625rem solid #e0e0e0;background:#fff;color:#131313;transition:all .3s ease;cursor:pointer;flex-shrink:0}.pagination__arrow svg{transition:transform .3s ease}.pagination__arrow:hover:not(.pagination__arrow--disabled){border-color:#ff5722;background:#fff;color:#ff5722;transform:translateY(-.125rem)}.pagination__arrow:hover:not(.pagination__arrow--disabled) svg{transform:scale(1.1)}.pagination__arrow:active:not(.pagination__arrow--disabled){transform:translateY(0)}.pagination__arrow--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.pagination__arrow svg{width:1.25rem;height:1.25rem}@media (max-width: 480px){.pagination__arrow{width:2.25rem;height:2.25rem}.pagination__arrow svg{width:1.125rem;height:1.125rem}}.pagination__pages{display:flex;align-items:center;gap:.125rem}.pagination__page{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:.0625rem solid rgba(0,0,0,0);background:#fff;color:#131313;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:pointer;text-decoration:none;position:relative}.pagination__page:hover:not(.pagination__page--active){border-color:#ff5722;background:#ff5722;color:#fff}.pagination__page--active{border-color:#ff5722;background:#ff5722;color:#fff;cursor:default;pointer-events:none}@media (max-width: 480px){.pagination__page{min-width:2.25rem;height:2.25rem;padding:0 .5rem;font-size:.8125rem}}.pagination__ellipsis{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;color:#fff;font-size:.875rem;user-select:none;opacity:.6;animation:ellipsisPulse 2s ease-in-out infinite}@media (max-width: 480px){.pagination__ellipsis{min-width:2.25rem;height:2.25rem}}.pagination__per-page{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#e0e0e0;flex-shrink:0}@media (max-width: 768px){.pagination__per-page{width:100%;justify-content:center}}.pagination__select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-weight:500;color:#131313;background:#fff;border:.0625rem solid #e0e0e0;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:all .3s ease}.pagination__select:hover{border-color:#ff5722;background-color:#ff57220d}.pagination__select:focus{outline:none;border-color:#ff5722;box-shadow:0 0 0 .1875rem #ff57221a}@keyframes ellipsisPulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes fadeIn{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}.pagination__page,.pagination__ellipsis{animation:fadeIn .3s cubic-bezier(.4,0,.2,1) backwards}.pagination__page:nth-child(1),.pagination__ellipsis:nth-child(1){animation-delay:.03s}.pagination__page:nth-child(2),.pagination__ellipsis:nth-child(2){animation-delay:.06s}.pagination__page:nth-child(3),.pagination__ellipsis:nth-child(3){animation-delay:.09s}.pagination__page:nth-child(4),.pagination__ellipsis:nth-child(4){animation-delay:.12s}.pagination__page:nth-child(5),.pagination__ellipsis:nth-child(5){animation-delay:.15s}.pagination__page:nth-child(6),.pagination__ellipsis:nth-child(6){animation-delay:.18s}.pagination__page:nth-child(7),.pagination__ellipsis:nth-child(7){animation-delay:.21s}.pagination__page:nth-child(8),.pagination__ellipsis:nth-child(8){animation-delay:.24s}.pagination__page:nth-child(9),.pagination__ellipsis:nth-child(9){animation-delay:.27s}.pagination__page:nth-child(10),.pagination__ellipsis:nth-child(10){animation-delay:.3s}.pagination--compact{padding:1rem 0}.pagination--compact .pagination__arrow,.pagination--compact .pagination__page{width:2.25rem;height:2.25rem;min-width:2.25rem}.pagination--loading{pointer-events:none}.pagination--loading .pagination__arrow,.pagination--loading .pagination__page,.pagination--loading .pagination__count{opacity:.5}.pagination--animating{pointer-events:none}.pagination--animating .pagination__count{opacity:.5}.team-stats__title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.02em}.team-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem}.team-stats__item{background:#fff;padding:1.5rem;text-align:center;transition:all .3s ease;border:.0625rem solid #857875;display:flex;flex-direction:column;align-items:center;gap:.5rem}.team-stats__icon{font-size:2rem;padding:.5rem;background-color:#ff5722;color:#fff;margin-bottom:.25rem}.team-stats__value{font-size:2.25rem;font-weight:700;color:#ff5722;line-height:1;font-variant-numeric:tabular-nums}.team-stats__label{font-size:.875rem;font-weight:500;color:#857875;text-transform:uppercase;letter-spacing:.05em;line-height:1.3}@media (max-width: 1024px){.team-stats__grid{grid-template-columns:repeat(auto-fit,minmax(8.75rem,1fr))}.team-stats__value{font-size:2rem}}@media (max-width: 768px){.team-stats__title{font-size:1.5rem;margin-bottom:1.25rem}.team-stats__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.team-stats__item{padding:1.25rem 1rem}.team-stats__icon,.team-stats__value{font-size:1.75rem}.team-stats__label{font-size:.75rem}}@media (max-width: 480px){.team-stats__title{font-size:1.25rem;margin-bottom:1rem}.team-stats__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.team-stats__item{padding:1rem .75rem}.team-stats__icon,.team-stats__value{font-size:1.5rem}.team-stats__label{font-size:.625rem}}.contact-info{margin-bottom:3rem}@media (max-width: 768px){.contact-info{margin-bottom:2.5rem}}.contact-info__title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 2rem;line-height:1.2}@media (max-width: 600px){.contact-info__title{font-size:1.5rem;margin-bottom:1.5rem}}.contact-info__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:1.5rem}@media (max-width: 600px){.contact-info__grid{grid-template-columns:1fr;gap:1rem}}.contact-info__card{display:flex;gap:1rem;padding:1.5rem;background:#fff;border:.0625rem solid #857875;transition:all .3s ease}@media (max-width: 600px){.contact-info__card{padding:1.25rem}}.contact-info__icon{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ff57221a;color:#ff5722;border-radius:.25rem}.contact-info__icon .material-symbols-outlined{font-size:1.75rem}.contact-info__content{flex:1;min-width:0}.contact-info__label{font-size:1rem;font-weight:600;color:#131313;margin:0 0 .5rem;line-height:1.3}.contact-info__value{font-size:.9375rem;color:#131313;margin:0 0 .25rem;line-height:1.5;word-break:break-word}.contact-info__value--link{color:#ff5722;text-decoration:none;transition:color .3s ease}.contact-info__value--link:hover{color:#ff5722e6;text-decoration:underline}.contact-info__description{font-size:.875rem;color:#857875;margin:0;line-height:1.5}.contact-form{max-width:37.5rem;margin:0 auto;background:#fff;padding:2rem}@media (max-width: 768px){.contact-form{padding:1.5rem}}@media (max-width: 600px){.contact-form{padding:1.25rem}}.contact-form__header{margin-bottom:2rem;text-align:center}@media (max-width: 600px){.contact-form__header{margin-bottom:1.5rem}}.contact-form__title{font-size:1.75rem;font-weight:700;color:#131313;margin:0 0 .75rem;line-height:1.2}@media (max-width: 600px){.contact-form__title{font-size:1.5rem}}.contact-form__subtitle{font-size:.9375rem;color:#131313;margin:0;line-height:1.5}@media (max-width: 600px){.contact-form__subtitle{font-size:.875rem}}.contact-form__form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{font-size:.875rem;font-weight:600;color:#131313;line-height:1.4}.contact-form__required{color:#ff5722}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;color:#131313;background:#fff;border:.0625rem solid #857875;border-radius:.25rem;transition:all .3s ease}.contact-form__input::placeholder,.contact-form__select::placeholder,.contact-form__textarea::placeholder{color:#e0e0e0}.contact-form__input:hover,.contact-form__select:hover,.contact-form__textarea:hover{border-color:#131313}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#ff5722}.contact-form__input:disabled,.contact-form__select:disabled,.contact-form__textarea:disabled{background:#857875;cursor:not-allowed;opacity:.6}.contact-form__textarea{resize:vertical;min-height:7.5rem;line-height:1.5}.contact-form__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.contact-form__error{display:none;font-size:.8125rem;color:#ff5722;line-height:1.4;margin-top:-.25rem}.contact-form__error.is-visible{display:block}.contact-form__input.is-invalid,.contact-form__select.is-invalid,.contact-form__textarea.is-invalid{border-color:#ff5722}.contact-form__input.is-invalid:focus,.contact-form__select.is-invalid:focus,.contact-form__textarea.is-invalid:focus{box-shadow:0 0 0 .1875rem #ff572226}.contact-form__actions{margin-top:.5rem}.contact-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#ff5722;border:none;border-radius:.25rem;cursor:pointer;transition:all .3s ease}.contact-form__submit:hover{background:#ff5722cc;transform:translateY(-.125rem)}.contact-form__submit:active{transform:translateY(0)}.contact-form__submit:disabled{background:#857875;cursor:not-allowed;transform:none;box-shadow:none}.contact-form__submit:focus-visible{outline:.125rem solid #ff5722;outline-offset:.125rem}.contact-form__submit-icon{font-size:1.25rem}.contact-form__form.is-loading .contact-form__submit{pointer-events:none;opacity:.7}.contact-form__form.is-loading .contact-form__submit .contact-form__submit-icon{animation:rotate 1s linear infinite}.contact-form__success{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.25rem;background:#22c55e1a;border:.0625rem solid #22c55e;border-radius:.25rem;color:#22c55e;margin-top:1.25rem}.contact-form__success[hidden]{display:none}.contact-form__success .material-symbols-outlined{font-size:1.5rem}.contact-form__success p{margin:0;font-size:.9375rem;font-weight:500}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-news{position:relative;background-color:#fff;border:.0625rem solid #e0e0e0;display:flex;flex-direction:column}.card-news__picture{aspect-ratio:16/9;overflow:hidden;display:flex;margin-bottom:.75rem}.card-news__thumbnail{width:100%;height:100%;object-fit:cover;transition:scale .3s ease}.card-news__thumbnail:hover{scale:1.04}.card-news__content{color:#131313;display:flex;flex-direction:column;flex-grow:1;padding:1rem}.card-news__link{display:flex;margin-bottom:1rem;transition:color .3s ease}.card-news__link:hover{color:#ff5722}.card-news__title{font-size:1.5rem;line-height:1.2}.card-news__descr{color:#5c5b5b;margin-bottom:1rem}.card-news__date{display:inline-flex;margin-top:auto;font-weight:600}.card-live{display:flex;flex-direction:column;background-color:#fff;border:.0625rem solid #fff;overflow:hidden}.card-live__link{aspect-ratio:3/4;position:relative}.card-live__link:after{content:"";position:absolute;inset:0;transition:background .3s ease}.card-live__link:hover .card-live__play{color:#ff5722}.card-live__thumb{width:100%;height:100%;object-fit:cover;display:block}.card-live__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:#fffc;z-index:2}.card-live__bot{padding:1.5rem 1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.card-live__team{color:#131313;display:flex;align-items:center;gap:1rem;text-transform:uppercase;font-weight:600}.card-live__team:hover .card-live__tag{color:#ff5722}.card-live__logo{height:2.5rem;width:2.5rem;object-fit:contain}.card-live__scorebox{color:#131313}.card-live__score,.card-live__score-separator{font-weight:700;font-size:1.25rem}.card-team{background-color:#fff;padding:1rem;transition:all .3s ease;border:.0625rem solid #857875}.card-team:hover{border-color:#ff5722}.card-team:hover .card-team__link{color:#ff5722}.card-team__link{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:.0625rem solid #e0e0e0;text-decoration:none;color:inherit;transition:color .3s ease}.card-team__logo{width:3rem;height:3rem;object-fit:contain;flex-shrink:0}.card-team__name{text-transform:uppercase;font-weight:700;font-size:1rem;line-height:1.2;color:#131313}.card-team__info{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;align-items:center}@media (max-width: 600px){.card-team__info{grid-template-columns:repeat(2,1fr);gap:.75rem}}.card-team__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:.0625rem solid #e0e0e0;padding:0 .5rem}.card-team__item:last-child{border-right:none}@media (max-width: 600px){.card-team__item:nth-child(2n){border-right:none}.card-team__item:nth-child(odd){border-right:.0625rem solid #fff}}.card-team__label{color:#857875;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.card-team__value{font-weight:700;font-size:1.25rem;line-height:1;color:#ff5722}@media (max-width: 600px){.card-team__value{font-size:1.125rem}}.card-video{position:relative;aspect-ratio:1/1;border:.0625rem solid #fff;transition:border .3s ease}.card-video:hover{border:.0625rem solid #ff5722}.card-video__thumb{width:100%;height:100%;object-fit:cover}.card-video__link{position:absolute;inset:0;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;background:linear-gradient(19deg,#0000008c 35%,#00000026);transition:background-color .3s ease}.card-video__link:hover{background-color:#ff572233}.card-video .card-video__play{position:absolute;right:.5rem;top:.5rem;font-size:2.5rem;opacity:.9}.card-video .card-video__play:hover{opacity:1}.card-video__date{margin-bottom:.5rem;color:#e0e0e0;font-weight:600}.card-video__title{font-size:1.25rem;line-height:1.2}.card-player{background-color:#fff;border:.0625rem solid #fff}.card-player__link{display:flex;flex-direction:column}.card-player__link:hover .card-player__surname{color:#ff5722}.card-player__link:hover .card-player__name{color:#131313}.card-player__picture{position:relative;background-color:#e0e0e0;border-bottom:.0625rem solid #857875;display:flex;align-items:end;justify-content:center;padding:2rem 1rem 0;transition:background-color .3s ease}.card-player__picture:hover{background-color:#ff5722}.card-player__picture:hover .card-player__num{color:#fff}.card-player__num{position:absolute;left:.5rem;top:.5rem;font-size:5rem;font-weight:700;line-height:1;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.card-player__img{object-fit:contain}.card-player__content{padding:1rem}.card-player__name{font-size:1.5rem;line-height:1.2;color:#857875;text-transform:capitalize;margin-bottom:.5rem;transition:color .3s ease}.card-player__surname{font-size:2rem;display:flex;color:#131313;transition:color .3s ease}.card-player__position{text-transform:uppercase;letter-spacing:.125rem;font-weight:600;color:#857875}.card-event{display:grid;grid-template-columns:1fr 1fr;background-color:#fff;border:.0625rem solid #fff;transition:border-color .3s ease}.card-event:hover{border-color:#ff5722}.card-event__teams{display:grid;grid-template-columns:1fr;border-right:.0625rem solid #e0e0e0}.card-event__team{display:flex;align-items:center;gap:.375rem;padding:.5rem;transition:color .3s ease}.card-event__team:hover{color:#ff5722}.card-event__team:first-child{border-bottom:.0625rem solid #e0e0e0}.card-event__team-logo{height:2rem;width:2rem;object-fit:contain}.card-event__team-tag{text-transform:uppercase;font-weight:700;font-size:1.25rem;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.card-event__info{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem}.card-event__date{font-weight:600;color:#857875}.card-event__time,.card-event__score-box{font-size:1.5rem;line-height:1;font-weight:700}.card-event__status{font-weight:600;color:#857875}.card-event__button{grid-area:2/1/3/3;display:flex;justify-content:center;gap:.375rem;padding:.75rem 1.5rem;background-color:#e0e0e0;line-height:2rem;color:#131313;font-weight:700;text-transform:uppercase;transition:color .3s ease,background-color .3s ease,gap .3s ease}.card-event__button:hover{color:#fff;background-color:#ff5722;gap:1.5rem}.card-event__button-icon{line-height:2rem}.archive__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}.archive__grid--lives{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:1.5rem 1rem}.aside-video__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem}.news__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}.news__grid--main .card-news:first-child{display:flex;position:relative;flex-direction:column;grid-column:span 2;grid-row:span 1;color:#fff}.news__grid--main .card-news:first-child .card-news__picture{aspect-ratio:auto;height:100%;margin-bottom:0}.news__grid--main .card-news:first-child .card-news__content{color:#fff;padding:1rem;position:absolute;inset:0;display:flex;flex-direction:column;justify-content:end;transition:background-color .3s ease;background:linear-gradient(19deg,#0000008c 35%,#00000026)}.news__grid--main .card-news:first-child .card-news__content:hover{background-color:#ff572266}.news__grid--main .card-news:first-child .card-news__date{margin-top:0}.news__grid--main .card-news:first-child .card-news__title{font-size:2rem;line-height:1.2}.news__grid--main .card-news:first-child .card-news__link:hover{color:#e0e0e0}.news__grid--main .card-news:first-child .card-news__descr{font-size:1.125rem;line-height:1.5;color:#e0e0e0}@media (max-width: 768px){.news__grid--main .card-news:first-child{grid-column:span 1}.news__grid--main .card-news:first-child .card-news__title{font-size:1.25rem;line-height:1.2}.news__grid--main .card-news:first-child .card-news__descr{font-size:.875rem;line-height:1.5}}.aside-video__grid--big .card-video:nth-child(2){grid-column:span 2;grid-row:span 2}.aside-video__grid--big .card-video:nth-child(2) .card-video__play{font-size:6.25rem}.aside-video__grid--big .card-video:nth-child(2) .card-video__title{font-size:2.5rem}@media (max-width: 1440px){.aside-video__grid--big .card-video:nth-child(2){grid-column:auto;grid-row:auto}.aside-video__grid--big .card-video:nth-child(2) .card-video__play{font-size:2.5rem}.aside-video__grid--big .card-video:nth-child(2) .card-video__title{font-size:1.25rem}}.card-event__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem}.post-content{background-color:#fff;padding:.75rem}.post-content__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.post-content__tag{padding:.25rem .5rem;background-color:#ff5722;color:#fff;font-size:.875rem;font-weight:600}.post-content__body{display:flex;flex-direction:column;gap:1rem}.post-content__title{font-size:2rem;font-weight:700;text-transform:capitalize}.post-content__text{color:#857875}.post-content__picture{width:100%;height:auto;object-fit:cover;aspect-ratio:16/9}.review-header{background-color:#fff;border:.0625rem solid #857875;padding:.5rem;margin-bottom:1.5rem}.review-header__top{display:grid;grid-template-columns:1fr auto 1fr;background-color:#fff;margin-bottom:1rem}@media (max-width: 768px){.review-header__top{grid-template-columns:1fr 1fr;gap:1rem;text-align:center}}.review-header__team{display:flex;align-items:center;text-decoration:none;color:inherit;gap:1rem;padding:1rem .5rem;text-align:center;flex-direction:column;justify-content:center;color:#131313;transition:color .3s ease}.review-header__team:hover{color:#ff5722}.review-header__team-logo{height:6.25rem;width:6.25rem;object-fit:contain}.review-header__content{background-color:#fff;color:#131313;padding:1.5rem 1rem;text-align:center}@media (max-width: 768px){.review-header__content{grid-area:1/1/2/3}}.review-header__league{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.review-header__date{display:inline-block;font-size:1rem;margin-bottom:1rem;color:#131313}.review-header__scorebox{margin-bottom:1rem}.review-header__score{font-size:2rem;font-weight:700;line-height:1}.review-header__bottom{display:flex;flex-direction:column;gap:1.5rem}.review-header__bottom-row{display:grid;grid-template-columns:1fr auto 1fr;padding-bottom:.5rem;gap:1.5rem;border-bottom:.0625rem solid rgba(19,19,19,.1)}.review-header__bottom-row:last-child{border-bottom:none}.review-header__player{display:flex;align-items:center;gap:.375rem}.review-header__player:first-child{justify-content:flex-end;text-align:right}.review-header__player-link{text-transform:capitalize}.review-header__player-link:hover{color:#ff5722}.review-header__time{font-weight:700}.review-header__icon{width:1.5rem;height:1.5rem;object-fit:contain}.review-stats{background-color:#fff;border:.0625rem solid #857875;padding:1.5rem}@media (max-width: 768px){.review-stats{padding:1rem;margin-bottom:1.5rem}}.review-stats__row{display:grid;grid-template-columns:3.75rem 1fr 3.75rem;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:.0625rem solid rgba(19,19,19,.1)}.review-stats__row:last-child{border-bottom:none}@media (max-width: 600px){.review-stats__row{grid-template-columns:3.125rem 1fr 3.125rem;gap:.75rem;padding:.625rem 0}}.review-stats__value{font-size:1.125rem;font-weight:700;color:#131313}.review-stats__value--home{text-align:right}.review-stats__value--away{text-align:left}@media (max-width: 600px){.review-stats__value{font-size:1rem}}.review-stats__center{display:flex;flex-direction:column;gap:.5rem}.review-stats__label{font-size:.875rem;font-weight:500;color:#131313;text-align:center}@media (max-width: 600px){.review-stats__label{font-size:.8125rem}}.review-stats__bar{display:flex;height:.375rem;background:#fff;overflow:hidden}.review-stats__bar-fill{height:100%;transition:width .5s ease}.review-stats__bar-fill--home{background:#ff5722}.review-stats__bar-fill--away{background:gold}.review-commentary{margin-bottom:1.5rem;background-color:#fff;padding:.5rem;border:.0625rem solid #857875}.review-commentary__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;text-align:center}.review-commentary__period{margin-bottom:1.5rem}.review-commentary__header{display:flex;align-items:center;justify-content:space-between;background-color:#fff;color:#131313;padding:.5rem 1rem;margin-bottom:1rem}.review-commentary__header-title{text-transform:capitalize}.review-commentary__time{opacity:.8}.review-commentary__body{display:flex;flex-direction:column;gap:1rem}.review-commentary__item{display:flex;align-items:center;gap:.375rem;font-size:.875rem}.review-commentary__item--right{flex-direction:row-reverse;text-align:right}.review-commentary__item+.review-commentary__item{border-top:.0625rem solid rgba(19,19,19,.1);padding-top:.5rem}.review-commentary__icon{width:1.25rem;height:1.25rem;object-fit:contain}.review-commentary__player{text-decoration:underline;font-weight:600}.review-commentary__player:hover{color:#ff5722;text-decoration:none}.review-commentary__detail{color:#131313}.video-player{position:relative;margin-bottom:6.25rem}.video-player:hover .video-player__icon{color:#ff5722}@media (max-width: 640px){.video-player{margin-bottom:0}}.video-player__thumbnail{position:relative;aspect-ratio:16/9;overflow:hidden;display:flex}.video-player__thumb{width:100%;height:100%;object-fit:cover}.video-player__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:5rem;color:#fff;transition:color .3s ease;padding-bottom:6.25rem}.video-player__sidebar{position:absolute;bottom:-6.25rem;right:1rem;left:1rem}@media (max-width: 640px){.video-player__sidebar{display:none}}.video-player__sidebar .card-video{aspect-ratio:auto;height:100%}.player-header{display:flex;align-items:center;gap:1rem;background-color:#fff;border:.0625rem solid #857875;border-bottom:.25rem solid #ff5722;padding:1.5rem 1rem 0;margin-bottom:2rem}@media (max-width: 768px){.player-header{flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;border-bottom:0}}.player-header__photo{height:15rem;object-fit:contain}@media (max-width: 768px){.player-header__photo{border-bottom:.0625rem solid #e0e0e0}}.player-header__name{font-size:3rem;line-height:1;font-weight:700;margin-bottom:.5rem;color:#ff5722}.player-header__pos{font-size:1.25rem;color:#857875}.player-header__stat{margin-left:auto;display:flex;align-items:stretch;flex-direction:column;gap:.5rem;padding:1rem;background-color:#e0e0e0}@media (max-width: 768px){.player-header__stat{flex-direction:column;align-items:center;text-align:center;padding:1rem;margin-left:0}}.player-header__stat-item{text-align:right;font-weight:600}.player-header__stat-item+.player-header__stat-item{border-top:.0625rem solid #857875}.player-bio{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}@media (max-width: 1280px){.player-bio{grid-template-columns:1fr}}.player-bio__text{color:#e0e0e0}.player-bio__text+.player-bio__text{margin-top:1rem}.player-bio__thumb{aspect-ratio:16/9;overflow:hidden}.player-bio__picture{width:100%;height:100%;object-fit:cover}.player-stat{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.player-stat__item{background-color:#fff;padding:1.5rem 1rem;text-align:center}.player-stat__num{font-size:2.5rem;line-height:1;font-weight:700;color:#ff5722}.player-stat__title{font-weight:600;text-transform:capitalize;color:#857875}.player-career{margin-top:3rem}.team-header{display:flex;align-items:center;gap:1rem}@media (max-width: 640px){.team-header{flex-direction:column;text-align:center}}.team-header__logo{height:9rem;width:9rem;object-fit:contain}.team-header__title{font-size:4rem;line-height:1;margin-bottom:1rem;color:#ff5722}@media (max-width: 640px){.team-header__title{font-size:2.5rem;line-height:1.2}}.team-header__list{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width: 640px){.team-header__list{flex-direction:column;text-align:center}}.team-header__list-item{color:#fff;font-weight:600;position:relative}.team-header__list-item:last-child:after{display:none;padding-left:0}.team-header__list-item:after{content:"/";padding-left:1rem}@media (max-width: 640px){.team-header__list-item:after{display:none}}.team-history{display:flex;flex-direction:column;gap:1rem}.team-history__text{color:#fff}.team-history__img{aspect-ratio:16/9;object-fit:cover}
