.reactive-wordmark {
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  color: #f3f4f6;
  overflow: hidden;
}
.reactive-wordmark canvas {
  display: none;
  width: 100%;
  height: 100%;
}
.reactive-wordmark.is-ready canvas {
  display: block;
}
.wordmark-fallback {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.065em;
  text-align: center;
  white-space: nowrap;
}
.reactive-wordmark.is-ready .wordmark-fallback {
  display: none;
}
.footer-centered .reactive-wordmark {
  width: min(360px, 70%);
  height: clamp(52px, 8vw, 76px);
  margin: 0 auto 8px;
}
.footer-centered .wordmark-fallback {
  font-size: clamp(28px, 6vw, 44px);
}
.footer-centered .footer-top {
  justify-content: center;
}
.footer-centered .footer-bottom {
  justify-content: center;
  text-align: center;
}
.reactive-footer .footer-top {
  align-items: center;
  padding-top: 26px;
}
.reactive-footer .footer-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-shrink: 0;
}
.reactive-footer .footer-actions a,
.wordmark-motion {
  color: #a8b0ba;
  font-size: 10px;
}
.wordmark-motion {
  font: inherit;
  font-size: 10px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.wordmark-motion:hover,
.reactive-footer .footer-actions a:hover {
  color: #fff;
}
.reactive-footer .footer-bottom {
  margin-top: 30px;
  align-items: center;
}
@media (max-width: 700px) {
  .reactive-footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .reactive-footer .footer-links {
    gap: 18px;
    font-size: 11px;
  }
  .reactive-footer .footer-actions {
    width: 100%;
    justify-content: space-between;
  }
  .footer-centered .footer-top {
    align-items: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wordmark-motion {
    display: none;
  }
}
@media print {
  .reactive-wordmark.is-ready canvas {
    display: none;
  }
  .reactive-wordmark.is-ready .wordmark-fallback {
    display: block;
  }
  .wordmark-motion {
    display: none;
  }
}

.reactive-wordmark:focus-visible {
  outline: 1px solid #91a7bf;
  outline-offset: -4px;
}

/* One footer for every page: the homepage layout, sizes and colours. */
.site-footer.reactive-footer {
  padding: 48px var(--gutter, clamp(24px, 4.2vw, 72px)) 30px;
  border-top: 0;
  background: #111;
  color: #fff;
}
.site-footer.reactive-footer a {
  color: inherit;
}
.site-footer.reactive-footer .footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 26px;
  border-top: 1px solid #ffffff30;
}
.site-footer.reactive-footer .footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  padding: 0;
  font-size: 14px;
}
.site-footer.reactive-footer .footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-footer.reactive-footer .footer-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #bbb;
  text-align: center;
}
@media (max-width: 700px) {
  .site-footer.reactive-footer {
    padding: 20px 22px 27px;
  }
  .site-footer.reactive-footer .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .site-footer.reactive-footer .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    font-size: 12px;
  }
  .site-footer.reactive-footer .footer-bottom {
    font-size: 11px;
  }
}
