/* Hide the archived footer navigation before the captured page hydrates. */
footer .grid.flex-1.grid-cols-2 {
  display: none !important;
}

footer > div > div {
  justify-content: center;
}

footer > div > div > div:first-child {
  width: auto !important;
  align-items: center;
  text-align: center;
}

/* The archived hero includes a funding claim that is no longer wanted. */
main section.animate-card-in.relative.isolate p .hidden.sm\:inline {
  display: none !important;
}