.site-footer {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: auto 0 0 !important;
  padding: 42px 18px 30px !important;
  border-top: 1px solid var(--line, rgba(130, 150, 230, 0.16)) !important;
  background: transparent !important;
  color: #5a6688 !important;
  font-family: Inter, Arial, sans-serif !important;
  text-align: center !important;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.site-footer-brand img {
  display: block;
  width: 311px !important;
  height: auto !important;
  max-width: 72vw;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(47, 125, 255, 0.32));
}

.site-footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-top: 24px;
  color: #5a6688;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

.site-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--c1, #23d5ff) !important;
}

.site-risk-note {
  width: min(760px, calc(100% - 36px));
  margin: 38px auto 30px;
  color: var(--mut, #8d99bd);
  font-family: Inter, Arial, sans-serif;
  font-size: 12.8px;
  line-height: 1.65;
  text-align: center;
}

.site-risk-note a {
  color: var(--c1, #23d5ff);
}

@media (max-width: 520px) {
  .site-footer {
    padding: 34px 16px 26px !important;
  }

  .site-footer-brand img {
    width: 267px !important;
    height: auto !important;
  }

  .site-footer-legal {
    margin-top: 20px;
    gap: 3px 6px;
    font-size: 12px;
  }

  .site-risk-note {
    margin-bottom: 24px;
  }
}
