html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "Source Han Sans CN", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  font-family: "Source Han Sans CN", sans-serif;
  font-feature-settings: "kern";
}

:where(*, *::before, *::after) {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  word-wrap: break-word;
}

main {
  display: block;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

:where(pre, code, kbd, samp) {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bold;
}

small {
  font-size: 80%;
}

:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

:where(button, input, optgroup, select, textarea) {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

:where(button, input) {
  overflow: visible;
}

:where(button, select) {
  text-transform: none;
}

:where(
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner
) {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

:where([type="checkbox"], [type="radio"]) {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none !important;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: -webkit-box;
  display: -webkit-list-item;
  display: -ms-list-itembox;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:where(blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre) {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

:where(ol, ul) {
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

:where(button, [role="button"]) {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0 !important;
}

table {
  border-collapse: collapse;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
}

:where(button, input, optgroup, select, textarea) {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, video) {
  max-width: 100%;
  height: auto;
}

[data-js-focus-visible]
  :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]) {
  outline: none;
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

:root,
:host {
}

@supports (height: -webkit-fill-available) {
  :root,
  :host {
  }
}

@supports (height: -moz-fill-available) {
  :root,
  :host {
  }
}

@supports (height: 100dvh) {
  :root,
  :host {
  }
}

body {
  font-family: "Source Han Sans CN", sans-serif;
  color: #1f1f1f;
  background: #fff;
  transition-property: background-color;
  transition-duration: 200ms;
  line-height: 1.5;
}

body button:focus-visible,
body a:focus-visible {
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(0, 163, 224);
  outline-offset: -1px;
}

*::-webkit-input-placeholder {
  color: #718096;
}

*::-moz-placeholder {
  color: #718096;
}

*:-ms-input-placeholder {
  color: #718096;
}

*::placeholder {
  color: #718096;
}

*,
*::before,
::after {
  border-color: #e2e8f0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.animate-page-wrapper.is-loading .container,
.animate-page-wrapper.is-loading .page-footer {
  opacity: 0;
}

.container {
  position: relative;
  opacity: 1;
  transition-duration: 0.125s;
  transition-timing-function: cubic-bezier(0.35, 1, 0.45, 1);
  transition-property: opacity;
  background: #000;
  padding-bottom: 0.4rem;
}

section.ribbon {
  margin: 0;
  border: 0;
  background: #000;
}

input[type]:focus,
input[type]:focus-within,
input[type]:focus-visible {
  box-shadow: none !important;
}

img[loading="lazy"] {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

img[loading="lazy"].image-loaded {
  opacity: 1;
}

.css-mko2y2 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: auto;
  height: 0.05rem;
  width: 0%;
  z-index: 999;
  transition-duration: 0.5s;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.35, 1, 0.45, 1);
  background: linear-gradient(
    to left,
    rgb(0, 163, 224) 0%,
    rgb(0, 163, 224) 10%,
    #84bd00 90%,
    #84bd00 100%
  );
}

.css-bgh30x {
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.35, 1, 0.45, 1);
  transition-property: color, background, background-color;
  background: #000;
  color: #1f1f1f;
}

@-webkit-keyframes revealBelow {
  from {
    height: 100dvh;
  }
  to {
    height: 95dvh;
  }
}

@keyframes revealBelow {
  from {
    height: 100dvh;
  }
  to {
    height: 95dvh;
  }
}

.css-bgh30x .hero__wrapper {
  position: relative;
  color: #ffffff;
  height: 100dvh;
  -webkit-animation-name: revealBelow;
  animation-name: revealBelow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1.76, 0.47, 1.09);
  animation-timing-function: cubic-bezier(0.23, 1.76, 0.47, 1.09);
  overflow: hidden;
}

.css-bgh30x .hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.css-bgh30x .hero__background img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
}

.css-bgh30x .hero__background:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background:
    linear-gradient(
      69.09deg,
      rgba(0, 0, 0, 0.76) 31.16%,
      rgba(0, 0, 0, 0) 90.51%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 27.65%);
}

.css-bgh30x .hero__content .hero__trumpet,
.css-bgh30x .hero__content .hero__headline,
.css-bgh30x .hero__content .hero__links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}

.css-bgh30x .hero__content .hero__trumpet {
  margin-bottom: 1rem;
}

.css-19va5fc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 790px;
}

.css-9vnofn {
  font-weight: 400;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1rem;
}

.css-3jm3l6 {
  font-weight: 300;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: normal;
}

.css-15tp3vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.css-wfga6a {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.css-wfga6a .icon-container {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-color: currentColor;
}

.css-wfga6a:hover,
.css-wfga6a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-i6bazn {
  overflow: hidden;
}

.css-5kllav {
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.35, 1, 0.45, 1);
  transition-property: color, background, background-color;
  background: #000;
  color: #fff;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}

.css-17673xq {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-padding-start: 1.5rem;
  padding-inline-start: 1.5rem;
  -webkit-padding-end: 1.5rem;
  padding-inline-end: 1.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0;
}

.css-83dksz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-flow: column-reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-1yz0x8j {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

.css-xz4b1x {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  line-height: 1.5rem;
  -webkit-flex: 1 1 12rem;
  -ms-flex: 1 1 12rem;
  flex: 1 1 12rem;
  min-width: 0;
}

.css-rtyg7i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.35, 1, 0.45, 1);
  transition-property: color, border, background;
  line-height: 1.3;
  letter-spacing: 0.02em;
  height: auto;
  min-width: 0px;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  -webkit-padding-end: 0px;
  padding-inline-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  color: #fff;
}

.css-rtyg7i:hover,
.css-rtyg7i:active {
  color: rgb(0, 163, 224);
}

.css-rtyg7i:disabled {
  opacity: 0.25;
}

.css-rtyg7i .icon-wrapper {
  height: 45px;
  width: 45px;
  border-width: 2px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-color: currentColor;
}

.css-rtyg7i .icon-wrapper svg {
  fill: currentColor;
}

.css-jhsewa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: color, border;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1m0qchw {
  display: inline-block;
  line-height: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: currentColor;
  width: 16px;
  height: auto;
  fill: currentColor;
}

.css-tap3g3 {
  margin-bottom: 1.75rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.css-tap3g3 img {
  display: block;
  height: auto;
}


.ribbon {
  background: #000;
  color: #fff;
  padding: 0.4rem 0.2rem 0.6rem 0.2rem;
  box-sizing: border-box;
}

.ribbon-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 350;
  font-size: 0.2rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 0.3rem 0;
}

.ribbon-desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0.24rem 0;
}

.ribbon-desc:last-child {
  margin-bottom: 0;
}

.splide__spinner {
  display: none !important;
}

.css-5nsg9y {
  margin-top: 0.35rem;
  overflow: hidden;
}

.css-5nsg9y .splide__slide {
  display: flex;
  flex-direction: column;
  width: 2.87rem;
  flex-shrink: 0;
}

.css-hpm9tj {
  cursor: grab;
}

.css-hpm9tj:active {
  cursor: grabbing;
}

.css-5nsg9y .splide__slide__container {
  width: 2.87rem;
  height: 2.15rem;
  max-width: 100%;
  background-color: #5f6369;
  border-radius: 0.18rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  color: #fff;
  user-select: none;
}

.css-5nsg9y .splide__slide__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fifa-video-scroll {
  overflow: hidden;
  width: 100%;
  background: #000;
}

.fifa-video-scroll .splide__slide {
  width: 100%;
  flex-shrink: 0;
}

.fifa-video-scroll .fifa-video-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.fifa-video-scroll .fifa-video-slide__media {
  position: relative;
  width: 100%;
  height: 2.36rem;
  overflow: hidden;
  background-color: #5f6369;
  cursor: pointer;
}

.fifa-video-scroll .fifa-video-slide__media.is-playing {
  cursor: default;
}

.fifa-video-scroll .fifa-video-slide__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fifa-video-scroll .fifa-video-slide__media.is-playing video {
  object-fit: contain;
  background-color: #000;
}

.fifa-video-scroll .fifa-video-slide__media:not(.is-playing) video {
  visibility: hidden;
}

.fifa-video-scroll .fifa-video-slide__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  z-index: 1;
}

.fifa-video-scroll .fifa-video-slide__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.fifa-video-scroll .fifa-video-slide__play {
  margin: 0.16rem 0 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: 0.14rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(0, 163, 224, 1);
  cursor: pointer;
  width: 100%;
}

.fifa-video-scroll .css-fkxoi8 {
  width: auto;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.css-fkxoi8 {
  margin-top: 0.32rem;
  width: 100%;
  height: 0.03rem;
  border-radius: 0.02rem;
  position: relative;
  background-color: #dadada;
}

.css-d5eh09 {
  display: block;
  border-radius: 0.02rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.35, 1, 0.45, 1);
}

.css-1iqylqd {
  display: block;
  height: 100%;
  border-radius: 0.02rem;
  background: linear-gradient(
    to left,
    rgb(0, 163, 224) 0%,
    rgb(0, 163, 224) 10%,
    #84bd00 90%,
    #84bd00 100%
  );
}

/* --- FIFA page interactions (header scroll + hero text reveal) --- */

.fifa-page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  pointer-events: none;
}

.fifa-page-header .menu_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.16rem;
  z-index: 100;
  pointer-events: auto;
  transition: transform 0.45s cubic-bezier(0.35, 1, 0.45, 1);
  will-change: transform;
}

.fifa-page-header .menu_box img {
  cursor: pointer;
}

.fifa-page-header .menu_box .menu {
  width: 0.78rem;
  height: auto;
}

.fifa-page-header .menu_box .logo {
  width: 0.91rem;
  height: 0.32rem;
}

.menu_box_open {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 1);
}

.menu_box_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.44rem;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.16rem;
  font-family: "Source Han Sans CN Bold", "Source Han Sans CN", sans-serif;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 0.238rem;
  text-align: left;
  color: #fff;
}

.menu_box_top img {
  cursor: pointer;
}

.menu_box_top .menu_close {
  width: 0.56rem;
  height: 0.44rem;
}

.menu_box_top .logo {
  width: 0.91rem;
  height: 0.32rem;
}

.menu_list {
  margin: 0 auto;
  width: 3.35rem;
}

.menu_item {
  width: 100%;
  margin-top: 0.15rem;
  height: 0.36rem;
  font-family: "Source Han Sans CN Bold", "Source Han Sans CN", sans-serif;
  font-size: 0.15rem;
  font-weight: 500;
  text-align: left;
  color: #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.menu_item_sub {
  cursor: pointer;
  width: 100%;
  margin-top: 0.15rem;
  height: 0.36rem;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.15rem;
  font-weight: 400;
  text-align: left;
  color: #ededed;
  text-indent: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_item img,
.menu_item_sub img {
  width: 0.2rem;
  height: 0.2rem;
}

.menu_list a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.css-bgh30x .hero__background-frames {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.css-bgh30x .hero__content.css-p9022v {
  padding: 0;
  margin: 0;
  max-width: none;
  height: 100%;
}

.css-bgh30x .hero__content .css-19va5fc {
  justify-content: flex-start;
  max-width: none;
  height: 100%;
  padding-top: 1.62rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
}

.css-bgh30x .hero__content .hero__headline {
  margin-bottom: 0.13rem !important;
}

.css-bgh30x .hero__content .hero__trumpet {
  margin-bottom: 0 !important;
}

.css-bgh30x .hero__content .hero__links {
  display: flex !important;
  flex-direction: column;
  overflow: visible !important;
  margin-top: 2.18rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.css-bgh30x .hero__content .css-wfga6a {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 100%;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}

.css-bgh30x .hero__content .hero__arrow {
  width: 0.2rem;
  height: 0.2rem;
  flex-shrink: 0;
  object-fit: contain;
}

.css-bgh30x .hero__content .css-9vnofn {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 350;
  font-size: 0.14rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.css-bgh30x .hero__content .css-3jm3l6 {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
}

.css-bgh30x .hero__content .hero__trumpet,
.css-bgh30x .hero__content .hero__headline,
.css-bgh30x .hero__content .hero__link {
  display: block !important;
  overflow: hidden !important;
  max-width: 100%;
}

.css-bgh30x .hero__content .hero__slide-inner {
  display: block;
  will-change: transform;
  animation: heroTextReveal 1s cubic-bezier(0.35, 1, 0.45, 1) both;
}

.css-bgh30x .hero__content .hero__trumpet .hero__slide-inner {
  animation-delay: 0.15s;
}

.css-bgh30x .hero__content .hero__link .hero__slide-inner {
  animation-delay: 0.3s;
}
.img-box{
  width: 100%;
  height: 100%;
  margin-top: 0.6rem;
  position: relative;
}
.img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.22rem;
}
.fifa-bottom{
  width: 100%;
  height: 1.24rem;
  background: url(../img/fifa/image-bottom.png) no-repeat center center;
  background-size: cover‌;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bottom-title{
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-style: Normal;
  font-size: 0.2rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 6%;
  color:#fff;
  text-align: center;
}
.bottom-more{
  display: flex;
  align-items: center;
  margin-top: 0.16rem;
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-style: Normal;
  font-size: 0.14rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 4%;
  text-align: center;
  color:#fff;
}
.bottom-more img{
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.14rem;
}
@keyframes heroTextReveal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .css-bgh30x .hero__wrapper {
    animation: none;
    height: 95dvh;
  }

  .css-bgh30x .hero__content .hero__slide-inner {
    animation: none;
    transform: none;
  }

  .fifa-page-header .menu_box {
    transition: none;
  }
}
