#primary-nav .brand {
  top: 0 !important;
}

.nav-closed .dark-header .primary-logo {
  filter: unset !important;
}

.footer-brands {
  display: flex;
  flex-direction: column
}

@media (min-width: 1024px){
    .footer-brands {
      flex-direction: row;
      align-items: flex-end;
    }
}

.footer-brands .footer-brand-logo.propelus-logo {
  max-width: 190px;
}

.footer-brands .footer-brand-logo.propelus-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brands .footer-brand-logo:not(.propelus-logo) a {
  color: #fff !important;
  font-weight: 600;
  transition: color .3s ease;
  font-size: 16px;
}

.footer-brands .footer-brand-logo:not(.propelus-logo) a:hover {
  color: #00d685 !important;
}

