/* Imported from: ../SplitHeroItem/styles.css */
.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #111;
  padding: 0;
  margin: 0;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  color: inherit;
  text-decoration: none;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__image, .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__placeholder {
  background: #1a1a1a;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 42px;
  z-index: 2;
  max-width: 520px;
  color: #fff;
  pointer-events: none;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__content h2 {
  margin: 0 0 6px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__content p {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--kombos-font-body);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item:hover .kombos-split-hero-item__button {
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__content {
    left: 16px;
    right: 16px;
    bottom: 24px;
    max-width: 88%;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__content h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 5px;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__content p {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero-item__button {
    min-height: 34px;
    min-width: 92px;
    padding: 0 16px;
    font-size: 12px;
  }
}

/* End import: ../SplitHeroItem/styles.css */

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #111;
  padding: 0;
  margin: 0;
  font-family: var(--kombos-font-body);
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__area {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 0;
  padding: 0;
  margin: 0;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-cols="1"] {
  grid-template-columns: 1fr;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-cols="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-cols="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-cols="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid > *:not(.kombos-split-hero-item), .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid > * > *:not(.kombos-split-hero-item), .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid > * > * > *:not(.kombos-split-hero-item) {
  display: contents;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid .kombos-split-hero-item {
  min-width: 0;
  width: 100%;
  height: 680px;
}

.cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-count="1"] {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero, .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__area, .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid, .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-count="1"] {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid::-webkit-scrollbar {
    display: none;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid .kombos-split-hero-item {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 360px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-mobile="stack"], .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-mobile="stack"][data-count="1"] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    scroll-snap-type: none;
  }

  .cc_A5CPDW2xXu_PKFCBZLyWV .kombos-split-hero__grid[data-mobile="stack"] .kombos-split-hero-item {
    flex: 0 0 auto;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 360px;
    scroll-snap-align: unset;
    scroll-snap-stop: normal;
  }
}
