.fox-block.process-hexes {
  margin-top: 2rem;
  position: relative;
}

.fox-block.process-hexes .hexes {
  margin: 0 auto;
  max-width: 758px;
  width: calc(100vw / 2);
}

@media (max-width: 767px) {
  .fox-block.process-hexes .hexes {
    width: 100%;
  }
}

.fox-block.process-hexes .hex {
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%);
  color: var(--white);
  height: 0;
  margin-top: -41%;
  padding-bottom: 87%;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .fox-block.process-hexes .hex {
    clip-path: none;
    height: auto;
    margin-top: 0;
    padding-top: var(--triangle-height);
    padding-bottom: var(--triangle-height);
  }
}

.fox-block.process-hexes .hex.group-a:first-of-type,
.fox-block.process-hexes .hex.group-b.first {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fox-block.process-hexes .hex:first-of-type {
    clip-path: polygon(0 var(--triangle-height), 50% 0, 100% var(--triangle-height), 100% 100%, 50% 100%, 0 100%);
  }

  .fox-block.process-hexes .hex:last-of-type {
    clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% calc(100% - var(--triangle-height)), 0 100%);
  }
}

.fox-block.process-hexes .hex.red {
  background-color: #e11837;
}

.fox-block.process-hexes .hex.grey {
  background-color: #919d9d;
  color: var(--black);
}

.fox-block.process-hexes .hex.maroon {
  background-color: #9a1511;
}

.fox-block.process-hexes .hex.gold {
  background-color: var(--gold);
}

@media (min-width: 768px) {

  .fox-block.process-hexes .hex.group-a:nth-of-type(odd),
  .fox-block.process-hexes .hex.group-b:nth-of-type(even) {
    transform: translateX(-42%);
  }

  .fox-block.process-hexes .hex.group-a:nth-of-type(even),
  .fox-block.process-hexes .hex.group-b:nth-of-type(odd) {
    transform: translateX(42%);
  }
}

.fox-block.process-hexes .hex .step {
  left: 50%;
  padding: 0 5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

@media (max-width: 767px) {
  .fox-block.process-hexes .hex .step {
    left: auto;
    text-align: center;
    padding: 20px 10px;
    margin: 0;
    top: auto;
    transform: none;
    position: relative;
    width: 100%;
  }
}

.fox-block.process-hexes .number {
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  font-size: 3.875rem;
  font-weight: 600;
  height: 7.25rem;
  justify-content: center;
  margin-bottom: .5em;
  width: 7.25rem;
}

.fox-block.process-hexes .no-numbers .number {
  display: none;
}

.fox-block.process-hexes .hex.grey .number {
  color: var(--white);
}

.fox-block.process-hexes h5 {
  text-transform: uppercase;
}

.fox-block.process-hexes h4 {
  font-size: 2.5rem;
  line-height: 1;
}

.fox-block.process-hexes ul {
  margin: 0 0 0 -.5em;
}

.fox-block.process-hexes .extras {
  margin-top: 1.5em;
}

.fox-block.process-hexes .subtext {
  color: var(--black);
  font-size: 0.875rem;
}

.fox-block.process-hexes .images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.fox-block.process-hexes .images picture {
  flex: 0 0 32.5%;
}

.extras.single-image {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.extras.single-image .subtext,
.extras.single-image .subtext p {
  font-size: 1.063rem;
  font-style: italic;
  margin: 0;
  padding-left: .5em;
}

.extras.single-image .images {
  flex: 0 0 33%;
  display: block;
  order: -1;
}

.fox-block.process-hexes li {
  margin: 0;
}

.fox-block.process-hexes li li {
  list-style-type: '—';
  padding-left: .2em;
}

.fox-block.process-hexes .background {
  clip-path: polygon(0 calc(20% + (var(--triangle-height) * 4)), 100% 20%, 100% 90%, 0 calc(90% - (var(--triangle-height) * 4)));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.fox-block.process-hexes .overlay {
  background: var(--black);
  content: '';
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.fox-block.process-hexes .background picture {
  display: block;
  height: 70%;
  position: relative;
  top: 20%;
  width: 100%;
}

.fox-block.process-hexes .background img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

/* Testimonial */

.fox-block.process-hexes .fox-block {
  clip-path: none;
}

/* .fox-block.process-hexes .fox-block.testimonial-slider {
  margin: 0 -100px;
  max-width: 80vw;
} */

.fox-block.process-hexes .fox-block.testimonial-slider .slick-prev {
  left: -10vw;
}

.fox-block.process-hexes .fox-block.testimonial-slider .slick-next {
  right: -10vw;
}