.logotypy-group {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.logotypy-group .module-title .container {
  padding-inline: 0;
}

.logotypy-group .section-title {
  display: none;
}

.logotypy-group .eyebrow {
  margin-right: 48rem;
}

.logotypy-group .logos-wrap {
  padding: 44px 0;
}

.logotypy-group .logos-label {
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  flex-shrink: 0;
}

.logotypy-group .logos-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  align-items: center;
}

.logotypy-group .logo-cell {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logotypy-group .logo-cell img {
  max-height: 64px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logotypy-group .logo-cell.h-lg {
  height: 120px;
}

.logotypy-group .logo-cell.h-lg img {
  max-height: 120px;
}

.logotypy-group .logo-cell.h-md {
  height: 96px;
}

.logotypy-group .logo-cell.h-md img {
  max-height: 96px;
}

.logotypy-group .logo-cell.h-xl img {
  height: 110px;
}

.logotypy-group .logo-dup {
  display: none !important;
}

@media (max-width: 900px) {
  .logotypy-group .logos-wrap {
    padding: 32px 0;
    flex-wrap: wrap;
  }
  .logotypy-group .logos-viewport {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    margin-top: 18px;
  }
  .logotypy-group .logos-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    grid-gap: 22px;
    gap: 22px;
    align-items: center;
    animation: logosScroll 20s linear infinite;
  }
  .logotypy-group .logo-cell {
    flex: none;
    width: auto;
    max-width: 150px;
  }
  .logotypy-group .logo-dup {
    display: flex !important;
  }
}