@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}a:focus,a:active{outline:none}html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}a,a:visited{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}ul li{list-style:none;margin-bottom:0}img{vertical-align:top}h1,h2,h3,h4,h5{font-size:inherit;font-weight:400}.header{display:flex;align-items:center;height:3.75rem;background-color:var(--blue);border-bottom:.125rem solid var(--red);position:fixed;top:0;left:0;width:100%;z-index:100}.header__content{display:flex;align-items:center;justify-content:space-between;column-gap:3.125rem}.header__logo_link{display:inline-block;position:relative;z-index:90}.header__logo_img{height:2.5rem}.header__nav_list{display:flex;align-content:center;flex-wrap:wrap;gap:.3125rem 1.5625rem}.header__nav_link{font-size:.9375rem;font-weight:600;color:var(--white);text-transform:uppercase;position:relative;transition:.3s color ease}.header__nav_link:after{content:"";position:absolute;bottom:-.4375rem;left:50%;transform:translate(-50%) scaleX(0);width:100%;height:.1875rem;background-color:var(--red);transform-origin:center;transition:transform .3s ease}.header__nav_link:hover{color:var(--red)}.header__nav_link:hover:after{transform:translate(-50%) scaleX(1)}.header__nav_link--active{color:var(--red);font-weight:700}@media(max-width:899.98px){.header{height:3.125rem}.header__logo_img{height:2.1875rem}.header__burger{display:block;position:relative;width:1.875rem;height:1.19rem;z-index:100;background-color:transparent;border:none;top:0}.header__burger:before,.header__burger:after{content:"";background-color:var(--white);position:absolute;width:100%;height:.125rem;left:0;transition:all .3s ease 0s}.header__burger:before{top:0}.header__burger:after{bottom:0}.header__burger span{background-color:var(--white);position:absolute;width:100%;height:.125rem;left:0;top:.5625rem;transition:all .3s ease 0s}.header__burger.open-menu:before{transform:rotate(45deg);top:.5625rem;background-color:var(--red)}.header__burger.open-menu:after{transform:rotate(-45deg);bottom:.5625rem;background-color:var(--red)}.header__burger.open-menu span{transform:scale(0)}.header__nav{position:fixed;width:30%;height:100%;right:-100%;top:0%;opacity:0;z-index:15;background-color:var(--blue);padding:6.25rem 1.875rem 3.125rem;transition:right .6s ease,opacity .6s ease;overflow:auto}.header__nav:before{content:"";position:fixed;top:0;right:0;width:100%;height:3.125rem;background-color:var(--dark-blue);z-index:5;border-bottom:.0625rem solid var(--red)}.header__nav.open-menu{right:0%;opacity:1}.header__nav_list{flex-direction:column;row-gap:1.5625rem;align-items:flex-end;align-content:end;flex-wrap:nowrap;width:100%;position:relative;z-index:4}.header__nav_link{font-size:1.125rem}}@media(max-width:649.98px){.header__nav{width:50%}}@media(max-width:449.98px){.header__nav{width:60%}}.hero__section{position:relative;overflow:hidden;padding-top:8.125rem;padding-bottom:3.125rem;margin-bottom:2.5rem}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;background:radial-gradient(circle at 20% 30%,var(--light-blue) 0%,transparent 50%),radial-gradient(circle at 80% 70%,var(--red) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:clamp(1.875rem,5vw,3.75rem);align-items:center}.hero-text{max-width:40.625rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,var(--blue) 0%,var(--light-blue) 100%);border-radius:3.125rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-badge:before{content:"⚽";font-size:1rem}.hero-title{font-size:clamp(2.25rem,6vw,4rem);font-weight:800;line-height:1.1;text-transform:capitalize;margin-bottom:1.25rem}.hero-title .highlight{background:linear-gradient(135deg,var(--light-blue) 0%,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:#fffc;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;height:auto;border-radius:1.25rem}.hero-image{position:relative;width:100%;max-width:100%;border-radius:1.25rem;overflow:hidden;padding-bottom:60%}.hero-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:1.25rem}.hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#001a434d,#1f75ff33);pointer-events:none;border-radius:1.25rem}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.75rem,1fr));gap:.9375rem;margin-top:clamp(2.5rem,6vw,5rem)}.hero__stat-card{background:#001a4399;border:.0625rem solid rgba(31,117,255,.2);border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .3s ease}.hero__stat-card:hover{transform:translateY(-.3125rem);border-color:var(--light-blue);box-shadow:0 .625rem 1.875rem #1f75ff33}.stat-number{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;color:var(--light-blue);display:block;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#ffffffb3;font-weight:500}@media(max-width:1199.98px){.hero-image{max-width:31.25rem}}@media(min-width:991.98px){.hero-content{grid-template-columns:1fr 1fr}}@media(max-width:991.98px){.hero__section{padding-top:6.25rem}.splide-hero{order:-1}.hero-image{display:block;position:relative;padding-bottom:40%;max-width:100%}.hero-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;object-position:center top}.hero-text{width:100%;max-width:100%;text-align:center}.hero-buttons{justify-content:center}}@media(max-width:767.98px){.hero__section{padding-top:5rem}}@media(max-width:549.98px){.hero__section{padding-bottom:1.875rem;margin-bottom:1.25rem}.hero-image{padding-bottom:50%}}@media(max-width:449.98px){.hero-buttons .btn{padding:.625rem 2rem;font-size:.9375rem}}.matches__section{padding-top:1.875rem}.results__rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(21.875rem,1fr));gap:.9375rem}.match-card{background:var(--blue);border:.0625rem solid rgba(31,117,255,.2);border-radius:1rem;padding:1.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.match-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:.1875rem;background:linear-gradient(90deg,var(--light-blue) 0%,var(--red) 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.match-card:hover{border-color:var(--light-blue);box-shadow:0 .625rem 1.875rem #1f75ff4d}.match-card:hover:before{transform:scaleX(1)}.match-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:.0625rem solid rgba(255,255,255,.1)}.league-name{font-size:.75rem;font-weight:600;color:var(--light-blue);text-transform:uppercase;letter-spacing:.03125rem}.match-status{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600}.status-live{color:var(--red)}.status-live:before{content:"";width:.375rem;height:.375rem;background:var(--red);border-radius:50%;animation:pulse 2s infinite}.status-finished{color:#ffffff80}.match-teams{margin-bottom:1.25rem}.team{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.team-link{display:flex;align-items:center;gap:.75rem;flex:1;text-decoration:none;color:var(--white);transition:color .3s ease}.team-link:hover{color:var(--light-blue)}.team-logo{width:2rem;height:2rem;border-radius:50%;flex-shrink:0;object-fit:cover}.team-name{font-size:1rem;font-weight:600;text-transform:capitalize}.team-score{font-size:1.5rem;font-weight:800;color:var(--white);min-width:1.875rem;text-align:right}.match-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:1rem;border-top:.0625rem solid rgba(255,255,255,.1);font-size:.75rem}.stadium-name{color:#fff9;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team.winner .team-score{color:var(--light-blue)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@media(min-width:768px)and (max-width:1199px){.matches__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.matches__grid{grid-template-columns:1fr}.match-card{padding:1.25rem}}@media(max-width:599.98px){.matches__section{padding-top:0}}.news__rows{display:grid;grid-template-columns:69% 1fr;gap:1.25rem;margin-bottom:.9375rem}.big-news__block{position:relative;color:var(--white);transition:.3s color ease}.big-news__block:hover{color:var(--red)}.big-news__block:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000,#ffe41900 60%)}.big-news__img_block{height:100%}.big-news__text_block{display:flex;flex-direction:column;row-gap:.625rem;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;z-index:10}.date{font-size:1.0625rem;color:var(--red);font-weight:500}.big-news__title{font-size:1.75rem;font-weight:700;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.description{font-size:1rem;font-weight:500;color:var(--white);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.news__blocks{display:flex;flex-direction:column;row-gap:.9375rem}.news__block{display:flex;flex-direction:column;height:100%}.news__img_block{padding-bottom:50%}.news__text_block{display:flex;flex-direction:column;flex-grow:1;row-gap:.3125rem;padding:.625rem 0;font-size:1rem;font-weight:500}.news__title_link{font-size:1.25rem;font-weight:700;text-transform:uppercase;transition:.3s color ease}.news__title_link:hover{color:var(--red)}.news__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:.9375rem}.news__card{display:flex;flex-direction:column;height:100%;box-shadow:0 0 .25rem var(--light-blue);border-radius:.625rem}.news-card__img_block{padding-bottom:70%}.news__image{border-radius:.625rem .625rem 0 0}.news__footer{display:flex;flex-direction:column;row-gap:.5rem;flex-grow:1;padding:.9375rem;background-color:var(--blue);border-radius:0 0 .625rem .625rem}.news__card_title{font-size:1.25rem;font-weight:700;text-transform:capitalize;line-height:1.2;transition:.3s color ease;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.news__card_title:hover{color:var(--red)}.news__card_description{line-height:1.2;font-size:.9375rem;font-weight:300;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.news__img{object-position:100% 10%}.news__items{column-gap:.9375rem}@media(max-width:1199.98px){.news__rows{grid-template-columns:65% 1fr}}@media(max-width:991.98px){.news__rows{grid-template-columns:1fr;column-gap:0;row-gap:.9375rem}.big-news__img_block{padding-bottom:60%}.news__blocks{flex-direction:row;column-gap:.9375rem;width:100%}.big-news__block:after{background:linear-gradient(0deg,#000 8%,#ffe41900 70%)}.news__block{width:100%}.news__img_block{padding-bottom:70%}}@media(max-width:649.98px){.big-news__img_block{padding-bottom:80%}.news-card__img_block{padding-bottom:60%}.news__blocks{display:flex;flex-direction:column;row-gap:.9375rem;column-gap:0}.big-news__text_block .description{display:none}.big-news__title{font-size:1.5rem}}@media(max-width:449.98px){.big-news__title{font-size:1.25rem}}.grid-pts-tbl{display:grid;grid-template-columns:8% 25% repeat(8,1fr)}.grid-pts-tbl--sm{display:grid;grid-template-columns:1fr 30% repeat(5,1fr)}.stat__table{border-collapse:collapse;border-left:.0625rem solid var(--blue);border-bottom:.0625rem solid var(--blue);border-radius:.5rem}.stat__table--with-mb{margin-bottom:1.25rem}.table__header{background:var(--blue);padding:.9375rem 0;font-weight:700;font-size:.85rem;text-transform:uppercase;color:#ffffffe6;text-align:center;border-bottom:.125rem solid var(--light-blue);border-radius:.5rem .5rem 0 0}.table__body{align-items:center;font-size:1rem;padding:.625rem 0;font-weight:500;text-align:center;color:var(--white);background-color:var(--dark-blue);border-bottom:.0625rem solid var(--blue);border-right:.0625rem solid var(--blue);border-top-width:0;transition:.3s background-color ease}.table__body:hover{background-color:#1f75ff33}.table__body:last-child{border-bottom-width:0}.table__header.grid-pts-tbl--sm,.table__body.grid-pts-tbl--sm{font-size:.875rem}.table__team_block{display:flex;align-items:center;justify-content:flex-start;column-gap:.625rem;font-size:1rem;text-transform:uppercase;text-align:left;font-weight:700;color:var(--white);transition:.3s color}.grid-pts-tbl--sm .table__team_block{font-size:.875rem}.table__team_block:hover{color:var(--red)}.table__team_logo{height:1.5625rem;width:1.5625rem;object-fit:contain}.grid-pts-tbl--sm .table__team_logo{height:1.25rem;width:1.25rem}.text-red{color:var(--red)}.text-green{color:#009b00}.text-pts{color:var(--light-blue);font-weight:600;font-size:1.125rem}@media(max-width:767.98px){.stat__table--full{overflow-x:scroll}.grid-pts-tbl{width:50rem;grid-template-columns:4.375rem 12.5rem repeat(8,1fr)}.table__header.grid-pts-tbl span:nth-of-type(-n+2){position:sticky;background-color:var(--blue);z-index:10}.table__header.grid-pts-tbl span:nth-of-type(1){left:0}.table__header.grid-pts-tbl span:nth-of-type(2){left:4.375rem}.table__body.grid-pts-tbl>:nth-child(-n+2){position:sticky;background-color:var(--dark-blue);z-index:10}.table__body.grid-pts-tbl>:nth-child(1){left:0}.table__body.grid-pts-tbl>:nth-child(2){left:4.375rem}.table__body:hover{background-color:transparent}.table__body.grid-pts-tbl>:nth-child(2){padding-right:.3125rem}}@media(max-width:649.98px){.grid-pts-tbl{width:40.625rem;grid-template-columns:2.5rem 8.125rem repeat(8,1fr)}.table__header.grid-pts-tbl span:nth-of-type(2){left:2.5rem}.table__body.grid-pts-tbl>:nth-child(2){left:2.5rem}.table__header,.table__body,.table__team_block{font-size:.9375rem}}@media(max-width:449.98px){.grid-pts-tbl{width:31.25rem;grid-template-columns:2.5rem 2.5rem repeat(8,1fr)}.grid-pts-tbl .table__team_block{justify-content:center}.grid-pts-tbl .table__team_block span{display:none}.table__body.grid-pts-tbl>:nth-child(2){padding-right:.625rem}.grid-pts-tbl--sm{grid-template-columns:1fr 35% repeat(5,1fr)}}.lives__rows{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem}.live__block{display:grid;grid-template-columns:45% 1fr;padding:1.25rem .625rem;background:#001a4399;border:.0625rem solid rgba(31,117,255,.2);border-radius:.75rem}.live__block--witm-mb{margin-bottom:1.25rem}.live__img_block{height:100%}.live__img_block img{object-position:center top}.live__info{padding-left:.9375rem;text-align:center}.live-info__head{align-items:center;display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;margin-bottom:.9375rem;color:var(--white);text-transform:uppercase}.live-info__head span:last-child{color:var(--red)}.live__body{display:flex;align-items:center;justify-content:space-between;color:var(--white);align-items:flex-start;margin-bottom:.9375rem}.live__team_block{display:flex;flex-direction:column;flex-basis:40%;row-gap:.3125rem;align-items:center;font-size:1.25rem;font-weight:700;color:var(--white);text-transform:uppercase;transition:.3s color}.live__team_block:hover{color:var(--red)}.live__team_logo{height:3.125rem;width:3.125rem;object-fit:contain}.live__time_block,.live__score_block{align-self:center;font-size:1.875rem;font-weight:700;text-transform:uppercase;color:var(--red)}.play__icon.live__play_icon{height:28%}.live__info .btn{font-size:.9375rem;padding:.625rem 2rem}@media(max-width:1199.98px){.live__block{grid-template-columns:40% 1fr}}@media(max-width:991.98px){.lives__rows{grid-template-columns:1fr}.live__block{grid-template-columns:50% 1fr}}@media(max-width:767.98px){.live__score_block{font-size:1.6875rem}}@media(max-width:649.98px){.live__block{display:flex;flex-direction:column-reverse;row-gap:.625rem}.live__img_block{aspect-ratio:3 / 1}.live__img_block img{object-fit:cover;object-position:top}.live__info{padding-left:0}.live__score_block{font-size:1.875rem}}@media(max-width:449.98px){.live__img_block{aspect-ratio:2 / 1}.live__info .btn{font-size:.875rem;padding:.5rem 2rem}.live__score_block{font-size:1.75rem}}.video__content{display:grid;grid-template-columns:70% 1fr;gap:.625rem;margin-bottom:.625rem}.video__item--big{display:flex;flex-direction:column;height:100%;color:#fff;position:relative}.video-overlay{position:relative;transition:.3s color ease;border:.0625rem solid rgba(31,117,255,.2);border-radius:.75rem}.video-overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000,#ffe41900 60%);border-radius:.75rem}.video-overlay:hover{color:var(--red)}.video__img-block--big{height:100%;border-radius:.75rem}.video__img{object-position:center top;border-radius:.75rem}.video__text_block{display:flex;flex-direction:column;align-items:flex-start;row-gap:.625rem;position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:10}.video__title--big{font-size:1.875rem;font-weight:700;text-transform:uppercase}.video__blocks{display:flex;flex-direction:column;gap:.625rem}.video__block{position:relative;color:#fff}.video__img_block{padding-bottom:55%}.video-block__title-block{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;z-index:10}.video__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.video__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:.9375rem}.video__card{color:#fff;position:relative}.video-card__img_block{padding-bottom:80%}.video__card_footer{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;z-index:10}.play__icon{position:absolute;top:.625rem;right:.625rem;height:15%;z-index:10;transition:.3s scale ease}.play-icon__big{height:18%}.play__icon:hover{scale:1.1}@media(max-width:991.98px){.video__content{grid-template-columns:1fr;gap:.625rem}.video__img-block--big{padding-bottom:50%}.video__blocks{display:none}.video__img_block{padding-bottom:60%}}@media(max-width:767.98px){.video__img-block--big .play__icon{height:18%}.video__img-block--big{padding-bottom:60%}.video__title--big{font-size:1.5rem}}@media(max-width:644.98px){.video-card__img_block{padding-bottom:60%}.video__title--big{font-size:1.25rem}}.teams-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}.team-card{background:var(--blue);border:.0625rem solid rgba(31,117,255,.2);border-radius:1rem;padding:1.75rem;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.team-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:.25rem;background:linear-gradient(90deg,var(--light-blue) 0%,var(--red) 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.team-card:hover{transform:translateY(-.5rem);border-color:var(--light-blue);box-shadow:0 .9375rem 2.5rem #1f75ff4d}.team-card:hover:before{transform:scaleX(1)}.team-card-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:.0625rem solid rgba(255,255,255,.1)}.team-logo-large{width:5rem;height:5rem;border-radius:.75rem;object-fit:cover;background:#ffffff0d;padding:.5rem}.team-info{flex:1}.team-name-large{font-size:1.375rem;font-weight:700;margin-bottom:.375rem;color:var(--white)}.team-league{font-size:.8125rem;color:var(--light-blue);font-weight:600;text-transform:uppercase;letter-spacing:.03125rem}.team-description{font-size:.875rem;line-height:1.6;color:#ffffffb3;margin-bottom:1.5rem;flex-grow:1}.team-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.stat-item{text-align:center;padding:.75rem;background:#0003;border-radius:.5rem;transition:all .3s ease}.stat-item:hover{background:#1f75ff1a}.stat-value{display:block;font-size:1.5rem;font-weight:800;color:var(--light-blue);margin-bottom:.25rem}.stat-label{display:block;font-size:.6875rem;color:#fff9;text-transform:uppercase;letter-spacing:.03125rem;font-weight:600}.team-footer{margin-top:auto;padding-top:1.25rem;border-top:.0625rem solid rgba(255,255,255,.1)}.more-info-btn{display:block;width:100%;padding:.75rem 1.5rem;background:#1f75ff33;border:.0625rem solid var(--light-blue);border-radius:.5rem;color:var(--white);font-size:.875rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease}.more-info-btn:hover{background:var(--light-blue);transform:translateY(-.125rem)}@media(max-width:767px){.teams-grid{grid-template-columns:1fr}.team-card{padding:1.5rem}.team-stats{grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-value{font-size:1.25rem}}.footer{background-color:var(--blue);padding-top:2.5rem;position:relative}.footer__content{display:flex;align-items:center;justify-content:space-between;column-gap:1.875rem;border-bottom:.125rem solid var(--white);padding-bottom:1.875rem;position:relative;z-index:10}.footer__logo_img{height:4.375rem}.footer__menu{display:flex;flex-basis:70%;justify-content:space-between;column-gap:.9375rem}.footer__menu_item{display:flex;flex-direction:column;color:var(--white);row-gap:.625rem}.footer__link{color:var(--white);font-size:1rem;font-weight:500;text-transform:uppercase;transition:.3s color ease}.footer__link:hover{color:var(--red)}.footer__btm{font-size:1rem;font-weight:500;padding-bottom:1.25rem;padding-top:1.25rem;color:var(--white);text-align:center}@media(max-width:1199.98px){.footer__logo_img{height:3.125rem}.footer__menu{flex-basis:90%}}@media(max-width:949.98px){.footer{padding-top:1.25rem}.footer__content{flex-direction:column;row-gap:1.875rem}.footer__logo_img{height:3.75rem}.footer__menu{justify-content:space-around;width:100%;flex-basis:100%;flex-wrap:wrap;gap:1.25rem 3.125rem}}@media(max-width:549.98px){.footer__content{row-gap:1.25rem}.footer__logo_img{height:2.5rem}.footer__menu{flex-direction:column;align-items:center;row-gap:.625rem;text-align:center}}.post__rows{display:grid;grid-template-columns:69% 1fr;column-gap:1.875rem}.post__content{display:flex;flex-direction:column;row-gap:1.25rem}.post__img-block{padding-bottom:60%}.post__img{object-position:center top}.post__text_block{font-size:1.0625rem;font-weight:300;line-height:1.2;color:var(--white)}.post__text_block p:not(:last-child){margin-bottom:.9375rem}.aside__table .btn{font-size:.9375rem;padding:.625rem 2rem}@media(max-width:1199.98px){.post__rows{grid-template-columns:62% 1fr;column-gap:1.25rem}}@media(max-width:991.98px){.post-aside{display:none}.post__rows{grid-template-columns:1fr}}@media(max-width:599.98px){.post__img-block{padding-bottom:70%}}.video-post__rows{display:flex;flex-direction:column;row-gap:1.25rem}.video-post__content{position:relative}.video-post__img_block{padding-bottom:45%}.video-post__img{object-position:center top}.playlist{background:var(--blue);padding:.9375rem;position:absolute;top:0;left:0;width:22%;height:100%;overflow-y:auto}.playlist__content{display:flex;flex-direction:column;row-gap:.9375rem}.playlist__video{display:flex;flex-direction:column;height:auto;color:var(--white);position:relative;transition:.3s color}.playlist__video:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background:linear-gradient(0deg,#000,#ffe41900 60%)}.playlist__video:hover{color:var(--red)}.playlist__img_block{padding-bottom:55%}.playlist__title-block{position:absolute;bottom:.625rem;left:.625rem;right:.625rem;z-index:10}.playlist__title{font-size:.9375rem;font-weight:600;text-transform:uppercase}@media(max-width:1199.98px){.playlist{width:25%}}@media(max-width:991.98px){.playlist{position:relative;width:100%;background-color:transparent;padding:.3125rem .0625rem}.playlist__content{display:flex;flex-direction:row;align-items:stretch;column-gap:.625rem;overflow-x:scroll;padding-bottom:.625rem}.playlist__video{flex:0 0 25%}}@media(max-width:767.98px){.playlist__video{flex:0 0 33%}}@media(max-width:549.98px){.video-post__img_block{padding-bottom:65%}.playlist__content{column-gap:.3125rem}.playlist__video{flex:0 0 50%}.playlist__img_block{padding-bottom:60%}}@media(max-width:449.98px){.playlist__video{flex:0 0 65%}}.date-group{margin-bottom:clamp(2.5rem,5vw,3.75rem)}.date-group:last-child{margin-bottom:0}.date-group-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:.125rem solid rgba(31,117,255,.3)}.date-icon{width:3.75rem;height:3.75rem;background:linear-gradient(135deg,var(--light-blue) 0%,var(--red) 100%);border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.date-day{font-size:1.5rem;font-weight:800;line-height:1}.date-month{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03125rem;margin-top:.125rem}.date-group-info h3{font-size:clamp(1.125rem,3vw,1.75rem);font-weight:700;margin-bottom:.25rem}.date-group-info p{font-size:.875rem;color:#fff9}.calendar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:1.5rem}.calendar-card{background:linear-gradient(145deg,var(--blue) 0%,rgba(0,26,67,.8) 100%);border:.0625rem solid rgba(31,117,255,.3);border-radius:1.25rem;padding:1.75rem;transition:all .4s ease;position:relative;overflow:hidden}.calendar-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(31,117,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.calendar-card:hover:before{opacity:1}.calendar-card:hover{border-color:var(--light-blue);box-shadow:0 1.25rem 3.125rem #1f75ff66}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.league-badge{padding:.5rem .875rem;background:#1f75ff33;border:.0625rem solid var(--light-blue);border-radius:.5rem;font-size:.6875rem;font-weight:700;color:var(--light-blue);text-transform:uppercase;letter-spacing:.0625rem}.match-time-badge{padding:.5rem .875rem;background:#c6093b33;border:.0625rem solid var(--red);border-radius:.5rem;font-size:.875rem;font-weight:700;color:var(--red);display:flex;align-items:center;gap:.375rem}.match-time-badge:before{content:"⏰";font-size:1rem}.teams-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;position:relative}.team-row{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0003;border-radius:.75rem;transition:all .3s ease}.team-row:hover{background:#1f75ff1a}.team-row:hover .team-name-large{color:var(--red)}.team-logo-large{width:3rem;height:3rem;border-radius:50%;object-fit:cover;border:.125rem solid rgba(31,117,255,.3);flex-shrink:0}.team-info-block{flex:1 1 auto}.team-name-large{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:var(--white);transition:.3s color ease}.team-stats{font-size:.75rem;color:#ffffff80;font-weight:500;white-space:nowrap}.team-info-block .team-stats{margin-bottom:0}.vs-divider{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:2.5rem;height:2.5rem;background:var(--dark-blue);border:.125rem solid var(--light-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;color:var(--light-blue);z-index:1}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:.0625rem solid rgba(255,255,255,.1)}.venue-info{display:flex;flex-direction:column;gap:.25rem}.venue-name{font-size:.8125rem;font-weight:600;color:var(--white);display:flex;align-items:center;gap:.375rem}.venue-name:before{content:"🏟️";font-size:.875rem}.venue-location{font-size:.6875rem;color:#ffffff80;padding-left:1.25rem}@media(min-width:1199.98px){.calendar-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:767.98px)and (max-width:1199.98px){.calendar-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767.98px){.calendar-grid{grid-template-columns:1fr}.calendar-card{padding:1.5rem}.team-name-large{font-size:1rem}.action-buttons{justify-content:flex-end}}@media(max-width:449.98px){.date-icon{width:3.125rem;height:3.125rem}.date-day{font-size:1.5rem;font-weight:800;line-height:1}.date-month{font-size:.625rem}.card-footer{flex-direction:column;align-items:center;row-gap:.5rem;width:100%}.action-buttons{width:100%}.action-buttons .match-center-btn{display:block;width:100%}}.events-and-stats__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem}.match-events{background:var(--blue);border:.0625rem solid rgba(31,117,255,.2);border-radius:1.25rem;padding:clamp(1.75rem,4vw,2.5rem)}.events-header{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:.125rem solid rgba(31,117,255,.3)}.events-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:.5rem}.events-subtitle{font-size:.875rem;color:#fff9}.events-timeline{display:flex;flex-direction:column;gap:1.5rem}.event-item{display:grid;grid-template-columns:3.75rem 1fr;gap:1.25rem;align-items:flex-start;position:relative}.event-item:after{content:"";position:absolute;left:1.875rem;top:3.125rem;width:.125rem;height:calc(100% + 1.5rem);background:linear-gradient(180deg,rgba(31,117,255,.3) 0%,transparent 100%)}.event-item:last-child:after{display:none}.event-time{display:flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;background:#1f75ff33;border:.125rem solid var(--light-blue);border-radius:.75rem;font-size:1.125rem;font-weight:800;color:var(--light-blue);flex-shrink:0}.event-content{background:#0003;border:.0625rem solid rgba(255,255,255,.1);border-radius:1rem;padding:1.25rem;transition:all .3s ease}.event-content:hover{background:#1f75ff1a;border-color:var(--light-blue);transform:translate(.5rem)}.event-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.event-icon{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.event-icon.goal{background:linear-gradient(135deg,#22c55e,#16a34a)}.event-icon.yellow-card{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.event-icon.red-card{background:linear-gradient(135deg,var(--red) 0%,#991b1b 100%)}.event-icon.substitution{background:linear-gradient(135deg,var(--light-blue) 0%,#1e40af 100%)}.event-type{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03125rem;color:#fff9}.event-details{display:flex;flex-direction:column;gap:.5rem}.event-player{display:flex;align-items:center;gap:.75rem}.player-team-logo{width:1.5rem;height:1.5rem;border-radius:50%;object-fit:cover}.player-name{font-size:1rem;font-weight:700;color:var(--white)}.event-description{font-size:.875rem;color:#ffffffb3;line-height:1.5}.substitution-details{display:flex;flex-direction:column;gap:.5rem}.sub-player{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.sub-in{color:#22c55e}.sub-out{color:#ef4444}.sub-arrow{font-size:.75rem;color:#fff6}.game-stat{background:var(--blue);border:.0625rem solid rgba(31,117,255,.2);border-radius:1.25rem;overflow:hidden;border-radius:.3125rem}.game-stat__head{padding:0 .75rem .75rem;display:flex;align-items:center;column-gap:1.25rem;justify-content:space-between;border-block-end:.125rem solid #bbb;margin-bottom:.625rem}.game-stat__team_logo{height:2.5rem}.game-stat__item:last-child{border-bottom-width:0}.item-game-stat{padding:.75rem}.item-game-stat__top{display:flex;column-gap:1.25rem;align-items:center;justify-content:space-between;margin-bottom:.625rem}.item-game-stat__value{width:3.125rem;text-align:center;font-size:1.3125rem;font-weight:600;line-height:100%;color:var(--white)}.item-game-stat__label{font-weight:600;font-size:1rem;text-align:center;line-height:100%;text-transform:uppercase}.item-game-stat__row{display:grid;column-gap:.3125rem;grid-template-columns:1fr 1fr}.item-game-stat__line{height:.5rem;background:var(--light-blue);border-radius:.1875rem}.item-game-stat__line:last-child{background-color:var(--red)}@media(max-width:849.98px){.events-and-stats__wrapper{grid-template-columns:1fr}}@media(max-width:767.98px){.event-item{grid-template-columns:3.125rem 1fr;gap:1rem}.event-time{width:3.125rem;height:3.125rem;font-size:1rem}.event-item:after{left:1.5625rem}.event-content{padding:1rem}}@media(max-width:449.98px){.item-game-stat__value{font-size:1.125rem}.item-game-stat__label{font-size:.9375rem}.item-game-stat__line{height:.3125rem}}.team-hero-content{display:grid;grid-template-columns:auto 1fr;gap:clamp(1.25rem,5vw,3rem);align-items:flex-start;position:relative;z-index:1;margin-bottom:1.875rem}.team-logo-hero{width:11.25rem;height:11.25rem;border-radius:1.25rem;object-fit:cover;background:var(--blue);padding:1.25rem;border:.0625rem solid var(--light-blue)}.team-info-hero{display:flex;flex-direction:column;gap:1rem}.team-badges{display:flex;gap:.75rem;flex-wrap:wrap}.team-badge{padding:.375rem .875rem;background:#dc262633;border:.0625rem solid var(--red);border-radius:.375rem;font-size:.6875rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.03125rem}.team-name-hero{font-size:clamp(2rem,6vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:.5rem}.team-nickname{font-size:clamp(1.125rem,3vw,1.5rem);color:var(--light-blue);font-weight:600}.team-description{font-size:clamp(.875rem,2vw,1rem);line-height:1.6;color:#ffffffb3;max-width:43.75rem}.team-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr));gap:1.25rem}.stat-card{background:var(--blue);border:.0625rem solid rgba(31,117,255,.2);border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:.1875rem;background:linear-gradient(90deg,#dc2626,gold);transform:scaleX(0);transition:transform .3s ease}.stat-card:hover{transform:translateY(-.3125rem);border-color:var(--light-blue);box-shadow:0 .625rem 1.875rem #1f75ff4d}.stat-card:hover:before{transform:scaleX(1)}.stat-icon{font-size:2rem;margin-bottom:.75rem}.team-stat-value{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;color:var(--light-blue);display:block;margin-bottom:.5rem}.stat-label{font-size:.8125rem;color:#fff9;font-weight:600;text-transform:uppercase;letter-spacing:.03125rem}.players__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:.9375rem}.player__card{display:flex;flex-direction:column;height:100%;border:.0625rem solid rgba(31,117,255,.2);border-radius:.75rem;position:relative;transition:.3s color ease}.player__card:hover{box-shadow:0 .625rem 1.875rem #1f75ff4d;border:.0625rem solid var(--light-blue)}.player__card:hover .player__number,.player__card:hover .player__name{color:var(--light-blue)}.player__photo-block{padding-bottom:100%;background-color:var(--darkblue);border-radius:.75rem .75rem 0 0;transition:.3s background-color ease}.player__photo-block:hover{background-color:#002766}.player__photo{object-position:center top;transition:.3s scale ease;border-radius:.75rem .75rem 0 0}.player__photo:hover{scale:1.1}.player__info-block{display:flex;flex-direction:column;flex-grow:1;row-gap:.5rem;background-color:var(--blue);padding:.9375rem;border-radius:0 0 .75rem .75rem;text-transform:capitalize}.player__name{font-size:1.375rem;color:var(--white);font-weight:700;transition:.3s color ease}.player__position{font-size:.9375rem;font-weight:600;color:var(--red)}.player__number{position:absolute;top:1.25rem;left:1.25rem;font-size:2.5rem;font-weight:700;transition:.3s color ease}.cups__item{display:flex;flex-direction:column;align-items:center;height:100%;row-gap:.625rem}.cups-image{height:11.25rem}.cups__text_block{display:flex;flex-direction:column;align-items:center;flex-grow:1;row-gap:.3125rem;font-size:1.125rem;font-weight:500;color:var(--white)}.cups__item_title{color:var(--red);font-size:1.375rem;font-weight:700;text-transform:capitalize;text-align:center}@media(max-width:1099.98px){.cups__section .title__block{border:none;padding-bottom:0}}@media(max-width:599.98px){.team-logo-hero{width:8.125rem;height:8.125rem}}@media(max-width:499.98px){.team-hero-content{grid-template-columns:1fr;align-items:center;text-align:center}.team-logo-hero{width:5rem;height:5rem;padding:0;border:none;background-color:transparent;text-align:center;margin:0 auto}.team-badges{justify-content:center}.team-name-hero{margin-bottom:0}.team-stats-grid{grid-template-columns:1fr 1fr;gap:.625rem}.stat-card{padding:.9375rem}.stat-card:last-of-type{grid-column:span 2}}.player__info_rows{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;column-gap:.625rem;row-gap:1.25rem}.player-info__block{display:flex;flex-direction:column;row-gap:.1875rem}.player-info__item{display:grid;grid-template-columns:60% 1fr;background-color:var(--blue);border-style:solid;border-width:.125rem;border-color:var(--blue);border-left-width:0;border-right-width:0}.player-item__left,.play-item__right{padding:.9375rem 1.875rem;font-size:1.125rem;text-transform:uppercase}.player-item__left{font-weight:600;color:var(--white);text-align:right}.play-item__right{background:var(--red);font-weight:700;color:var(--white)}.bio__rows{display:block}.bio__img-block{float:left;width:40%;margin:0 1.25rem 0 0}.bio__img{width:100%;height:auto}.grid-player-tbl{display:grid;grid-template-columns:15% 30% repeat(8,1fr)}.player__table{border-collapse:collapse;border-left:.0625rem solid var(--blue);border-bottom:.0625rem solid var(--blue);border-radius:.5rem}@media(max-width:1199.98px){.player__info_rows{grid-template-columns:1fr 31.25rem;align-items:flex-start;row-gap:0}.player-card__wrap{position:sticky;top:5rem;left:0}.player-info__block:last-of-type{margin-top:-4.375rem}}@media(max-width:991.98px){.player__info_rows{grid-template-columns:1fr 25rem;row-gap:.625rem}.player-info__block:last-of-type{margin-top:0}.bio__rows{display:flex;flex-direction:column;row-gap:.9375rem}.bio__img-block{width:100%;margin:0}}@media(max-width:849.98px){.player__info_rows{display:grid;grid-template-columns:1fr;gap:.125rem}.player-card__wrap{position:relative;top:0;order:-1;width:100%}.player-card__wrap .player__photo-block{padding-bottom:70%}.player-card__wrap .player__photo{object-position:center -6.875rem}.player-info__block{width:100%}}@media(max-width:599.98px){.player-card__wrap .player__photo-block{padding-bottom:80%}.player-card__wrap .player__photo{object-position:center -3.125rem}}@media(max-width:549.98px){.player__table{overflow-x:scroll;box-sizing:border-box}.grid-player-tbl{width:34.375rem;grid-template-columns:4.375rem 2.5rem repeat(8,1fr)}.table__header.grid-player-tbl span:nth-of-type(-n+2){position:sticky;background-color:var(--blue);z-index:10}.table__header.grid-player-tbl span:nth-of-type(1){left:0}.table__header.grid-player-tbl span:nth-of-type(2){left:4.375rem}.table__body.grid-player-tbl>:nth-child(-n+2){position:sticky;background-color:var(--dark-blue);z-index:10}.table__body.grid-player-tbl>:nth-child(1){left:0}.table__body.grid-player-tbl>:nth-child(2){left:4.375rem}.table__header.grid-player-tbl,.table__body.grid-player-tbl{font-size:.875rem}.grid-player-tbl .table__team_block{justify-content:center}.grid-player-tbl .table__team_block span{display:none}.grid-player-tbl .table__team_logo{width:1.25rem;height:1.25rem}}@media(max-width:449.98px){.player-item__left,.play-item__right{padding:.625rem 1.25rem;font-size:1rem}.player-card__img_block{padding-bottom:80%}.grid-player-tbl{width:28.125rem;grid-template-columns:4.375rem 2.5rem repeat(8,1fr)}}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.contact-info-section{background:linear-gradient(135deg,var(--blue) 0%,rgba(31,117,255,.1) 100%);border-radius:.75rem;padding:2.5rem;border-left:.25rem solid var(--red);position:relative;overflow:hidden}.contact-info-section:before{content:"";position:absolute;top:-50%;right:-50%;width:25rem;height:25rem;background:radial-gradient(circle,var(--light-blue) 0%,transparent 70%);opacity:.1;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1) rotate(0);opacity:.1}50%{transform:scale(1.2) rotate(180deg);opacity:.15}}.contact-info-section h2{font-size:2rem;margin-bottom:1.5625rem;position:relative;z-index:1}.contact-info-section p{color:#fffc;line-height:1.7;margin-bottom:1.875rem;position:relative;z-index:1}.contact-details{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:1}.contact-item{display:flex;align-items:flex-start;gap:.9375rem;padding:.9375rem;background:#ffffff0d;border-radius:.625rem;transition:all .3s}.contact-item:hover{background:#1f75ff26;transform:translate(.3125rem)}.contact-icon{width:2.8125rem;height:2.8125rem;background:var(--light-blue);border-radius:.625rem;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.contact-item-content h3{font-size:1rem;font-weight:600;margin-bottom:.3125rem;color:var(--light-blue)}.contact-item-content p{font-size:.95rem;color:#fffc;margin:0}.contact-item-content a{color:#fffc;text-decoration:none;transition:color .3s}.contact-item-content a:hover{color:var(--light-blue)}.social-links{display:flex;gap:.9375rem;margin-top:1.875rem;position:relative;z-index:1}.social-link{width:3.125rem;height:3.125rem;background:var(--light-blue);border-radius:.625rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-decoration:none;transition:all .3s}.social-link:hover{background:var(--red);transform:translateY(-.3125rem);box-shadow:0 .625rem 1.5625rem #c6093b66}.contact-form-section{background-color:var(--blue);border-radius:.75rem;padding:2.5rem;box-shadow:0 .625rem 1.875rem #0000004d}.contact-form-section h2{font-size:2rem;margin-bottom:1.5625rem}.form-group{margin-bottom:1.5625rem;position:relative}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#ffffffe6;font-size:.95rem}.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1.125rem;background:#ffffff0d;border:.125rem solid rgba(255,255,255,.1);border-radius:.5rem;color:var(--white);font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--light-blue);background:#ffffff14}.form-textarea{resize:vertical;min-height:9.375rem}.form-select{cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.submit-btn{width:100%;padding:1rem;background:var(--light-blue);color:var(--white);border:none;border-radius:.5rem;font-weight:700;font-size:1.05rem;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.625rem}.submit-btn:hover{background:var(--red);transform:translateY(-.125rem);box-shadow:0 .625rem 1.5625rem #c6093b66}.success-message{display:none;padding:.9375rem;background:#4caf5033;border:.125rem solid #4caf50;border-radius:.5rem;color:#4caf50;font-weight:600;margin-top:1.25rem;text-align:center}.success-message.show{display:block;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-1.25rem)}to{opacity:1;transform:translateY(0)}}.map-section{background-color:var(--blue);border-radius:.75rem;padding:2.5rem;text-align:center}.map-section h2{font-size:2rem;margin-bottom:1.25rem}.map-placeholder{width:100%;height:25rem;background:linear-gradient(135deg,#1f75ff33,#c6093b33);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:3rem;border:.125rem solid rgba(255,255,255,.1)}.form__error{display:none;color:var(--red);font-size:.9375rem;position:absolute;top:0;right:0}@media(max-width:968px){.contact-container{grid-template-columns:1fr;gap:1.875rem}}@media(max-width:768px){.page-header h1{font-size:2.5rem}.page-header p{font-size:1rem}.contact-info-section,.contact-form-section{padding:1.875rem}.contact-info-section h2,.contact-form-section h2{font-size:1.7rem}.form-row{grid-template-columns:1fr;gap:0}.map-placeholder{height:18.75rem;font-size:2rem}}@media(max-width:480px){body{padding:.9375rem}.page-header{margin-bottom:1.875rem}.page-header h1{font-size:2rem}.contact-info-section,.contact-form-section,.map-section{padding:1.25rem}.contact-info-section h2,.contact-form-section h2,.map-section h2{font-size:1.5rem}.contact-icon{width:2.5rem;height:2.5rem;font-size:1.1rem}.social-link{width:2.8125rem;height:2.8125rem;font-size:1.3rem}.form-input,.form-textarea,.form-select{padding:.75rem .9375rem;font-size:.95rem}.submit-btn{padding:.875rem;font-size:1rem}.map-placeholder{height:15.625rem}}.provecy-section{scroll-margin-top:6.25rem;margin-bottom:3.125rem}.provecy-section:last-child{margin-bottom:0}.provecy-section-title{font-size:1.375rem;font-weight:700;color:var(--light-blue);margin-bottom:.9375rem;text-transform:uppercase;position:relative;padding-bottom:.75rem}.provecy-section-title:after{content:"";position:absolute;bottom:0;left:0;width:3.75rem;height:.1875rem;background:linear-gradient(90deg,var(--color-red),var(--color-gold));border-radius:.125rem}.provecy-section-content{font-size:1rem;color:var(--white);line-height:1.8}.provecy-section-content p{margin-bottom:.9375rem}.provecy-section-content p:last-child{margin-bottom:0}.provecy-section-content ul,.provecy-section-content ol{margin:.9375rem 0;padding-left:1.5625rem}.provecy-section-content li{margin-bottom:.625rem;padding-left:1.5625rem;position:relative}.provecy-section-content li:before{content:"•";position:absolute;left:0;top:0;color:var(--white)}.provecy-section-content strong{color:var(--color-black);font-weight:700}.highlight-box{background:var(--blue);border-left:.25rem solid var(--red);padding:1.25rem 1.5625rem;margin:1.5625rem 0;border-radius:.5rem}.highlight-box p{margin-bottom:0;color:var(--white);font-weight:500}.contact-box{background:linear-gradient(135deg,var(--color-gold),var(--color-red));color:var(--color-white);padding:1.875rem;border-radius:.75rem;margin-top:2.5rem;text-align:center;box-shadow:0 .25rem 1.25rem #d1aa4f4d}.toc{background:linear-gradient(135deg,var(--blue) 0%,rgba(31,117,255,.1) 100%);padding:1.875rem;border-radius:.75rem;margin-bottom:2.5rem;border:.125rem solid var(--color-gold)}.toc-title{font-size:1.375rem;font-weight:800;color:var(--color-white);margin-bottom:1.25rem;text-transform:uppercase}.toc-list{list-style:none;padding:0}.toc-list li{margin-bottom:.75rem}.toc-list a{color:var(--color-white);text-decoration:none;font-weight:600;font-size:1rem;transition:color .3s ease;display:inline-block}.toc-list a:hover{color:var(--red)}@media(max-width:767.98px){.provecy-section{margin-bottom:1.875rem}.provecy-section-content{font-size:.9375rem}.toc{padding:1.5625rem 1.25rem}.toc-title{font-size:1.25rem}.toc-list a{font-size:.9375rem}.contact-box{padding:1.5625rem 1.25rem}.contact-box h3{font-size:1.25rem}.contact-box p{font-size:.875rem}}@media(max-width:479.98px){.provecy-section-title{font-size:1.25rem;margin-bottom:.3125rem}.provecy-section-content{font-size:.875rem}.provecy-section-content ul,.provecy-section-content ol{padding-left:1.25rem}.highlight-box{padding:.9375rem 1.25rem}.toc{padding:1.25rem .9375rem}.toc-title{font-size:1.125rem}.toc-list a{font-size:.875rem}}.splide-4-mb{margin-bottom:.9375rem}.splide__slide{padding:.0625rem}.splide__arrows{position:absolute;width:7.5rem;top:-2.1875rem;right:0}.hero-arrows{width:100%;position:absolute;top:50%;display:flex;justify-content:space-between}.splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next{background:var(--light-blue);width:2.5rem;height:2.5rem}.splide__arrow.splide__arrow--next svg,.splide__arrow.splide__arrow--prev svg{fill:#fff}ul.splide__pagination{display:flex;justify-content:center;position:absolute;bottom:-1.25rem}button.splide__pagination__page{background:var(--light-blue)}button.splide__pagination__page.is-active{background:var(--red)}@media(max-width:449.98px){.splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next{width:2.1875rem;height:2.1875rem}}.filters{display:flex;gap:1.25rem;position:relative;flex-wrap:wrap;margin-bottom:1.875rem;justify-content:flex-end}.filter__item{position:relative;max-width:18.75rem}.filter-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;background:var(--blue);border:.0625rem solid var(--light-blue);border-radius:.5rem;color:var(--white);font-size:.875rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;position:relative;transition:all .3s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.filter-select:hover{border-color:var(--light-blue);background:#001a43cc}.filter-select:focus{outline:none;border-color:var(--light-blue);box-shadow:0 0 0 .1875rem #1f75ff33}.filter-select option{background:var(--blue);color:var(--white);padding:.625rem}.select-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--light-blue);font-size:.75rem}@media(max-width:449.98px){.filters{flex-direction:column;margin-bottom:1.875rem}.filter__item{max-width:100%}}.breadcrumbs__section{margin-bottom:1.875rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.3125rem;padding:0;margin:0}.breadcrumbs li{display:flex;align-items:center;column-gap:.625rem;color:var(--red)}.breadcrumbs li+li:before{content:"›";margin:0 .3125rem;color:var(--white)}.breadcrumbs a{text-decoration:none;color:var(--white);transition:.3s color}.breadcrumbs a:hover{color:var(--red)}:root{--white: #ffffff;--black: #000000;--dark-blue: #00102a;--blue: #001a43;--light-blue: #1f75ff;--red: #c6093b}html{font-size:1rem;scrollbar-gutter:stable}body{font-family:Inter,sans-serif;display:flex;flex-direction:column;background-color:var(--dark-blue);color:var(--white);font-size:1rem;padding-left:0;padding-right:0}.hidden{display:none!important}::-webkit-scrollbar{width:.3125rem}::-webkit-scrollbar:horizontal{height:.1875rem}::-webkit-scrollbar-thumb{background-color:#ff4b44;border-radius:.125rem}.wrapper{display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex-grow:1;padding-top:clamp(5rem,calc(5rem + (100 - 80) * ((100vw - 23.4375rem) / (1920 - 375))),6.25rem);padding-left:0;margin-left:0}.container{max-width:90rem;width:100%;margin:0 auto;padding-left:.9375rem;padding-right:.9375rem}.section--mb{margin-bottom:4.375rem}.title__block{display:flex;justify-content:space-between;align-items:flex-end;column-gap:.9375rem;padding-bottom:.9375rem;margin-bottom:1.875rem;border-bottom:.125rem solid var(--light-blue)}.title__block:has(.title--sm){border-bottom:none;padding-bottom:0}.title{color:var(--white);font-weight:700;text-transform:capitalize;font-size:clamp(1.5rem,calc(1.5rem + (30 - 24) * ((100vw - 23.4375rem) / (1920 - 375))),1.875rem)}.title--sm{font-size:1.5625rem}.view-all{color:var(--light-blue);text-transform:capitalize;text-decoration:none;font-weight:600;transition:color .3s ease}.view-all:hover{color:var(--red)}.image__block{width:100%;position:relative;display:block;overflow:hidden}.ibg{height:100%;width:100%;object-fit:cover;position:absolute;left:0;top:0}.pos-sticky{position:sticky;top:5rem;left:0}.pt-0{padding-top:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-transform:uppercase;text-align:center;border-radius:.5rem;transition:all .3s ease;border:.125rem solid transparent;position:relative;z-index:10}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:#a00731;transform:translateY(-.125rem);box-shadow:0 .5rem 1.25rem #c6093b66}.btn-secondary{background:transparent;color:var(--white);border-color:var(--light-blue)}.btn-secondary:hover{background:var(--light-blue);transform:translateY(-.125rem)}.match-center-btn{padding:.5rem 1rem;background:#1f75ff33;border:.0625rem solid var(--light-blue);border-radius:.375rem;color:var(--white);font-size:.75rem;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap;position:relative;z-index:10}.match-center-btn:hover{background:var(--light-blue)}.load__more{margin-top:1.5625rem;cursor:pointer;padding:.625rem 2rem;font-size:.9375rem}.aside__table .btn{font-size:.875rem;padding:.4375rem 2rem}.text-left{text-align:left}@media(max-width:767.98px){body.lock{overflow:hidden}.section--mb{margin-bottom:3.125rem}.section--mb:has(.splide__pagination){margin-bottom:3.75rem}}@media(max-width:449.98px){.btn{display:block;width:100%}}
