@font-face {
  font-family: Cofoweather Extended;
  src: url('../fonts/CoFoWeather-Extended-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cofoweather;
  src: url('../fonts/CoFoWeather-Normal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cofoweather;
  src: url('../fonts/CoFoWeather-Normal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cofoweather;
  src: url('../fonts/CoFoWeather-Normal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #191919;
  --white: white;
  --green: #73e553;
  --light-green: #c1ef94;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.page-wrapper {
  background-color: var(--black);
}

.hero_section {
  background-image: url('../images/Hero---BG-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero_section.theme-white {
  background-size: cover;
  overflow: clip;
}

.paddings-global {
  padding-left: 7.813vw;
  padding-right: 7.813vw;
}

.paddings-global.is--large {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}

.hero-wrapper {
  z-index: 2;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90vh;
  padding-bottom: 6.25vw;
  display: flex;
  position: relative;
}

.text-styles-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: 5.859vw;
  font-weight: 900;
  line-height: 110%;
}

.text-styles-h4 {
  font-family: Cofoweather, Arial, sans-serif;
  font-size: 1.406vw;
  font-weight: 400;
  line-height: 140%;
}

.text-styles-h4.is--bold {
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-weight: 900;
}

.hero_content {
  grid-column-gap: 2.07vw;
  grid-row-gap: 2.07vw;
  color: var(--white);
  flex-flow: column;
  width: 74.727vw;
  display: flex;
}

.text-color-green {
  color: var(--green);
}

.hero_shadows {
  z-index: 1;
  background-image: linear-gradient(#19191900, #191919 64%);
  height: 150%;
  position: absolute;
  inset: 0 0% auto;
}

.about_section {
  position: relative;
}

.about_section.theme-dark {
  overflow: clip;
}

.about_wrapper {
  z-index: 2;
  grid-column-gap: 5.078vw;
  grid-row-gap: 5.078vw;
  background-image: url('../images/About---BG.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 1.875vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4.297vw 4.688vw;
  display: flex;
  position: relative;
}

.about_heading-one {
  color: var(--black);
  justify-content: space-between;
  display: flex;
}

.text-styles-h2 {
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: 3.906vw;
  font-weight: 900;
  line-height: 110%;
}

.text-color-white {
  color: var(--white);
}

.about_heading-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_heading-icon {
  width: 8.164vw;
}

.about_heading-two {
  color: var(--black);
  justify-content: space-between;
  display: flex;
}

.text-styles-260 {
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: 9.9vw;
  font-weight: 900;
  line-height: 100%;
}

.about_heading-three {
  color: var(--black);
  justify-content: space-between;
  display: flex;
}

.image {
  width: 100%;
}

.about_heading-top-wrap {
  grid-column-gap: 1.563vw;
  grid-row-gap: 1.563vw;
  flex-flow: column;
  display: flex;
}

.about_heading-wrap {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about_content {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  flex-flow: column;
  width: 39.336vw;
  display: flex;
}

.about_content-desc {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  color: var(--black);
  flex-flow: column;
  display: flex;
}

.text-styles-content {
  font-family: Cofoweather, Arial, sans-serif;
  font-size: 1.172vw;
  font-weight: 500;
  line-height: 145%;
}

.about_content-btn-wrap {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: .703vw;
  padding: 1.328vw 2.656vw;
  text-decoration: none;
  transition: all .25s;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-styles-button {
  text-transform: uppercase;
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: 1.406vw;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
}

.about_bg {
  z-index: 0;
  background-color: var(--white);
  height: 23vw;
  position: absolute;
  inset: auto 0% 0%;
}

.video_section {
  background-color: var(--white);
  padding-top: 13.672vw;
  padding-bottom: 10.938vw;
  position: relative;
}

.video_section.theme-dark {
  overflow: clip;
}

.video_wrapper {
  z-index: 5;
  grid-column-gap: 2.93vw;
  grid-row-gap: 2.93vw;
  display: flex;
  position: relative;
}

.video_persons-wrap {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex-flow: column;
  flex: none;
  width: 18.359vw;
  display: flex;
}

.video_embed {
  z-index: 2;
  border-radius: 1.563vw;
  width: 100%;
  height: 35vw;
  position: relative;
  overflow: hidden;
}

.video_person {
  grid-column-gap: 1.406vw;
  grid-row-gap: 1.406vw;
  flex-flow: column;
  display: flex;
}

.video_person-img {
  width: 7.031vw;
}

.video_person-name {
  grid-column-gap: .547vw;
  grid-row-gap: .547vw;
  color: var(--black);
  flex-flow: column;
  display: flex;
}

.text-weight-bold {
  font-family: Cofoweather, Arial, sans-serif;
  font-weight: 700;
}

.text-styles-desc {
  font-family: Cofoweather, Arial, sans-serif;
  font-size: .938vw;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-styles-desc.link {
  color: var(--white);
}

.video_bg-pattern {
  z-index: 0;
  width: 30.703vw;
  position: absolute;
  inset: auto 0% 8vw auto;
}

.figital_section {
  background-color: var(--black);
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  position: relative;
}

.figital_section.theme-white {
  overflow: clip;
}

.figital_wrapper {
  z-index: 5;
  grid-column-gap: 4.844vw;
  grid-row-gap: 4.844vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.figital_bg {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.figital_title {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  color: var(--white);
  flex-flow: row;
  display: flex;
}

.figital_title-one-vector {
  width: 6.2vw;
}

.figital_title-wrap {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.arrow_svg {
  width: 3.125vw;
  height: auto;
}

.arrow_svg.is-alt {
  width: 3.125vw;
  transform: rotate(0);
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.563vw;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.swiper-slide.is-photos.is-1 {
  background-image: url('../images/675869b210b311aec5bdfd89_IMG_1533-1.avif');
}

.swiper-slide.is-photos.is-2 {
  background-image: url('../images/675869722891f75d64e91915_IMG_1526-1.avif');
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow.is-left {
  background-color: var(--white);
  color: var(--black);
  border-width: 0;
  width: 4.688vw;
  height: 4.688vw;
  margin-right: 1.25vw;
}

.arrow.is-left:hover {
  background-color: var(--green);
}

.arrow.is-right {
  background-color: var(--white);
  color: var(--black);
  border-width: 0;
  width: 4.688vw;
  height: 4.688vw;
}

.arrow.is-right:hover {
  background-color: var(--green);
}

.slider_left {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  flex: none;
  width: 39vw;
  min-width: 39vw;
  display: flex;
  position: relative;
}

.slider_wrap {
  grid-column-gap: 5.859vw;
  grid-row-gap: 5.859vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slider_right {
  width: 25vw;
}

.arrows {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.slider_height {
  width: 100%;
  padding-top: 110%;
  position: relative;
}

.slider_info-top {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-styles-h3 {
  text-transform: uppercase;
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 110%;
}

.figital_cards-bg {
  z-index: 0;
  pointer-events: none;
  width: 35.898vw;
  position: absolute;
  inset: 21.055vw 0% auto;
}

.merch_section {
  z-index: 2;
  position: relative;
}

.merch_section.theme-dark {
  overflow: clip;
}

.merch-wrapper {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  background-color: var(--white);
  border-radius: 1.563vw;
  flex-flow: column;
  padding: .781vw .859vw;
  display: flex;
}

.merch_line {
  grid-column-gap: .859vw;
  grid-row-gap: .859vw;
  height: 21.8vw;
  display: flex;
}

.merch_card {
  border: .078vw solid var(--black);
  border-radius: 1.563vw;
  flex: 1;
  position: relative;
}

.merch_card.is--huge {
  grid-column-gap: .469vw;
  grid-row-gap: .469vw;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.953vw;
  display: flex;
  overflow: hidden;
}

.merch_card.is--small {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 20.039vw;
  padding: 1.875vw;
  display: flex;
  overflow: hidden;
}

.merch_card.is--small.is--button {
  background-color: var(--green);
  color: var(--black);
  text-decoration: none;
  transition: all .25s;
}

.merch_card.is--small.is--button:hover {
  background-color: var(--black);
  color: var(--green);
}

.merch_arrow-icon {
  width: 4.688vw;
}

.merch_arrow-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_section {
  background-color: var(--black);
  padding-top: 8.594vw;
  padding-bottom: 2.344vw;
  position: relative;
}

.footer_section.theme-white {
  overflow: clip;
}

.footer-wrapper {
  grid-column-gap: 2.344vw;
  grid-row-gap: 2.344vw;
  flex-flow: column;
  display: flex;
}

.footer_card {
  z-index: 2;
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.563vw;
  width: 75.781vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3.906vw 4.688vw;
  position: relative;
}

.footer_form {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.footer_form-field {
  border: .078vw solid var(--black);
  color: var(--black);
  border-radius: .625vw;
  flex: 1;
  min-width: 40%;
  height: auto;
  margin-bottom: 0;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.25vw;
  font-family: Cofoweather, Arial, sans-serif;
  font-size: .938vw;
  font-weight: 400;
  line-height: 140%;
}

.footer_form-field::placeholder {
  color: var(--black);
}

.footer_form-field.is--large {
  min-height: 9vw;
  max-height: 11vw;
}

.footer_form-button {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: .625vw;
  width: 100%;
  height: auto;
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: 1.406vw;
  font-weight: 900;
  line-height: 145%;
  transition: all .25s;
}

.footer_form-button:hover {
  background-color: var(--green);
  color: var(--black);
}

.footer_form-checkbox-wrap {
  grid-column-gap: .547vw;
  grid-row-gap: .547vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer_form-checkbox {
  width: 1.25vw;
  height: 1.25vw;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.footer_form-checkbox.w--redirected-checked {
  background-color: var(--green);
}

.footer_form-title {
  text-align: center;
  width: 100%;
}

.footer_labels {
  z-index: 2;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer_labels-left {
  grid-column-gap: 1.367vw;
  grid-row-gap: 1.367vw;
  flex-flow: column;
  display: flex;
}

.footer_labels-center {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  display: flex;
}

.footer_labels-right {
  grid-column-gap: .938vw;
  grid-row-gap: .938vw;
  flex-flow: column;
  display: flex;
}

.text-styles-desc_extented {
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: .938vw;
  font-weight: 900;
  line-height: 140%;
}

.text-styles-desc_extented.text-link {
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s;
}

.text-styles-desc_extented.text-link:hover {
  color: var(--green);
}

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

.footer_labels-right-socials-wrap {
  grid-column-gap: .938vw;
  grid-row-gap: .938vw;
  display: flex;
}

.footer_bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.line_section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 11.031vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.line_section.theme-white {
  overflow: clip;
}

.line_video {
  z-index: 2;
  flex: none;
  width: 140vw;
  height: 10.5vw;
  position: relative;
  overflow: hidden;
  transform: rotate(-3deg);
}

.line_bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: auto 0% 5.3vw;
  transform: rotate(-3deg);
}

.partners_section {
  background-color: var(--white);
  padding-bottom: 10.938vw;
}

.partners_section.theme-dark {
  overflow: clip;
}

.partners-wrapper {
  grid-column-gap: 11.523vw;
  grid-row-gap: 11.523vw;
  flex-flow: column;
  display: flex;
}

.partners_heading-top {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 74.219vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.partners_heading-top-label {
  background-color: var(--green);
  border-radius: 100vw;
  padding: .938vw 2.5vw;
  display: flex;
  transform: rotate(-2deg);
}

.partners_heading-top-icon {
  width: 4vw;
}

.partners_content {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  flex-flow: column;
  display: flex;
}

.partners_content-top {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  height: 41.172vw;
  display: flex;
}

.partners_content-bottom {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  height: 18vw;
  display: flex;
}

.partners_content-top-card {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  border: .078vw solid var(--black);
  color: var(--black);
  border-radius: 1.563vw;
  flex-flow: column;
  flex: 1;
  padding-top: 2.5vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  display: flex;
  position: relative;
}

.partners_content-image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.partners_content-bottom-card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  border: .078vw solid var(--black);
  color: var(--black);
  border-radius: 1.563vw;
  flex-flow: column;
  flex: 1;
  padding-top: 1.875vw;
  padding-left: 1.875vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.text-styles-h4_extented {
  text-transform: uppercase;
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-size: 1.406vw;
  font-weight: 900;
  line-height: 140%;
}

.stadium_section {
  background-color: var(--white);
  padding-bottom: 10.938vw;
}

.stadium_section.theme-dark {
  padding-bottom: 0;
  overflow: clip;
}

.stadium_wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5.5vw;
  display: flex;
  position: relative;
}

.stadium_card {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  background-color: var(--green);
  color: var(--black);
  background-image: url('../images/card-BG.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.563vw;
  flex-flow: column;
  max-width: 20.508vw;
  padding: 1.563vw;
  display: flex;
}

.stadium_card.is--1 {
  z-index: 1;
  position: absolute;
  top: 10.391vw;
  left: 0;
}

.stadium_card.is--2 {
  z-index: 1;
  position: absolute;
  inset: 0 auto auto 42.578vw;
}

.stadium_card.is--3 {
  z-index: 1;
  position: absolute;
  inset: 10.391vw 0 auto auto;
}

.stadium_card.is--4 {
  z-index: 1;
  position: absolute;
  inset: 20.977vw auto auto 0;
}

.stadium_card.is--5 {
  z-index: 1;
  position: absolute;
  inset: 33.281vw 0% auto auto;
}

.stadium_img {
  z-index: 0;
  width: 100%;
  position: relative;
}

.possibility_section {
  background-color: var(--white);
  position: relative;
}

.possibility_section.theme-dark {
  z-index: 11;
  margin-top: -100vh;
  overflow: clip;
}

.possibility-wrapper {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  padding-top: 5.469vw;
  display: flex;
}

.possibility-title {
  flex-flow: wrap;
  width: 46.094vw;
  display: flex;
}

.header {
  z-index: 999;
  width: 100%;
  padding-top: 1.875vw;
  position: fixed;
  top: 0;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header-logos {
  grid-column-gap: 1.367vw;
  grid-row-gap: 1.367vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header_croc-logo {
  width: 9.102vw;
}

.header_fk-logo {
  width: 4.063vw;
}

.burger-3 {
  z-index: 5;
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3-bar1 {
  background-color: var(--white);
  width: 3.125vw;
  height: .313vw;
}

.b3-middlebar-base {
  justify-content: center;
  align-items: center;
  width: 3.125vw;
  height: .313vw;
  margin-top: .469vw;
  margin-bottom: .469vw;
  display: flex;
  position: static;
}

.b3-middlebar-top {
  z-index: 2;
  width: 3.125vw;
  height: .313vw;
  position: absolute;
  inset: 0;
}

.b3-middlebar {
  justify-content: center;
  align-items: center;
  width: 3.125vw;
  height: .313vw;
  display: flex;
  position: absolute;
}

.b3-bar3 {
  background-color: var(--white);
  width: 3.125vw;
  height: .313vw;
}

.menu {
  z-index: 2;
  grid-column-gap: .938vw;
  grid-row-gap: .938vw;
  background-color: var(--white);
  color: var(--black);
  border-radius: .625vw;
  flex-flow: column;
  width: 20vw;
  padding-top: 2.344vw;
  padding-bottom: 2.344vw;
  padding-left: 1.875vw;
  display: none;
  position: absolute;
  inset: -1vw -2vw auto auto;
}

.header_croc-logo-abs {
  z-index: 2;
  width: 9.102vw;
  position: absolute;
  inset: auto auto auto 0%;
}

.header_fk-logo-abs {
  width: 4.063vw;
  position: absolute;
  right: 0;
}

.header_fk-logo-abs.logo-dark {
  z-index: 2;
}

.hide-desktop {
  display: none;
}

.merch_card-title-line {
  display: flex;
}

.merch_card-label {
  background-color: var(--light-green);
  border-radius: 100vw;
  padding: .938vw 1.563vw;
  transform: rotate(-1deg);
}

.popup_about-croc {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_shadow {
  z-index: -1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.popup_about-content {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.563vw;
  flex-flow: column;
  width: 56.25vw;
  padding: 3.125vw 8vw 3.125vw 3.125vw;
  display: flex;
}

.popup_about-list {
  grid-column-gap: 1.406vw;
  grid-row-gap: 1.406vw;
  flex-flow: column;
  display: flex;
}

.popup_about-list-item {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  align-items: flex-start;
  display: flex;
}

.popup_about-list-item-icon {
  width: 1.992vw;
  margin-top: .65vw;
}

.popup_close-icon {
  cursor: pointer;
  width: 3.125vw;
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
}

.popup_about-fk {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero_video-bg {
  z-index: 0;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.footer_labels-right-social {
  color: var(--light-green);
  width: 1.875vw;
}

.footer_form-success-wrap {
  background-color: #0000;
  padding: 0;
}

.footer_form-success {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  flex-flow: column;
  display: flex;
}

.footer_form-error {
  background-color: #fff1f0;
  border: .039vw solid #ff4d4f;
  border-radius: .625vw;
  margin-top: 1.875vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.25vw;
}

.merch_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stadium_card-arrow-1 {
  z-index: 2;
  width: 3.828vw;
  position: absolute;
  inset: 3.555vw auto auto 38.047vw;
}

.stadium_card-arrow-2 {
  z-index: 2;
  width: 5.5vw;
  position: absolute;
  inset: 12vw auto auto 16vw;
}

.stadium_card-arrow-3 {
  z-index: 2;
  width: 17.578vw;
  position: absolute;
  inset: 14.7vw auto auto 45.195vw;
}

.stadium_card-arrow-4 {
  z-index: 2;
  width: 15.156vw;
  position: absolute;
  inset: 22.9vw auto auto 21.094vw;
}

.stadium_card-arrow-5 {
  z-index: 2;
  width: 19.297vw;
  position: absolute;
  inset: 29.414vw auto auto 43.516vw;
}

.stadium_card-circle-1-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 1.953vw;
  height: 1.953vw;
  display: flex;
  position: absolute;
  top: 12.812vw;
  left: 37.109vw;
}

.stadium_card-circle {
  background-color: var(--green);
  border-radius: 100vw;
  width: 1.367vw;
  height: 1.367vw;
}

.stadium_card-circle-bg {
  background-color: #73e5534d;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stadium_card-circle-2-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 1.953vw;
  height: 1.953vw;
  display: flex;
  position: absolute;
  top: 19.3vw;
  left: 20.5vw;
}

.stadium_card-circle-3-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 1.953vw;
  height: 1.953vw;
  display: flex;
  position: absolute;
  top: 21.367vw;
  left: 44.219vw;
}

.stadium_card-circle-4-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 1.953vw;
  height: 1.953vw;
  display: flex;
  position: absolute;
  top: 20.391vw;
  left: 35.1vw;
}

.stadium_card-circle-5-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 1.953vw;
  height: 1.953vw;
  display: flex;
  position: absolute;
  top: 27.109vw;
  left: 42.6vw;
}

.text-link {
  color: var(--green);
}

.about_player-img {
  z-index: 5;
  width: 43.008vw;
  position: absolute;
  inset: auto 0% -12vw auto;
}

.merch_video {
  position: absolute;
  inset: 0%;
}

.possibility-title-wrap {
  z-index: 5;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  display: flex;
}

.possibility_content {
  margin-bottom: 5.469vw;
}

.possibility_content-tabs {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  justify-content: space-between;
  display: flex;
}

.possibility_content-tabs-menu {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  flex-flow: column;
  width: 20.508vw;
  display: flex;
}

.possibility_content-tabs-content {
  flex: 1;
}

.tabs-button {
  background-color: #0000;
  border: .078vw solid #191919;
  border-radius: .781vw;
  padding: 1.25vw 1.406vw;
  transition: all .25s;
}

.tabs-button:hover {
  background-color: var(--light-green);
}

.tabs-button.w--current {
  background-color: var(--green);
}

.possibility_content-tab {
  background-color: #fff;
  border: .078vw solid #191919;
  border-radius: .781vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.possibility_content-tab-bg {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.possibility_content-tab-bg.second {
  width: 300%;
  max-width: none;
  height: auto;
  inset: auto -22vw 0% auto;
}

.possibility_content-tab-bg.first {
  width: 400%;
  height: auto;
  inset: auto 0 -47vw auto;
}

.possibility_content-tab-bg.third {
  width: 400%;
  height: auto;
  top: -10vw;
  left: -19vw;
}

.possibility_content-tab-bg.fourth {
  width: 400%;
  height: auto;
  top: -20vw;
  left: -31vw;
  right: auto;
}

.possibility_content-tab-bg.fifth {
  width: 400%;
  height: auto;
  top: -18vw;
  left: -87vw;
}

.possibility_content-tab-bg.sixth {
  width: 200%;
  height: auto;
  top: -10vw;
}

.possibility_content-tab-title {
  grid-column-gap: .938vw;
  grid-row-gap: .938vw;
  background-color: #fff;
  border: .078vw solid #191919;
  border-width: .078vw .078vw 0 0;
  border-radius: .78vw;
  flex-flow: column;
  width: 30vw;
  padding: 1.094vw 1.094vw 2.188vw 2.188vw;
  display: flex;
}

.possibility_content-tab-desc {
  background-color: #fff;
  border: .078vw solid #191919;
  border-radius: .781vw;
  width: 18.75vw;
  margin-bottom: 2.188vw;
  padding: 1.094vw 1.094vw 1.094vw 2.188vw;
}

.possibility_content-tab-block {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 2.188vw;
  display: flex;
  position: relative;
}

.list-wrapper {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.transition_section {
  background-color: var(--white);
  height: 300vh;
  padding-top: 5vw;
  position: relative;
  overflow: clip;
}

.transition_sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.transition_line-wrapper {
  flex: none;
  display: flex;
}

.transition_line-item {
  border: .156vw solid #000;
  border-radius: 100vw;
  flex: none;
  padding: .469vw .938vw;
}

.tr-marquee-element {
  justify-content: center;
  align-items: center;
  display: flex;
}

.transition_next {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.dropdown {
  grid-column-gap: .781vw;
  grid-row-gap: .781vw;
  flex-flow: column;
  width: 20.508vw;
  display: none;
}

.dropdown-button {
  background-color: #0000;
  border: .078vw solid #191919;
  border-radius: .781vw;
  padding: 1.25vw 1.406vw;
  transition: all .25s;
}

.dropdown-button:hover {
  background-color: var(--light-green);
}

.dropdown-button.w--current {
  background-color: var(--green);
}

.replace-text {
  font-family: Cofoweather, Arial, sans-serif;
  font-size: 1.406vw;
  font-weight: 400;
  line-height: 140%;
}

.replace-text.is--bold {
  font-family: Cofoweather Extended, Arial, sans-serif;
  font-weight: 900;
}

.sync_section {
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
}

.container {
  text-align: center;
  width: 97%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.sync_slider-wrap-1 {
  width: 84.336vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sync_slider {
  display: flex;
}

.sync_item {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.sync_slider-nav {
  margin-top: 20px;
  display: flex;
}

.sync_nav-item {
  border: 1px solid #fff0;
  margin-right: 20px;
  transition: border-color .2s;
  overflow: hidden;
}

.moments_title-wrap {
  grid-column-gap: 1.367vw;
  grid-row-gap: 1.367vw;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-cell {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.563vw;
  width: 100%;
  height: 41.563vw;
}

.carousel-cell.is-nav {
  opacity: .4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 70px;
  transition: opacity .4s, transform .4s;
}

.moments_section {
  z-index: 2;
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  position: relative;
}

.moments_section.theme-dark {
  overflow: clip;
}

.moments_wrapper {
  grid-column-gap: 4.844vw;
  grid-row-gap: 4.844vw;
  flex-flow: column;
  display: flex;
}

.arrow-moments {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow-moments:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow-moments.is-left {
  background-color: var(--white);
  pointer-events: none;
  color: var(--black);
  border-width: 0;
  width: 3.7vw;
  height: 3.7vw;
  margin-right: 1vw;
  position: absolute;
  inset: auto 0 1.15vw -5.5vw;
}

.arrow-moments.is-left:hover {
  background-color: var(--green);
}

.arrow-moments.is-right {
  background-color: var(--white);
  pointer-events: none;
  color: var(--black);
  border-width: 0;
  width: 3.7vw;
  height: 3.7vw;
  position: absolute;
  inset: auto -6.3vw 1.15vw auto;
}

.arrow-moments.is-right:hover {
  background-color: var(--green);
}

.arrow-copy {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow-copy:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow-copy.is-left {
  background-color: var(--white);
  color: var(--black);
  border-width: 0;
  width: 4.688vw;
  height: 4.688vw;
  margin-right: 1.25vw;
}

.arrow-copy.is-left:hover {
  background-color: var(--green);
}

.arrow-copy.is-right {
  background-color: var(--white);
  color: var(--black);
  border-width: 0;
  width: 4.688vw;
  height: 4.688vw;
}

.arrow-copy.is-right:hover {
  background-color: var(--green);
}

.arrow-copy-copy {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow-copy-copy:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow-copy-copy.is-left {
  background-color: var(--white);
  color: var(--black);
  border-width: 0;
  width: 4.688vw;
  height: 4.688vw;
  margin-right: 1.25vw;
}

.arrow-copy-copy.is-left:hover {
  background-color: var(--green);
}

.arrow-copy-copy.is-right {
  background-color: var(--white);
  color: var(--black);
  border-width: 0;
  width: 4.688vw;
  height: 4.688vw;
}

.arrow-copy-copy.is-right:hover {
  background-color: var(--green);
}

.arrow-moments-wrap {
  z-index: 100;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto .5vw 0%;
}

.arrow-moments_svg {
  width: 2vw;
  height: 2vw;
}

.arrow-moments_svg.is-alt {
  width: 2vw;
  height: 2vw;
  transform: rotate(0);
}

.cookie__button {
  flex: none;
}

.cookie__button.button {
  background-color: var(--green);
}

.button__icon {
  width: 4.16667rem;
  height: 4.16667rem;
  transition: transform .3s;
}

.button__icon.button__icon--mini {
  width: 2.77778rem;
  height: 2.77778rem;
}

.cookie__text {
  font-size: .972222rem;
  line-height: 140%;
}

.button__text {
  line-height: 120%;
}

.color-blue {
  color: #08b7f4;
}

.cookie__content {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  background-color: var(--white);
  border-radius: 1.73611rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.11111rem;
  display: flex;
}

.cookie {
  z-index: 1000;
  width: 61.1111rem;
  transition: transform .3s, opacity .3s;
  position: fixed;
  bottom: 1.38889rem;
  left: 50%;
  transform: translate(-50%);
}

.cookie.is-hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 10rem)translate(-50%);
}

.footer__button {
  z-index: 1;
  position: relative;
}

.footer__button.button {
  align-self: center;
}

@media screen and (max-width: 991px) {
  .possibility_section.theme-dark {
    margin-top: -60vh;
  }

  .arrow-moments.is-left, .arrow-moments.is-right {
    bottom: 2vw;
  }

  .cookie__text {
    font-size: .8rem;
  }

  .cookie {
    width: 45rem;
  }
}

@media screen and (max-width: 767px) {
  .slider_left {
    width: 100%;
  }

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

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .sync_slider-wrap-1 {
    width: 85%;
  }

  .sync_slider-nav {
    margin-top: 10px;
  }

  .sync_nav-item {
    margin-right: 10px;
  }

  .carousel-cell {
    height: 50vw;
  }

  .carousel-cell.is-nav {
    width: 90px;
    height: 50px;
  }

  .cookie__button.button {
    text-align: center;
    width: 100%;
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
  }

  .button__icon, .button__icon.button__icon--mini {
    width: 10.6667rem;
    height: 10.6667rem;
  }

  .cookie__text {
    color: #020205;
    font-size: 1rem;
  }

  .cookie__content {
    background-color: #f1f7fa;
    border-radius: 2rem;
    flex-flow: column;
  }

  .cookie {
    width: 32rem;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    width: 100vw;
  }

  .hero_section.theme-white {
    overflow: hidden;
  }

  .paddings-global {
    padding-left: 7.179vw;
    padding-right: 7.179vw;
  }

  .hero-wrapper {
    height: auto;
    min-height: 100vh;
    padding-top: 33vw;
    padding-bottom: 25.641vw;
  }

  .text-styles-h1 {
    font-size: 10.256vw;
  }

  .text-styles-h4 {
    font-size: 5.128vw;
  }

  .hero_content {
    grid-column-gap: 8.205vw;
    grid-row-gap: 8.205vw;
    width: auto;
  }

  .about_wrapper {
    grid-column-gap: 32.821vw;
    grid-row-gap: 32.821vw;
    border-radius: 5.128vw;
    padding: 12.308vw 3.59vw 140vw;
  }

  .about_heading-one {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .text-styles-h2 {
    font-size: 9.231vw;
  }

  .about_heading-top-wrap {
    grid-column-gap: 10.256vw;
    grid-row-gap: 10.256vw;
  }

  .about_heading-wrap {
    grid-column-gap: 3.59vw;
    grid-row-gap: 3.59vw;
  }

  .about_content {
    grid-column-gap: 6.667vw;
    grid-row-gap: 6.667vw;
    width: auto;
  }

  .about_content-desc {
    grid-column-gap: 6.154vw;
    grid-row-gap: 6.154vw;
  }

  .text-styles-content {
    font-size: 4.615vw;
  }

  .about_content-btn-wrap {
    grid-column-gap: 4.103vw;
    grid-row-gap: 4.103vw;
    flex-flow: column;
  }

  .button {
    text-align: center;
    border-radius: 3.077vw;
    padding-top: 5.128vw;
    padding-bottom: 5.128vw;
  }

  .text-styles-button {
    font-size: 5.128vw;
    text-decoration: none;
  }

  .about_bg {
    height: 110vw;
  }

  .video_section {
    padding-top: 33.333vw;
    padding-bottom: 33.333vw;
  }

  .video_wrapper {
    grid-column-gap: 12.308vw;
    grid-row-gap: 12.308vw;
    flex-flow: column-reverse;
  }

  .video_persons-wrap {
    grid-column-gap: 8.205vw;
    grid-row-gap: 8.205vw;
    width: auto;
  }

  .video_embed {
    border-radius: 0;
    width: 100vw;
    height: auto;
    margin-left: -7.179vw;
  }

  .video_person {
    grid-column-gap: 5.128vw;
    grid-row-gap: 5.128vw;
  }

  .video_person-img {
    width: 20.513vw;
  }

  .text-styles-desc {
    font-size: 3.59vw;
    line-height: 155%;
  }

  .video_bg-pattern {
    inset: 12vw 0% auto auto;
  }

  .figital_section {
    padding-top: 33.333vw;
    padding-bottom: 33.333vw;
  }

  .figital_section.theme-white {
    width: 100vw;
    overflow: hidden;
  }

  .figital_wrapper {
    grid-column-gap: 20.513vw;
    grid-row-gap: 20.513vw;
  }

  .figital_bg {
    width: 300%;
    max-width: none;
    left: -100%;
  }

  .figital_title-one-vector {
    width: 14vw;
  }

  .arrow_svg, .arrow_svg.is-alt {
    width: 8vw;
  }

  .swiper-slide.is-content {
    padding-right: 0;
  }

  .arrow.is-left {
    width: 17.436vw;
    height: 17.436vw;
    margin-right: 4.615vw;
  }

  .arrow.is-right {
    width: 17.436vw;
    height: 17.436vw;
  }

  .slider_left {
    grid-column-gap: 12.308vw;
    grid-row-gap: 12.308vw;
  }

  .slider_wrap {
    grid-column-gap: 12.308vw;
    grid-row-gap: 12.308vw;
    flex-flow: column;
  }

  .slider_right {
    padding-bottom: 0;
  }

  .arrows {
    position: relative;
  }

  .slider_info-top {
    grid-column-gap: 5.128vw;
    grid-row-gap: 5.128vw;
  }

  .text-styles-h3 {
    font-size: 6.154vw;
  }

  .figital_cards-bg {
    width: 55.641vw;
    top: 77vw;
  }

  .merch-wrapper {
    grid-column-gap: 2.564vw;
    grid-row-gap: 2.564vw;
    border-radius: 5.128vw;
    flex-flow: column;
    padding: 3.59vw;
  }

  .merch_line {
    grid-column-gap: 2.564vw;
    grid-row-gap: 2.564vw;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .merch_card.is--huge {
    border-width: .513vw;
    border-radius: 5.128vw;
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    height: 70vw;
    padding: 8.205vw 4.1025vw;
  }

  .merch_card.is--huge.is--video {
    height: 44vw;
  }

  .merch_card.is--small {
    border-width: .513vw;
    border-radius: 5.128vw;
    width: 100%;
    height: 74vw;
  }

  .merch_card.is--small.is--button {
    flex-flow: column;
    padding: 5.128vw 6.154vw;
    text-decoration: none;
  }

  .merch_card.is--small.hide-mobile {
    display: none;
  }

  .merch_arrow-icon {
    width: 10.769vw;
  }

  .footer_section {
    padding-bottom: 10vw;
  }

  .footer_section.theme-white {
    width: 100vw;
    overflow: hidden;
  }

  .footer-wrapper {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
  }

  .footer_card {
    border-radius: 5.128vw;
    width: auto;
    padding: 12.308vw 6.154vw;
  }

  .footer_form {
    grid-column-gap: 4.103vw;
    grid-row-gap: 4.103vw;
    flex-flow: column;
  }

  .footer_form-field {
    border-width: .513vw;
    border-radius: 3.077vw;
    padding-top: 5.128vw;
    padding-bottom: 5.128vw;
    padding-left: 5.128vw;
    font-size: 3.59vw;
    line-height: 145%;
  }

  .footer_form-field.is--large {
    min-height: 40vw;
    max-height: 40vw;
  }

  .footer_form-button {
    border-radius: 3.077vw;
    padding-top: 5.128vw;
    padding-bottom: 5.128vw;
    font-size: 5.128vw;
  }

  .footer_form-checkbox-wrap {
    grid-column-gap: 2.051vw;
    grid-row-gap: 2.051vw;
    align-items: flex-start;
  }

  .footer_form-checkbox {
    border: .513vw solid #000;
    flex: none;
    width: 5.128vw;
    height: 5.128vw;
  }

  .footer_form-title {
    margin-bottom: 6.154vw;
  }

  .footer_labels {
    grid-column-gap: 12.308vw;
    grid-row-gap: 12.308vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_labels-left {
    grid-column-gap: 5.128vw;
    grid-row-gap: 5.128vw;
    text-align: center;
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_labels-center {
    grid-column-gap: 5.128vw;
    grid-row-gap: 5.128vw;
  }

  .footer_labels-right {
    grid-column-gap: 5.128vw;
    grid-row-gap: 5.128vw;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-items: center;
  }

  .text-styles-desc_extented.text-styles-uppercase {
    font-size: 3.59vw;
  }

  .text-styles-desc_extented.text-link {
    font-size: 6.154vw;
  }

  .footer_labels-right-socials-wrap {
    grid-column-gap: 6.154vw;
    grid-row-gap: 6.154vw;
  }

  .footer_bg {
    width: 300%;
    max-width: none;
    left: -100%;
  }

  .line_section.theme-white {
    width: 100vw;
    overflow: hidden;
  }

  .line_video {
    width: 200vw;
    height: 15vw;
  }

  .line_bg {
    width: 300%;
    max-width: none;
    bottom: 12vw;
    left: -100%;
  }

  .partners_section {
    padding-bottom: 63.59vw;
  }

  .partners_section.theme-dark {
    padding-bottom: 25vw;
  }

  .partners-wrapper {
    grid-column-gap: 33.333vw;
    grid-row-gap: 33.333vw;
  }

  .partners_heading-top {
    grid-column-gap: 3.077vw;
    grid-row-gap: 3.077vw;
    width: 100%;
  }

  .partners_heading-top-label {
    width: 110%;
    margin-left: -4vw;
  }

  .partners_heading-top-icon {
    width: 10vw;
  }

  .partners_content {
    grid-column-gap: 2.564vw;
    grid-row-gap: 2.564vw;
  }

  .partners_content-top {
    grid-column-gap: 2.564vw;
    grid-row-gap: 2.564vw;
    flex-flow: column-reverse;
    height: auto;
  }

  .partners_content-bottom {
    grid-column-gap: 2.564vw;
    grid-row-gap: 2.564vw;
    flex-flow: column;
    height: auto;
  }

  .partners_content-top-card {
    grid-column-gap: 8.205vw;
    grid-row-gap: 8.205vw;
    border-width: .513vw;
    border-radius: 5.128vw;
    flex: 0 auto;
    min-height: 84vw;
    padding: 8.205vw;
  }

  .partners_content-bottom-card {
    grid-column-gap: 5.128vw;
    grid-row-gap: 5.128vw;
    border-width: .513vw;
    border-radius: 5.128vw;
    padding: 8.205vw;
  }

  .text-styles-h4_extented {
    font-size: 5.128vw;
  }

  .stadium_wrapper {
    grid-column-gap: 10.256vw;
    grid-row-gap: 10.256vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .stadium_card {
    border-radius: 5.128vw;
    width: 52.308vw;
    max-width: none;
    padding: 7.179vw 5.128vw;
  }

  .stadium_card.is--1 {
    width: 100%;
    margin-top: 65vw;
    position: static;
  }

  .stadium_card.is--2, .stadium_card.is--3 {
    width: 100%;
    height: auto;
    position: static;
  }

  .stadium_card.is--4, .stadium_card.is--5 {
    width: 100%;
    position: static;
  }

  .stadium_img {
    width: 100vw;
    max-width: none;
    margin-left: -7.179vw;
    margin-right: auto;
    position: relative;
    top: 0;
  }

  .possibility_section.theme-dark {
    width: 100vw;
    margin-top: 0;
    overflow: hidden;
  }

  .possibility-wrapper {
    grid-column-gap: 10.256vw;
    grid-row-gap: 10.256vw;
    height: auto;
    padding-top: 20vw;
    padding-bottom: 33.333vw;
    position: relative;
  }

  .possibility-title {
    width: auto;
  }

  .header-logos {
    z-index: 9999;
    grid-column-gap: 4.615vw;
    grid-row-gap: 4.615vw;
  }

  .header_croc-logo.logo-white {
    width: 28.718vw;
  }

  .header_fk-logo.logo-white {
    width: 12.821vw;
  }

  .burger-3 {
    z-index: 9999;
  }

  .b3-bar1 {
    width: 10.769vw;
    height: 1.026vw;
  }

  .b3-middlebar-base {
    width: 10.769vw;
    height: 1.026vw;
    margin-top: 2.051vw;
    margin-bottom: 2.051vw;
  }

  .b3-middlebar-top, .b3-middlebar, .b3-bar3 {
    width: 10.769vw;
    height: 1.026vw;
  }

  .menu {
    z-index: 99;
    grid-column-gap: 8.205vw;
    grid-row-gap: 8.205vw;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 7.179vw;
    padding-right: 7.179vw;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .header_croc-logo-abs.logo-dark {
    width: 28.718vw;
  }

  .header_fk-logo-abs.logo-dark {
    width: 12.821vw;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .merch_card-title-wrap {
    flex-flow: column;
    display: flex;
  }

  .merch_card-title-line {
    flex-flow: wrap;
  }

  .merch_card-label {
    padding: 3.077vw 6.154vw;
  }

  .popup_about-croc {
    justify-content: center;
    align-items: center;
    padding-top: 40vw;
    padding-bottom: 40vw;
    display: none;
  }

  .popup_about-content {
    grid-column-gap: 8.205vw;
    grid-row-gap: 8.205vw;
    border-radius: 5.128vw;
    width: 85.641vw;
    height: 80vh;
    padding: 8.205vw;
    overflow: auto;
  }

  .popup_about-list-item {
    grid-column-gap: 2.564vw;
    grid-row-gap: 2.564vw;
  }

  .popup_about-list-item-icon {
    width: 7.692vw;
    margin-top: 2.5vw;
  }

  .popup_close-icon {
    width: 10.256vw;
    top: 8.205vw;
    right: 8.205vw;
  }

  .hero_video-bg {
    width: auto;
    height: auto;
    min-height: 100vh;
  }

  .hero_video-bg.hide-desktop {
    height: 100%;
    min-height: auto;
    left: -100%;
  }

  .footer_labels-right-social {
    width: 8.205vw;
  }

  .footer_form-success {
    grid-column-gap: 3.59vw;
    grid-row-gap: 3.59vw;
    width: 100%;
  }

  .footer_form-error {
    border-radius: 1vw;
    margin-top: 8.206vw;
    padding: 4.103vw;
  }

  .stadium_card-arrow-1, .stadium_card-arrow-2, .stadium_card-arrow-3, .stadium_card-arrow-4, .stadium_card-arrow-5, .stadium_card-circle-1-wrap, .stadium_card-circle-2-wrap, .stadium_card-circle-3-wrap, .stadium_card-circle-4-wrap, .stadium_card-circle-5-wrap {
    display: none;
  }

  .about_player-img {
    width: 100vw;
    bottom: -20vw;
  }

  .stadium_img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
  }

  .possibility-title-wrap {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
  }

  .possibility_content-tabs {
    grid-column-gap: 6.154vw;
    grid-row-gap: 6.154vw;
    flex-flow: column;
  }

  .possibility_content-tabs-menu {
    grid-column-gap: 3.077vw;
    grid-row-gap: 3.077vw;
    width: 100%;
    display: none;
  }

  .tabs-button {
    border-width: .513vw;
    border-radius: 3.077vw;
    justify-content: flex-start;
    width: 100%;
    padding: 3.077vw;
    display: flex;
  }

  .possibility_content-tab {
    border-width: .513vw;
    border-radius: 3.077vw;
  }

  .possibility_content-tab-bg.second, .possibility_content-tab-bg.first, .possibility_content-tab-bg.third, .possibility_content-tab-bg.fourth, .possibility_content-tab-bg.fifth {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .possibility_content-tab-bg.sixth {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .possibility_content-tab-title {
    border-width: .513vw;
    border-radius: 3.077vw;
    width: auto;
    padding-top: 2.188vw;
    padding-right: 2.188vw;
  }

  .possibility_content-tab-desc {
    border-width: .513vw;
    border-radius: 3.077vw;
    width: auto;
    padding-top: 2.188vw;
    padding-bottom: 2.188vw;
  }

  .possibility_content-tab-block {
    grid-column-gap: 6.154vw;
    grid-row-gap: 6.154vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6.154vw;
  }

  .list-wrapper {
    padding-left: 6vw;
  }

  .transition_section {
    display: none;
  }

  .dropdown {
    grid-column-gap: 3.077vw;
    grid-row-gap: 3.077vw;
    width: 100%;
    display: flex;
  }

  .dropdown-list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    background-color: #0000;
    flex-flow: column;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border: .513vw solid #191919;
    border-radius: 3.077vw;
    padding: 2vw;
  }

  .dropdown-button {
    color: #191919;
    background-color: #fff;
    border-width: .513vw;
    border-radius: 3.077vw;
    width: 100%;
    margin-bottom: 1vw;
    padding: 3.077vw;
    font-family: Cofoweather, Arial, sans-serif;
    font-size: 5.128vw;
    font-weight: 700;
    line-height: 140%;
  }

  .replace-text {
    white-space: pre-line;
    flex: 0 auto;
    width: 90%;
    font-size: 5.128vw;
    font-weight: 700;
  }

  .sync_slider-wrap-1 {
    width: 90%;
  }

  .moments_title-wrap {
    flex-flow: column;
  }

  .carousel-cell {
    height: 51vw;
  }

  .carousel-cell.is-nav {
    width: 70px;
    height: 40px;
  }

  .moments_section.theme-dark {
    padding-top: 33.333vw;
    padding-bottom: 33.333vw;
  }

  .moments_wrapper {
    grid-column-gap: 10.256vw;
    grid-row-gap: 10.256vw;
  }

  .arrow-moments.is-left {
    width: 12vw;
    height: 12vw;
    margin-right: 4.615vw;
    display: none;
    bottom: 0;
    left: -4.4vw;
  }

  .arrow-moments.is-right {
    width: 12vw;
    height: 12vw;
    display: none;
    bottom: 0;
    right: -5.5vw;
  }

  .arrow-copy.is-left {
    width: 17.436vw;
    height: 17.436vw;
    margin-right: 4.615vw;
  }

  .arrow-copy.is-right {
    width: 17.436vw;
    height: 17.436vw;
  }

  .arrow-copy-copy.is-left {
    width: 17.436vw;
    height: 17.436vw;
    margin-right: 4.615vw;
  }

  .arrow-copy-copy.is-right {
    width: 17.436vw;
    height: 17.436vw;
  }

  .arrow-moments-wrap {
    position: relative;
  }

  .arrow-moments_svg, .arrow-moments_svg.is-alt {
    width: 8vw;
  }

  .cookie__text {
    font-size: .8rem;
  }

  .cookie {
    width: 18rem;
  }

  .footer__button.button {
    padding-left: 5.128vw;
    padding-right: 5.128vw;
  }
}


@font-face {
  font-family: 'Cofoweather Extended';
  src: url('../fonts/CoFoWeather-Extended-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cofoweather';
  src: url('../fonts/CoFoWeather-Normal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cofoweather';
  src: url('../fonts/CoFoWeather-Normal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cofoweather';
  src: url('../fonts/CoFoWeather-Normal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}