.ps-global-header .ps-brand-logo,
.ps-global-footer .ps-brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: filter 180ms ease, transform 180ms ease;
}

.ps-global-header .ps-brand-logo {
  width: 214px;
}

.ps-global-header .ps-brand:hover .ps-brand-logo {
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.ps-global-footer .ps-footer-logo {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 34px rgba(0, 12, 35, 0.2);
}

.ps-global-footer .ps-brand-logo {
  width: 205px;
}

.ps-global-footer .ps-footer-logo:hover .ps-brand-logo {
  filter: saturate(1.06);
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .ps-global-header .ps-brand-logo {
    width: 158px;
  }
}

@media (max-width: 460px) {
  .ps-global-footer .ps-brand-logo {
    width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-global-header .ps-brand-logo,
  .ps-global-footer .ps-brand-logo {
    transition: none;
  }
}
