footer {
  z-index: 3;
}
.site-footer {
  gap: 40px;
  display: flex;
  justify-content: space-between;
  padding: 40px var(--side-padding);
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--footer-gradient);
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-presented {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
}
.footer-presented:hover {
  color: #ffd700;
}
.footer-presented img {
  height: 24px;
  width: auto;
}
.footer-presented .presented-logo {
  height: 24px;
  width: auto;
}
.footer-copy {
  font-size: 14px;
  color: #777;
}
.footer-copy a {
  color: var(--white);
  text-decoration: none;
}
.footer-copy a:hover {
  color: var(--primary);
}
footer h5 {
  color: var(--white);
  font-weight: 700;
  font-size: var(--m);
  opacity: 0.8;
}
.footer-link {
  font-size: max(var(--m), 16px);
}
@media (max-width: 880px) {
  .has-bottom-nav .footer-account,
  .has-bottom-nav .footer-support {
    display: none;
  }
}
