.brand {
  width: clamp(190px, 16vw, 230px);
  height: 60px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  background: none;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  object-position: left center;
}

.brand--footer {
  width: min(250px, 100%);
  height: 66px;
  filter: brightness(0) invert(1);
}

.brand-logo--footer {
  max-height: 66px;
}

[data-carousel-toggle] {
  display: none !important;
}

@media (max-width: 760px) {
  .brand {
    width: 150px;
    height: 44px;
  }

  .brand-logo {
    max-height: 40px;
  }

  .brand--footer {
    width: min(210px, 100%);
    height: 58px;
  }

  .brand-logo--footer {
    max-height: 58px;
  }
}

@media (max-width: 390px) {
  .brand {
    width: 138px;
  }
}
