.b-references .b__intro .intro {
  width: 1px;
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
}
.b-references .b__intro + .b__references {
  margin-top: clamp(2.5rem, 2.56vw + 1.92rem, 5rem);
}
.b-references .b__references .c-references:not(.c-references--list) {
  width: 1px;
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
}
.b-references .b__buttons {
  margin-top: var(--component-margin-large);
}
.b-references .b__buttons .c-buttons {
  justify-content: flex-end;
}
.b-references .splide__arrows {
  display: none;
}
.b-references.style-1 .c-references, .b-references.style-2 .c-references {
  row-gap: var(--layout-gutter);
}
.b-references.style-1 .c-reference, .b-references.style-2 .c-reference {
  width: 1px;
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
}
.b-references.style-3 .c-icons {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
.b-references.style-4 {
  padding-bottom: 0.01px;
}
.b-references.style-4 .splide__list {
  flex-flow: row nowrap;
  margin: 0 !important;
  padding: 0 !important;
}
.b-references.style-4 .splide__track {
  overflow-x: clip;
}
.b-references.style-4 .splide__arrows {
  display: flex;
}

@media (min-width: 1024px) {
  .b-references.style-1 .c-reference, .b-references.style-2 .c-reference {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 6 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
}
@media (min-width: 1280px) {
  .b-references.style-4 .b__intro .intro {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 6 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
    margin-left: calc(100% / var(--layout-columns) * 1 + var(--layout-gutter) / 2);
  }
  .b-references.style-4 .b__references .c-references {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
    margin-left: calc(100% / var(--layout-columns) * 1 + var(--layout-gutter) / 2);
  }
  .b-references.style-2 .c-reference {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 4 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
}

/*# sourceMappingURL=style.css.map */
