/* Start custom CSS for html, class: .elementor-element-39d6f8e8 */.ccc-office-cta {
  width: 100%;
  padding: clamp(44px, 5vw, 64px) 24px;
  background: var(--ccc-color-ivory, #faf8f4);
  box-sizing: border-box;
}

.ccc-office-cta .ccc-office-cta__container {
  width: 100%;
  max-width: var(--ccc-container-width, 1120px);
  margin: 0 auto;
}

.ccc-office-cta .ccc-office-cta__band {
  display: grid;
  grid-template-columns: minmax(235px, 0.95fr) minmax(280px, 1.1fr) auto;
  align-items: center;
  gap: clamp(34px, 3.5vw, 48px);
  width: 100%;
  min-height: 223px;
  padding: 42px clamp(42px, 6vw, 80px);
  background: rgba(189, 180, 166, 0.28);
  box-sizing: border-box;
}

.ccc-office-cta .ccc-office-cta__title {
  margin: 0;
  padding: 0;
  color: var(--ccc-color-ink, #2f332b);
  font-family: var(--ccc-font-heading, "Playfair Display", Georgia, serif);
  font-size: clamp(2.35rem, 3vw, 2.85rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: none !important;
}

.ccc-office-cta .ccc-office-cta__description {
  margin: 0;
  padding: 4px 0 4px clamp(32px, 4vw, 54px);
  border-left: 1px solid rgba(189, 180, 166, 0.55);
  color: var(--ccc-color-ink, #2f332b);
  font-family: var(--ccc-font-body, Inter, Arial, sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-transform: none;
}

.ccc-office-cta .ccc-office-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 43px;
  margin: 0;
  padding: 0 26px;
  border: 1px solid var(--ccc-color-olive, #5e6b47);
  border-radius: 0;
  background: var(--ccc-color-olive, #5e6b47);
  color: #fff !important;
  font-family: var(--ccc-font-body, Inter, Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.ccc-office-cta .ccc-office-cta__button:hover {
  border-color: #4f5b3d;
  background: #4f5b3d;
  color: #fff !important;
  text-decoration: none !important;
}

.ccc-office-cta .ccc-office-cta__button:focus-visible {
  outline: 2px solid var(--ccc-color-olive, #5e6b47);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .ccc-office-cta .ccc-office-cta__button {
    transition: none;
  }
}

@media (max-width: 960px) {
  .ccc-office-cta .ccc-office-cta__band {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    min-height: 0;
    padding: 44px;
  }

  .ccc-office-cta .ccc-office-cta__description {
    padding: 0;
    border-left: 0;
  }

  .ccc-office-cta .ccc-office-cta__button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .ccc-office-cta {
    padding: 36px 20px;
  }

  .ccc-office-cta .ccc-office-cta__band {
    gap: 24px;
    padding: 34px 28px;
  }

  .ccc-office-cta .ccc-office-cta__title {
    font-size: clamp(2.15rem, 11vw, 2.65rem);
  }

  .ccc-office-cta .ccc-office-cta__description {
    font-size: 14px;
  }
}/* 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 */