.logo-block-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 0.625em;
}
.logo-block-widget.filter-grayscale img {
  filter: saturate(0%) brightness(70%) contrast(1000%);
}
.logo-block-widget.filter-white img {
  filter: saturate(0%) brightness(70%) contrast(1000%) invert(1);
}
.logo-block-widget a {
  text-align: center;
}
.logo-block-widget a img {
  width: auto;
  object-fit: contain;
}
.logo-block-widget--carousel {
  max-height: 60px;
}
.logo-block-widget--carousel img {
  width: auto;
  min-width: 50px;
  min-height: 40px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.logo-block-widget--carousel .swiper {
  width: 100%;
  height: 100%;
}
.logo-block-widget--carousel .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}
.logo-block-widget--carousel .swiper .swiper-slide {
  width: auto !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
