.footer-nav {
  margin-top: 3.75rem;
  border-top: 4px solid #EE4E4F;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.footer-nav .top {
  display: flex;
  align-items: flex-end;
}
.footer-nav .top .logo {
  width: 7.5rem;
  height: 6.0625rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.footer-nav .center {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: #7a7a7a;
}
.footer-nav .center a {
  color: inherit;
}
.footer-nav .center a:hover {
  text-decoration: none;
  color: #ff468c;
}/*# sourceMappingURL=footer.css.map */