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:#f2f4f7;color:#101828;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--bg{position:relative;overflow:hidden;padding:4rem 0;margin-bottom:2rem;background:linear-gradient(0deg,#f2f4f7,#f2f4f740 5% 95%,#f2f4f7)}.section--bg .section__bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;z-index:-1}.section--margin{margin-bottom:8rem}@media (max-width: 768px){.section--margin{margin-bottom:6rem}}.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:linear-gradient(322deg,#101828,#0b1b3b,#101828);color:#fff;position:fixed;top:0;right:0;left:0;z-index:1000;box-shadow:0 .5rem 1.5rem #0000004d}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:4rem;gap:1rem}.header__logo-link{position:relative;width:6.25rem}.header__logo{position:absolute;display:block;height:6.25rem;object-fit:contain;top:-.75rem}.header__list{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.header__link{text-decoration:none;color:#fff;text-transform:uppercase;font-size:.875rem;font-weight:400;min-height:2.5rem;padding:1.5rem .5rem 1.25rem;flex-grow:1;display:flex;align-items:center;justify-content:center;letter-spacing:.04em;transition:color .25s ease;position:relative}.header__link:after{content:"";display:block;width:100%;height:.25rem;position:absolute;left:0;bottom:0;right:0;background:#fff;transform:scaleX(0);transition:transform .25s ease;transform-origin:right;margin-top:.25rem}.header__link:hover:after{transform:scaleX(1);transform-origin:center}.header__link.is-active:after{transform:scaleX(1);transform-origin:center}.header__burger{margin-right:1rem;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:1000}.header__burger-bar{width:1.5rem;height:.125rem;background:#fff;transition:transform .25s ease,opacity .25s ease,background-color .25s ease;transform-origin:center;will-change:transform,opacity}.header__nav{position:fixed;top:0;right:0;bottom:0;width:min(50vw,1fr);background:#142957;transform:translate(100%);transition:transform .25s ease;padding:5.5rem 1.25rem 1.25rem;box-shadow:-.375rem 0 1.125rem #00000059;z-index:999;overflow-y:auto}.header__list{display:grid;min-width:15rem;grid-template-columns:1fr;gap:.875rem;flex-wrap:wrap}.header__item{display:flex;justify-content:center}.header__overlay{position:fixed;inset:0;background:#00000075;opacity:0;transition:opacity .2s ease;z-index:998;pointer-events:none}.header__overlay.is-visible{opacity:1;pointer-events:auto}.header--menu-open .header__nav{transform:translate(0)}.header--menu-open .header__burger-bar:nth-of-type(2){transform:translateY(.4375rem) rotate(45deg)}.header--menu-open .header__burger-bar:nth-of-type(3){opacity:0}.header--menu-open .header__burger-bar:nth-of-type(4){transform:translateY(-.4375rem) rotate(-45deg)}@media (min-width: 1320px){.header__burger{display:none}.header__nav{position:static;transform:none;padding:0;background:#0000;box-shadow:none;width:auto}.header__overlay{display:none!important}.header__list{display:flex;flex-direction:row;gap:1rem}}.footer{position:relative;padding:8rem 0 4rem;color:#fff}.footer:after{content:"";position:absolute;inset:0;background:linear-gradient(322deg,#101828,#0b1b3b,#101828)}.footer__inner{position:relative;z-index:2}.footer__top{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:2rem}@media (max-width: 900px){.footer__top{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 666px){.footer__top{display:flex;flex-direction:column;align-items:center;justify-content:center}}@media (max-width: 666px){.footer__top-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}}.footer__brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center}.footer__logo{display:inline-flex;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.footer__logo-img{height:6.25rem;object-fit:contain;width:15rem}.footer__text{color:#ffffffbf;max-width:20rem;text-align:center}@media (max-width: 900px){.footer__nav,.footer__contact{display:flex;flex-direction:column;justify-content:center;align-items:center}}.footer__top-title{margin-bottom:1rem;font-size:1.25rem}.footer__top-title:after{content:"";display:block;width:2.5rem;height:.125rem;background-color:#f2f4f7;margin-top:.5rem}.footer__list{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-weight:600;color:#fffc;transition:color .3s ease}.footer__link:hover{color:#fff}.footer__address{display:flex;flex-direction:column;gap:1rem}.footer__contact-link{color:#fff;font-size:1.125rem;transition:color .3s ease}.footer__contact-link:hover{color:#a7b8e1}.footer__bot{padding-top:1.5rem;margin-top:2rem;border-top:.0625rem solid hsla(0,0%,100%,.75)}.footer__privacy{text-align:center;font-weight:600;color:#ffffffbf}.hero{position:relative;padding:8rem 0 16rem}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(322deg,#101828,#0b1b3bd9,#101828);z-index:0}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero__inner{position:relative;z-index:1}@media (max-width: 768px){.hero__inner{display:flex;align-items:center;justify-content:center}}.hero__item{max-width:40rem;padding:2rem 1rem;background-color:#f2f4f7;border-radius:.5rem}@media (max-width: 768px){.hero__item{text-align:center}}.hero__subtitle{font-size:1.125rem;margin-bottom:.5rem;font-weight:600;text-transform:uppercase}@media (max-width: 768px){.hero__subtitle{font-size:1rem}}.hero__title{font-size:3rem;line-height:1.1;margin-bottom:1rem;color:#039}@media (max-width: 768px){.hero__title{font-size:2rem}}.hero__text{margin-bottom:2rem;color:#323a46}.hero__btn-wrap{display:flex;align-items:center}@media (max-width: 768px){.hero__btn-wrap{justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;line-height:1;padding:.75rem 1.5rem;min-height:2.75rem;border:.125rem solid rgba(0,0,0,0);border-radius:.75rem;cursor:pointer;transition:all .25s ease;white-space:nowrap;box-shadow:0 .0625rem .125rem #0000001a}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background:#274488;color:#fff;border-color:#274488}.btn--primary:hover:not(:disabled){background:#039;border-color:#039;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #0003}.btn--primary:active:not(:disabled){transform:translateY(0);box-shadow:0 .0625rem .125rem #0000001a}.btn--secondary{background:#0000;color:#274488;border-color:#274488}.btn--secondary:hover:not(:disabled){background:#eef3fa;border-color:#039;color:#039}.btn--secondary:active:not(:disabled){background:#d7e1f3}.btn--ghost{background:#0000;color:#323a46;border-color:#0000}.btn--ghost:hover:not(:disabled){background:#f2f4f7;color:#101828}.btn--ghost:active:not(:disabled){background:#f2f4f7cc}.btn--white{background:#fff;color:#274488;border-color:#fff}.btn--white:hover:not(:disabled){background:#eef3fa;border-color:#eef3fa;transform:translateY(-.125rem);box-shadow:0 .125rem .375rem #00000026}.btn--white:active:not(:disabled){transform:translateY(0)}.btn--danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn--danger:hover:not(:disabled){background:#ef4444e6;border-color:#ef4444e6;box-shadow:0 .125rem .375rem #00000026}.btn--success{background:#10b981;color:#fff;border-color:#10b981}.btn--success:hover:not(:disabled){background:#10b981e6;border-color:#10b981e6;box-shadow:0 .125rem .375rem #00000026}.btn--sm{padding:.5rem 1rem;font-size:.875rem;min-height:2.25rem}.btn--lg{padding:1rem 2rem;font-size:1.125rem;min-height:3.25rem}.btn--xl{padding:1.25rem 2.5rem;font-size:1.25rem;min-height:3.75rem}.btn--block{width:100%}.btn--icon{padding:.75rem;min-width:2.75rem}.btn--icon.btn--sm{padding:.5rem;min-width:2.25rem}.btn--icon.btn--lg{padding:1rem;min-width:3.25rem}.btn--rounded{border-radius:50%}.btn--icon-left{flex-direction:row}.btn--icon-right{flex-direction:row-reverse}.btn--loading{position:relative;color:#0000;pointer-events:none}.btn--loading:after{content:"";position:absolute;width:1rem;height:1rem;border:.125rem solid currentColor;border-radius:50%;border-top-color:#0000;animation:btn-spin .6s linear infinite;color:inherit}.btn-group{display:inline-flex;gap:.5rem;flex-wrap:wrap}.btn-group--vertical{flex-direction:column}.btn-group--center{justify-content:center}.btn-group--end{justify-content:flex-end}@keyframes btn-spin{to{transform:rotate(360deg)}}.next-match{position:relative;z-index:2;margin-top:-8rem;background:#fff;border-radius:.75rem;box-shadow:0 .125rem .375rem #00000026;padding:2rem}@media (max-width: 768px){.next-match{padding:1.5rem}}.next-match__header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:.0625rem solid #f2f4f7}@media (max-width: 768px){.next-match__header{margin-bottom:1rem;padding-bottom:1rem}}.next-match__label{font-size:.875rem;font-weight:600;text-transform:uppercase;color:#98a2b3;letter-spacing:.05em;margin-bottom:.5rem}.next-match__competition{font-size:1.25rem;font-weight:700;color:#274488;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.next-match__teams{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;margin-bottom:2rem}@media (max-width: 768px){.next-match__teams{grid-template-columns:1fr 1fr;margin-bottom:1.5rem}}.next-match__match-info{text-align:center;font-size:1.5rem;font-weight:700;color:#101828;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (max-width: 768px){.next-match__match-info{grid-area:1/1/2/3;font-size:1.25rem;margin-top:1rem}}.next-match__team{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .25s ease,text-decoration .25s ease}.next-match__team:hover{transform:translateY(-.125rem);text-decoration:underline}.next-match__team-logo{width:5rem;height:5rem;object-fit:contain}@media (max-width: 568px){.next-match__team-logo{width:3.75rem;height:3.75rem}}.next-match__team-name{font-size:1.125rem;font-weight:700;color:#101828;text-align:center;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (max-width: 568px){.next-match__team-name{font-size:1rem}}.next-match__countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}@media (max-width: 568px){.next-match__countdown{gap:.5rem}}.next-match__time-block{background:#eef3fa;border-radius:.5rem;padding:1rem;text-align:center}@media (max-width: 568px){.next-match__time-block{padding:.75rem}}.next-match__time-value{font-size:2rem;font-weight:900;color:#274488;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1;display:block;margin-bottom:.5rem}@media (max-width: 568px){.next-match__time-value{font-size:1.5rem}}.next-match__time-label{font-size:.75rem;font-weight:600;color:#323a46;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 568px){.next-match__time-label{font-size:.625rem}}.next-match__info{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:.0625rem solid #f2f4f7}@media (max-width: 568px){.next-match__info{flex-direction:column;gap:.75rem;text-align:center}}.next-match__date{font-size:1rem;font-weight:600;color:#101828;text-align:center}@media (max-width: 568px){.next-match__date{font-size:.875rem}}.next-match__venue{font-size:.875rem;color:#98a2b3;display:flex;align-items:center;justify-content:center;gap:.25rem}.next-match__venue-icon{font-size:1rem}.next-match--compact{padding:1.5rem}.next-match--compact .next-match__team-logo{width:3.75rem;height:3.75rem}.next-match--compact .next-match__time-value{font-size:1.5rem}.next-match--compact .next-match__countdown{gap:.5rem}.section-header{display:flex;gap:1rem;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:.0625rem solid #98a2b3;justify-content:space-between}@media (max-width: 640px){.section-header{flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem}}.section-header__subtitle{color:#98a2b3;text-transform:uppercase;font-size:1rem}.section-header__title{font-size:2rem;line-height:1.2}.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;box-shadow:0 .0625rem .125rem #0000001a;background-color:#274488;border:none;z-index:10;border-radius:0;height:2.5rem;width:2.5rem;transition:background-color .3s}.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:#039;transition:background-color .3s;box-shadow:0 .125rem .375rem #00000026}.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__wrap .swiper-button-prev{border-radius:.5rem 0 0 .5rem}.swiper-button__wrap .swiper-button-next{border-radius:0 .5rem .5rem 0}.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}.home-leagues-swiper .swiper-button__wrap{height:4.5rem}.table{box-sizing:border-box;width:100%;overflow:hidden;border-radius:1rem;box-shadow:0 .0625rem .125rem #0000001a}@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:#274488}.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:#274488}.table--main .table__td:nth-child(2){background-color:#fff}.table__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;background-color:#fff}.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:#0b1b3b;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:#274488;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(16,24,40,.2);transition:background-color .2s ease}.table__tr:hover{background-color:#10182808}.table__tr:last-child{border-bottom:none}.table__tr--highlighted{background-color:#27448826}.table__tr--highlighted:hover{background-color:#27448833}.table__tr--clickable{cursor:pointer}.table__tr--clickable:hover{background-color:#2744881a}.table__th{padding:.75rem 1rem;font:600 .8125rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background-color:#274488;color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;position:relative}.table__th--sortable{cursor:pointer;user-select:none;padding-right:2rem}.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:#101828;vertical-align:middle}.table__td--pos{font-weight:700;color:#fff;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:#ef4444;position:relative}.table__td--pos .pos--relegation:before{content:"";position:absolute;left:0;top:0;bottom:0;width:.1875rem;background-color:#ef4444}.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:#274488}.table .entity:hover .entity__logo{transform:scale(1.05)}.table .entity__logo{width:2.25rem;height:2.25rem;object-fit:contain;flex-shrink:0;background:#ffffff0d;padding:.125rem;transition:transform .2s ease}.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}.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:#10b981}.table .form__item--draw{background:#f59e0b}.table .form__item--lose{background:#ef4444}.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:#ef444433;color:#ef4444}.table .status--live:before{content:"";width:.375rem;height:.375rem;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.table .status--finished{background:#98a2b333;color:#98a2b3}.table .status--scheduled{background:#3b82f633;color:#3b82f6}.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:linear-gradient(90deg,#274488,#039);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:#0b1b3b}.table--sticky .table__th:first-child{background-color:#274488;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}}.gallery-page__wrap .gallery__item:nth-child(5n){grid-column:span 1;grid-row:span 1}.gallery-page__wrap .gallery__item:nth-child(10n){grid-column:span 1;grid-row:span 1}.gallery-page__wrap .gallery{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}.gallery{padding:1rem;background-color:#274488;border-radius:.5rem;box-shadow:0 .0625rem .125rem #0000001a;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.75rem;grid-auto-flow:dense}.gallery__item:nth-child(5n){grid-column:span 2;grid-row:span 2}@media (max-width: 640px){.gallery__item:nth-child(5n){grid-column:span 1;grid-row:span 1}}.gallery__item:nth-child(10n){grid-column:span 2;grid-row:span 2}@media (max-width: 640px){.gallery__item:nth-child(10n){grid-column:span 1;grid-row:span 1}}.gallery__item{display:flex;flex-direction:column;box-shadow:0 .0625rem .125rem #0000001a}.gallery__item img{width:100%;height:100%;border-radius:.5rem;object-fit:cover;cursor:pointer}.gallery__caption{display:none}.page-header{padding:6rem 0 2.5rem;background:linear-gradient(135deg,#101828,#0b1b3b);color:#fff;position:relative;overflow:hidden;margin-bottom:3rem}.page-header:before{content:"";position:absolute;top:-50%;right:-10%;width:31.25rem;height:31.25rem;background:radial-gradient(circle,rgba(39,68,136,.15) 0%,transparent 70%);pointer-events:none}.page-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:.0625rem;background:linear-gradient(90deg,transparent 0%,rgba(39,68,136,.3) 50%,transparent 100%)}.page-header__breadcrumbs{margin-bottom:1.5rem}.page-header__content{position:relative;z-index:1}.page-header__title{font:700 3rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-transform:capitalize;margin:0 0 .75rem;color:#fff;letter-spacing:-.02em}@media (max-width: 768px){.page-header__title{font-size:2.5rem}}@media (max-width: 576px){.page-header__title{font-size:2rem}}.page-header__subtitle{text-transform:capitalize;font:400 1.125rem/1.6 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0;color:#98a2b3}@media (max-width: 576px){.page-header__subtitle{font-size:1rem}}.page-header--compact{padding:2rem 0 1.5rem}.page-header--compact .page-header__title{font-size:2.25rem;margin-bottom:0}@media (max-width: 576px){.page-header--compact .page-header__title{font-size:1.75rem}}.page-header--compact:before{width:18.75rem;height:18.75rem}.page-header--royal:before{background:radial-gradient(circle,rgba(0,51,153,.2) 0%,transparent 70%)}.page-header--royal:after{background:linear-gradient(90deg,transparent 0%,rgba(0,51,153,.4) 50%,transparent 100%)}.page-header--success:before{background:radial-gradient(circle,rgba(16,185,129,.2) 0%,transparent 70%)}.page-header--success:after{background:linear-gradient(90deg,transparent 0%,rgba(16,185,129,.4) 50%,transparent 100%)}.page-header--warning:before{background:radial-gradient(circle,rgba(245,158,11,.2) 0%,transparent 70%)}.page-header--warning:after{background:linear-gradient(90deg,transparent 0%,rgba(245,158,11,.4) 50%,transparent 100%)}.page-header--info:before{background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%)}.page-header--info:after{background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.4) 50%,transparent 100%)}.breadcrumbs{position:relative;z-index:1}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.breadcrumbs__item{display:flex;align-items:center;color:#f2f4f7;font:400 .875rem/1.4 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;transition:color .3s ease;text-transform:capitalize}.breadcrumbs__item:not(:last-child):after{content:"/";margin:0 .5rem;opacity:.4;color:#98a2b3}.breadcrumbs__item--active{color:#98a2b3;font-weight:500}@media (max-width: 576px){.breadcrumbs__item{font-size:.8125rem}}.breadcrumbs__link{color:inherit;text-decoration:none;transition:color .3s ease;position:relative}.breadcrumbs__link:after{content:"";position:absolute;bottom:-.125rem;left:0;width:0;height:.0625rem;background:#fff;transition:width .3s ease}.breadcrumbs__link:hover{color:#fff}.breadcrumbs__link:hover:after{width:100%}.breadcrumbs__link:focus-visible{outline:.125rem solid #274488;outline-offset:.125rem;border-radius:.125rem}.breadcrumbs__text{color:inherit}.calendar__wrapper{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:2rem}@media (max-width: 1200px){.calendar__wrapper{grid-template-columns:21.875rem 1fr}}@media (max-width: 991.98px){.calendar__wrapper{grid-template-columns:20rem 1fr;gap:1.25rem}}@media (max-width: 767.98px){.calendar__wrapper{grid-template-columns:1fr;gap:1.25rem;grid-template-areas:"calendar" "events"}}.calendar__container{display:flex;justify-content:flex-start;width:100%;position:sticky;top:8.75rem}@media (max-width: 767.98px){.calendar__container{grid-area:calendar;position:relative;justify-content:flex-start;top:0}}.calendar__desktop{width:100%;position:relative}@media (max-width: 767.98px){.calendar__desktop{display:none}}.calendar__desktop>input.flatpickr-input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.calendar__mobile{display:none}@media (max-width: 767.98px){.calendar__mobile{display:block;width:100%}}.calendar__mobile #mobile-calendar-input{display:block;width:100%;padding:.75rem;border:.0625rem solid hsla(0,0%,100%,.1);background:#0b1b3b;color:#fff;border-radius:.5rem;font:400 1rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;cursor:pointer}.calendar__mobile #mobile-calendar-input::placeholder{color:#98a2b3}.calendar__mobile #mobile-calendar-input:focus{outline:.125rem solid #274488;outline-offset:.125rem}@media (max-width: 767.98px){.events{grid-area:events}}.events__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:1rem}@media (max-width: 640px){.events__items{grid-template-columns:1fr}}.events__empty{display:flex;flex-direction:column;gap:.75rem;padding:2rem;text-align:center;background:#0b1b3b80;border-radius:.5rem;border:.125rem dashed hsla(0,0%,100%,.1)}.events__empty-title{font:700 1.375rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#274488}.events__empty-image{width:100%;max-width:25rem;margin:0 auto;opacity:.7}.event__item{display:flex;flex-direction:column;background-color:#fff;padding:1rem;border-radius:.75rem;transition:all .3s ease;box-shadow:0 .0625rem .125rem #0000001a;border:.0625rem solid hsla(0,0%,100%,.05)}.event__item:hover{box-shadow:0 .125rem .375rem #00000026;transform:translateY(-.125rem)}.event__header{font:600 .875rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;text-align:center;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.event__body{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-bottom:1rem}.event__team-block{display:flex;flex-direction:column;align-items:center;gap:.5rem;font:700 1rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-transform:uppercase;color:#101828;text-align:center;transition:color .3s ease;min-width:0}.event__team-block:hover{color:#274488}.event__team-block span{font-size:.875rem;font-weight:600}.event__team-logo{display:block;width:3.5rem;height:3.5rem;object-fit:contain;filter:drop-shadow(0 .125rem .5rem rgba(0,0,0,.3))}.event__team-info{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;color:#101828}.event__score{font:700 2rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;white-space:nowrap}.event__status{font:500 .75rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;text-transform:uppercase;letter-spacing:.05em}.event__link-block{display:flex;justify-content:center;padding-top:.75rem;border-top:.0625rem solid hsla(0,0%,100%,.05)}.event__link{font:600 .875rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#274488;text-align:center;padding:.5rem 1.5rem;background:#2744881a;border-radius:.375rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.event__link:hover{background:#274488;color:#fff;transform:translateY(-.0625rem);box-shadow:0 .25rem .75rem #2744884d}.flatpickr-calendar{width:100%!important;max-width:25rem;box-shadow:0 .25rem .75rem #0003;background:#0b1b3b;border-radius:.75rem;border:.0625rem solid hsla(0,0%,100%,.1)}@media (max-width: 1200px){.flatpickr-calendar{max-width:21.875rem}}@media (max-width: 991.98px){.flatpickr-calendar{max-width:20rem}}.flatpickr-months{background-color:#274488;border-radius:.5rem .5rem 0 0}.flatpickr-months .flatpickr-month{color:#fff}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{color:#fff;fill:#fff;transition:all .3s ease}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#fff}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#fff}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{color:#101828;font-size:1rem;background:#fff}.flatpickr-day{pointer-events:none;color:#98a2b3;transition:all .3s ease}.flatpickr-day.flatpickr-disabled{pointer-events:none;color:#98a2b3}.flatpickr-day.has-event,.flatpickr-day.flatpickr-disabled.has-event{background-color:#323a46;color:#fff;border-radius:50%;border:.0625rem solid #323a46;pointer-events:all;cursor:pointer;transition:all .3s ease}.flatpickr-day.has-event:hover,.flatpickr-day.flatpickr-disabled.has-event:hover{background-color:#274488;border-color:#274488;color:#fff;transform:scale(1.1)}.flatpickr-day.selected{border:.0625rem solid #274488;background-color:#274488;color:#fff}.flatpickr-input{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:block;width:50%;padding:.25rem .75rem;border:.0625rem solid rgba(16,24,40,.2);border-radius:.25rem;color:#101828;font-size:1rem;transition:all .3s ease}.flatpickr-input:focus{outline:.125rem solid #274488;outline-offset:.125rem}@media (max-width: 449.98px){.flatpickr-input{width:100%}}.flatpickr .numInputWrapper span:hover{background-color:#fff}.flatpickr .arrowDown:hover{fill:#fff}.flatpickr-weekday{color:#fff;font-weight:600}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#fff}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#fff}span.flatpickr-weekday{color:#fff;font-weight:600}.pagination{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem 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:500 .875rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#98a2b3;transition:opacity .3s ease}@media (max-width: 768px){.pagination__count{font-size:.8125rem}}.pagination__controls{display:flex;align-items:center;gap:.5rem;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 hsla(0,0%,100%,.1);border-radius:.5rem;background:#0b1b3b;color:#fff;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:#274488;background:#2744881a;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #2744884d}.pagination__arrow:hover:not(.pagination__arrow--disabled) svg{transform:scale(1.1)}.pagination__arrow:active:not(.pagination__arrow--disabled){transform:translateY(0);box-shadow:0 .125rem .375rem #27448840}.pagination__arrow--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.pagination__arrow svg{width:1.25rem;height:1.25rem}.pagination__pages{display:flex;align-items:center;gap:.25rem}.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);border-radius:.5rem;background:#0b1b3b;color:#fff;font:500 .875rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;transition:all .3s ease;cursor:pointer;text-decoration:none;position:relative}.pagination__page:hover:not(.pagination__page--active){border-color:#2744884d;background:#2744881a;color:#274488;transform:translateY(-.125rem)}.pagination__page--active{border-color:#274488;background:#274488;color:#fff;cursor:default;pointer-events:none;box-shadow:0 .25rem .75rem #27448866;transform:scale(1.05)}@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:#98a2b3;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}}@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}.tabs__nav{display:inline-flex;gap:.25rem;margin-bottom:1rem;background:#f2f4f7;border-radius:.5rem;padding:1rem;box-shadow:0 .0625rem .125rem #0000001a;background-color:#fff;flex-wrap:wrap}.tabs__tab{appearance:none;background-color:#0000;border:0;padding:.5rem .75rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;color:#323a46;border-radius:.5rem;text-transform:capitalize;transition:background .2s ease,color .2s ease,transform .12s ease}.tabs__tab:hover{background:#d7e1f3;color:#0b1b3b}.tabs__tab:active{transform:scale(.98)}.tabs__tab.is-active{background:#274488;color:#fff;box-shadow:0 .0625rem .125rem #0000001a}@media (max-width: 480px){.tabs__tab{font-size:.875rem;padding:.5rem 1rem}}.tabs__panel{display:block;background-color:#98a2b366;padding:1.5rem;border-radius:1rem;box-shadow:0 .0625rem .125rem #0000001a}.tabs__panel[hidden]{display:none}.tabs__panel.is-active{animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}.review-header{position:relative;min-height:31.25rem;display:flex;align-items:center;overflow:hidden;padding:4rem 0}@media (min-width: 768px){.review-header{min-height:37.5rem}}@media (min-width: 1200px){.review-header{min-height:43.75rem}}.review-header__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.review-header__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#0b1b3bf2,#0b1b3bd9,#0b1b3bb3)}.review-header__inner{position:relative;z-index:1;display:grid;gap:2rem;padding-block:2.5rem}@media (min-width: 1024px){.review-header__inner{grid-template-columns:1fr auto;align-items:center;gap:4rem}}.review-header__details{display:flex;flex-direction:column;gap:1rem;background-color:#fff;color:#101828;padding:1rem;border-radius:1rem;box-shadow:0 .125rem .375rem #00000026}.review-header__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#039;margin:0}.review-header__date{font-size:.875rem;color:#98a2b3;text-transform:uppercase;letter-spacing:.05em}.review-header__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.75rem,5vw,3rem);font-weight:700;line-height:1.1;color:#101828;text-transform:uppercase;margin:0}.review-header__descr{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#a7b8e1;max-width:37.5rem;margin:0}@media (min-width: 768px){.review-header__descr{font-size:1.125rem}}.review-header__bot{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.review-header__btn{min-width:10rem}@media (max-width: 480px){.review-header__btn{flex:1 1 100%}}.review-header__teams{display:flex;gap:1.5rem;align-items:center;justify-content:center}@media (max-width: 1023px){.review-header__teams{justify-content:center}}.review-header__team{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border-radius:.75rem;border:.0625rem solid rgba(167,184,225,.1);transition:all .3s ease;min-width:8.75rem}@media (min-width: 768px){.review-header__team{padding:2rem;min-width:11.25rem}}.review-header__team-logo{width:6.25rem;height:6.25rem;object-fit:contain}@media (min-width: 768px){.review-header__team-logo{width:6.25rem;height:6.25rem}}.review-header__score{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;color:#fff;margin:0;text-shadow:0 .125rem .25rem rgba(16,24,40,.3)}@media (min-width: 768px){.review-header__score{font-size:3rem}}.review-content{display:flex;flex-direction:column;gap:1rem}.review-content__text{color:#98a2b3}@media (max-width: 640px){.review-content__text{text-align:center}}.review-content__image{width:100%;height:auto;border-radius:1rem;margin:1rem 0;height:25rem;object-fit:cover;object-position:top}.review-stats{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 .125rem .375rem #00000026;border:.0625rem solid #d7e1f3}@media (min-width: 768px){.review-stats{padding:2rem}}.review-stats__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#0b1b3b;margin:0 0 1.5rem}@media (min-width: 768px){.review-stats__title{font-size:1.5rem;margin-bottom:2rem}}.review-stats__list{display:flex;flex-direction:column;gap:1.25rem}.review-stats__item{display:flex;flex-direction:column;gap:.75rem}.review-stats__label{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#323a46;text-align:center;text-transform:uppercase;letter-spacing:.05em}.review-stats__bar{display:grid;grid-template-columns:3rem 1fr 3rem;gap:.75rem;align-items:center}@media (min-width: 768px){.review-stats__bar{grid-template-columns:4rem 1fr 4rem;gap:1rem}}.review-stats__value{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;color:#0b1b3b;text-align:center}@media (min-width: 768px){.review-stats__value{font-size:1.125rem}}.review-stats__value--home{color:#274488}.review-stats__value--away{color:#323a46}.review-stats__track{position:relative;display:flex;height:2rem;background:#f2f4f7;border-radius:.5rem;overflow:hidden;border:.0625rem solid #d7e1f3}@media (min-width: 768px){.review-stats__track{height:2.5rem}}.review-stats__fill{height:100%;transition:width .6s ease;position:relative}.review-stats__fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:shimmer 2s infinite}.review-stats__fill--home{background:linear-gradient(90deg,#039,#274488);border-radius:.5rem 0 0 .5rem}.review-stats__fill--away{background:linear-gradient(90deg,#a7b8e1,#d7e1f3);border-radius:0 .5rem .5rem 0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.circular-stats{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 .125rem .375rem #00000026;border:.0625rem solid #d7e1f3}.circular-stats__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;color:#0b1b3b;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.circular-stats__title{font-size:1.5rem;margin-bottom:1.5rem}}.circular-stats__grid{display:grid;gap:1.5rem}.circular-stats__grid--cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.circular-stats__grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.circular-stats__grid--cols-4{grid-template-columns:1fr}}.circular-stats__grid--cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.circular-stats__grid--cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.circular-stats__grid--cols-3{grid-template-columns:1fr}}.circular-stats__grid--cols-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.circular-stats__grid--cols-2{grid-template-columns:1fr}}.circular-stats__grid--cols-1{grid-template-columns:1fr;max-width:25rem;margin:0 auto}.circular-stats__item{background:#eef3fa;border-radius:.75rem;padding:1rem;display:flex;justify-content:center;align-items:center;border:.0625rem solid #d7e1f3;min-height:17.5rem}@media (max-width: 640px){.circular-stats__item{min-height:15.625rem;padding:.75rem}}.circular-stat{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:12.5rem}.circular-stat__progress{fill:none;stroke:#274488;stroke-width:10;stroke-linecap:round;transition:d 1.5s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.circular-stats{padding:1.5rem}.circular-stats__grid{gap:1rem}}@media (max-width: 480px){.circular-stats{padding:1rem}.circular-stats__title{font-size:1.25rem}}.card-post{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 .0625rem .125rem #0000001a;border-radius:.0625rem solid rgba(16,24,40,.1);transition:box-shadow .3s ease,transform .3s ease}.card-post:hover .card-post__link{color:#039}.card-post:hover{box-shadow:0 .125rem .375rem #00000026;transform:translateY(-.125rem)}.card-post__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}.card-post__figure{aspect-ratio:16/9;overflow:hidden;position:relative}.card-post__figure-link{display:block;width:100%;height:100%;transition:transform .3s ease}.card-post__figure-link:hover{transform:scale(1.02)}.card-post__thumbnail{width:100%;height:100%;object-fit:cover;display:block}.card-post__tags{position:absolute;bottom:.5rem;left:.5rem;gap:.5rem;display:flex;align-items:center;flex-wrap:wrap}.card-post__tag{background-color:#274488;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.875rem;text-transform:capitalize;transition:transform .3s ease,background-color .3s ease}.card-post__tag:hover{transform:translateY(-.125rem);background-color:#039}.card-post__content{padding:.75rem}.card-post__title{text-transform:uppercase;font-size:1.25rem;line-height:1.2;margin-bottom:.5rem}.card-post__title-link{transition:color .3s ease}.card-post__title-link:hover{color:#039}.card-post__descr{color:#98a2b3;margin-bottom:.75rem}.card-post__bottom{display:flex;align-items:center;justify-content:space-between;gap:.25rem;flex-wrap:wrap}.card-post__league{padding:.25rem .5rem;background-color:#274488;color:#fff;border-radius:.5rem}.card-live{position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 .0625rem .125rem #0000001a}.card-live:after{content:"";position:absolute;inset:0;background:linear-gradient(322deg,#101828,#0b1b3bd9,#101828)}.card-live__wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}.card-live__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card-live__league{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;margin-bottom:2rem}.card-live__league-logo{height:2.5rem;width:2.5rem;object-fit:contain;padding:.5rem;border-radius:.5rem;background-color:#fff}.card-live__enemy{display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:transform .3s ease;margin-bottom:2rem}.card-live__enemy:hover{transform:scale(1.02)}.card-live__enemy-logo{height:8rem;width:8rem;object-fit:contain}.card-live__enemy-name{font-size:2rem;font-weight:700;color:#fff;text-transform:uppercase}.card-live__info{background-color:#274488;padding:1rem 2rem;border-radius:1rem;box-shadow:0 .125rem .375rem #00000026;display:flex;align-items:center;gap:3rem;margin-bottom:2rem;color:#fff;text-transform:capitalize}.card-video__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15.625rem,1fr));gap:1rem}.card-video__link{display:flex;align-items:center;position:relative;border-radius:1rem;overflow:hidden}.card-video__link:hover .card-video__play{opacity:1;scale:1}.card-video__link:after{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(0deg,#0b1b3b 5%,#f2f4f700 70% 100%)}.card-video__thumb{overflow:hidden;border-radius:.5rem;width:100%;aspect-ratio:3/4}.card-video__img{width:100%;height:100%;object-fit:cover}.card-video__title{position:absolute;bottom:1rem;left:1rem;right:1rem;color:#fff;z-index:2;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.25rem}.card-video__date{position:absolute;top:1rem;right:1rem;background-color:#274488;color:#fff;padding:.25rem .5rem;border-radius:.5rem}.card-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:6.25rem;opacity:0;scale:1.3;color:#fff;z-index:3;transition:all .3s ease}.card-team{background-color:#fff;padding:1rem;border-radius:1rem;box-shadow:0 .0625rem .125rem #0000001a;transition:all .3s ease}.card-team:hover{box-shadow:0 .125rem .375rem #00000026;transform:translateY(-.125rem)}.card-team:hover .card-team__link{color:#274488}.card-team__link{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:.0625rem solid #f2f4f7}.card-team__logo{width:3rem;height:3rem;object-fit:contain;flex-shrink:0}.card-team__name{text-transform:uppercase;font-weight:700}.card-team__info{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;align-items:center}.card-team__item{display:flex;flex-direction:column;align-items:stretch;justify-content:center;text-align:center;border-right:.0625rem solid #f2f4f7}.card-team__item:last-child{border-right:none}.card-team__label{color:#98a2b3}.card-team__value{font-weight:700;font-size:1.25rem;line-height:1;color:#274488}.player-card{background-color:#fff;border-radius:1rem;box-shadow:0 .0625rem .125rem #0000001a;overflow:hidden;transition:box-shadow .3s ease}.player-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}@media (max-width: 480px){.player-card__grid{grid-template-columns:1fr}}.player-card:hover{box-shadow:0 .125rem .375rem #00000026}.player-card__link{display:flex;flex-direction:column}.player-card__top{background:linear-gradient(135deg,#101828,#0b1b3b);display:flex;align-items:end;justify-content:center;padding:4rem 0 0;position:relative}.player-card__number{color:#fff;font-size:4rem;line-height:1;font-weight:700;position:absolute;top:1rem;right:1rem}.player-card__photo{object-fit:contain}.player-card__info{display:flex;flex-direction:column;padding:1rem}.player-card__name{font-size:1.5rem}.player-card__surname{display:block;font-size:2rem;font-weight:700;line-height:1;color:#274488}.player-card__bot{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:.0625rem solid #f2f4f7;margin-top:1rem}.player-card__position{text-transform:uppercase;letter-spacing:.0625rem;font-weight:700;color:#98a2b3}.player-card__flag{height:2.5rem;width:2.5rem;object-fit:contain}.player-header{padding:4rem 0}.player-header__inner{display:grid;grid-template-columns:auto 1fr;position:relative}@media (max-width: 992px){.player-header__inner{grid-template-columns:1fr;text-align:center}}.player-header__left{padding:2rem;display:flex;flex-direction:column}@media (max-width: 992px){.player-header__left{padding:1rem 0}}@media (max-width: 992px){.player-header__left .breadcrumbs__list{justify-content:center}}.player-header__left .breadcrumbs__link{color:#101828}.player-header__left .breadcrumbs__link:hover:after{background-color:#101828}.player-header__num{font-size:4rem;font-weight:700;line-height:1;color:#274488}@media (max-width: 992px){.player-header__num{color:#fff;position:absolute;bottom:2rem;z-index:4}}.player-header__content{margin-top:auto;display:flex;align-items:center;gap:4rem}@media (max-width: 992px){.player-header__content-bio{display:flex;flex-direction:column;margin:0 auto}}.player-header__name{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media (max-width: 992px){.player-header__name{margin-bottom:0}}.player-header__name span{display:block;font-weight:400;font-size:3rem;color:#039}@media (max-width: 992px){.player-header__name span{display:inline}}.player-header__position{text-transform:uppercase;font-weight:600;letter-spacing:.125rem;color:#98a2b3}.player-header__flag{height:2.5rem;width:2.5rem;object-fit:contain}@media (max-width: 992px){.player-header__flag{position:absolute;bottom:2rem;right:2rem;z-index:4}}.player-header__photo-wrap{border-radius:1rem;overflow:hidden;position:relative;display:flex;align-items:end;justify-content:center;padding:4rem 0 0}.player-header__photo-wrap:after{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(322deg,#101828,#0b1b3bd9,#101828);z-index:2;pointer-events:none}.player-header__bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fff0,#ffffff80);z-index:1;object-fit:cover}.player-header__photo{position:relative;z-index:3;height:30rem;object-fit:contain;object-position:bottom}@media (max-width: 992px){.player-header__photo{height:22.5rem}}.player-stats{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 .125rem .375rem #00000026;margin-bottom:2rem}.player-stats__overview{margin-bottom:2rem}.player-stats__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;color:#101828;margin-bottom:1.5rem;text-align:center}.player-stats__grid{display:grid;gap:1.5rem}.player-stats__grid--overview{grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr))}@media (max-width: 768px){.player-stats__grid--overview{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.player-stats__grid--overview{grid-template-columns:1fr}}.player-stats__grid--detailed{grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr))}@media (max-width: 900px){.player-stats__grid--detailed{grid-template-columns:1fr}}.stat-card{background:#f2f4f7;border-radius:.5rem;padding:1.5rem;text-align:center;transition:all .3s ease;border:.0625rem solid #d7e1f3;box-shadow:0 .0625rem .125rem #0000001a}.stat-card__value{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;color:#274488;line-height:1;margin-bottom:.5rem}.stat-card__label{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#323a46;text-transform:uppercase;letter-spacing:.5px}.stats-block{background:#eef3fa;border-radius:.75rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;border:.0625rem solid #d7e1f3}.stats-block__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#0b1b3b;text-align:center}.circular-stat{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.circular-stat__label{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#323a46;text-transform:uppercase;letter-spacing:.5px;text-align:center}.circular-stat__svg{display:block;transform:rotate(-90deg)}.circular-stat__bg{stroke:#a7b8e1}.circular-stat__progress{stroke:#274488;stroke-linecap:round;stroke-dasharray:401.92;stroke-dashoffset:401.92;transition:stroke-dashoffset 1.5s cubic-bezier(.4,0,.2,1)}.circular-stat__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;margin-top:1.25rem}.circular-stat__percentage{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;color:#0b1b3b;line-height:1}.circular-stat__value{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#323a46;margin-top:.25rem}.stats-list{display:flex;flex-direction:column;gap:.75rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:.5rem;transition:all .3s ease;border:.0625rem solid #d7e1f3}.stat-item__label{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#323a46}.stat-item__value{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:#0b1b3b}@media (max-width: 768px){.player-stats{padding:1.5rem}.player-stats__title{font-size:1.5rem}.stat-card__value{font-size:2.25rem}.circular-stat__svg{width:7.5rem;height:7.5rem}.circular-stat__percentage{font-size:1.75rem}}.player-bio{display:flex;flex-direction:column;gap:1rem}.player-bio__text{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:#323a46;line-height:1.5}.player-bio__subtitle{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:#0b1b3b;line-height:1.4}.team-header{padding:5rem 0;background-color:#fff;box-shadow:0 .125rem .375rem #00000026;margin-bottom:3rem}.team-header__inner .breadcrumbs{margin-bottom:3rem}.team-header__inner .breadcrumbs__link{color:#101828}.team-header__inner .breadcrumbs__link:hover:after{background-color:#101828}.team-header__content{display:grid;position:relative}.team-header__left{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;background-color:#fff;box-shadow:0 .125rem .375rem #00000026;border-radius:1rem}.team-header__logo{height:6.25rem;width:6.25rem;object-fit:contain}.team-header__name{color:#274488;text-align:center}@media (max-width: 768px){.team-header__name{font-size:1.5rem}}.team-header__stadium-img{max-height:25rem;border-radius:1rem;box-shadow:0 .125rem .375rem #00000026}@media (max-width: 768px){.team-header__stadium-img{min-height:37.5rem;object-fit:cover}}.team-header__stadium-name{position:absolute;left:1rem;bottom:1rem;color:#fff;font-size:2rem}.team-stats{display:flex;flex-direction:column;gap:2rem}.team-stats__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;color:#101828;margin-bottom:1.5rem;text-align:center}.team-stats__info,.team-stats__titles,.team-stats__performance{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 .125rem .375rem #00000026}.team-stats__grid{display:grid;gap:1.5rem}.team-stats__grid--info{grid-template-columns:1fr 1fr}@media (max-width: 768px){.team-stats__grid--info{grid-template-columns:1fr}}.team-stats__grid--performance{grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.team-stats__grid--performance{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.team-stats__grid--performance{grid-template-columns:1fr}}.info-card{background:#eef3fa;border-radius:.5rem;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;border:.0625rem solid #d7e1f3}.info-card__label{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#323a46;text-transform:uppercase;letter-spacing:.5px}.info-card__value{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#0b1b3b;line-height:1.2}.titles-list{display:flex;flex-direction:column;gap:1rem}.title-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#eef3fa;border-radius:.5rem;border:.0625rem solid #d7e1f3}.title-item__name{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:#323a46}.title-item__count{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:700;color:#274488;min-width:3.75rem;text-align:center;background:#fff;padding:.5rem 1rem;border-radius:.5rem}.performance-block{background:#eef3fa;border-radius:.75rem;padding:1rem;display:flex;justify-content:center;align-items:center;border:.0625rem solid #d7e1f3;min-height:17.5rem}@media (max-width: 640px){.performance-block{min-height:15.625rem;padding:.75rem}}.circular-stat{position:relative;display:flex;flex-direction:column;align-items:center;rotate:90deg;width:100%;max-width:12.5rem}.circular-stat__svg{display:block;width:100%;height:auto;max-width:12.5rem}@media (max-width: 640px){.circular-stat__svg{max-width:11.25rem}}.circular-stat__bg{fill:#a7b8e1}.circular-stat__progress{fill:none;stroke:#274488;stroke-width:10;stroke-linecap:round;stroke-dasharray:439.82;stroke-dashoffset:439.82;transition:stroke-dashoffset 1.5s cubic-bezier(.4,0,.2,1)}.circular-stat__label{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:700;fill:#323a46;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 640px){.circular-stat__label{font-size:.75rem}}.circular-stat__percentage{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;fill:#0b1b3b}@media (max-width: 640px){.circular-stat__percentage{font-size:1.75rem}}.circular-stat__value{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;fill:#323a46}@media (max-width: 640px){.circular-stat__value{font-size:.75rem}}.circular-stat.is-animated .circular-stat__progress{stroke-dashoffset:var(--target-offset)}@media (max-width: 768px){.team-stats{gap:1.5rem}.team-stats__title{font-size:1.5rem}.team-stats__info,.team-stats__titles,.team-stats__performance{padding:1.5rem}.team-stats__grid--performance{gap:1rem}.info-card__value{font-size:1.25rem}.title-item{padding:1rem}.title-item__name{font-size:.875rem}.title-item__count{font-size:1.5rem;padding:.25rem .75rem}}@media (max-width: 480px){.team-stats{gap:1rem}.team-stats__title{font-size:1.25rem;margin-bottom:1rem}.team-stats__info,.team-stats__titles,.team-stats__performance,.info-card{padding:1rem}.info-card__label{font-size:.75rem}.info-card__value{font-size:1.125rem}.title-item{padding:.75rem}.title-item__name{font-size:.8125rem}.title-item__count{font-size:1.25rem;min-width:3.125rem}}.archive__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:1rem}.archive__grid--lives{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:.75rem;flex-wrap:wrap}@media (max-width: 540px){.archive__grid--lives{grid-template-columns:1fr}}.privacy{max-width:50rem}.privacy__intro{margin-bottom:3rem;padding:1.5rem;background-color:#0b1b3b;border-left:.25rem solid #274488;border-radius:.5rem}@media (max-width: 480px){.privacy__intro{padding:1.25rem;margin-bottom:2rem}}.privacy__intro-text{font:400 1rem/1.6 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#98a2b3;margin-bottom:1rem}.privacy__intro-text:last-child{margin-bottom:0}.privacy__intro-text strong{color:#fff;font-weight:600}.privacy__content{display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 480px){.privacy__content{gap:2rem}}.privacy__section--contact{background-color:#0b1b3b;padding:2rem;border-left:.25rem solid #3b82f6;border-radius:.5rem}@media (max-width: 480px){.privacy__section--contact{padding:1.5rem}}.privacy__section-title{font:600 1.5rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;margin-bottom:1.25rem}@media (max-width: 480px){.privacy__section-title{font-size:1.25rem;margin-bottom:1rem}}.privacy__section-content{font:400 1rem/1.6 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#98a2b3}.privacy__subsection-title{font:500 1.125rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;margin:1.5rem 0 .75rem}.privacy__subsection-title:first-child{margin-top:0}.privacy__text{margin-bottom:1rem}.privacy__text:last-child{margin-bottom:0}.privacy__text strong{color:#fff;font-weight:600}.privacy__list{margin:1rem 0;padding-left:1.25rem}.privacy__list li{margin-bottom:.5rem;position:relative}.privacy__list li:last-child{margin-bottom:0}.privacy__list li::marker{color:#274488}.privacy__list li strong{color:#101828;font-weight:600}.privacy__contact{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem}.privacy__contact-item{display:flex;align-items:flex-start;gap:.75rem}.privacy__contact-icon{color:#274488;font-size:1.25rem;flex-shrink:0;margin-top:.125rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.privacy__contact-icon svg{width:1.25rem;height:1.25rem}.privacy__contact-content{flex:1}.privacy__contact-content strong{display:block;font:600 1rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;margin-bottom:.25rem}.privacy__contact-link{color:#274488;transition:opacity .3s ease}.privacy__contact-link:hover{opacity:.8;text-decoration:underline}.privacy-toc{background-color:#0b1b3b;padding:1.5rem;margin-bottom:2rem;border-radius:.5rem;border:.0625rem solid hsla(0,0%,100%,.1)}.privacy-toc__title{font:600 1.125rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;margin-bottom:1rem}.privacy-toc__list{list-style:none;padding:0;margin:0}.privacy-toc__list li{margin-bottom:.5rem}.privacy-toc__list li:last-child{margin-bottom:0}.privacy-toc__list a{font:400 .9375rem/1.4 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#274488;transition:opacity .3s ease}.privacy-toc__list a:hover{opacity:.8;text-decoration:underline}@media (max-width: 768px){.privacy__section-title{font-size:1.3rem}.privacy__list{padding-left:1rem}.privacy__contact-item{flex-direction:column;gap:.5rem}.privacy__contact-item .privacy__contact-icon{align-self:flex-start}}@media print{.privacy__intro,.privacy__section--contact{background:none!important;border:.0625rem solid #ccc!important}.privacy__contact-link{color:inherit!important}.privacy__contact-link:after{content:" (" attr(href) ")";font-size:.8em}}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.contact__grid{grid-template-columns:1fr;gap:2rem}}.contact__title{font:700 2rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#fff;margin-bottom:1rem}@media (max-width: 480px){.contact__title{font-size:1.5rem}}.contact__description{font:400 1rem/1.6 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#98a2b3;margin-bottom:2rem}.contact__links{display:flex;flex-direction:column;gap:1rem}.contact__link{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border:.0625rem solid rgba(16,24,40,.1);box-shadow:0 .0625rem .125rem #0000001a;border-radius:.75rem;transition:all .3s ease}.contact__link:hover{border-color:#2744884d;transform:translateY(-.125rem);box-shadow:0 .125rem .375rem #00000026}.contact__icon{color:#274488;font-size:1.5rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#2744881a;border-radius:.5rem;flex-shrink:0}.contact__icon svg{width:1.75rem;height:1.75rem}.contact__link-content{flex-grow:1}.contact__link-title{font:600 1rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;margin-bottom:.25rem}.contact__link-text{font:400 .9375rem/1.5 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#98a2b3}.contact__link-text a{color:#fff;transition:color .3s ease}.contact__link-text a:hover{color:#274488}.contact__form-wrapper{background-color:#fff;padding:2rem;border:.0625rem solid rgba(16,24,40,.1);border-radius:.75rem;box-shadow:0 .0625rem .125rem #0000001a}@media (max-width: 480px){.contact__form-wrapper{padding:1.5rem}}.contact__form-title{font:700 1.5rem/1.2 Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;margin-bottom:1.5rem;text-align:center}.contact__submit{margin-top:.5rem}.form-group{margin-bottom:1.25rem}.form-group--checkbox{margin-bottom:1.5rem}.form-label{display:block;font:500 .9375rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border-radius:.5rem;font:400 1rem/1.4 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background-color:#fff;border:.125rem solid rgba(39,68,136,.4);color:#101828;transition:all .3s ease}.form-input::placeholder{color:#98a2b3b3}.form-input:focus{outline:none;color:#101828;border-color:#274488;box-shadow:0 0 0 .1875rem #2744881a}.form-input:invalid{border-color:#98a2b3}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:7.5rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;line-height:1.5}.form-checkbox input[type=checkbox]{display:none}.form-checkbox__mark{width:1.25rem;height:1.25rem;border:.125rem solid rgba(16,24,40,.3);background-color:#0000;border-radius:.25rem;position:relative;flex-shrink:0;margin-top:.125rem;transition:all .3s ease}.form-checkbox__mark:after{content:"";position:absolute;top:.125rem;left:.375rem;width:.25rem;height:.5rem;border:solid #fff;border-width:0 .125rem .125rem 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.form-checkbox__text{font:400 .9375rem/1.5 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#98a2b3}.form-checkbox__text a{color:#274488;transition:opacity .3s ease}.form-checkbox__text a:hover{opacity:.8}input[type=checkbox]:checked+.form-checkbox__mark{background-color:#274488;border-color:#274488}input[type=checkbox]:checked+.form-checkbox__mark:after{opacity:1}.form-checkbox:hover .form-checkbox__mark{border-color:#274488}.contact__btn{width:100%;justify-content:center;display:flex;align-items:center;border-radius:.5rem;padding:.75rem 2rem;cursor:pointer;font:600 1rem/1.2 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;gap:.5rem;text-transform:uppercase;background:#274488;color:#fff;border:none;transition:all .3s ease}.contact__btn:hover{background:#039;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #27448866}.contact__btn:active{transform:translateY(0)}.contact__btn:disabled{opacity:.6;cursor:not-allowed}.contact__btn:disabled:hover{background-color:#274488;transform:none;box-shadow:none}.post-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.post-layout{grid-template-columns:minmax(0,1fr) 22.5rem}}.post-layout__content{min-width:0}.post-layout__sidebar{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.post-layout__sidebar{position:sticky;top:6.25rem;align-self:start}}.post__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:.0625rem solid #d7e1f3}.post__meta-item{display:flex;align-items:center;gap:.5rem;color:#323a46;font-size:.875rem;font-weight:500}.post__meta-item .material-symbols-outlined{font-size:1.125rem;color:#274488}.post__featured-image{margin:0 0 2rem;border-radius:.75rem;overflow:hidden;box-shadow:0 .125rem .375rem #00000026}.post__featured-image img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.post__featured-image figcaption{padding:.75rem 1rem;background:#eef3fa;color:#323a46;font-size:.8125rem;text-align:center;font-weight:500}.post__lead{margin-bottom:2rem;padding:1.25rem 1.5rem;background:#fff;box-shadow:0 .0625rem .125rem #0000001a;border-radius:.5rem;font-size:1.125rem;line-height:1.6;color:#0b1b3b;font-weight:500}@media (min-width: 768px){.post__lead{font-size:1.25rem}}.post__content{color:#101828;line-height:1.7}.post__content p{margin-bottom:1.5rem;font-size:1rem}@media (min-width: 768px){.post__content p{font-size:1.0625rem}}.post__content p:last-child{margin-bottom:0}.post__content h2{margin:2.5rem 0 1.25rem;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#0b1b3b;line-height:1.3}@media (min-width: 768px){.post__content h2{font-size:1.75rem}}.post__content h2:first-child{margin-top:0}.post__content h3{margin:2rem 0 1rem;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:#0b1b3b}@media (min-width: 768px){.post__content h3{font-size:1.375rem}}.post__content a{color:#274488;text-decoration:underline;text-decoration-thickness:.0625rem;text-underline-offset:.125rem;transition:color .2s ease}.post__content a:hover{color:#039}.post__content strong{font-weight:600;color:#0b1b3b}.post__content em{font-style:italic}.post__image{margin:2rem 0}.post__image img{display:block;width:100%;height:auto;border-radius:.5rem;box-shadow:0 .125rem .375rem #00000026}.post__image figcaption{margin-top:.75rem;font-size:.875rem;color:#323a46;text-align:center;font-style:italic}.post__quote{margin:2rem 0;padding:1.5rem 2rem;background:#fff;box-shadow:0 .0625rem .125rem #0000001a;border-radius:.5rem}.post__quote p{margin:0;font-size:1.125rem;font-style:italic;color:#0b1b3b;line-height:1.6}@media (min-width: 768px){.post__quote p{font-size:1.25rem}}.post__quote p:before{content:'"';color:#274488}.post__quote p:after{content:'"';color:#274488}.post__quote cite{display:block;margin-top:1rem;font-size:.875rem;color:#323a46;font-style:normal;font-weight:500}.post__list{margin:1.5rem 0;padding-left:1.5rem;list-style:none}.post__list li{position:relative;margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;line-height:1.6}@media (min-width: 768px){.post__list li{font-size:1.0625rem}}.post__list li:before{content:"";position:absolute;left:0;top:.625rem;width:.375rem;height:.375rem;background:#274488;border-radius:50%}.post__list li:last-child{margin-bottom:0}.post__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:.0625rem solid #d7e1f3}.post__tag{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#274488;color:#fff;font-size:.8125rem;font-weight:600;border-radius:1.25rem;text-decoration:none;border:.0625rem solid #d7e1f3;transition:all .2s ease}.post__tag:hover{background:#274488;color:#fff;border-color:#274488;transform:translateY(-.125rem);box-shadow:0 .125rem .375rem #00000026}.sidebar-widget{padding:1.25rem;background:#fff;border:.0625rem solid #d7e1f3;border-radius:.75rem;box-shadow:0 .0625rem .125rem #0000001a}.sidebar-widget__title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:700;color:#0b1b3b;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.sidebar-widget__title .material-symbols-outlined{font-size:1.25rem;color:#274488}.sidebar-widget__more{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.75rem;color:#274488;font-size:.8125rem;font-weight:600;text-decoration:none;border-top:.0625rem solid #d7e1f3;transition:color .2s ease}.sidebar-widget__more:hover{color:#039}.sidebar-widget__more .material-symbols-outlined{font-size:1rem}.sidebar-widget .table{margin:0}.sidebar-widget .table__wrap{border-radius:.5rem}.sidebar-widget .table__th{font-size:.6875rem;padding:.5rem;background:#eef3fa;color:#323a46}.sidebar-widget .table__td{font-size:.8125rem;padding:.75rem .5rem}.sidebar-widget .table .entity__logo{width:1.25rem;height:1.25rem}.sidebar-widget .table .entity__name{font-size:.8125rem}.sidebar-widget .table .num{font-size:.8125rem;font-weight:600;color:#0b1b3b}.video-page{display:grid;grid-template-columns:1fr 25rem;background-color:#274488;border-radius:1rem;box-shadow:0 .125rem .375rem #00000026}@media (max-width: 992px){.video-page{grid-template-columns:1fr}}.video-page__link{position:relative;display:flex;border-radius:1rem;overflow:hidden}.video-page__link:hover .video-page__play{color:#fff}.video-page__thumb{display:flex;width:100%;height:auto;object-fit:cover;aspect-ratio:16/9}@media (max-width: 768px){.video-page__thumb{aspect-ratio:3/4}}.video-page__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:6.25rem;color:#fffc;pointer-events:none}.video-page__info{padding:2rem;color:#fff;display:flex;flex-direction:column;justify-content:center}@media (max-width: 992px){.video-page__info{padding:1rem}}@media (max-width: 992px){.video-page__title{text-align:center}}@media (max-width: 640px){.video-page__title{font-size:2rem}}
