#site-global-footer {
  width: 100%;
  color: #d8d8d8;
  background: #171a21;
  font-size: 12px;
  line-height: 1.4;
}

#site-global-footer .global-footer-container {
  width: 1200px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  padding: 32px 0 16px;
}

#site-global-footer .global-footer-sponsors {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

#site-global-footer .global-footer-sponsor-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  min-width: 620px;
}

#site-global-footer .global-footer-sponsor {
  flex: 1 1 0;
  min-width: 84px;
  color: #d8d8d8;
  text-align: center;
}

#site-global-footer .global-footer-sponsor img {
  display: block;
  width: 65px;
  height: 40px;
  margin: 0 auto 10px;
  object-fit: contain;
}

#site-global-footer .global-footer-sponsor .title {
  white-space: nowrap;
}

#site-global-footer .global-footer-sponsor .date {
  margin-top: 4px;
  color: #8e8e93;
  white-space: nowrap;
}

#site-global-footer .global-footer-title {
  min-height: 18px;
  margin-bottom: 10px;
  color: #fff;
}

#site-global-footer .global-footer-partner {
  flex: 0 0 380px;
}

#site-global-footer .global-footer-partner-title {
  display: block;
  width: 96px;
  height: 16px;
  object-fit: contain;
}

#site-global-footer .global-footer-years {
  display: block;
  width: 380px;
  height: 90px;
  margin-top: 4px;
  object-fit: contain;
}

#site-global-footer .global-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #2c2d33;
  color: #8e8e93;
}

#site-global-footer .global-footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

#site-global-footer .global-footer-links a {
  color: #b8b8bd;
  text-decoration: none;
}

#site-global-footer .global-footer-links a:hover {
  color: #fff;
}

#site-global-footer .global-footer-collection {
  display: block;
  width: 76px;
  height: 18px;
  margin-left: 18px;
  object-fit: contain;
}

@media (max-width: 900px) {
  #site-global-footer .global-footer-sponsors {
    display: block;
  }

  #site-global-footer .global-footer-sponsor-list {
    min-width: 0;
    gap: 8px;
  }

  #site-global-footer .global-footer-partner {
    width: 380px;
    max-width: 100%;
    margin: 28px auto 0;
  }

  #site-global-footer .global-footer-bottom {
    display: block;
    text-align: center;
  }

  #site-global-footer .global-footer-links {
    justify-content: center;
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  #site-global-footer .global-footer-container {
    max-width: calc(100% - 24px);
    padding-top: 24px;
  }

  #site-global-footer .global-footer-sponsor-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }

  #site-global-footer .global-footer-sponsor .title,
  #site-global-footer .global-footer-sponsor .date {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #site-global-footer .global-footer-bottom {
    font-size: 11px;
  }
}
