/* Start custom CSS for html, class: .elementor-element-256d3e84 */.ccc-what-we-deliver {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: clamp(84px, 9vw, 132px) 32px;
  border: 0 !important;
  outline: 0 !important;
  overflow: hidden;
  color: #f8f4ed;
  background: var(--ccc-color-olive, #5e6b47);
  box-sizing: border-box;
  transform: translateX(-50%);
}

.ccc-what-we-deliver,
.ccc-what-we-deliver * {
  box-sizing: border-box;
}

.ccc-what-we-deliver .ccc-what-we-deliver__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(72px, 10vw, 154px);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.ccc-what-we-deliver .ccc-what-we-deliver__intro {
  align-self: start;
  padding-top: 6px;
}

.ccc-what-we-deliver .ccc-what-we-deliver__eyebrow {
  margin: 0 0 clamp(28px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--ccc-font-ui, Inter, Arial, sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ccc-what-we-deliver .ccc-what-we-deliver__heading {
  max-width: 10.5ch;
  margin: 0;
  padding: 0;
  color: #fffaf2;
  font-family: var(--ccc-font-heading, "Playfair Display", Georgia, serif);
  font-size: clamp(3.2rem, 5.1vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-transform: none;
}

.ccc-what-we-deliver .ccc-what-we-deliver__heading em {
  font-style: italic;
  font-weight: 400;
}

.ccc-what-we-deliver .ccc-what-we-deliver__promises {
  min-width: 0;
}

.ccc-what-we-deliver .ccc-what-we-deliver__promise {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 22px;
  margin: 0;
  padding: 28px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ccc-what-we-deliver .ccc-what-we-deliver__promise:first-child {
  padding-top: 0;
  border-top: 0;
}

.ccc-what-we-deliver .ccc-what-we-deliver__number {
  margin: 5px 0 0;
  color: #d9c79c;
  font-family: var(--ccc-font-ui, Inter, Arial, sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.ccc-what-we-deliver .ccc-what-we-deliver__content {
  min-width: 0;
}

.ccc-what-we-deliver .ccc-what-we-deliver__title {
  margin: 0 0 10px;
  padding: 0;
  color: #fffaf2;
  font-family: var(--ccc-font-heading, "Playfair Display", Georgia, serif);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.ccc-what-we-deliver .ccc-what-we-deliver__description {
  max-width: 48ch;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--ccc-font-body, Inter, Arial, sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}

.ccc-what-we-deliver .ccc-what-we-deliver__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  margin-top: 14px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  color: #fffaf2;
  font-family: var(--ccc-font-ui, Inter, Arial, sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, gap 180ms ease;
}

.ccc-what-we-deliver .ccc-what-we-deliver__link:hover,
.ccc-what-we-deliver .ccc-what-we-deliver__link:focus-visible {
  gap: 20px;
  border-color: #fff;
}

.ccc-what-we-deliver .ccc-what-we-deliver__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

@media (max-width: 900px) {
  .ccc-what-we-deliver {
    padding: 84px 28px 92px;
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__heading {
    max-width: 12ch;
    font-size: clamp(3.2rem, 9vw, 4.8rem);
  }
}

@media (max-width: 640px) {
  .ccc-what-we-deliver {
    padding: 72px 20px 78px;
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__container {
    gap: 52px;
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__eyebrow {
    margin-bottom: 26px;
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__heading {
    max-width: 10ch;
    font-size: clamp(2.85rem, 14vw, 3.6rem);
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__promise {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 26px 0 28px;
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__title {
    font-size: 1.55rem;
  }

  .ccc-what-we-deliver .ccc-what-we-deliver__description {
    font-size: 13.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ccc-what-we-deliver .ccc-what-we-deliver__link {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS */ .ccc-home-test-hero .ccc-split {
  align-items: center;
  min-height: clamp(420px, 62vh, 720px);
}

 .ccc-home-test-hero .ccc-stack:first-child {
  gap: clamp(18px, 2vw, 28px);
}

 .ccc-home-test-hero .ccc-stack:last-child {
  max-width: 28rem;
  justify-self: end;
  gap: 1.25rem;
}

 .ccc-home-test-hero .ccc-cluster {
  margin-top: 0.5rem;
}

 .ccc-home-test-hero .ccc-button--outline {
  border-color: rgba(31, 31, 31, 0.28);
}

@media (max-width: 900px) {
   .ccc-home-test-hero .ccc-split {
    min-height: auto;
  }

   .ccc-home-test-hero .ccc-stack:last-child {
    max-width: none;
    justify-self: stretch;
  }
}/* End custom CSS */