/* [project]/components/approach/approach.module.css [app-client] (css) */
.approach-module__CJO7zW__section {
  border-top: 1px solid var(--line);
  padding: 120px 48px;
}

.approach-module__CJO7zW__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.approach-module__CJO7zW__header {
  margin: 0 0 64px;
}

.approach-module__CJO7zW__eyebrow {
  letter-spacing: .28em;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
}

.approach-module__CJO7zW__heading {
  letter-spacing: -.025em;
  max-width: 920px;
  margin: 0;
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1.1;
}

.approach-module__CJO7zW__list {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.approach-module__CJO7zW__item {
  border-right: 1px solid var(--line);
  padding: 40px 32px 56px 0;
}

.approach-module__CJO7zW__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.approach-module__CJO7zW__item:nth-child(2), .approach-module__CJO7zW__item:nth-child(3) {
  padding-left: 32px;
}

.approach-module__CJO7zW__number {
  letter-spacing: .28em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
}

.approach-module__CJO7zW__title {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.1;
}

.approach-module__CJO7zW__desc {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .approach-module__CJO7zW__section {
    padding: 72px 20px;
  }

  .approach-module__CJO7zW__header {
    margin-bottom: 40px;
  }

  .approach-module__CJO7zW__list {
    grid-template-columns: 1fr;
  }

  .approach-module__CJO7zW__item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
  }

  .approach-module__CJO7zW__item:last-child {
    border-bottom: 0;
  }

  .approach-module__CJO7zW__item:nth-child(2), .approach-module__CJO7zW__item:nth-child(3) {
    padding-left: 0;
  }
}

/* [project]/components/cta-contact/cta-contact.module.css [app-client] (css) */
.cta-contact-module__TywGjG__section {
  border-top: 1px solid var(--line);
  padding: 160px 48px;
  position: relative;
  overflow: hidden;
}

.cta-contact-module__TywGjG__section:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(at 50% 120%, #00c48824 0%, #0000 60%);
  position: absolute;
  inset: 0;
}

.cta-contact-module__TywGjG__inner {
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.cta-contact-module__TywGjG__eyebrow {
  letter-spacing: .32em;
  color: var(--accent);
  text-transform: uppercase;
  margin: 0 0 40px;
  font-size: 12px;
  font-weight: 700;
}

.cta-contact-module__TywGjG__headline {
  letter-spacing: -.035em;
  margin: 0 0 40px;
  font-size: clamp(48px, 8vw, 136px);
  font-weight: 900;
  line-height: .98;
}

.cta-contact-module__TywGjG__accent {
  color: var(--accent);
}

.cta-contact-module__TywGjG__sub {
  color: var(--muted);
  max-width: 560px;
  margin: 0 0 56px;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}

.cta-contact-module__TywGjG__cta {
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--background);
  background: var(--foreground);
  border: 1px solid var(--foreground);
  align-items: center;
  gap: 12px;
  padding: 22px 32px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
  display: inline-flex;
}

.cta-contact-module__TywGjG__cta:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--background);
}

.cta-contact-module__TywGjG__ctaArrow {
  transition: transform .2s;
}

.cta-contact-module__TywGjG__cta:hover .cta-contact-module__TywGjG__ctaArrow {
  transform: translateX(6px);
}

@media (max-width: 768px) {
  .cta-contact-module__TywGjG__section {
    padding: 96px 20px;
  }

  .cta-contact-module__TywGjG__eyebrow {
    margin-bottom: 24px;
  }

  .cta-contact-module__TywGjG__headline {
    font-size: clamp(40px, 14vw, 72px);
  }

  .cta-contact-module__TywGjG__sub {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .cta-contact-module__TywGjG__cta {
    padding: 18px 24px;
    font-size: 12px;
  }
}

/* [project]/components/global-offices/global-offices.module.css [app-client] (css) */
.global-offices-module__V3B9Ma__section {
  border-top: 1px solid var(--line);
  max-width: 1680px;
  margin: 0 auto;
  padding: 120px 48px;
}

.global-offices-module__V3B9Ma__header {
  margin: 0 0 64px;
}

.global-offices-module__V3B9Ma__eyebrow {
  letter-spacing: .28em;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
}

.global-offices-module__V3B9Ma__heading {
  letter-spacing: -.025em;
  max-width: 1040px;
  margin: 0;
  font-size: clamp(32px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.06;
}

.global-offices-module__V3B9Ma__accent {
  color: var(--accent);
}

.global-offices-module__V3B9Ma__grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.global-offices-module__V3B9Ma__card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  gap: 12px;
  padding: 48px 40px 56px 0;
  display: flex;
  position: relative;
}

.global-offices-module__V3B9Ma__card:last-child {
  border-right: 0;
  padding-right: 0;
}

.global-offices-module__V3B9Ma__card:nth-child(2), .global-offices-module__V3B9Ma__card:nth-child(3) {
  padding-left: 40px;
}

.global-offices-module__V3B9Ma__index {
  letter-spacing: .24em;
  color: var(--accent);
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
}

.global-offices-module__V3B9Ma__role {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}

.global-offices-module__V3B9Ma__city {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.global-offices-module__V3B9Ma__country {
  color: var(--muted);
  letter-spacing: .04em;
  margin: 0 0 16px;
  font-size: 13px;
}

.global-offices-module__V3B9Ma__lead {
  color: var(--foreground);
  flex-grow: 1;
  max-width: 420px;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
}

.global-offices-module__V3B9Ma__pillars {
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.global-offices-module__V3B9Ma__pillar {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--foreground);
  border: 1px solid var(--line);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .global-offices-module__V3B9Ma__section {
    padding: 72px 20px;
  }

  .global-offices-module__V3B9Ma__header {
    margin-bottom: 40px;
  }

  .global-offices-module__V3B9Ma__grid {
    grid-template-columns: 1fr;
  }

  .global-offices-module__V3B9Ma__card {
    border-right: 0;
    padding: 32px 0;
  }

  .global-offices-module__V3B9Ma__card:nth-child(2), .global-offices-module__V3B9Ma__card:nth-child(3) {
    padding-left: 0;
  }

  .global-offices-module__V3B9Ma__city {
    font-size: clamp(32px, 10vw, 48px);
  }
}

/* [project]/components/page-header/page-header.module.css [app-client] (css) */
.page-header-module__PYXTZq__header {
  border-bottom: 1px solid var(--line);
  padding: 120px 32px 80px;
}

.page-header-module__PYXTZq__inner {
  flex-direction: column;
  gap: 24px;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
}

.page-header-module__PYXTZq__eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.page-header-module__PYXTZq__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--foreground);
  white-space: pre-line;
  margin: 0;
  font-size: clamp(48px, 7vw, 112px);
  font-weight: 900;
  line-height: .96;
}

.page-header-module__PYXTZq__description {
  max-width: 720px;
  color: var(--muted);
  margin: 0;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .page-header-module__PYXTZq__header {
    padding: 80px 20px 56px;
  }

  .page-header-module__PYXTZq__title {
    font-size: clamp(40px, 11vw, 72px);
    line-height: 1;
  }
}

@media print {
  .page-header-module__PYXTZq__header {
    display: none !important;
  }
}

/* [project]/components/reveal/reveal.module.css [app-client] (css) */
.reveal-module__7CW7xa__reveal {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .72s cubic-bezier(.2, .8, .2, 1), transform .72s cubic-bezier(.2, .8, .2, 1);
  transform: translateY(24px);
}

.reveal-module__7CW7xa__revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-module__7CW7xa__reveal {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

@media print {
  .reveal-module__7CW7xa__reveal {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

/* [project]/components/section-banner/section-banner.module.css [app-client] (css) */
.section-banner-module__OUEp_W__banner {
  aspect-ratio: 16 / 7;
  background: #0a0a0a;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-banner-module__OUEp_W__img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-banner-module__OUEp_W__banner {
    aspect-ratio: 4 / 3;
  }
}

/*# sourceMappingURL=components_0spjbkm._.css.map*/