.block-matches {
  max-width: 100%;
  background-color: #08233C;
  font-family: "Teko", sans-serif;
}
.block-matches .matches-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1700px;
  color: #ffffff;
}
.block-matches .matches-container .no-matches-news {
  padding: 4rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
.block-matches .matches-container .no-matches-news-header {
  margin-bottom: 3rem;
}
.block-matches .matches-container .no-matches-news-header h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}
.block-matches .matches-container .no-matches-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .block-matches .matches-container .no-matches-news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-matches .matches-container .no-matches-news-item {
  background: #0C2B47;
  padding: 2rem;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-matches .matches-container .no-matches-news-item h3 {
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 600;
}
.block-matches .matches-container .no-matches-news-item-image {
  width: 100%;
  margin-top: 1rem;
}
.block-matches .matches-container .no-matches-news-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .block-matches .matches-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 993px) {
  .block-matches .matches-container .next-match {
    min-width: 500px;
    max-width: 500px;
  }
  .block-matches .matches-container .upcoming-matches {
    width: 70%;
    overflow: hidden;
  }
}
.block-matches .matches-container .next-match h2 {
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  .block-matches .matches-container .next-match h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.block-matches .matches-container .next-match {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
}
@media (max-width: 992px) {
  .block-matches .matches-container .next-match {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .block-matches .matches-container .next-match {
    padding: 1rem;
  }
}
.block-matches .matches-container .next-match .next-match-info {
  background-color: #0C2B47;
  padding: 2rem;
  border-radius: 8px;
  min-width: 430px;
  max-width: 430px;
  min-height: 300px;
  max-height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .block-matches .matches-container .next-match .next-match-info {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
}
.block-matches .matches-container .next-match .next-match-info .next-match-date {
  text-align: center;
  margin-bottom: 2rem;
}
.block-matches .matches-container .next-match .next-match-info .next-match-date span {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.block-matches .matches-container .next-match .next-match-info .next-match-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 400px) {
  .block-matches .matches-container .next-match .next-match-info .next-match-teams {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-matches .matches-container .next-match .next-match-info .next-match-teams .team {
  text-align: center;
}
.block-matches .matches-container .next-match .next-match-info .next-match-teams .team img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 400px) {
  .block-matches .matches-container .next-match .next-match-info .next-match-teams .team img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
  }
}
.block-matches .matches-container .next-match .next-match-info .next-match-teams .team p {
  font-size: 1.3rem;
  text-transform: uppercase;
  max-width: 100px;
}
@media (max-width: 400px) {
  .block-matches .matches-container .next-match .next-match-info .next-match-teams .team p {
    font-size: 1.2rem;
    max-width: 80px;
  }
}
.block-matches .matches-container .next-match .next-match-info .next-match-teams .loc-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-matches .matches-container .next-match .next-match-info .next-match-teams .loc-date span:first-child {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 400px) {
  .block-matches .matches-container .next-match .next-match-info .next-match-teams .loc-date span:first-child {
    font-size: 1.8rem;
  }
}
.block-matches .matches-container .next-match .next-match-info .next-match-teams .loc-date span:last-child {
  color: #00AFF0;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .block-matches .matches-container .next-match .next-match-info .next-match-teams .loc-date span:last-child {
    font-size: 1rem;
  }
}
.block-matches .matches-container .upcoming-matches {
  width: 70%;
  padding: 2rem;
  position: relative;
}
@media (max-width: 992px) {
  .block-matches .matches-container .upcoming-matches {
    padding: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .block-matches .matches-container .upcoming-matches {
    padding: 1rem;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-header h2 {
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-header h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-header .view-all {
  color: #00AFF0;
  font-size: 1.5rem;
  text-transform: uppercase;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-header .view-all {
    font-size: 0.875rem;
  }
}
.block-matches .matches-container .upcoming-matches::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 35, 60, 0)), to(rgb(8, 35, 60)));
  background: linear-gradient(to right, rgba(8, 35, 60, 0) 0%, rgb(8, 35, 60) 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .block-matches .matches-container .upcoming-matches::after {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches::after {
    display: none;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-right: 150px;
}
@media (max-width: 992px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list {
    gap: 1rem;
    padding-right: 0;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match {
  background-color: #0C2B47;
  padding: 2rem;
  border-radius: 8px;
  min-width: 430px;
  max-width: 430px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  min-height: 300px;
  max-height: 300px;
}
@media (max-width: 992px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match {
    padding: 1.5rem;
  }
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match {
    min-height: 150px;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-date {
  text-align: center;
  margin-bottom: 2rem;
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-date span {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .team {
  text-align: center;
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .team img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .team img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .team img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .team p {
  font-size: 1.3rem;
  text-transform: uppercase;
  max-width: 100px;
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .team p {
    font-size: 1.2rem;
    max-width: 80px;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .loc-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .loc-date span:first-child {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .loc-date span:first-child {
    font-size: 1.8rem;
  }
}
.block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .loc-date span:last-child {
  color: #00AFF0;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .block-matches .matches-container .upcoming-matches .upcoming-matches-list .upcoming-match .upcoming-match-teams .loc-date span:last-child {
    font-size: 1rem;
  }
}