#cdf-site-footer {
  box-sizing: border-box;
  margin: 0;
  padding: 48px 0 0;
  width: 100%;
  background: #0a2540;
  color: rgba(255, 255, 255, 0.76);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

#cdf-site-footer,
#cdf-site-footer * {
  box-sizing: border-box;
}

#cdf-site-footer .cdf-footer__inner,
#cdf-site-footer .cdf-footer__legal-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

#cdf-site-footer .cdf-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(210px, 1.25fr)
    minmax(105px, 0.7fr)
    minmax(135px, 0.95fr)
    minmax(150px, 1.05fr)
    minmax(130px, 0.95fr)
    minmax(200px, 1.15fr);
  gap: 34px;
  align-items: start;
}

#cdf-site-footer .cdf-footer__brand,
#cdf-site-footer .cdf-footer__column,
#cdf-site-footer .cdf-footer__contact {
  min-width: 0;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
}

#cdf-site-footer .cdf-footer__logo-link {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0;
}

#cdf-site-footer .cdf-footer__logo {
  display: block;
  width: 205px;
  max-width: 100%;
  height: auto;
  margin: 0;
}

#cdf-site-footer p,
#cdf-site-footer address {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

#cdf-site-footer .cdf-footer__brand > p {
  max-width: 270px;
}

#cdf-site-footer .cdf-footer__independent {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12.5px;
}

#cdf-site-footer .cdf-footer__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

#cdf-site-footer ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#cdf-site-footer li {
  display: block;
  margin: 0 0 9px;
  padding: 0;
}

#cdf-site-footer a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: color 0.15s ease;
}

#cdf-site-footer a:hover,
#cdf-site-footer a:focus-visible {
  color: #8be095;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#cdf-site-footer .cdf-footer__contact a {
  font-size: 13.5px;
  overflow-wrap: normal;
}

#cdf-site-footer .cdf-footer__legal {
  margin-top: 42px;
  padding: 24px 0;
  background: #0d2d47;
  color: rgba(255, 255, 255, 0.62);
}

#cdf-site-footer .cdf-footer__legal-inner {
  text-align: center;
}

#cdf-site-footer .cdf-footer__legal p {
  max-width: 1080px;
  margin: 0 auto 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.5px;
  line-height: 1.7;
}

#cdf-site-footer .cdf-footer__legal p:last-child {
  margin-bottom: 0;
}

#cdf-site-footer .cdf-footer__legal strong {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1120px) {
  #cdf-site-footer .cdf-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #cdf-site-footer {
    padding-top: 38px;
  }

  #cdf-site-footer .cdf-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }

  #cdf-site-footer .cdf-footer__brand {
    grid-column: 1 / -1;
  }

  #cdf-site-footer .cdf-footer__brand > p {
    max-width: 520px;
  }
}

@media (max-width: 460px) {
  #cdf-site-footer .cdf-footer__inner,
  #cdf-site-footer .cdf-footer__legal-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  #cdf-site-footer .cdf-footer__grid {
    grid-template-columns: 1fr;
  }

  #cdf-site-footer .cdf-footer__brand {
    grid-column: auto;
  }
}
