.upcoming-matches--section {
  overflow: hidden;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.upcoming-matches--section .upper-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
.upcoming-matches--section .lower-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
.upcoming-matches--section .section--wrapper {
  max-width: 100%;
  padding: 100px 50px;
}
@media screen and (max-width: 1400px) {
  .upcoming-matches--section .section--wrapper {
    padding: 50px 0;
  }
}
.upcoming-matches--section .background--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.upcoming-matches--section .background--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(5px);
}
.upcoming-matches--section .heading--container {
  text-align: center;
  margin-bottom: var(--spacing-small);
}
.upcoming-matches--section .heading--container .conference {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-family: "Tusker FoxNFL 6600";
  font-weight: 100;
}
.upcoming-matches--section .heading--container .heading,
.upcoming-matches--section .heading--container .heading * {
  font-family: "Tusker FoxNFL 5500 Angled";
  font-weight: 100;
  font-size: 92px;
  color: #fff;
}
.upcoming-matches--section .heading--container .heading .bold,
.upcoming-matches--section .heading--container .heading * .bold {
  font-family: "Tusker FoxNFL 6700 Angled";
  font-weight: 100;
}
.upcoming-matches--section .heading--container .heading pre,
.upcoming-matches--section .heading--container .heading * pre {
  white-space: pre-wrap;
}
.upcoming-matches--section .countdown--container {
  margin-top: 40px;
}
.upcoming-matches--section .match--item {
  max-width: var(--max-width);
  margin: 0 auto;
}
.upcoming-matches--section .teams--container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 0 var(--spacing-large);
  margin-top: -50px;
}
@media screen and (min-width: 1401px) {
  .upcoming-matches--section .teams--container {
    margin-top: -10px;
  }
}
.upcoming-matches--section .teams--container .team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  max-width: 250px;
  margin: auto;
}
.upcoming-matches--section .teams--container .team span {
  color: #fff;
  font-family: var(--primary-medium);
  font-weight: 100;
}
.upcoming-matches--section .teams--container .vs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Tusker FoxNFL 6700 Angled";
  font-weight: 100;
}
.upcoming-matches--section .teams--container .image--container {
  max-width: 250px;
}
.upcoming-matches--section .teams--container span {
  white-space: nowrap;
}
.upcoming-matches--section .swiper-fade .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out;
  background: transparent !important;
}
.upcoming-matches--section .swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.upcoming-matches--section .swiper-pagination {
  position: relative;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
}
.upcoming-matches--section .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: white;
  margin: 0 !important;
}
.upcoming-matches--section .swiper-pagination .swiper-pagination-bullet-active {
  background: #e41c23;
}
.upcoming-matches--section .swiper-button-prev,
.upcoming-matches--section .swiper-button-next {
  background-image: none;
  color: white;
  font-weight: 400;
  --swiper-navigation-size: 75px;
  top: 63%;
}
.upcoming-matches--section .timer-container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
  font-weight: bolder;
  justify-content: center;
  border: 2px solid white;
  border-radius: 15px;
  width: fit-content;
  margin: auto;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .upcoming-matches--section .timer-container {
    width: 100%;
    max-width: 300px;
  }
}
.upcoming-matches--section .countdown-timer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.upcoming-matches--section .time-box {
  text-align: center;
  width: 75px;
  font-size: 54px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-family: "Tusker FoxNFL 6600";
  font-weight: 100;
}
.upcoming-matches--section .time-box .label {
  font-family: "Tusker FoxNFL 5500";
  font-weight: 100;
}
.upcoming-matches--section .label {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  display: inline-block;
  color: white;
  line-height: 1;
}
.upcoming-matches--section .number-wrapper {
  position: relative;
  overflow: hidden;
  height: 60px;
}
.upcoming-matches--section .number-wrapper span {
  display: block;
  font-size: 54px;
  font-weight: 700;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  color: white;
  height: 100%;
  width: 100%;
  line-height: 1;
}
.upcoming-matches--section .number-wrapper .current {
  transform: translateY(0%);
  z-index: 4;
  opacity: 1;
}
.upcoming-matches--section .number-wrapper .next {
  transform: translateY(100%);
}
.upcoming-matches--section .number-wrapper .animate-out {
  transition: transform 0.5s ease, opacity 0.5s ease 0.1s;
  transform: translateY(-100%);
  opacity: 0;
}
.upcoming-matches--section .number-wrapper .animate-in {
  transform: translateY(0%);
  opacity: 1;
}
@media only screen and (max-width: 1400px) {
  .upcoming-matches--section .heading--container {
    margin-bottom: 15px;
  }
  .upcoming-matches--section .heading--container .conference {
    color: #fff;
    font-size: 24px;
  }
  .upcoming-matches--section .heading--container .heading,
  .upcoming-matches--section .heading--container .heading * {
    font-size: 52px;
    font-weight: 100;
  }
  .upcoming-matches--section .heading--container pre {
    line-height: 0.9;
    margin-top: 15px;
  }
  .upcoming-matches--section .swiper {
    position: unset;
  }
  .upcoming-matches--section .swiper-button-prev {
    left: 20px;
  }
  .upcoming-matches--section .swiper-button-next {
    right: 20px;
  }
  .upcoming-matches--section .swiper-button-prev,
  .upcoming-matches--section .swiper-button-next {
    --swiper-navigation-size: 75px;
    top: 50%;
  }
  .upcoming-matches--section .teams--container {
    margin-top: var(--spacing-small);
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 1400px) {
  .upcoming-matches--section .teams--container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 1400px) {
  .upcoming-matches--section .teams--container span {
    white-space: wrap;
    font-size: 24px;
    line-height: 1;
    font-family: "Tusker FoxNFL 5500";
    font-weight: 100;
  }
  .upcoming-matches--section .teams--container .vs {
    width: 50px;
    margin: auto;
  }
  .upcoming-matches--section .number-wrapper span {
    font-size: 40px;
  }
  .upcoming-matches--section .number-wrapper {
    height: 40px;
  }
  .upcoming-matches--section .time-box {
    width: 60px;
  }
  .upcoming-matches--section .swiper-button-next:after,
  .upcoming-matches--section .swiper-button-prev:after {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .upcoming-matches--section .timer-container {
    padding: 10px;
  }
  .upcoming-matches--section .time-box {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  .upcoming-matches--section .countdown-timer {
    gap: 0px;
    font-size: 18px;
    text-align: center;
  }
  .upcoming-matches--section .number-wrapper span {
    font-size: 25px;
  }
  .upcoming-matches--section .label {
    font-size: 15px;
  }
  .upcoming-matches--section .teams--container {
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .upcoming-matches--section .teams--container span {
    font-size: 14px;
  }
  .upcoming-matches--section .teams--container .vs {
    width: 35px;
    margin: auto;
  }
  .upcoming-matches--section .swiper-button-next:after,
  .upcoming-matches--section .swiper-button-prev:after {
    font-size: 20px;
  }
  .upcoming-matches--section .swiper-button-prev {
    left: 0px;
  }
  .upcoming-matches--section .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .upcoming-matches--section .swiper-button-next {
    right: 0px;
  }
  .upcoming-matches--section .match--item .heading--container {
    margin-bottom: 20px;
  }
  .upcoming-matches--section .heading--container .conference {
    font-size: 18px;
    color: #fff;
  }
  .upcoming-matches--section .heading--container .heading,
  .upcoming-matches--section .heading--container .heading * {
    font-size: 28px;
  }
}

/* Safari-specific rendering reinforcement for timer numbers */
@keyframes safariNumberSpanNudge {
  0% {
    opacity: 0.999;
    transform: translateX(0.01px) translateY(var(--current-translateY, 0%));
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(var(--current-translateY, 0%));
  }
}
@keyframes safariHiddenNumberSpanNudge {
  0% {
    opacity: 0.001;
    transform: translateX(0.01px) translateY(var(--hidden-translateY, 100%));
  }
  100% {
    opacity: 0;
    transform: translateX(0px) translateY(var(--hidden-translateY, 100%));
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    /* Safari 10.1+ */
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
    }
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper span {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateZ(0.1px);
      transform: translateZ(0.1px);
      will-change: transform, opacity;
    }
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .current,
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .animate-in {
      --current-translateY: 0%;
      -webkit-animation: safariNumberSpanNudge 0.5s infinite alternate;
      animation: safariNumberSpanNudge 0.5s infinite alternate;
    }
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .next,
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .animate-out {
      --hidden-translateY: 100%;
    }
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .next.next:not(.animate-in), .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .next.next-time-value:not(.animate-in),
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .animate-out.next:not(.animate-in),
    .upcoming-matches--section .swiper-cube .swiper-slide-active .number-wrapper .animate-out.next-time-value:not(.animate-in) {
      --hidden-translateY: 100%;
      -webkit-animation: safariHiddenNumberSpanNudge 0.5s infinite alternate;
      animation: safariHiddenNumberSpanNudge 0.5s infinite alternate;
    }
  }
}

/*# sourceMappingURL=upcoming-matches.css.map */
