.shared-footer{width:min(100% - 64px,1400px);margin:auto;background:var(--color-footer-bg);border-top:var(--border-width-default) solid var(--color-footer-border);padding:58px 0 68px;display:grid;grid-template-columns:1.3fr .8fr 1.1fr .8fr auto;gap:52px;align-items:start;font:var(--weight-semibold) 8px/1.5 var(--font-ui);letter-spacing:.13em;color:var(--color-footer-text)}.shared-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.shared-footer img{width:165px;margin-bottom:12px}.shared-footer a{color:var(--color-text);text-decoration:none;border-bottom:var(--border-width-default) solid var(--color-link-underline);padding-bottom:3px}.shared-footer>span{align-self:end}.shared-footer .footer-brand{max-width:285px}@media(max-width:900px){.shared-footer{grid-template-columns:1.2fr 1fr 1fr;gap:45px}.shared-footer>span{align-self:start}}@media(max-width:650px){.shared-footer{width:calc(100% - 32px);grid-template-columns:1fr 1fr;padding:46px 0 55px;gap:38px 24px}.shared-footer .footer-brand{grid-column:1/-1}.shared-footer>span{display:none}}
/* Prevent the footer logo from inheriting the image height attribute as CSS pixels. */
.shared-footer .footer-brand img {
  height: auto !important;
  aspect-ratio: 1142 / 337;
  object-fit: contain;
}

/* The logo file includes transparent space on its left edge. Offset only on
   phones so its visible artwork aligns with the footer information below. */
@media(max-width:650px){
  .shared-footer .footer-brand img{
    margin-left:-15px;
  }
}
