footer.td-footer {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0;
  min-height: 0 !important;
  height: auto !important;
  border-top: 0;
  background: transparent;
  flex: 0 0 auto;
  align-self: stretch;
}

footer.td-footer .td-footer__inner,
footer.td-footer .footer__inner,
footer.td-footer .region.region--footer,
footer.td-footer .region.region-footer {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0;
  min-height: 0 !important;
  height: auto !important;
}

.td-footer-custom {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 0 !important;
  height: auto !important;
  font-family: inherit;
  font-size: 13px;
  line-height: 28px;
  color: #b7bec8;
}

.td-footer-custom__top {
  background: #242628;
}

.td-footer-custom__bottom {
  background: #17191c;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 14px 0 16px;
}

.td-footer-custom__container {
  width: min(100% - 40px, var(--td-container));
  max-width: var(--td-container);
  margin: 0 auto;
}

.td-footer-custom__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  padding: 42px 0 34px;
}

.td-footer-custom__column {
  min-width: 0;
}

.td-footer-custom__column h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.td-footer-custom__column p {
  margin: 0;
  color: #b7bec8;
  font-size: 13px;
  line-height: 28px;
}

.td-footer-custom__column strong {
  color: #b7bec8;
  font-weight: 700;
}

.td-footer-custom a,
.td-footer-custom a:link,
.td-footer-custom a:visited {
  color: #8fb9e8;
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
  background: transparent;
}

.td-footer-custom a:hover,
.td-footer-custom a:focus,
.td-footer-custom a:active {
  color: #ffffff;
  text-decoration: none;
}

.td-footer-custom__bottom p {
  margin: 0;
  color: #959da8;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}

.td-footer-custom__bottom a,
.td-footer-custom__bottom a:link,
.td-footer-custom__bottom a:visited {
  color: #8fb9e8;
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
  background: transparent;
}

.td-footer-custom__bottom a:hover,
.td-footer-custom__bottom a:focus,
.td-footer-custom__bottom a:active {
  color: #ffffff;
  text-decoration: none;
}

/* ISO certificate triggers are <button> elements (they open a
   lightbox, not navigate), styled to look identical to the plain
   inline links around them. */
.td-footer-cert-trigger {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8fb9e8;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.td-footer-cert-trigger:hover,
.td-footer-cert-trigger:focus {
  color: #ffffff;
}

@media (max-width: 991px) {
  .td-footer-custom__columns {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 0 24px;
  }
}

@media (max-width: 767px) {
  .td-footer-custom {
    line-height: 22px;
  }

  .td-footer-custom__container {
    width: min(100% - 30px, var(--td-container));
  }

  .td-footer-custom__columns {
    padding: 26px 0 20px;
  }

  .td-footer-custom__column h2,
  .td-footer-custom__column p,
  .td-footer-custom__bottom p {
    line-height: 22px;
  }

  .td-footer-custom__bottom {
    padding: 12px 0 14px;
  }
}