.SimpleFooter {
  color: #fff;
  background-color: var(--colorBrandSecondary);
}

.SimpleFooter-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem clamp(2rem, 8vw, 9.375rem);
  padding-block: var(--spaceLg);
}

@media (max-width: 32rem) {
  .SimpleFooter-main {
    flex-flow: column;
  }
}

.SimpleFooter-link {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.5;
}

.SimpleFooter a {
  color: inherit;
  text-decoration: none;
}

.SimpleFooter a:hover, .SimpleFooter a:active, .SimpleFooter a:focus {
  text-decoration: underline;
}

.SimpleFooter-copy {
  font-size: var(--textXs);
  background: var(--colorWhite);
  color: var(--colorText);
  width: 100%;
}

.SimpleFooter-copyInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem var(--sizeContentOffset);
}

.SimpleFooter-copy a {
  text-decoration: underline;
}

.SimpleFooter-copy a:hover, .SimpleFooter-copy a:active, .SimpleFooter-copy a:focus {
  text-decoration: none;
}

.SimpleFooter-copy p {
  display: flex;
  align-items: center;
  margin: 0;
}

@media (max-width: 25rem) {
  .SimpleFooter-copy p:first-child {
    width: 100%;
    margin-bottom: var(--spaceXs);
  }
}

.SimpleFooter-copy svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 25rem) {
  .SimpleFooter-copy svg {
    width: 1.4em;
  }
}

/*# sourceMappingURL=simple-footer.min.css.map */
