footer.site-footer.fh-foot-prod {
  background-color: rgb(0, 7, 79);
  color: rgb(255, 255, 255);
  font-size: 17px;
  line-height: 1.75;
}

footer.fh-foot-prod .grid-container > .block.sectionblock > section {
  grid-column: 1 / -1;
}

footer.site-footer.fh-foot-prod .footer-grid.grid-container {
  padding: 100px 32px;
}

footer.site-footer.fh-foot-prod .fh-footer-row.fh-footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -20px;
  margin-bottom: 3rem;
  font-size: 17px;
  font-family: 'Inter'!important;
}

footer.site-footer.fh-foot-prod .fh-footer-row.fh-footer-row > .block.block {
  box-sizing: border-box;
  padding-left: 20px;
  padding-bottom: 40px;
}

footer.site-footer.fh-foot-prod .fh-footer-row.fh-footer-row > .basiccontentblock-footer-brand.basiccontentblock-footer-brand {
  flex: 0 0 33.33%;
  width: auto;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

footer.site-footer.fh-foot-prod .fh-footer-row.fh-footer-row > .sectionblock-footer-linkgroup.sectionblock-footer-linkgroup {
  flex: 0 0 50%;
  width: auto;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

footer.site-footer.fh-foot-prod .fh-footer-linkgroup.fh-footer-linkgroup {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 20px;
}

footer.site-footer.fh-foot-prod .fh-footer-linkgroup.fh-footer-linkgroup > .fh-footer-link-column.fh-footer-link-column {
  box-sizing: border-box;
  padding-left: 20px;
  padding-bottom: 20px;
  flex: 0 0 33.33%;
  width: auto;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

footer.site-footer.fh-foot-prod .basiccontentblock-footer-brand.basiccontentblock-footer-brand .basic {
  padding: 0px;
}

footer.site-footer.fh-foot-prod .fh-footer-link-column.fh-footer-link-column > .basic {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

footer.site-footer.fh-foot-prod .fh-footer-brand__logo.fh-footer-brand__logo,
footer.site-footer.fh-foot-prod .basiccontentblock-footer-brand.basiccontentblock-footer-brand h3 {
  max-width: 400px;
}

footer.site-footer.fh-foot-prod .basiccontentblock-footer-brand.basiccontentblock-footer-brand img {
  display: block;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 384px;
  height: auto;
}

footer.site-footer.fh-foot-prod .fh-footer-link-column.fh-footer-link-column .subtitle h3 {
  font-family: Inter!important;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin: 0px 0px 8px;
  color: rgb(255, 255, 255);
}

footer.site-footer.fh-foot-prod .basiccontentblock-footer-brand.basiccontentblock-footer-brand h3 {
  font-family: Inter!important;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  margin: 0px 0px 16px;
  display: block;
}

footer.site-footer.fh-foot-prod .basiccontentblock-footer-brand.basiccontentblock-footer-brand h3:has(img) { margin-bottom: 0 }
footer.site-footer.fh-foot-prod .description.description p.gb-headline-text {
    line-height: 29.75px;
}
footer.site-footer.fh-foot-prod .description.description p {
  margin-bottom: 0.25rem;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 400;
  font-family: proxima-nova, helvetica, arial, sans-serif!important;
  line-height: 26.25px;
}
footer.site-footer.fh-foot-prod .description.description p.gb-headline-text {
    line-height: 29.75px;
}
footer.site-footer.fh-foot-prod .description.description a,
footer.site-footer.fh-foot-prod a.a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.15em;
  font-size: 17px;
  line-height: 29.75px;
}

footer.site-footer.fh-foot-prod .fineprint.fineprint {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgb(255, 255, 255);
  padding-top: 2rem;
  margin-top: 0px;
  background-color: transparent;
  grid-template-columns: none;
}

footer.site-footer.fh-foot-prod .fineprint.fineprint .basic {
  padding: 0px;
}
footer.site-footer.fh-foot-prod .fineprint .description a {
    line-height: 26.25px;
}
footer.site-footer.fh-foot-prod .fineprint.fineprint .description p,
footer.site-footer.fh-foot-prod .fineprint.fineprint .description a {
  color: rgb(255, 255, 255);
  margin-bottom: 0.25rem;
  font-size: 15px;
}

footer.site-footer.fh-foot-prod .image:has(img[src=""]) {
  display: none;
}

footer.site-footer.fh-foot-prod .description p:empty,
footer.site-footer.fh-foot-prod .description p:has(> br:only-child),
footer.site-footer.fh-foot-prod .description p:has(> br + br) {
  display: none;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

@media (max-width: 768px) {
  footer.site-footer.fh-foot-prod .footer-grid.grid-container {
    padding: 60px 24px !important;
  }

  footer.site-footer.fh-foot-prod .fh-footer-row {
    display: block !important;
    margin: 0 !important;
  }

  footer.site-footer.fh-foot-prod .fh-footer-row .basiccontentblock-footer-brand {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 32px !important;
  }

  footer.site-footer.fh-foot-prod .basiccontentblock-footer-brand img {
    max-width: 240px !important;
  }

  footer.site-footer.fh-foot-prod .basiccontentblock-footer-brand h3 {
    max-width: 100% !important;
  }

  footer.site-footer.fh-foot-prod .sectionblock-footer-linkgroup {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }

  footer.site-footer.fh-foot-prod .fh-footer-linkgroup {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
  }

  footer.site-footer.fh-foot-prod .fh-footer-linkgroup .fh-footer-link-column {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 0 24px 0 !important;
  }

  footer.site-footer.fh-foot-prod .fh-footer-link-column .basic {
    height: auto !important;
  }
}