html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__footnote-link {
  background-color: transparent;
  border: none;
  padding: 0;
  transition: all 0.4s ease;
  display: inline-flex;
  color: #14558f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1; }
