html body .fusion-footer,
html body .fusion-footer-widget-area,
html body .fusion-footer-copyright-area,
html body #footer {
  display: none !important;
}

html body .xdr-global-footer {
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  clear: both !important;
  margin: 0 !important;
  padding: 52px 0 26px !important;
  border-top: 1px solid #dfe7e2 !important;
  background: linear-gradient(180deg, #f8faf9 0%, #f4f7f5 100%) !important;
  color: #232A34 !important;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92) !important;
}

html body .xdr-global-footer::before {
  content: "" !important;
  position: absolute !important;
  top: -1px !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: #d8e2dd !important;
  pointer-events: none !important;
}

html body .xdr-global-footer * {
  box-sizing: border-box !important;
}

html body .xdr-global-footer__wrap {
  max-width: 1340px !important;
  margin: 0 auto !important;
  padding: 0 52px !important;
}

html body .xdr-global-footer__intro {
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr) !important;
  gap: 36px !important;
  align-items: start !important;
  margin: 0 0 34px !important;
  padding: 0 0 30px !important;
  border-bottom: 1px solid #dfe7e2 !important;
}

html body .xdr-global-footer__brand img {
  display: block !important;
  width: 176px !important;
  height: auto !important;
  margin: 0 0 18px !important;
}

html body .xdr-global-footer__wordmark {
  display: block !important;
  margin: 0 0 18px !important;
  color: #111820 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
}

html body .xdr-global-footer__wordmark span {
  display: block !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  color: #232A34 !important;
}

html body .xdr-global-footer__brand p {
  max-width: 470px !important;
  margin: 0 !important;
  color: #56606c !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
  font-weight: 500 !important;
}

html body .xdr-global-footer__actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  padding-top: 2px !important;
}

html body .xdr-global-footer__action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 12px 18px !important;
  border: 1px solid #cfd8d3 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #232A34 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
}

html body .xdr-global-footer__action:hover,
html body .xdr-global-footer__action:focus {
  background: #fff !important;
  border-color: #b8c8c0 !important;
  color: #126e50 !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

html body .xdr-global-footer__action--primary {
  background: #126e50 !important;
  border-color: #126e50 !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(18,110,80,.18) !important;
}

html body .xdr-global-footer__action--primary:hover,
html body .xdr-global-footer__action--primary:focus {
  background: #0f6147 !important;
  border-color: #0f6147 !important;
  color: #fff !important;
}

html body .xdr-global-footer__menus {
  display: grid !important;
  grid-template-columns: 1.28fr 1.02fr 1.02fr .72fr .85fr .62fr !important;
  gap: 22px !important;
  align-items: start !important;
}

html body .xdr-global-footer__menu h3 {
  margin: 0 0 13px !important;
  color: #111820 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
}

html body .xdr-global-footer__menu a {
  display: block !important;
  margin: 0 0 9px !important;
  color: #56606c !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.38 !important;
  text-decoration: none !important;
}

html body .xdr-global-footer__menu a:hover,
html body .xdr-global-footer__menu a:focus {
  color: #126e50 !important;
  text-decoration: none !important;
}

html body .xdr-global-footer__bottom {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 32px 0 0 !important;
  padding: 20px 0 0 !important;
  border-top: 1px solid #dfe7e2 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

html body .xdr-global-footer__bottom a {
  color: #126e50 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

html body .xdr-global-footer__bottom a:hover,
html body .xdr-global-footer__bottom a:focus {
  color: #0f6147 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 1180px) {
  html body .xdr-global-footer__wrap {
    padding: 0 34px !important;
  }
  html body .xdr-global-footer__menus {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 800px) {
  html body .xdr-global-footer {
    padding: 40px 0 22px !important;
  }
  html body .xdr-global-footer__wrap {
    padding: 0 22px !important;
  }
  html body .xdr-global-footer__intro {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  html body .xdr-global-footer__actions {
    justify-content: flex-start !important;
  }
  html body .xdr-global-footer__action {
    width: 100% !important;
  }
  html body .xdr-global-footer__menus {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  html body .xdr-global-footer__bottom {
    display: grid !important;
  }
}
