/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'npm run build' command.
 * @preserve
 */
  .footer-stack {
  width: 100%;
  color: var(--colors-black-suede-60);
}
  .footer-stack__social {
    margin: auto;
  }
  .footer-stack__wrapper {
    display: flex;
    align-items: center;
  }
  .footer-stack__wrapper--center {
      justify-content: center;
      text-align: center;
      margin: auto;
    }
  .footer-stack__wrapper--right {
      justify-content: flex-end;
      padding-right: 0.625rem;
    }
  @media (max-width: 767.98px) {
  .footer-stack__wrapper--right {
        justify-content: center;
        margin: auto;
        padding-right: 0
    }
      }
  @media (max-width: 767.98px) {
  .footer-stack__copyright {
      text-align: center;
      margin: auto
  }
    }
  .footer-stack__copyright p {
      font: var(--font-primary-x-small-default);
    }
  .footer-stack__logo > div:first-child {
      width: auto;
    }
  .footer-stack__partner-logo {
    border-left: 0.0625rem solid var(--colors-gray-blue-60);
    padding-left: 0.625rem;
    margin-left: 0.625rem;
    width: 5.5rem;
  }
  @media (min-width: 1024px) {
  .footer-stack__partner-logo {
      padding-left: 2.5rem;
      margin-left: 2.5rem;
      width: 10.9375rem
  }
    }
  .footer-stack__partner-logo img {
      max-height: 2.875rem;
    }
  @media (min-width: 1024px) {
  .footer-stack__partner-logo img {
        max-height: 4.4375rem
    }
      }
