@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #001026;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

p,
a,
span,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h2 {
  text-transform: none;
  font-size: 42px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  font-family: "Teko", sans-serif;
  line-height: 0.5;
}
h2:has(.navigation-arrows) {
  margin-bottom: 25px;
}
h2 .navigation-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
h2 .navigation-arrows:has(button:first-child:disabled):has(button:last-child:disabled) {
  display: none;
}
h2 .navigation-arrows button {
  width: 45px;
  height: 45px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
h2 .navigation-arrows button img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
h2 .navigation-arrows button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
h2 .navigation-arrows button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
h2 .navigation-arrows button:disabled:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
h2 .navigation-arrows.dark button {
  background-color: #196185;
}
h2 .navigation-arrows.dark button img {
  filter: brightness(0) invert(1);
}
h2 .navigation-arrows.dark button:hover {
  background-color: #0e3b51;
}

.base-pre-title {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  color: #2594c7;
  margin-bottom: 20px;
}

.base-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  color: #a2a7b1;
  margin-bottom: 30px;
}

.container {
  width: min(100% - 40px, 1440px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: min(100% - 20px, 1440px);
  }
}

@media screen and (min-width: 768px) {
  .site-footer .container {
    width: min(100% - 20px, 1276px);
  }
}

.button-primary {
  background-color: #2594c7;
  color: #fff;
  padding: 10px 20px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  gap: 10px;
  font-family: "Teko", sans-serif;
}
.button-primary img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
  margin-top: -4px;
}
.button-primary:hover {
  background-color: #196185;
  color: #fff;
}
.button-primary:hover img {
  filter: brightness(0) invert(0);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.section-title .section-title__content .base-subtitle {
  margin-bottom: 0;
}

.hero {
  height: 100dvh;
  width: 100%;
  display: flex;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #196185;
  overflow: clip;
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  z-index: -1;
  pointer-events: none;
  opacity: 0.6;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  animation: hero-bg-zoom 25s ease-out forwards alternate;
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  backdrop-filter: blur(1.5px);
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 17, 35, 0.0980392157), #001123);
}
.hero .hero__content {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.hero .hero__content h1 {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  line-height: 95px;
  margin: 0;
  padding: 0;
  margin-top: 240px;
  width: 100%;
  color: rgb(192, 230, 255);
  text-align: left;
  font-family: "Teko", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
  opacity: 0;
  animation: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1) 500ms forwards;
}
.hero .hero__content h1 span {
  font-size: 70px;
  font-weight: 700;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hero .hero__content h1 img {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(46%) sepia(69%) saturate(518%) hue-rotate(154deg) brightness(94%) contrast(93%);
  margin-left: 12px;
  opacity: 0.7;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero .hero__content {
  /*.hero__player {
    position: absolute;
    top: 340px;
    left: 50%;
    width: 300px;
    height: auto;
    object-fit: contain;
    z-index: 3;
    margin-left: 15px;
    transition: filter 0.3s ease;
    transform: translate(-50%, 140px);
    opacity: 0;
    animation: hero-player-enter 1050ms cubic-bezier(0.16, 1, 0.3, 1) 80ms
      forwards;
    pointer-events: none;

    &:hover {
      filter: grayscale(0%);
    }
  } */
}
.hero .hero__content .supersport-logo {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.hero .hero__content .next-matches {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-120px);
  opacity: 0;
  animation: next-matches-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) 500ms forwards;
}
.hero .hero__content .next-matches .next-matches__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  z-index: 3;
  margin-bottom: 10px;
}
.hero .hero__content .next-matches .next-matches__header img {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.hero .hero__content .next-matches .next-matches__header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
.hero .hero__content .next-matches .next-matches__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 20px;
  padding-bottom: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  min-width: 0;
  overflow: hidden;
  background-image: url(../img/gradientbg3.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #002657;
}
.hero .hero__content .next-matches .next-matches__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-cib.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0.02;
  mix-blend-mode: luminosity;
  transition: scale 0.15s ease;
  transform-origin: center;
  will-change: transform;
}
.hero .hero__content .next-matches .next-matches__item:last-child {
  margin-bottom: 0;
}
.hero .hero__content .next-matches .next-matches__item .stadium {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.hero .hero__content .next-matches .next-matches__item .stadium img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.hero .hero__content .next-matches .next-matches__item .stadium p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.hero .hero__content .next-matches .next-matches__item .match-info {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.hero .hero__content .next-matches .next-matches__item .match-info .next-matches__item-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.hero .hero__content .next-matches .next-matches__item .match-info .next-matches__item-team img {
  width: 50px;
  height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.hero .hero__content .next-matches .next-matches__item .match-info .next-matches__item-team p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.hero .hero__content .next-matches .next-matches__item .match-info .vs {
  font-size: 60px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-family: "Teko", sans-serif;
  line-height: 1;
}
.hero .hero__content .next-matches .next-matches__item .match-info .vs.vs--score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: start;
  margin-top: 20px;
}
.hero .hero__content .next-matches .next-matches__item .match-info .vs.vs--score span {
  font-size: 40px;
  font-weight: 300;
  color: #a2a7b1;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  margin-top: -7px;
  color: #a2a7b1;
  opacity: 0.5;
}
.hero .hero__content .next-matches .next-matches__item .date-and-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hero .hero__content .next-matches .next-matches__item .date-and-time p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: normal;
}
.hero .hero__content .next-matches .next-matches__item .date-and-time p img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.hero .hero__content .past-matches {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transform: translateX(120px);
  opacity: 0;
  animation: past-matches-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) 500ms forwards;
}
.hero .hero__content .past-matches .past-matches__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  z-index: 3;
  margin-bottom: 10px;
}
.hero .hero__content .past-matches .past-matches__header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.hero .hero__content .past-matches .past-matches__header a {
  display: block;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}
.hero .hero__content .past-matches .past-matches__header a svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hero .hero__content .past-matches .past-matches__header a svg .cls-1 {
  fill: transparent !important;
  stroke: #fff !important;
  stroke-width: 3px;
  transition: fill 0.25s ease, stroke 0.25s ease;
}
.hero .hero__content .past-matches .past-matches__header a:hover svg .cls-1 {
  fill: #fff !important;
  stroke: transparent !important;
}
.hero .hero__content .past-matches .past-matches__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 100%;
  width: 280px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  padding-bottom: 25px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item:last-child {
  margin-bottom: 0;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item.is-active {
  display: flex;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item.is-sliding-next {
  animation: past-matches-slide-in-next 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item.is-sliding-prev {
  animation: past-matches-slide-in-prev 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-team .past-matches__item-team-logo {
  width: 35px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-team .past-matches__item-team-name {
  font-size: 16px;
  font-weight: 300;
  color: #a2a7b1;
  margin: 0;
  padding: 0;
  text-align: center;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-team .past-matches__item-team-name.winner {
  color: #fff;
  font-weight: 600;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-result .past-matches__item-result-score {
  font-size: 55px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-result .past-matches__item-result-score span {
  font-size: 40px;
  font-weight: 300;
  color: #a2a7b1;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  margin-top: -7px;
  color: #a2a7b1;
  opacity: 0.5;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item .past-matches__item-result .past-matches__item-date {
  font-size: 14px;
  font-weight: 300;
  color: #a2a7b1;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: -11px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider .past-matches__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: calc(100% + 26px);
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 3;
  margin-left: -13px;
  pointer-events: none;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider-nav .past-matches__slider-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border: none;
  pointer-events: auto;
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider-nav .past-matches__slider-nav-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(0);
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider-nav .past-matches__slider-nav-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.hero .hero__content .past-matches .past-matches__items .past-matches__slider-nav .past-matches__slider-nav-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.hero .hero__content .hero-membership {
  position: absolute;
  bottom: 40px;
  right: 0;
  background-color: #000;
  z-index: 3;
  display: flex;
  padding: 20px;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  transform: translateX(120px);
  opacity: 0;
  animation: past-matches-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) 500ms forwards;
  border: 1px solid #002657;
}
.hero .hero__content .hero-membership::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/stadion.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  border-radius: 0;
  z-index: -1;
}
.hero .hero__content .hero-membership .hero-membership__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.hero .hero__content .hero-membership .hero-membership__content h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: -6px;
}
.hero .hero__content .hero-membership .hero-membership__content h3[data-count-target] {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero .hero__content .hero-membership .hero-membership__content .hero-membership__digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 54px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  line-height: 1;
  font-size: 25px;
}
.hero .hero__content .hero-membership .hero-membership__content .hero-membership__digit.is-sign {
  min-width: auto;
  background-color: transparent;
}
.hero .hero__content .hero-membership .hero-membership__content .hero-membership__digit.is-empty {
  color: transparent;
}
.hero .hero__content .hero-membership .button-primary {
  font-family: "Teko", sans-serif;
  font-size: 20px;
}
.hero .hero__content .hero-membership .button-primary:hover {
  background-color: #fff;
  color: #001026;
}
@keyframes past-matches-slide-in-next {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes past-matches-slide-in-prev {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (hover: none) and (pointer: coarse) {
  .hero .past-matches .past-matches__slider-nav {
    display: none !important;
  }
}

.hero__data-attribution {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 4;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  animation: hero-data-attribution-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) 500ms forwards;
}
.hero__data-attribution a {
  color: #fff;
  text-decoration: underline;
}

@keyframes hero-bg-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}
@keyframes hero-data-attribution-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hero-player-enter {
  from {
    transform: translate(-50%, 140px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 0.8;
  }
}
@keyframes next-matches-enter {
  from {
    transform: translateX(-120px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes past-matches-enter {
  from {
    transform: translateX(120px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero::before {
    animation: none;
    transform: scale(1);
  }
  .hero .hero__content .hero__player {
    animation: none;
    transform: translate(-50%, 0);
    opacity: 0.8;
  }
  .hero .next-matches,
  .hero .past-matches {
    animation: none;
    transform: translateX(0);
    opacity: 1;
  }
  .hero__data-attribution {
    animation: none;
    opacity: 1;
  }
}
.latest-news {
  padding: 70px 0 40px;
  background-color: #001123;
  position: relative;
}
.latest-news .latest-news__content .base-title {
  color: #fff;
  font-size: 32px;
}
.latest-news .latest-news__content .latest-news-slider__viewport {
  width: calc(100% + 40px);
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 6px;
  box-sizing: border-box;
  position: relative;
  touch-action: pan-x;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-left: -20px;
  scroll-padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .latest-news .latest-news__content .latest-news-slider__viewport {
    width: 100%;
    margin-left: 0;
    scroll-padding-left: 0;
  }
}
.latest-news .latest-news__content .latest-news-slider__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.latest-news .latest-news__content .latest-news-slider__viewport::-webkit-scrollbar-track {
  background: transparent;
}
.latest-news .latest-news__content .latest-news-slider__viewport::-webkit-scrollbar-thumb {
  background: transparent;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider::after {
  content: "";
  flex: 0 0 20px;
  scroll-snap-align: end;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider::after {
    display: none;
  }
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item {
  flex: 0 0 calc((100% - 20px) / 1.2);
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.25s ease;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item:first-child {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item:first-child {
    margin-left: 0;
  }
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item:hover {
  transform: translateY(-6px);
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item:hover .latest-news-slider__item-title {
  color: #00b3ff;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .category-date {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 13px;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .category-date .category,
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .category-date .date {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .category-date .category {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 5px 15px 4px;
  border-radius: 20px;
  text-transform: uppercase;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .category-date .date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .category-date .date img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  border-radius: 0;
  opacity: 0.9;
  margin-top: -2px;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .latest-news-slider__item-title {
  margin: 0;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}
.latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item .latest-news-slider__item-description {
  margin: 0;
  font-size: 16px;
  color: #a2a7b1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item {
    flex: 0 0 calc((100% - 40px) / 3);
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .latest-news .latest-news__content .latest-news-slider__viewport {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    scroll-snap-type: none;
    scroll-padding-left: 0;
  }
  .latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider {
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }
  .latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    margin-left: 0;
  }
  .latest-news .latest-news__content .latest-news-slider__viewport .latest-news-slider .latest-news-slider__item {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
@media (hover: none) and (pointer: coarse) {
  .latest-news .navigation-arrows {
    display: none !important;
  }
  .latest-news .latest-news__content .latest-news-slider__viewport::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #001123;
    pointer-events: none;
    z-index: 2;
  }
}

.past-matches-section {
  margin-top: -1px;
  padding: 40px 0 70px;
  background-color: #001123;
}
.past-matches-section .base-title {
  color: #fff;
  font-size: 32px;
}
.past-matches-section .past-matches {
  margin-top: 6px;
}
.past-matches-section .past-matches-slider__viewport {
  width: calc(100% + 40px);
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  position: relative;
  touch-action: pan-x;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-left: -20px;
  scroll-padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .past-matches-section .past-matches-slider__viewport {
    width: 100%;
    margin-left: 0;
    scroll-padding-left: 0;
  }
}
.past-matches-section .past-matches-slider__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.past-matches-section .past-matches-slider__viewport::-webkit-scrollbar-track {
  background: transparent;
}
.past-matches-section .past-matches-slider__viewport::-webkit-scrollbar-thumb {
  background: transparent;
}
.past-matches-section .past-matches-slider {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.past-matches-section .past-matches-slider::after {
  content: "";
  flex: 0 0 20px;
  scroll-snap-align: end;
  margin-left: -20px;
}
@media screen and (min-width: 1024px) {
  .past-matches-section .past-matches-slider::after {
    display: none;
  }
}
.past-matches-section .past-matches-slider__item {
  flex: 0 0 calc((100% - 20px) / 1.2);
  display: flex;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.past-matches-section .past-matches-slider__item:first-child {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .past-matches-section .past-matches-slider__item:first-child {
    margin-left: 0;
  }
}
.past-matches-section .past-matches__cta-card {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #002657;
  z-index: 1;
}
.past-matches-section .past-matches__cta-card::before {
  content: "";
  background-image: url(../img/bg-past-matches.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: scale 0.25s ease;
  transform-origin: center;
  will-change: transform;
  z-index: -1;
}
.past-matches-section .past-matches__cta-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 17, 35, 0.6431372549);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.15s ease;
  will-change: opacity;
}
.past-matches-section .past-matches__cta-card span {
  position: relative;
  z-index: 1;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: color 0.25s ease;
}
.past-matches-section .past-matches__cta-card:hover::before, .past-matches-section .past-matches__cta-card:focus-visible::before {
  scale: 1.08;
}
.past-matches-section .past-matches__cta-card:hover span, .past-matches-section .past-matches__cta-card:focus-visible span {
  color: #00b3ff;
}
.past-matches-section .next-matches__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin-bottom: 10px;
  min-width: 0;
  overflow: hidden;
  background-image: url(../img/gradientbg3.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #002657;
  padding: 20px;
  padding-bottom: 15px;
  box-sizing: border-box;
  color: #fff;
}
.past-matches-section .next-matches__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-cib.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0.02;
  mix-blend-mode: luminosity;
  transition: scale 0.15s ease;
  transform-origin: center;
  will-change: transform;
}
.past-matches-section .next-matches__item:last-child {
  margin-bottom: 0;
}
.past-matches-section .next-matches__item .stadium {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.past-matches-section .next-matches__item .stadium img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.past-matches-section .next-matches__item .stadium p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.past-matches-section .next-matches__item .match-info {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.past-matches-section .next-matches__item .next-matches__item-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.past-matches-section .next-matches__item .next-matches__item-team img {
  width: 50px;
  height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.past-matches-section .next-matches__item .next-matches__item-team p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.past-matches-section .next-matches__item .vs {
  font-size: 60px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-family: "Teko", sans-serif;
}
.past-matches-section .next-matches__item .vs.vs--score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: start;
  margin-top: 20px;
}
.past-matches-section .next-matches__item .vs.vs--score span {
  font-size: 40px;
  font-weight: 300;
  color: #a2a7b1;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  margin-top: -7px;
  color: #a2a7b1;
  opacity: 0.5;
}
.past-matches-section .next-matches__item .date-and-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.past-matches-section .next-matches__item .date-and-time p {
  font-size: 14px;
  font-weight: 300;
  color: #a2a7b1;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: normal;
}
.past-matches-section .next-matches__item .date-and-time p img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .past-matches-section .past-matches-slider__item {
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1024px) {
  .past-matches-section .past-matches-slider__viewport {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    scroll-snap-type: none;
    scroll-padding-left: 0;
  }
  .past-matches-section .past-matches-slider {
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }
  .past-matches-section .past-matches-slider__item {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    margin-left: 0;
    flex-basis: calc((100% - 60px) / 4);
  }
}
@media (hover: none) and (pointer: coarse) {
  .past-matches-section .navigation-arrows {
    display: none !important;
  }
  .past-matches-section .past-matches-slider__viewport::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #001123;
    pointer-events: none;
    z-index: 2;
  }
}

.players {
  padding: 70px 0;
  position: relative;
}
.players .players__content .players__slider-viewport {
  width: calc(100% + 40px);
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  touch-action: pan-x;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .players .players__content .players__slider-viewport {
    width: 100%;
    margin-left: 0;
    scroll-padding-left: 0;
  }
}
.players .players__content .players__slider-viewport::-webkit-scrollbar {
  display: none;
}
.players .players__content .players__slider-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.players .players__content .players__slider-track::after {
  content: "";
  flex: 0 0 20px;
  scroll-snap-align: end;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .players .players__content .players__slider-track::after {
    display: none;
  }
}
.players .players__content .players__slider-item {
  flex: 0 0 calc((100% - 16px) / 1.2);
  min-width: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.players .players__content .players__slider-item:first-child {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .players .players__content .players__slider-item:first-child {
    margin-left: 0;
  }
}
.players .players__content .players__slider-item .players__slider-item-wrapper {
  min-width: 0;
  overflow: hidden;
  border-radius: 0;
  background-image: url(../img/gradientbg4.webp);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
  display: flex;
  padding-top: 60px;
  box-sizing: border-box;
  flex-direction: column;
  text-decoration: none;
}
.players .players__content .players__slider-item .players__slider-item-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-cib.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0.04;
  mix-blend-mode: luminosity;
  transition: scale 0.15s ease;
  transform-origin: center;
  will-change: transform;
}
.players .players__content .players__slider-item .players__slider-item-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 17, 35, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.15s ease;
  will-change: opacity;
}
.players .players__content .players__slider-item .players__slider-item-wrapper .player-position {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 1;
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.players .players__content .players__slider-item .players__slider-item-wrapper .player-number {
  font-size: 70px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  color: #fff;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 12px;
  transition: color 0.15s ease;
}
.players .players__content .players__slider-item .players__slider-item-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  transition: scale 0.3s ease;
  transform-origin: center bottom;
}
.players .players__content .players__slider-item .players__slider-item-wrapper .name-surname {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  inset: 0;
  padding: 0 12px 12px;
  background: linear-gradient(to bottom, rgba(0, 17, 35, 0.0980392157) 40%, #001123);
}
.players .players__content .players__slider-item .players__slider-item-wrapper .name-surname .name {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.players .players__content .players__slider-item .players__slider-item-wrapper .name-surname .surname {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.players .players__content .players__slider-item .players__slider-item-wrapper:hover::before {
  opacity: 1;
}
.players .players__content .players__slider-item .players__slider-item-wrapper:hover .player-number {
  color: #00b3ff;
}
.players .players__content .players__slider-item .players__slider-item-wrapper:hover img {
  scale: 1.05;
}
.players .players__content .players__slider-item .buy-jersey {
  border-radius: 0;
}
.players .players__content .players__slider-item .buy-jersey img {
  width: 18px;
  height: 18px;
}
.players .players__content .players__slider-item .buy-jersey:hover img {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .players .players__content .players__slider-item {
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1024px) {
  .players .players__content .players__slider-viewport {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    scroll-snap-type: none;
    scroll-padding-left: 0;
  }
  .players .players__content .players__slider-track {
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }
  .players .players__content .players__slider-item {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    margin-left: 0;
  }
  .players .players__content .players__slider-item {
    flex-basis: calc((100% - 80px) / 5);
  }
}
@media (hover: none) and (pointer: coarse) {
  .players .navigation-arrows {
    display: none !important;
  }
}

.standings {
  padding: 70px 0 35px;
  background-color: #001123;
  min-height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.standings::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/standings.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -1;
}
.standings::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  backdrop-filter: blur(1.5px);
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 17, 35, 0.0980392157), #001123);
  z-index: -1;
}
.standings .base-title {
  color: #fff;
  justify-content: flex-start;
  gap: 7px;
  margin-bottom: 30px;
}
.standings .base-title span {
  color: #00b3ff;
}
.standings .standings__content {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
  color: #fff;
}
.standings .standings__content .standings__table {
  padding: 15px;
  position: relative;
  border: 1px solid #002657;
  background: linear-gradient(to bottom, rgba(0, 17, 35, 0.0980392157), #001123);
  backdrop-filter: blur(2px);
}
.standings .standings__content .standings__table table {
  width: 100%;
  border-collapse: collapse;
}
.standings .standings__content .standings__table table thead {
  background-color: rgba(0, 159, 255, 0.1);
}
.standings .standings__content .standings__table table thead th {
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
.standings .standings__content .standings__table table thead th.standings__team {
  text-align: left;
}
.standings .standings__content .standings__table table thead th.standings__form {
  text-align: left;
}
.standings .standings__content .standings__table table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.standings .standings__content .standings__table table tbody tr:last-child {
  border-bottom: none;
}
.standings .standings__content .standings__table table tbody tr td {
  padding: 5px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.standings .standings__content .standings__table table tbody tr td.standings__team {
  text-align: left;
}
.standings .standings__content .standings__table table tbody tr td.standings__team .standings__club {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateY(3px);
}
.standings .standings__content .standings__table table tbody tr td.standings__team .standings__club img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.standings .standings__content .standings__table table tbody tr td.standings__team .standings__club span {
  line-height: 1.2;
  font-weight: 400;
}
.standings .standings__content .standings__table table tbody tr td.standings__points {
  font-weight: 700;
  color: #00b3ff;
  font-size: 18px;
}
.standings .standings__content .standings__table table tbody tr td.standings__form {
  text-align: right;
  padding-right: 12px;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7f8da6;
  position: relative;
  cursor: help;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%) translateY(-6px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e7e7e7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 26;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot .form-dot__tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  transform: translateX(-50%) translateY(-6px);
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 260px;
  padding: 12px 14px;
  border-radius: 10px;
  background-color: #e7e7e7;
  backdrop-filter: blur(5px);
  color: #001026;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3607843137);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 25;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot .form-dot__score {
  font-weight: 700;
  line-height: 1.3;
  color: #196185;
  font-size: 18px;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot .form-dot__meta,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot .form-dot__date {
  font-weight: 400;
  line-height: 1.35;
  font-size: 11px;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot .form-dot__date {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 10px;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:hover::before, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:focus-visible::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:hover .form-dot__tooltip, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:focus-visible .form-dot__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:nth-last-child(-n+2) .form-dot__tooltip {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(-6px);
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:nth-last-child(-n+2):hover .form-dot__tooltip, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:nth-last-child(-n+2):focus-visible .form-dot__tooltip {
  transform: translateX(40px) translateY(0);
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot.form-dot--win {
  background-color: #00a83f;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot.form-dot--draw {
  background-color: #f3a000;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot.form-dot--loss {
  background-color: #dc0000;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form .form-dot.form-dot--pending {
  background-color: #c8cdcd;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot {
  background-color: #7f8da6 !important;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:hover.form-dot--win,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:focus-visible.form-dot--win, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:hover.form-dot--win,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:focus-visible.form-dot--win {
  background-color: #50d37b !important;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:hover.form-dot--draw,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:focus-visible.form-dot--draw, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:hover.form-dot--draw,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:focus-visible.form-dot--draw {
  background-color: #e8c95e !important;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:hover.form-dot--loss,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:focus-visible.form-dot--loss, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:hover.form-dot--loss,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:focus-visible.form-dot--loss {
  background-color: #e14b4b !important;
}
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:hover.form-dot--pending,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:hover) .form-dot:focus-visible.form-dot--pending, .standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:hover.form-dot--pending,
.standings .standings__content .standings__table table tbody tr td.standings__form .standings__form:has(.form-dot:focus-visible) .form-dot:focus-visible.form-dot--pending {
  background-color: #7f8da6 !important;
}
.standings .standings__content .standings__table table tbody tr.cibalia {
  background-color: rgba(0, 159, 255, 0.3);
}
.standings .standings__content .standings__table table tbody tr.cibalia td {
  color: #00b3ff;
  font-weight: 700;
}
.standings .standings__content .standings__table table tbody tr.cibalia td.standings__team .standings__club span {
  font-weight: 700;
}
.standings .standings__content .cibalia-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-image: url(../img/gradientbg3.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #002657;
  z-index: 1;
  height: -moz-max-content;
  height: max-content;
}
.standings .standings__content .cibalia-stats::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-cib.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0.02;
  mix-blend-mode: luminosity;
  transition: scale 0.15s ease;
  transform-origin: center;
  will-change: transform;
}
.standings .standings__content .cibalia-stats .cibalia-stats__league {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
.standings .standings__content .cibalia-stats .cibalia-stats__league .standings__season {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 0.67;
  font-family: "Teko", sans-serif;
  margin: 0;
}
.standings .standings__content .cibalia-stats .cibalia-stats__league .standings__season span {
  color: #00b3ff;
}
.standings .standings__content .cibalia-stats .cibalia-stats__league img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  filter: brightness(0) invert(1);
  margin-top: -6px;
}
.standings .standings__content .cibalia-stats img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
.standings .standings__content .cibalia-stats .cibalia-stats__title {
  font-size: 24px;
  font-weight: 600;
  color: #00b3ff;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
.standings .standings__content .cibalia-stats .cibalia-stats__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.standings .standings__content .cibalia-stats .cibalia-stats__info .cibalia-stats__info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.standings .standings__content .cibalia-stats .cibalia-stats__info .cibalia-stats__info-item:last-child {
  border-bottom: none;
}
.standings .standings__content .cibalia-stats .cibalia-stats__info .cibalia-stats__info-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  line-height: 1;
  margin: 0;
}
.standings .standings__content .cibalia-stats .cibalia-stats__info .cibalia-stats__info-item span {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: left;
  font-family: "Teko", sans-serif;
  line-height: 0.67;
  padding-top: 5px;
}
.standings .standings__content .cibalia-stats .cibalia-stats__info .cibalia-stats__info-item span:last-child {
  font-size: 40px;
  font-weight: 600;
  color: #00b3ff;
  margin: 0;
  text-align: right;
  margin-left: auto;
}

.trophies {
  padding: 35px 0 100px;
  position: relative;
  background-color: #001123;
}
.trophies .base-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #fff;
}
.trophies .trophies__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trophies .trophies__content .trophies__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/gradientbg3.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 50px 30px 30px;
  box-sizing: border-box;
  border: 1px solid #002657;
}
.trophies .trophies__content .trophies__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-cib.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0.02;
  mix-blend-mode: luminosity;
  transition: scale 0.15s ease;
  transform-origin: center;
  will-change: transform;
}
.trophies .trophies__content .trophies__item img {
  width: 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(5px 5px 70px #222);
  -o-object-position: center bottom;
     object-position: center bottom;
  mix-blend-mode: luminosity;
  margin-bottom: 25px;
}
.trophies .trophies__content .trophies__item .trophies__item-number {
  font-size: 45px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #00b3ff;
  line-height: 0.67;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  width: 100%;
}
.trophies .trophies__content .trophies__item .trophies__item-number span {
  font-size: 22px;
  font-weight: 100;
  color: #a2a7b1;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -5px;
}
.trophies .trophies__content .trophies__item .trophies__item-title {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  font-family: "Teko", sans-serif;
  margin-bottom: -10px;
}
.trophies .trophies__content .trophies__item .trophies__item-badge {
  font-size: 12px;
  font-weight: 500;
  color: #00b3ff;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.history {
  padding: 70px 0 90px;
  position: relative;
  position: relative;
  background-color: #196185;
  overflow: clip;
  z-index: 1;
}
.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/povijest2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  mix-blend-mode: hard-light;
}
.history::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 17, 35, 0.0980392157), #001123);
}
.history .container .base-title {
  margin-bottom: 50px;
  color: #fff;
}
.history .container .base-title .history__arrows button {
  background: #00b3ff;
}
.history .container .history__content {
  box-sizing: border-box;
}
.history .container .history__content .history__timeline-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport::-webkit-scrollbar {
  display: none;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track {
  --history-dot-width: 300px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 0 6px;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  z-index: 0;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__timeline-progress {
  position: absolute;
  top: 70px;
  left: 0;
  width: 0;
  height: 2px;
  background: #45c5ff;
  z-index: 1;
  transition: width 0.25s ease;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot {
  width: var(--history-dot-width);
  flex: 0 0 var(--history-dot-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot .history__dot-label {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 17px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.4509803922);
  font-family: "Teko", sans-serif;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot .history__dot-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: rgba(255, 255, 255, 0.4509803922);
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot .history__dot-node {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background: #aeaeae;
  box-sizing: border-box;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot:has(~ .history__dot.is-active) .history__dot-node {
  background: #fff;
  outline: 5px solid rgba(69, 196, 255, 0.3176470588);
  transform: scale(1.08);
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot:has(~ .history__dot.is-active) .history__dot-title {
  color: #fff;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot:has(~ .history__dot.is-active) .history__dot-label {
  color: #fff;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot.is-active .history__dot-node {
  background: #45c5ff;
  outline: 5px solid rgba(69, 196, 255, 0.3176470588);
  transform: scale(1.08);
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot.is-active .history__dot-title {
  color: #fff;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot.is-active .history__dot-label {
  color: #45c5ff;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot:focus-visible {
  outline: none;
}
.history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot:focus-visible .history__dot-node {
  box-shadow: 0 0 0 4px rgba(69, 197, 255, 0.25);
}
.history .container .history__content .history__panels {
  min-height: 210px;
}
.history .container .history__content .history__panels .history__panel {
  max-width: 860px;
}
.history .container .history__content .history__panels .history__panel .history__panel-title {
  margin: 0 0 8px;
  font-family: "Teko", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 0.95;
  color: #fff;
}
.history .container .history__content .history__panels .history__panel .history__panel-date {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: #45c5ff;
  line-height: 1.25;
}
.history .container .history__content .history__panels .history__panel .history__panel-description {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 920px;
}

@media (max-width: 1023px) {
  .history {
    padding: 50px 0 70px;
  }
  .history .container .history__content {
    padding: 28px 22px 24px;
  }
  .history .container .history__content .history__timeline-controls {
    gap: 8px;
    margin-bottom: 24px;
  }
  .history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track {
    --history-dot-width: 96px;
    padding: 0 0 4px;
  }
  .history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track::before {
    left: 0;
    right: 0;
  }
  .history .container .history__content .history__panels .history__panel .history__panel-title {
    font-size: 34px;
  }
  .history .container .history__content .history__panels .history__panel .history__panel-date,
  .history .container .history__content .history__panels .history__panel .history__panel-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .history .container .history__content {
    padding: 24px 16px 20px;
  }
  .history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track {
    --history-dot-width: 84px;
    padding: 0 0 2px;
  }
  .history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track::before {
    left: 0;
    right: 0;
  }
  .history .container .history__content .history__timeline-controls .history__timeline-viewport .history__timeline-track .history__dot .history__dot-label {
    font-size: 11px;
  }
  .history .container .history__content .history__panels .history__panel .history__panel-title {
    font-size: 30px;
  }
  .history .container .history__content .history__panels .history__panel .history__panel-date,
  .history .container .history__content .history__panels .history__panel .history__panel-description {
    font-size: 15px;
  }
}
.site-header {
  background-color: transparent;
  padding: 20px 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  animation: fadeIn 700ms cubic-bezier(0.16, 1, 0.3, 1) 500ms forwards;
}
@media (max-width: 767px) {
  .site-header {
    display: none;
  }
}
.site-header .site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}
.site-header .site-header__inner .menu-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .site-header__inner .menu-nav .menu-nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .site-header__inner .menu-nav .menu-nav__list .menu-nav__item .menu-nav__link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.site-header .site-header__inner .menu-nav .menu-nav__list .menu-nav__item .menu-nav__link:hover {
  color: #2594c7;
}
.site-header .site-header__inner .menu-nav .menu-nav__list .menu-nav__item .menu-nav__link--ticket {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  padding-bottom: 6px;
}
.site-header .site-header__inner .menu-nav .menu-nav__list .menu-nav__item .menu-nav__link--ticket:hover {
  background-color: #fff;
  color: #001026;
}
.site-header .site-header__inner .menu-nav:last-child {
  justify-self: end;
}
.site-header .site-header__inner .site-header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-header .site-header__inner .site-header__menu .menu-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #2594c7;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.site-header .site-header__inner .site-header__menu .menu-button img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
}
.site-header .site-header__inner .site-header__menu .menu-button:hover {
  background-color: #196185;
}
.site-header .site-header__inner .site-header__logo {
  display: flex;
  justify-self: center;
}
.site-header .site-header__inner .site-header__logo a {
  display: block;
  width: 80px;
  height: auto;
  position: relative;
  transition: scale 0.3s ease;
}
.site-header .site-header__inner .site-header__logo a img {
  width: 100%;
  height: 100%;
}
.site-header .site-header__inner .site-header__logo a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 11px);
  margin-top: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: -1;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}
.site-header .site-header__inner .site-header__logo a:hover {
  scale: 1.05;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-footer .membership {
  padding: 70px 0 50px;
  background-color: #001123;
  background-image: url("../../assets/img/stadion.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.site-footer .membership::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 17, 35, 0.0980392157) 20%, #001123);
  z-index: -1;
}
.site-footer .membership .membership__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.site-footer .membership .membership__content h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  display: block;
}
.site-footer .membership .membership__content h2 span {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0 20px;
  border-radius: 10px;
  color: #fff;
  transform: translateX(-100%);
  display: inline-block;
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.site-footer .membership .membership__content h2 span:last-child {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.site-footer .membership .membership__content h2 img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px;
  margin-bottom: -15px;
}
.site-footer .membership .membership__content .button-primary {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #001026;
  font-family: "Teko", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  text-align: center;
  background-color: #2594c7;
  padding: 0 30px;
  border-radius: 10px;
  padding-top: 10px;
  margin-top: 20px;
  color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
}
.site-footer .membership .membership__content .button-primary:hover {
  background-color: #196185;
  rotate: 0deg;
  color: #fff;
}
@media (min-width: 768px) {
  .site-footer .membership .membership__content h2 {
    font-size: 38px;
  }
  .site-footer .membership .membership__content h2 img {
    width: 130px;
  }
  .site-footer .membership .membership__content .button-primary {
    font-size: 42px;
  }
}
.site-footer .membership.is-in-view .membership__content h2 span {
  transform: translateX(0);
  opacity: 1;
}
.site-footer .sponsors {
  padding: 30px 0 0;
  background-color: #001123;
  position: relative;
}
.site-footer .sponsors .sponsors__content {
  position: relative;
  padding-bottom: 60px;
}
.site-footer .sponsors .sponsors__content .sponsors__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 60px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.site-footer .sponsors .sponsors__content .sponsors__content-wrapper img {
  width: auto;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.site-footer .sponsors .sponsors__content .sponsors__content-wrapper img.vevu {
  height: 55px;
}
.site-footer .sponsors .sponsors__content .sponsors__content-wrapper img.vk-grb {
  height: 35px;
}
.site-footer .sponsors .sponsors__content:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #2594c7 0 10%, #fff 10% 20%, #2594c7 20% 30%, #fff 30% 40%, #2594c7 40% 50%, #fff 50% 60%, #2594c7 60% 70%, #fff 70% 80%, #2594c7 80% 90%, #fff 90% 100%);
}
.site-footer .footer-links {
  padding: 60px 0 25px;
  background-color: #001123;
  position: relative;
}
.site-footer .footer-links .footer-links__content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.site-footer .footer-links .footer-links__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
}
.site-footer .footer-links .footer-links__content ul li {
  line-height: normal;
  margin-bottom: 5px;
}
.site-footer .footer-links .footer-links__content ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-links .footer-links__content ul li h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.site-footer .footer-links .footer-links__content ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 100;
}
.site-footer .footer-links .footer-links__content ul li a:hover {
  color: #2594c7;
}
.site-footer .footer-links .footer-links__content ul li .logo {
  display: flex;
  margin-bottom: 15px;
}
.site-footer .footer-links .footer-links__content ul li .logo img {
  width: auto;
  height: 60px;
}
.site-footer .footer-links .footer-links__content ul:nth-child(2) li a {
  font-weight: 400;
}
.site-footer .footer-bottom {
  padding: 25px 0;
  background-color: #001123;
  position: relative;
}
.site-footer .footer-bottom .footer-bottom__content {
  position: relative;
  z-index: 1;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social .footer-bottom__copyright {
  font-size: 12px;
  color: #fff;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social .footer__author-logo {
  display: flex;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social .footer__author-logo img {
  width: auto;
  height: 20px;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social .social {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social .social a {
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social .social a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-bottom .footer-bottom__content .logo-and-social .social a:hover {
  color: #00b3ff;
}
.site-footer .footer-bottom .footer-bottom__content .footer-bottom__links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.site-footer .footer-bottom .footer-bottom__content .footer-bottom__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.site-footer .footer-bottom .footer-bottom__content .footer-bottom__links ul li a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}