.footer {
  --social-link-size: 46px;
  font-size: .85rem;
}

@media (min-width: 768px) {
  .footer-dnd .dnd-row>.row-fluid {
    display: flex;
    flex-flow: row wrap;
  }
}

.footer-dnd .dnd-column {
  margin-bottom: 2rem;
}

.footer .mh-heading {
  margin-bottom: 1.5rem;
}

.footer .social-links {
  justify-content: center;
}

@media (min-width: 768px) {
  .footer .social-links {
    justify-content: flex-end;
  }
}



.footer.footer-lp .menu--desktop > ul {
  justify-content: flex-start !important;
  gap: 16px !important;
}


.footer.footer-lp .menu--mobile > ul {
  display: flex !important; 
	justify-content: space-evenly;
}

  .footer.footer-lp .menu--mobile .menu__item--depth-1 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.8 !important;
  }
.footer.footer-lp .menu__link {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  color: rgb(var(--color-text-dark)) !important;
}

.footer.footer-lp p {
  font-size: 14px !important;
}

.footer-partner-lp__section {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-partner-lp .menu--desktop {
  display: block;
}

.footer-partner-lp .menu--mobile {
  display: none;
}

.footer-partner-lp .menu--desktop > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-partner-lp .menu__item--depth-1 {
  border-top: 0;
  display: inline-block;
  flex-grow: 0;
  padding: .7rem .875rem .7rem 0;
  text-transform: none;
}

.footer-partner-lp .menu-divider {
  display: none;
}

.footer-partner-lp .menu__link {
  line-height: 1.667rem;
}

.footer-partner-lp__copyright {
  color: rgb(var(--color-text-dark));
  line-height: normal;
  margin: 0 0 1.104rem;
}

@media (min-width: 768px) {
  .footer-partner-lp__column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  .footer-partner-lp__column > div {
    flex-shrink: 0 !important;
  }
}

@media (max-width: 767px) {
  .footer-partner-lp .menu--desktop {
    display: none;
  }

  .footer-partner-lp .menu--mobile {
    display: block;
  }

  .footer-partner-lp .menu--mobile .menu__item--depth-1 {
    width: 100%;
  }

  .footer.footer-lp .menu--mobile > ul {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .footer.footer-lp .menu--mobile .menu__item--depth-1 a {
    display: block;
    padding: 4px 0 !important;
  }