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

.customer-styles .template_references {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.customer-styles .template_references .slider-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.customer-styles .template_references .slider {
  box-sizing: content-box;
  display: flex;
  gap: 70px;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .customer-styles .template_references .slider {
    gap: 90px;
  }
}

.customer-styles .template_references .slider.centered {
  justify-content: center;
}

@media (max-width: 767px) {
  .customer-styles .template_references .slider {
    min-width: 100%;
  }
}

.customer-styles .template_references .slider-item {
  flex-shrink: 0;
  width: 150px;
}

.customer-styles .template_references .image-container {
  width: 150px;
  height: 82px;
  flex-shrink: 0;
}

.customer-styles .template_references .image-container-link {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.customer-styles .template_references .image-container .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-styles .template_references .pagination-wrapper {
  width: calc(100vw - 50px);
  margin: 40px auto 0;
  max-width: 1280px;
}

@media (min-width: 768px) {
  .customer-styles .template_references .pagination-wrapper {
    width: 100vw;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_references .pagination-wrapper {
    margin: 60px auto 0;
  }
}

.customer-styles .template_references .pagination-wrapper .pagination {
  width: 100%;
  max-width: 474px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .customer-styles .template_references .pagination-wrapper .pagination {
    width: 474px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_references .pagination-wrapper .pagination {
    max-width: unset;
  }
}

.customer-styles .template_references .pagination-wrapper .pagination-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
