.calendar--section {
  padding: var(--spacing-large) 0;
}
.calendar--section .section--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calendar--section .heading__container {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .calendar--section .heading__container {
    margin-bottom: 25px;
  }
}
.calendar--section .heading__container .heading {
  font-family: "Tusker FoxNFL 5500 Angled";
  font-weight: 100;
  color: #fff;
}
.calendar--section .heading__container .heading span {
  font-family: "Tusker FoxNFL 6700 Angled";
  font-weight: 100;
}
.calendar--section .heading__container .heading {
  font-weight: 600;
  font-size: 82px;
}
@media screen and (max-width: 1400px) {
  .calendar--section .heading__container .heading {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .calendar--section .heading__container .heading {
    font-size: 24px;
  }
}
.calendar--section .heading__container .heading em strong {
  font-weight: 800;
}
.calendar--section .content--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
}
.calendar--section .content--wrapper .match--item {
  margin-bottom: 25px;
}
.calendar--section .content--wrapper .match--item .heading {
  font-size: 34px;
}
.calendar--section .content--wrapper .match--item .vs {
  font-size: 24px;
}
.calendar--section .content--wrapper .match--item .heading,
.calendar--section .content--wrapper .match--item .vs {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .calendar--section .content--wrapper .match--item .heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .calendar--section .content--wrapper .match--item .vs {
    font-size: 18px;
  }
}
.calendar--section .content--wrapper .match--item .top--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.calendar--section .content--wrapper .match--item .top--container img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.calendar--section .content--wrapper .match--item .top--container .heading {
  font-style: italic;
  text-align: center;
}
.calendar--section .content--wrapper .match--item .top--container .logo--container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  margin-bottom: 25px;
  position: relative;
}
.calendar--section .content--wrapper .match--item .top--container .logo--container .image--container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.calendar--section .content--wrapper .match--item .top--container .logo--container .image--container img {
  max-width: 115px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media screen and (max-width: 768px) {
  .calendar--section .content--wrapper .match--item .top--container .logo--container .image--container {
    width: 100%;
  }
  .calendar--section .content--wrapper .match--item .top--container .logo--container .image--container img {
    max-width: 100px;
  }
}
.calendar--section .content--wrapper .match--item .top--container .logo--container .image--container span {
  position: absolute;
  text-align: center;
  top: 105%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .calendar--section .content--wrapper .match--item .top--container .logo--container .image--container span {
    font-size: 12px;
  }
}
.calendar--section .content--wrapper .match--item .top--container .logo--container .vs {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.calendar--section .content--wrapper .match--item .top--container .logo--container .vs svg {
  width: 100%;
  max-width: 30px;
}
.calendar--section .content--wrapper .match--item .bottom--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px 25px 25px;
  background: var(--light-grey-normal);
  color: var(--fox-blue-normal);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: none;
  font-size: var(--font-size-secondary);
  font-family: var(--secondary-medium);
}
.calendar--section .content--wrapper .match--item .bottom--container .match--metadata {
  text-align: center;
  display: flex;
  align-items: center;
}
.calendar--section .content--wrapper .match--item .bottom--container .match--metadata .where img {
  display: inline-block;
  width: 70px;
}
.calendar--section .content--wrapper .match--item .bottom--container .match--metadata span {
  padding: 0 10px;
  border-right: 1px solid var(--fox-blue-normal);
  font-size: var(--font-size-primary);
}
@media screen and (max-width: 1400px) {
  .calendar--section .content--wrapper .match--item .bottom--container .match--metadata span {
    font-size: var(--font-size-caption-secondary);
  }
}
.calendar--section .content--wrapper .match--item .bottom--container .match--metadata span:last-child {
  border-right: none;
}
.calendar--section .content--wrapper .match--item .bottom--container .match--network {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.calendar--section .content--wrapper .match--item .bottom--container .match--network a {
  transition: transform 0.3s ease;
  display: block;
  max-width: 50px;
}
.calendar--section .content--wrapper .match--item .bottom--container .match--network a:hover {
  transform: scale(1.05) translateY(-2px);
}
.calendar--section .content--wrapper .match--item .bottom--container .match--network img {
  max-width: 150px;
  max-height: 20px;
}
.calendar--section .content--wrapper .match--item .bottom--container .match--network .label {
  line-height: 1;
  margin-right: 10px;
  font-family: var(--caption-secondary-bold);
  font-size: var(--font-size-caption-secondary);
  border-right: 1px solid var(--fox-blue-normal);
  padding-right: 10px;
}
.calendar--section .content--wrapper .match--item.hidden {
  display: none;
}
@media screen and (max-width: 1280px) {
  .calendar--section .content--wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .calendar--section .content--wrapper {
    grid-template-columns: 1fr;
  }
}
.calendar--section .view--more {
  display: flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--uni-red, #e41c23);
  outline: none;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .calendar--section .view--more {
    font-size: 14px;
    margin-top: 25px;
  }
}

/*# sourceMappingURL=calender.css.map */
