/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
.snk-logoItem {
  position: relative;
  height: 83.5px;
}
.snk-logoItem::after {
  content: "";
  height: var(--snk-logoDelimiter-height, 100%);
  width: 0;
  right: 0;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: right 0.1s ease;
}
.snk-logoItem-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.snk-logoItem-image {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.snk-logoWall {
  overflow: hidden;
}
.snk-logoWall_slider .splide__track,
.snk-logoWall_slider .snk-slider-progress {
  max-width: none !important;
}
.snk-logoWall_slider {
  margin-left: 0;
  margin-right: 0;
}
.snk-logoWall-slider {
  margin-left: 0;
  margin-right: 0;
}