.customer-styles {
  /*
 * DISTANCES
*/
  /* START article: customer-logos */
  /* END article: customer-logos */
}

.customer-styles .template_customer-logos .article-wrapper {
  background-color: #FFFFFF;
  max-width: 80%;
  margin: 0% 10% 0% 10%;
}

.customer-styles .template_customer-logos .article-wrapper.top {
  padding-top: 120px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper.top {
    padding-top: 40px;
  }
}

.customer-styles .template_customer-logos .article-wrapper.bottom {
  padding-bottom: 100px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper.bottom {
    padding-bottom: 20px;
  }
}

.customer-styles .template_customer-logos .article-wrapper .text-wrapper {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_customer-logos .article-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper .text-wrapper {
    margin-bottom: 10px;
  }
}

.customer-styles .template_customer-logos .article-wrapper .text-wrapper div {
  margin-bottom: 0 !important;
}

.customer-styles .template_customer-logos .article-wrapper .text-wrapper a {
  text-decoration: underline;
}

.customer-styles .template_customer-logos .article-wrapper .logo-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper .logo-container {
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item {
  position: relative;
  width: calc(calc(1200px / 12) * 2);
  flex: 1;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item .single-logo {
  height: 150px;
  width: 150px;
  flex: 0 0 auto;
  fill: var(--font-color);
}

@media (max-width: 1024px) {
  .customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item .single-logo {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item {
    padding-right: 0px;
    padding-left: 0px;
    width: calc(calc(1200px / 12) * 1.2);
  }
}

.customer-styles .template_customer-logos .article-wrapper .logo-slider-container {
  overflow: hidden;
  padding: 10px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.customer-styles .template_customer-logos .article-wrapper .logo-slider-track {
  display: inline-flex;
  width: fit-contents;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  will-change: transform;
}

.customer-styles .template_customer-logos .article-wrapper .logo-slider-track::after {
  content: "";
  display: flex;
  flex-shrink: 0;
  width: 100%;
}

.customer-styles .template_customer-logos .article-wrapper .logo img {
  max-height: 60px;
  opacity: 0.8;
  transition: opacity 0.3s;
  margin: 0 40px;
}

.customer-styles .template_customer-logos .article-wrapper .logo img:hover {
  opacity: 1;
}

.customer-styles .template_customer-logos .article-wrapper .slider-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 20px;
  position: relative;
}

.customer-styles .template_customer-logos .article-wrapper .slider-controls button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  transition: transform 0.2s;
}

.customer-styles .template_customer-logos .article-wrapper .slider-controls button img {
  height: 24px;
  width: 24px;
}

.customer-styles .template_customer-logos .article-wrapper .scroll-right {
  transform: scale(-1, 1);
}

.customer-styles .template_customer-logos .article-wrapper .scroll-left {
  transform: scale(1, 1);
}

.customer-styles .template_customer-logos .article-wrapper .scroll-left:hover {
  transform: scale(1.2);
}

.customer-styles .template_customer-logos .article-wrapper .scroll-right:hover {
  transform: scale(-1.2, 1.21);
}

.customer-styles .template_customer-logos .article-wrapper .toggle-slider:hover {
  transform: scale(1.2);
}

.customer-styles .template_customer-logos .article-wrapper .toggle-slider {
  position: relative;
  display: grid;
}

.customer-styles .template_customer-logos .article-wrapper .toggle-slider .icon-play,
.customer-styles .template_customer-logos .article-wrapper .toggle-slider .icon-pause {
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.3s;
}

.customer-styles .template_customer-logos .article-wrapper .toggle-slider .icon-play {
  opacity: 1;
}

.customer-styles .template_customer-logos .article-wrapper .toggle-slider .icon-pause {
  opacity: 0;
}

.customer-styles .template_customer-logos .article-wrapper .toggle-slider.paused .icon-play {
  opacity: 0;
}

.customer-styles .template_customer-logos .article-wrapper .toggle-slider.paused .icon-pause {
  opacity: 1;
}
