.footer.footer-with-details {
  height: auto;
}
.footer-with-details .footer_navigation_wrap {
  gap: clamp(24px, 3vw, 48px);
}
.footer-with-details .footer-contact {
  flex: 1;
  min-width: 0;
  max-width: 34rem;
}
.footer-address,
.footer-legal {
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.footer-address {
  margin: 24px 0 0;
}
.footer-legal {
  margin: 24px 0 0;
  padding: 18px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, .25);
}
/* The reveal animation can leave this layer covering the footer and its links. */
.footer > .footer_shadow,
.kti-shared-footer > .footer_shadow {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none;
}
@media (max-width: 991px) {
  /* Let tall footers scroll into view below the fixed mobile header. */
  .footer {
    position: relative;
    bottom: auto;
    height: auto;
  }
}
@media (max-width: 700px) {
  .footer-with-details .footer_navigation_wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .footer-with-details .footer_navigation {
    min-width: 0;
  }
  .footer-legal {
    margin-top: 20px;
    padding-top: 16px;
  }
}
