﻿:root {
  --fifa-blue: #005c97;
  --fifa-blue-dark: #00558b;
  --fifa-blue-darker: #00558b;
  --action-blue: #0a84ff;
  --deep-navy: #07123a;
  --ink: #03122b;
  --muted: #505b73;
  --page-bg: #eef2fb;
  --card-blue: #3154ff;
  --card-royal: #2300ee;
  --card-purple: #7f3584;
  --card-navy: #202883;
  --line: #d8d9df;
  --page-shell: min(1700px, calc(100% - 200px));
  --header-shell: min(1700px, calc(100% - 200px));
  --header-spacing: 0px;
  --wc26-bg: url("../images/26-1x.avif");
  --bgPrimary: var(--page-bg);
  --bgSecondary: var(--fifa-blue);
  --bgPrimaryAlt: #fff;
  --textDefault: var(--ink);
  --textAlternative: #fff;
  --iconLight: #fff;
  --actionDefault: var(--action-blue);
  --actionSecPressed: #e7edf8;
  --iconAlternative: var(--ink);
  --iconDisabled: #a6afbf;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 222px;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

sup {
  font-size: 0.55em;
  vertical-align: super;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: -60px;
  left: 20px;
  padding: 12px 18px;
  background: #fff;
  color: var(--fifa-blue);
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 20px;
}

.header-shell,
.footer-shell {
  width: var(--header-shell);
  padding-inline: var(--header-spacing);
  margin-inline: auto;
}

.grid-container,
.grid-container-custom {
  margin-inline: auto;
  max-width: 110rem;
}

.grid-container-custom {
  --containerSpacing: 1rem;
  padding-inline: var(--containerSpacing);
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.header-shell.grid-container-custom {
  max-width: var(--header-shell);
  padding-inline: var(--header-spacing);
}

.fifa-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  color: #fff;
  box-shadow: 0 3px 12px rgb(0 0 0 / 0.12);
}

.utility-bar {
  height: 2.5rem;
  background: var(--fifa-blue-darker);
}

.utility-inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.eyebrow-menu {
  position: relative;
}

.eyebrow-menu-inner {
  max-width: 69.625rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.eyebrow-menu-inner::-webkit-scrollbar {
  display: none;
}

.eyebrow-menu-list {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.eyebrow-menu-list::-webkit-scrollbar {
  display: none;
}

.eyebrow-menu-item {
  display: flex;
  align-items: flex-start;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.eyebrow-menu-item a {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

.eyebrow-menu-item a:hover {
  background: rgb(255 255 255 / 0.12);
}

.utility-divider {
  width: 2px;
  height: 18px;
  background: rgb(255 255 255 / 0.75);
}

.language-button,
.hamburger,
.search-icon,
.profile-icon {
  border: 0;
  background: transparent;
  color: #fff;
}

.language-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.globe,
.search-icon,
.profile-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.globe {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.globe::before,
.globe::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
  border-radius: 50%;
}

.globe::after {
  inset: 10px 2px auto;
  height: 1px;
  border: 0;
  background: currentColor;
}

.chevron {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
}

.primary-bar,
.navigation-bar_navigationBar__KD6fI {
  height: 4rem;
  width: 100%;
  display: flex;
  background: var(--bgSecondary);
}

.navigation-bar_navigationBar__KD6fI > * :focus-visible {
  outline-color: #fee27c;
  outline-offset: -0.125rem;
}

.primary-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
}

.navigation-bar_burgerContainer__zZWjY,
.nav-burger-container {
  display: flex;
  align-items: center;
  margin-inline-end: 1rem;
}

.hamburger {
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
}

.hamburger span {
  width: 14px;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 16px;
  margin-inline: auto;
  transition: 0.25s ease;
}

.hamburger[aria-expanded="true"] span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.hamburger[aria-expanded="true"] span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.navigation-bar_logoContainer__ngPz\+,
.nav-logo-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 7.5rem;
  padding-block: 0.5rem;
}

.navigation-bar_logoContainer__ngPz\+.navigation-bar_defaultContainer__ZXZDL,
.nav-logo-container.navigation-bar_defaultContainer__ZXZDL {
  width: 5.875rem;
}

.navigation-bar_logoContainer__ngPz\+ :focus-visible {
  border-radius: 0.1875rem;
}

.brand {
  width: 5.875rem;
  max-width: 5.875rem;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img,
.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.navigation-bar_menuContainer__6Efzu,
.nav-menu-container {
  display: flex;
  align-items: center;
  flex: 1 1;
  margin-inline-start: 1.5rem;
  height: 100%;
  min-width: 0;
}

.desktop-nav,
.top-menu_topNavMenu__NMF8b {
  display: flex;
  align-items: center;
  flex: 1 1;
  height: 100%;
  min-width: 0;
  width: 100%;
}

.top-menu-hidden,
.top-menu_hiddenTopMenu__QQ-ln {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.top-menu-list,
.top-menu_menuList__yuMA9 {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--textAlternative);
  list-style: none;
}

.top-menu-item,
.top-menu-item_topMenuItem__CkO3s {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
}

.top-menu-item-container,
.top-menu-item_menuItemContainer__STli1 {
  display: flex;
  align-items: center;
  height: 80%;
  width: 100%;
}

.top-menu-title,
.top-menu-item_menuItemTitle__3rozX {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  padding-inline: 1rem;
  border: 0;
  border-radius: 0.25rem;
  background: none;
  color: #fff;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

button.top-menu-title,
button.top-menu-item_menuItemTitle__3rozX {
  padding-inline-end: 0.5rem;
}

.top-menu-title:hover,
.top-menu-item_menuItemTitle__3rozX:hover {
  background: rgb(255 255 255 / 0.1);
}

.top-menu-title:active,
.top-menu-title[aria-expanded="true"],
.top-menu-item_menuItemTitle__3rozX:active,
.top-menu-item_menuItemTitle__3rozX[aria-expanded="true"] {
  background: rgb(255 255 255 / 0.2);
}

.top-menu-title:focus-visible,
.top-menu-item_menuItemTitle__3rozX:focus-visible {
  border-radius: 0.125rem;
  outline: 2px solid #fee27c;
  outline-offset: 0;
}

.top-menu-chevron,
.top-menu-item_chevronIcon__u3fwe {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-inline-start: 0.5rem;
  transition: transform 0.25s ease;
}

.top-menu-chevron::before,
.top-menu-item_chevronIcon__u3fwe::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-menu-title[aria-expanded="true"] .top-menu-chevron,
.top-menu-item_menuItemTitle__3rozX[aria-expanded="true"] .top-menu-item_chevronIcon__u3fwe {
  transform: rotate(180deg);
}

.nav-dropdown,
.expanded-menu_expandedMenu__x8ULY {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1060;
  min-width: 13.75rem;
  max-width: 25rem;
  width: max-content;
  max-height: 60vh;
  padding: 1rem 0.5rem;
  display: grid;
  gap: 0.25rem;
  overflow-y: auto;
  background: var(--bgPrimaryAlt);
  color: var(--ink);
  box-shadow: 0 1.5rem 2.5rem 0 #000f2c29;
}

.nav-dropdown[hidden],
.expanded-menu_expandedMenu__x8ULY[hidden] {
  display: none;
}

.nav-dropdown--right {
  right: 0;
  left: auto;
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: var(--ink);
  font-size: 0.9375rem;
  line-height: 1.35;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  background: #eef2fb;
  outline: none;
}

.navigation-icons_navigationIcons__b-rFxS,
.navigation-icons_navigationIcons__brExs,
.header-icons {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  gap: 0;
  margin-inline-start: 2.5rem;
  margin-inline-end: -0.8125rem;
}

.navigation-bar_navBarIcons__CmSPc > a,
.navigation-bar_navBarIcons__CmSPc > button,
.header-icons > button {
  width: 3rem;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 0.625rem;
}

.header-icons > button:hover,
.header-icons > button:focus-visible {
  background: rgb(255 255 255 / 0.12);
}

.search-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  border: 3px solid currentColor;
  border-radius: 50%;
  transform: translate(-60%, -60%);
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(1px, 5px) rotate(45deg);
  transform-origin: center;
  border-radius: 4px;
}

.profile-icon {
  border-radius: 0.625rem;
}

.profile-icon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  border: 3px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.profile-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  background:
    radial-gradient(circle at 50% 2px, currentColor 0 3px, transparent 3.5px),
    radial-gradient(ellipse at 50% 100%, currentColor 0 6px, transparent 6.5px);
  transform: translate(-50%, -43%);
}

.mobile-nav {
  background: var(--fifa-blue);
  border-top: 1px solid rgb(255 255 255 / 0.2);
  padding: 12px 24px 24px;
}

.mobile-nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
  font-weight: 700;
}

.tickets-page {
  width: var(--page-shell);
  margin: 50px auto 0;
}

.intro-panel {
  background: #fff;
}

.intro-copy {
  min-height: 350px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 56px 90px 40px;
  text-align: center;
}

.intro-copy h1 {
  margin: 0 0 26px;
  font-size: clamp(38px, 3.2vw, 48px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.intro-copy p {
  max-width: 1490px;
  margin: 0;
  font-size: clamp(22px, 1.55vw, 27px);
  line-height: 1.45;
  font-weight: 500;
}

.tournament-tabs {
  position: sticky;
  top: 6.5rem;
  z-index: 55;
  min-height: 153px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  background: #fff;
  box-shadow: 0 6px 8px rgb(0 0 0 / 0.13);
}

.tournament-tab {
  position: relative;
  min-height: 153px;
  display: grid;
  place-items: center;
  padding: 18px 38px;
}

.tournament-tab + .tournament-tab {
  border-left: 1px solid var(--line);
}

.tournament-tab::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0;
  height: 6px;
  background: transparent;
}

.tournament-tab.is-active::after {
  background: currentColor;
}

.tournament-tab:nth-child(1) {
  color: #3154ff;
}

.tournament-tab:nth-child(2) {
  color: #3154ff;
}

.tournament-tab:nth-child(3) {
  color: var(--card-purple);
}

.tournament-tab:nth-child(4) {
  color: var(--card-navy);
}

.tournament-tab img {
  width: min(190px, 72%);
  max-height: 116px;
  display: block;
  object-fit: contain;
}

.event-panel {
  min-height: 505px;
  position: relative;
  display: grid;
  align-content: start;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.event-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.16), rgb(0 0 0 / 0.2));
  pointer-events: none;
}

.event-panel > * {
  position: relative;
  z-index: 1;
}

.event-panel--wc26 {
  min-height: 505px;
  background-image: var(--wc26-bg);
  background-color: #020304;
  background-position: center top;
}

.event-panel--fwwc {
  min-height: 485px;
  background-image: url("../images/Background-Image-3840px_1638px.avif");
  background-position: center 44%;
}

.event-panel--fu20 {
  min-height: 492px;
  background-image: url("../images/fu20wwc-Background.png");
}

.event-panel--fwcc {
  min-height: 492px;
  background-image: url("../images/FWCC-2027-Item-Card-Collection-BackgroundBackground.avif");
  background-color: #07123a;
}

.event-heading {
  padding: 82px 40px 22px;
  text-align: center;
}

.event-heading h2 {
  margin: 0;
  font-size: clamp(27px, 2vw, 31px);
  line-height: 1.15;
  font-weight: 500;
}

.event-heading p {
  margin: 14px 0 0;
  font-size: clamp(19px, 1.35vw, 23px);
  font-weight: 700;
}

.action-grid {
  width: min(1060px, calc(100% - 64px));
  margin: 130px auto 70px;
  display: grid;
  gap: 30px;
}

.event-panel--wc26 .action-grid {
  margin-top: 128px;
}

.event-panel--fwwc .action-grid {
  margin-top: 72px;
}

.event-panel--fu20 .action-grid,
.event-panel--fwcc .action-grid {
  margin-top: 72px;
}

.action-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.action-grid--single {
  max-width: 514px;
}

.ticket-card {
  position: relative;
  min-height: 356px;
  border-radius: 8px;
  color: #030b22;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.16);
}

.card-icon {
  position: absolute;
  left: 24px;
  top: -51px;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 5px solid currentColor;
  border-radius: 50%;
  background: #fff;
  color: inherit;
}

.card-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.ticket-card-head {
  min-height: 151px;
  display: flex;
  align-items: end;
  padding: 48px 25px 27px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

.ticket-card-head h3 {
  margin: 0;
  font-size: clamp(35px, 2.6vw, 40px);
  line-height: 1;
  font-weight: 500;
}

.ticket-card-body {
  min-height: 205px;
  padding: 30px;
  color: #030b22;
  font-size: 23px;
  line-height: 1.4;
}

.ticket-card-body p {
  margin: 0 0 28px;
}

.card-blue {
  color: var(--card-blue);
}

.card-blue .ticket-card-head,
.card-blue .pill-button {
  background: var(--card-blue);
}

.card-royal {
  color: var(--card-royal);
}

.card-royal .ticket-card-head,
.card-royal .pill-button {
  background: var(--card-royal);
}

.card-purple {
  color: var(--card-purple);
}

.card-purple .ticket-card-head,
.card-purple .pill-button {
  background: var(--card-purple);
}

.card-navy {
  color: var(--card-navy);
}

.card-navy .ticket-card-head,
.card-navy .pill-button {
  background: var(--card-navy);
}

.pill-button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  padding: 11px 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
}

.content-section {
  padding: 100px 0 16px;
}

.content-section h2,
.section-title-row h2 {
  margin: 0 0 33px;
  font-size: clamp(39px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.tile-grid {
  display: grid;
  gap: 30px;
}

.tile-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tile-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tournament-tile {
  min-width: 0;
}

.tournament-tile img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.tournament-tile h3 {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(25px, 1.9vw, 29px);
  line-height: 1.35;
  font-weight: 500;
}

.ff-bg-primary {
  background-color: var(--bgPrimary);
}

.ff-px-0 {
  padding-inline-end: 0 !important;
  padding-inline-start: 0 !important;
}

.ff-py-24 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.ff-pb-24 {
  padding-bottom: 1.5rem !important;
}

.ff-pt-8 {
  padding-top: 0.5rem !important;
}

.d-none {
  display: none !important;
}

.d-md-none {
  display: inline !important;
}

.align-self-left {
  align-self: flex-start;
}

.col-12 {
  flex: 0 0 auto;
  max-width: 100%;
}

.other-tournaments-component {
  margin-top: 76px;
}

.other-tournaments-grid.grid-container-custom {
  max-width: none;
  padding-inline: 0;
}

.other-tournaments-section.content-section {
  padding-inline: 0;
  padding-top: 1.5rem !important;
}

.other-tournaments-section .promo-carousel_title__Y4KfB {
  margin: 0;
  color: var(--textDefault);
  font-size: clamp(39px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.fifa-components-2 .typography-subheading {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
}

.carousel-2_0_carousel__vCdZX {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.carousel-2_0_carousel__vCdZX .carousel-2_0_carouselInner__5kvWC {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-2_0_carousel__vCdZX .carousel-2_0_carouselContentWrapper__McVjl {
  height: 100%;
  width: 100%;
}

.carousel-2_0_carousel__vCdZX .carousel-2_0_carouselContent__IvDyc {
  display: flex;
  column-gap: 0.5rem;
  margin-inline-end: -0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
}

.promo-card_container__e4raJ {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.promo-card_container__e4raJ a {
  display: inline-block;
  height: 100%;
}

.promo-card_container__e4raJ a:focus-visible {
  outline: 2px solid #fee27c;
  outline-offset: -0.125rem;
  z-index: 10000;
}

.promo-card_title__-lI4W {
  color: var(--textDefault);
  max-width: 760px;
}

.promo-card_imageWrapper__pXc6G {
  position: relative;
  overflow: hidden;
}

.image_imgContainer__nDjya {
  height: 0;
  padding-top: var(--aspect-ratio);
  position: relative;
  width: 100%;
}

.image_imgContainer__nDjya .image_img__pNjkh {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.image_imgLoaded__IPyqZ {
  background-color: transparent;
}

.promo-carousel_mediumCarouselCard__21C8u {
  width: 90% !important;
}

.promo-carousel_smallCarouselCard__pY6sI {
  width: 90% !important;
}

.previous-tournaments-component {
  margin-top: 56px;
}

.previous-tournaments-grid.grid-container-custom {
  max-width: none;
  padding-inline: 0;
}

.previous-tournaments-section.previous-section {
  min-height: auto;
  padding-inline: 0;
  padding-top: 1.5rem !important;
}

.previous-tournaments-section .promo-carousel_title__Y4KfB {
  margin: 0;
  color: var(--textDefault);
  font-size: clamp(39px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.carousel-2_0_showNext__kFT\+K,
.carousel-2_0_showPrevious__Xhszy {
  box-shadow: none;
}

.carousel-2_0_carouselControlWrapper__v9P46 {
  display: none;
}

.carousel-2_0_carouselControlNext__lRFF4,
.carousel-2_0_carouselControlPrev__Wkh1N {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--bgPrimaryAlt);
  color: var(--iconAlternative);
  cursor: pointer;
  transition: background 0.25s ease-in-out, opacity 0.2s ease;
}

.carousel-2_0_carouselControlNext__lRFF4 svg,
.carousel-2_0_carouselControlPrev__Wkh1N svg {
  width: 0.625rem;
  height: 0.875rem;
  align-self: center;
}

.carousel-2_0_carouselControlNext__lRFF4 svg path,
.carousel-2_0_carouselControlPrev__Wkh1N svg path {
  stroke: currentColor;
}

.carousel-2_0_carouselControlNext__lRFF4:disabled,
.carousel-2_0_carouselControlPrev__Wkh1N:disabled {
  cursor: default;
  opacity: 0.5;
}

.carousel-2_0_carouselControlNext__lRFF4:not(:disabled):hover,
.carousel-2_0_carouselControlPrev__Wkh1N:not(:disabled):hover {
  background: var(--actionSecPressed);
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-24 {
    padding-top: 1.5rem !important;
  }

  .ff-py-md-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .ff-py-md-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .promo-carousel_mediumCarouselCard__21C8u {
    width: calc(49% - 0.5rem) !important;
  }

  .promo-carousel_smallCarouselCard__pY6sI {
    width: calc(32.66667% - 0.5rem) !important;
  }
}

@media (min-width: 1024px) {
  .ff-py-md-1024-32 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }

  .ff-pt-lg-16 {
    padding-top: 1rem !important;
  }

  .fifa-components-2 .typography-subheading {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .carousel-2_0_carousel__vCdZX .carousel-2_0_carouselContent__IvDyc {
    column-gap: 1rem;
    margin-inline-end: -1rem;
  }

  .promo-carousel_mediumCarouselCard__21C8u {
    width: calc(50% - 1rem) !important;
  }

  .promo-carousel_smallCarouselCard__pY6sI {
    width: calc(33.33333% - 1rem) !important;
  }

  .carousel-2_0_carouselControlWrapper__v9P46 {
    align-self: flex-end;
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .carousel-2_0_carousel__vCdZX .carousel-2_0_carouselContent__IvDyc {
    column-gap: 1.5rem;
    margin-inline-end: -1.5rem;
  }

  .promo-carousel_mediumCarouselCard__21C8u {
    width: calc(50% - 1.5rem) !important;
  }

  .promo-carousel_smallCarouselCard__pY6sI {
    width: calc(33.33333% - 1.5rem) !important;
  }
}

@media (max-width: 1023px) {
  .carousel-2_0_carousel__vCdZX .carousel-2_0_carouselInner__5kvWC {
    overflow-x: visible;
    overflow-y: auto;
    width: calc(100vw - 1rem);
  }

  .carousel-2_0_carousel__vCdZX .carousel-2_0_carouselInner__5kvWC::-webkit-scrollbar {
    display: none;
  }
}

.previous-section {
  position: relative;
  padding-top: 84px;
  min-height: 680px;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 38px;
}

.carousel-button {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--action-blue);
  font-size: 30px;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.carousel-button:not(:disabled):hover {
  transform: translateY(-1px);
}

.carousel-button:disabled {
  opacity: 0.45;
  cursor: default;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.see-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--action-blue);
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
}

.news-section {
  padding-top: 78px;
  padding-bottom: 88px;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: 30px;
  align-items: start;
}

.featured-news img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.news-kicker,
.news-row p {
  margin: 26px 0 10px;
  color: var(--fifa-blue);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

.featured-news h3 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(30px, 2.25vw, 34px);
  line-height: 1.25;
  font-weight: 500;
}

.news-summary {
  max-width: 840px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 28px;
  line-height: 1.45;
}

.news-list {
  display: grid;
  gap: 30px;
}

.news-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 20px;
  align-items: start;
}

.news-row img {
  width: 230px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.news-row p {
  margin: 0 0 10px;
}

.news-row h3 {
  margin: 0;
  font-size: clamp(24px, 1.75vw, 28px);
  line-height: 1.45;
  font-weight: 500;
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-inline: calc(-0.5 * var(--bs-gutter-x));
}

.row > .col {
  min-width: 0;
  margin-top: var(--bs-gutter-y);
  padding-inline: calc(0.5 * var(--bs-gutter-x));
}

.row-cols-1 > .col {
  flex: 0 0 100%;
  max-width: 100%;
}

.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.gy-3 {
  --bs-gutter-y: 1rem;
}

.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.h-100 {
  height: 100%;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-content-between {
  align-content: space-between;
}

.ff-pb-16 {
  padding-bottom: 1rem !important;
}

.ff-pb-8 {
  padding-bottom: 0.5rem !important;
}

.ff-pt-4 {
  padding-top: 0.25rem !important;
}

.ff-pt-16 {
  padding-top: 1rem !important;
}

.news-component {
  margin-top: 54px;
}

.news-grid-container.grid-container-custom {
  max-width: none;
  padding-inline: 0;
}

.news-section-official.news-section {
  padding-top: 1.5rem !important;
  padding-bottom: 5.5rem;
}

.news_title__RTEF9 {
  max-width: min(100%, 75rem);
  margin: 0;
  color: var(--textDefault);
  font-size: clamp(38px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.news_seeAll__DVIu6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--actionDefault);
  white-space: nowrap;
}

.news_seeAll__DVIu6.d-md-none {
  display: flex !important;
}

.news_seeAll__DVIu6:hover {
  color: var(--actionDefault);
  opacity: 0.75;
}

.news_seeAllIcon__nT-2q {
  align-self: center;
}

.fifa-components-2 .typography-body,
.fifa-components-2 .typography-body-sm,
.fifa-components-2 .typography-label {
  margin: 0;
  letter-spacing: normal;
}

.fifa-components-2 .typography-body {
  font-size: 1rem;
  line-height: 1.5rem;
}

.fifa-components-2 .typography-body-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fifa-components-2 .typography-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.news-card_cardLink__Pftcr {
  display: block;
  height: 100%;
  color: inherit;
}

.news-card_cardLink__Pftcr:focus-visible {
  outline: 2px solid #fee27c;
  outline-offset: 0.125rem;
}

.news-card_cardLink__Pftcr:hover .news-card-caption_title__ZugYE {
  color: var(--fifa-blue);
}

.news-card-group_imageContainer__DOYa-,
.news-card-group_imageWrapper__Uoeb3,
.news-card_imageContainer__aKQJT,
.news-card-image_container__zSsSC {
  position: relative;
  width: 100%;
}

.news-card-image_container__zSsSC {
  overflow: hidden;
  background: #dfe7f5;
}

.news-card_floatingContent__49c6c {
  pointer-events: none;
}

.news-card_largeCardCaption__ALtrv {
  padding-top: 1.5rem;
}

.news-card-caption_roofline__VvLKf {
  margin-bottom: 0.625rem;
}

.news-card-caption_roofline_smallCard__Ogtb2 {
  margin-bottom: 0.25rem;
}

.roofline_roofline__HYY40 {
  color: var(--fifa-blue);
}

.news-card-caption_title__ZugYE {
  margin: 0;
  color: var(--textDefault);
  font-weight: 500;
  transition: color 0.2s ease;
}

.news-card-caption_titleLarge__fnBIU {
  max-width: 54rem;
  font-size: clamp(30px, 2.25vw, 34px);
  line-height: 1.25;
}

.news-card-caption_subtitle__O1wv- {
  max-width: 54rem;
  color: var(--muted);
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.45;
}

.news-card-list {
  align-content: start;
}

.news-card-list .news-card_cardLink__Pftcr article > .d-flex {
  gap: 1.25rem;
}

.news-card_smallCardImage__zeu8J {
  width: 14.5rem;
  flex: 0 0 14.5rem;
}

.news-card_smallCardCaptionContainer__POcDf {
  flex: 1 1 auto;
  min-width: 0;
}

.news-card_smallCardCaption__iaMlg {
  min-width: 0;
}

.news-card_smallCardCaption__iaMlg .news-card-caption_title__ZugYE {
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.45;
}

.news-card_matchCardContainer__b4dJh {
  display: none;
}

.d-md-1024-block {
  display: none !important;
}

@media (min-width: 768px) {
  .row-cols-md-2 > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .ff-pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1024px) {
  .ff-py-lg-32 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }

  .ff-py-lg-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .ff-py-lg-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .ff-pb-md-1024-24 {
    padding-bottom: 1.5rem !important;
  }

  .ff-pb-md-1024-4 {
    padding-bottom: 0.25rem !important;
  }

  .gx-md-1024-3 {
    --bs-gutter-x: 1rem;
  }

  .d-md-1024-none {
    display: none !important;
  }

  .d-md-1024-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .ff-pb-lg-16 {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 1023px) {
  .news-card_largeCardCaption__ALtrv {
    padding-top: 1rem;
  }

  .news-card-caption_titleLarge__fnBIU {
    font-size: clamp(25px, 6vw, 31px);
  }

  .news-card-list .news-card_cardLink__Pftcr article > .d-flex {
    gap: 0.875rem;
  }

  .news-card_smallCardImage__zeu8J {
    width: 7.5rem;
    flex: 0 0 7.5rem;
  }

  .news-card_smallCardCaption__iaMlg .news-card-caption_title__ZugYE {
    font-size: 1rem;
    line-height: 1.35;
  }
}

.fifa-footer {
  background: var(--fifa-blue);
  color: #fff;
}

.container {
  width: var(--header-shell);
  max-width: 110rem;
  padding-inline: var(--header-spacing);
  margin-inline: auto;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.ff-mt-16 {
  margin-top: 1rem !important;
}

.ff-mb-16 {
  margin-bottom: 1rem !important;
}

.ff-mb-0 {
  margin-bottom: 0 !important;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.footer-top {
  border-bottom: 1px solid rgb(255 255 255 / 0.35);
}

.footer-app-row {
  min-height: 70px;
  display: grid;
  grid-template-columns: 120px auto 1fr auto;
  gap: 46px;
  align-items: center;
}

.footer-logo {
  width: 108px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 28px;
  font-weight: 700;
}

.footer-app-row p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.store-badges {
  display: flex;
  gap: 24px;
  align-items: center;
}

.store-badges img {
  display: block;
  height: 36px;
  width: auto;
}

.partners-row {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(255 255 255 / 0.35);
}

.partners-row p {
  margin: 0;
  text-align: center;
  font-weight: 700;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(18px, 2.3vw, 36px);
  align-items: center;
  text-align: center;
}

.partner-logos a {
  display: flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: center;
}

.partner-logos img {
  display: block;
  max-width: min(100%, 160px);
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.footer-legal-container {
  padding-top: 16px;
  padding-bottom: 32px;
}

.footer-legal-row {
  min-height: 112px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  align-items: flex-start;
}

.footer-legal-row > .col-xs,
.footer-legal-links > .col-xs,
.footer-legal-links > .d-flex {
  min-width: 0;
  margin-top: var(--bs-gutter-y);
  padding-inline: calc(0.5 * var(--bs-gutter-x));
}

.col-xs {
  flex: 1 0 0%;
}

.footer-legal-links-column {
  min-width: 0;
}

.footer-legal-links {
  width: 100%;
  --bs-gutter-x: 1.5rem;
  margin-inline: calc(-0.5 * var(--bs-gutter-x));
}

.footer_LegalItems__TXe3L,
.footer_CookieButtonLabel__CPfo5,
.footer-performance-button {
  color: var(--textColor, #fff);
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.footer_LegalItems__TXe3L:hover,
.footer_CookieButtonLabel__CPfo5:hover,
.footer-performance-button:hover {
  color: var(--secondaryColor, #ffb2db);
}

.footer_CookieButtonLabel__CPfo5 {
  background: transparent;
  border: 0;
}

[class~="footer_Copyright__H-yb+"] {
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.35rem;
  font-weight: 500;
  text-align: right;
}

.legal-row {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.legal-row nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.legal-row > div {
  display: grid;
  justify-items: end;
  gap: 14px;
}

.legal-row small {
  font-size: 16px;
}

.performance-open {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.footer-performance-button {
  padding: 0;
  border-bottom: 0;
  cursor: pointer;
}

.ff-bg-white {
  background: #fff;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.d-block {
  display: block !important;
}

.terms-document {
  background: #fff;
  color: var(--ink);
}

.terms-main {
  min-height: 70vh;
}

.terms-hero {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  color: var(--ink);
}

.terms-top-menu {
  margin-inline-start: 2rem;
}

.terms-hero .row {
  width: 100%;
  margin: 0;
}

.fcds-hero-simple-title,
.simple-hero-module_title__4X1li {
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 6vw, 88px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.simple-hero-module_roofline__r1-iT {
  min-height: 1rem;
  margin-top: 0;
}

.terms-content-section {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.terms-content-column {
  width: min(100%, 960px);
  margin-inline: auto;
}

.terms-rich-text {
  color: #4c5668;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.72;
}

.terms-rich-text p {
  margin: 0 0 1.35rem;
}

.terms-rich-text h2 {
  margin: 2.55rem 0 1rem;
  color: var(--ink);
  font-size: clamp(21px, 1.5vw, 27px);
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.terms-rich-text a {
  color: var(--actionDefault);
}

.terms-updated-block {
  background: #fff;
  color: var(--ink);
  border-top: 1px solid #e1e7f0;
}

.ff-py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.performance-panel {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  width: min(430px, calc(100% - 32px));
  padding: 26px;
  border-top: 6px solid var(--card-blue);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 20px 70px rgb(0 0 0 / 0.28);
}

.panel-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #4a5668;
  font-size: 28px;
}

.panel-kicker {
  margin: 0 0 8px;
  color: #596579;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
}

.performance-panel h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}

.performance-panel > p:not(.panel-kicker) {
  margin: 12px 0 18px;
  color: #4b5568;
  font-size: 14px;
  line-height: 1.45;
}

.format-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.format-button {
  min-height: 62px;
  padding: 10px 11px;
  border: 1px solid #c8d0dc;
  background: #fff;
  color: var(--ink);
  text-align: left;
  font-size: 13px;
  font-weight: 800;
}

.format-button small {
  display: block;
  margin-top: 5px;
  color: #6b7485;
  font-size: 11px;
  font-weight: 500;
}

.format-button.is-active {
  border-color: var(--card-blue);
  background: var(--card-blue);
  color: #fff;
}

.format-button.is-active small {
  color: #fff;
}

.image-stats {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid #dbe1eb;
}

.image-stats dt {
  margin-bottom: 5px;
  color: #687589;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 9px;
  font-weight: 800;
}

.image-stats dd {
  margin: 0;
  color: var(--fifa-blue);
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 800;
}

.testing-note {
  margin-bottom: 0 !important;
  font-size: 11px !important;
}

@media (max-width: 1500px) {
  :root {
    --page-shell: min(100% - 120px, 1700px);
    --header-shell: min(100% - 120px, 1700px);
  }

  .top-menu-title {
    font-size: 0.9375rem;
    padding-inline: 0.875rem;
  }

  button.top-menu-title {
    padding-inline-end: 0.4375rem;
  }

  .news-row {
    grid-template-columns: 190px 1fr;
  }

  .news-row img {
    width: 190px;
  }
}

@media (max-width: 1439px) {
  :root {
    --header-spacing: 0px;
  }
}

@media (max-width: 1100px) {
  :root {
    --page-shell: min(100% - 40px, 1700px);
    --header-shell: min(100% - 40px, 1700px);
  }

  html {
    scroll-padding-top: 200px;
  }

  .utility-inner {
    gap: 1rem;
    font-size: 0.75rem;
  }

  .primary-inner {
    gap: 0;
  }

  .desktop-nav,
  .top-menu_topNavMenu__NMF8b {
    display: none;
  }

  .header-icons {
    gap: 0;
    margin-inline-start: auto;
  }

  .tickets-page {
    margin-top: 28px;
  }

  .intro-copy {
    min-height: 280px;
    padding: 44px 32px 30px;
  }

  .tournament-tabs {
    top: 6.5rem;
    min-height: 124px;
  }

  .tournament-tab {
    min-height: 124px;
    padding: 12px;
  }

  .action-grid,
  .event-panel--wc26 .action-grid,
  .event-panel--fwwc .action-grid,
  .event-panel--fu20 .action-grid,
  .event-panel--fwcc .action-grid {
    margin-top: 86px;
  }

  .action-grid--two {
    grid-template-columns: 1fr;
    max-width: 540px;
  }

  .tile-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-layout {
    grid-template-columns: 1fr;
  }

  .footer-app-row {
    grid-template-columns: 110px 1fr;
    padding: 22px 0;
  }

  .footer-app-row p {
    text-align: left;
  }

  .store-badges {
    justify-content: start;
  }

  .partner-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-legal-row,
  .legal-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 0;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }

  [class~="footer_Copyright__H-yb+"] {
    text-align: left;
  }

  .legal-row > div {
    justify-items: start;
  }
}

@media (max-width: 1023px) {
  html {
    scroll-padding-top: 138px;
  }

  .utility-bar {
    display: none;
  }

  .tournament-tabs {
    top: 4rem;
  }
}

@media (max-width: 720px) {
  :root {
    --page-shell: 100%;
    --header-shell: calc(100% - 32px);
    --header-spacing: 0px;
  }

  html {
    scroll-padding-top: 138px;
  }

  .primary-bar {
    height: 4rem;
  }

  .brand {
    width: 5.875rem;
  }

  .header-icons {
    display: none;
  }

  .language-label {
    display: none;
  }

  .tickets-page {
    margin-top: 0;
  }

  .intro-copy {
    min-height: 330px;
    padding: 44px 22px 32px;
  }

  .intro-copy h1 {
    font-size: 34px;
  }

  .intro-copy p {
    font-size: 19px;
  }

  .tournament-tabs {
    top: 4rem;
    min-height: 104px;
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
  }

  .tournament-tab {
    min-height: 104px;
  }

  .event-panel,
  .event-panel--wc26,
  .event-panel--fwwc,
  .event-panel--fu20,
  .event-panel--fwcc {
    min-height: auto;
  }

  .event-heading {
    padding: 64px 20px 16px;
  }

  .action-grid,
  .event-panel--wc26 .action-grid,
  .event-panel--fwwc .action-grid,
  .event-panel--fu20 .action-grid,
  .event-panel--fwcc .action-grid {
    width: calc(100% - 32px);
    margin: 78px auto 60px;
  }

  .ticket-card {
    min-height: 0;
  }

  .ticket-card-head {
    min-height: 122px;
  }

  .ticket-card-body {
    min-height: 0;
    font-size: 19px;
  }

  .tile-grid--two,
  .tile-grid--three {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 68px 16px 0;
  }

  .optional-tile:nth-of-type(n + 5),
  .news-row--extra {
    display: none;
  }

  .section-title-row {
    display: block;
  }

  .see-all {
    margin-bottom: 28px;
  }

  .news-row {
    grid-template-columns: 120px 1fr;
    gap: 14px;
  }

  .news-row img {
    width: 120px;
  }

  .news-summary {
    font-size: 20px;
  }

  .footer-app-row,
  .partner-logos {
    grid-template-columns: 1fr;
  }

  .partner-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logos img {
    max-height: 52px;
  }

  .social-links {
    gap: 24px;
  }

  .store-badges {
    gap: 12px;
  }

  .legal-row nav {
    font-size: 16px;
  }

  .footer-legal-container {
    padding-bottom: 26px;
  }

  .footer-legal-row {
    --bs-gutter-x: 0;
  }

  .footer-legal-links {
    display: grid;
    gap: 0;
    justify-content: stretch;
    margin-inline: 0;
  }

  .image-stats {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

