/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --navy: #061426;
  --ink: #101820;
  --blue: #4a82b8;
  --sky: #9bc7f2;
  --paper: #f5f2eb;
  --white: #fff;
  --muted: #66727d;
  --line: rgba(7, 20, 38, .14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3, p {
  margin: 0;
}
.nav {
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.5vw;
  position: absolute;
  z-index: 20;
  width: 100%;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}
.nav nav {
  display: flex;
  gap: clamp(14px, 1.7vw, 28px);
  font-size: 12px;
  color: rgba(255,255,255,.75);
  white-space: nowrap;
}
.nav nav a:hover {
  color: white;
}
.navCta {
  justify-self: end;
  border: 1px solid rgba(255,255,255,.45);
  padding: 12px 18px;
  font-size: 13px;
}
.hero {
  min-height: 100svh;
  padding: 118px 7vw 46px;
  background: radial-gradient(circle at 79% 42%, rgba(74,130,184,.34) 0 1px, transparent 2px),
    linear-gradient(115deg, #061426 0 59%, #0b2843 59% 100%);
  background-size: 22px 22px, auto;
  color: white;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7vw;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.heroGrid {
  position: absolute;
  z-index: 1;
  inset: 84px 0 0;
  background: linear-gradient(rgba(155,199,242,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155,199,242,.08) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 90%, transparent);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(39vw, 590px);
  aspect-ratio: 1;
  right: -7vw;
  top: 16%;
  border: 1px solid rgba(155,199,242,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(155,199,242,.045),
    0 0 0 145px rgba(155,199,242,.035);
  pointer-events: none;
}
.heroCopy, .heroProof {
  position: relative;
  z-index: 2;
}
.heroBlueprintMark {
  position: absolute;
  z-index: 2;
  right: 5vw;
  top: 108px;
  display: flex;
  align-items: baseline;
  gap: 13px;
  color: rgba(255,255,255,.18);
}
.heroBlueprintMark span {
  font-size: clamp(62px, 8vw, 124px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}
.heroBlueprintMark i {
  width: 120px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 8px;
  line-height: 1.5;
  color: var(--sky);
}
.eyebrow, .sectionKicker {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
  color: var(--blue);
}
.hero .eyebrow {
  color: var(--sky);
  margin-bottom: 24px;
}
.hero .heroTitle {
  max-width: 1150px;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.heroIntroGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4vw;
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.25);
}
.heroIntroGrid p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,.78);
  font-weight: 400;
}
@media (max-width: 800px) {
  .heroIntroGrid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
  }
}
.hero .heroTitle em {
  font-style: normal;
  color: var(--sky);
}
.heroLead {
  max-width: 690px;
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.5;
  color: rgba(255,255,255,.78);
}
.heroActions {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 38px;
}
.heroSignals {
  max-width: 820px;
  margin-top: 42px;
  padding: 17px 20px;
  border: 1px solid rgba(155,199,242,.3);
  background: rgba(155,199,242,.07);
  backdrop-filter: blur(8px);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
.heroSignals div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.heroSignals span {
  color: var(--sky);
  font-size: 9px;
  letter-spacing: .15em;
  font-weight: 800;
}
.heroSignals strong {
  font-size: 14px;
  letter-spacing: .01em;
}
.heroSignals i {
  color: var(--sky);
  font-style: normal;
  opacity: .75;
}
.primaryBtn {
  background: white;
  color: var(--navy);
  padding: 16px 22px;
  font-weight: 700;
  font-size: 14px;
}
.textLink {
  font-size: 14px;
  font-weight: 700;
}
.textLink span {
  color: var(--sky);
  margin-left: 8px;
}
.heroProof {
  align-self: end;
  margin-bottom: 30px;
  padding: 32px;
  background: var(--sky);
  color: var(--navy);
  box-shadow: -18px 18px 0 rgba(74,130,184,.23);
}
.heroProof::before {
  content: "THE QUESTION";
  display: block;
  margin-bottom: 38px;
  font-size: 9px;
  letter-spacing: .18em;
  font-weight: 800;
  color: #275b89;
}
.heroProof p {
  color: #275b89;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .15em;
  font-weight: 800;
  margin-bottom: 15px;
}
.heroProof strong {
  display: block;
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.heroProof span {
  display: block;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(6,20,38,.22);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(6,20,38,.68);
}
.statement, .services, .partners {
  padding: 120px 7vw;
}
.statement h2, .sectionIntro h2, .whyHeadline h2, .partners h2, .contact h2, .hungaryCopy h2 {
  margin-top: 18px;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.statementGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  margin: 70px 0 0 32vw;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.statementGrid p {
  font-size: 18px;
  line-height: 1.65;
  color: #35414c;
}
.europe {
  min-height: 740px;
  padding: 125px 7vw;
  background: linear-gradient(90deg, rgba(3,14,29,.96) 0%, rgba(3,14,29,.79) 54%, rgba(3,14,29,.35) 100%),
    url("/blueprint-bg.webp") center/cover no-repeat;
  color: white;
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 10vw;
  align-items: center;
}
.europeOpening h2 {
  margin-top: 18px;
  font-size: clamp(62px, 8vw, 118px);
  line-height: .84;
  letter-spacing: -.065em;
}
.europeOpening h2 em {
  color: var(--sky);
  font-style: normal;
}
.europeOpening blockquote {
  margin: 55px 0 0;
  max-width: 650px;
  color: rgba(255,255,255,.7);
  font-size: 19px;
  line-height: 1.55;
}
.europeCase {
  padding-left: 30px;
  border-left: 1px solid rgba(255,255,255,.3);
}
.europeCase p {
  color: rgba(255,255,255,.66);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 22px;
}
.europeCase .europeLead {
  color: white;
  font-size: 25px;
  line-height: 1.35;
  margin-top: 0;
}
.architectureReveal {
  grid-column: 1 / -1;
  margin-top: 35px;
  border-top: 1px solid rgba(255,255,255,.28);
}
.architectureReveal > summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: 700;
}
.architectureReveal > summary::-webkit-details-marker {
  display: none;
}
.architectureReveal > summary span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.4);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 400;
  transition: transform .2s ease, background .2s ease;
}
.architectureReveal[open] > summary span {
  transform: rotate(45deg);
  background: var(--blue);
}
.architectureRevealBody {
  margin: 0 -3vw 0;
  padding: 70px 3vw 20px;
  background: #e9eef2;
  color: var(--ink);
}
.architectureIntro {
  display: grid;
  grid-template-columns: 1.1fr .65fr;
  column-gap: 10vw;
  align-items: end;
}
.architectureIntro h2 {
  margin-top: 18px;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1;
  letter-spacing: -.05em;
}
.architectureIntro > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  padding-bottom: 8px;
}
.architecturePillars {
  margin-top: 80px;
  border-top: 1px solid var(--line);
}
.architecturePillars article {
  display: grid;
  grid-template-columns: 70px .65fr .5fr 1fr;
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.architecturePillars article > span {
  color: var(--blue);
  font-size: 12px;
  letter-spacing: .12em;
  padding-top: 6px;
}
.architecturePillars h3 {
  font-size: 25px;
  line-height: 1.16;
}
.architecturePillars p, .architecturePillars li {
  color: #4c5964;
  line-height: 1.5;
}
.architecturePillars ul {
  margin: 0;
  padding-left: 18px;
}
.architecturePillars li + li {
  margin-top: 7px;
}
.hungaryProof {
  margin: 0;
  padding: 100px 7vw;
  background: #e9eef2;
  color: var(--ink);
  display: grid;
  grid-template-columns: .35fr 1fr .7fr;
  gap: 6vw;
  align-items: start;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}
.hungaryProof .sectionKicker.light {
  color: var(--blue);
}
.hungaryProof h3 {
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.hungaryProof > p:last-child {
  color: #53616d;
  line-height: 1.65;
}
.framework {
  background: var(--navy);
  color: white;
  padding: 120px 7vw 100px;
}
.sectionIntro {
  display: grid;
  grid-template-columns: 1.2fr .55fr;
  gap: 10vw;
  align-items: end;
}
.sectionIntro > p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,.62);
  padding-bottom: 8px;
}
.sectionKicker.light {
  color: var(--sky);
}
.strategicArc {
  margin-top: 74px;
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr;
  align-items: center;
  gap: 18px;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.strategicArc > div {
  text-align: center;
}
.strategicArc span, .strategicArc strong {
  display: block;
}
.strategicArc span {
  color: rgba(255,255,255,.6);
  font-size: 14px;
  margin-bottom: 7px;
}
.strategicArc strong {
  color: white;
  font-size: clamp(23px, 2.3vw, 34px);
  letter-spacing: -.03em;
}
.strategicArc b {
  color: var(--sky);
  text-align: center;
  font-size: 32px;
}
.strategicStepsLabel {
  margin-top: 52px;
  color: var(--sky);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
}
.frameworkPath {
  margin-top: 85px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.strategicStepsLabel + .frameworkPath {
  margin-top: 18px;
}
.frameworkStep {
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.frameworkStep summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 80px 1fr 30px;
  gap: 15px;
  padding: 24px 0;
  transition: padding .25s ease, background .25s ease;
}
.frameworkStep summary::-webkit-details-marker, .service summary::-webkit-details-marker {
  display: none;
}
.frameworkStep summary:hover {
  padding-left: 18px;
  background: rgba(155,199,242,.055);
}
.frameworkStep[open] {
  margin: 12px 0 24px;
  border: 1px solid rgba(155,199,242,.42);
  background: rgba(155,199,242,.035);
}
.frameworkStep[open] summary {
  padding: 24px 26px;
  background: var(--blue);
}
.frameworkStep[open] summary:hover {
  padding-left: 26px;
  background: var(--blue);
}
.frameworkStep[open] summary h3 {
  color: white;
}
.frameworkStep[open] summary p, .frameworkStep[open] summary > span {
  color: rgba(255,255,255,.78);
}
.frameworkStep summary > span {
  color: var(--sky);
  font: 12px/1 Arial;
  letter-spacing: .12em;
  padding-top: 8px;
}
.frameworkStep summary > div {
  display: grid;
  grid-template-columns: .6fr 1fr;
  gap: 35px;
  align-items: center;
}
.frameworkStep h3 {
  font-size: 27px;
  letter-spacing: -.025em;
  text-transform: capitalize;
}
.frameworkStep summary p {
  font-size: 15px;
  color: rgba(255,255,255,.62);
  line-height: 1.5;
  max-width: 600px;
}
.frameworkStep summary b, .service summary b {
  font-size: 24px;
  font-weight: 400;
  align-self: center;
  transition: transform .2s ease;
}
.frameworkStep[open] summary b, .service[open] summary b {
  transform: rotate(45deg);
}
.frameworkDetail {
  margin: 0 0 28px 95px;
  padding: 26px 30px;
  border-left: 1px solid var(--sky);
  background: rgba(155,199,242,.07);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.frameworkDetail div {
  display: block;
}
.frameworkDetail span, .serviceDetail span {
  display: block;
  color: var(--sky);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 10px;
}
.frameworkDetail p {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.55;
}
.strategicStepDetail {
  margin: 0;
  padding: 38px 34px 34px;
  background: #eef4f9;
  color: var(--ink);
  display: grid;
  grid-template-columns: .95fr 1.1fr .95fr;
  grid-template-areas: "question question question" "experience frame tools" "challenge challenge challenge";
  gap: 38px 42px;
}
.strategicStepDetail.hasFormula {
  grid-template-areas: "question question question" "experience frame tools" "formula formula formula" "challenge challenge challenge";
}
.strategicStepDetail > div > span {
  display: inline-block;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--blue);
}
.strategicStepDetail strong {
  font-size: 23px;
  line-height: 1.35;
}
.strategicStepDetail p, .strategicStepDetail li {
  color: #2d3945;
  font-size: 15px;
  line-height: 1.55;
}
.strategicStepDetail p + p {
  margin-top: 5px;
}
.strategicStepDetail ul {
  margin: 0;
  padding-left: 18px;
}
.strategicStepDetail li + li {
  margin-top: 5px;
}
.stepQuestion {
  grid-area: question;
  padding-bottom: 28px;
  text-align: center;
  border-bottom: 1px solid #b8cad9;
}
.stepQuestion > span {
  display: table !important;
  margin: 0 auto 14px;
}
.stepExperience {
  grid-area: experience;
}
.stepFrame {
  grid-area: frame;
  padding: 0 28px;
  border-left: 1px solid #b8cad9;
  border-right: 1px solid #b8cad9;
}
.stepTools {
  grid-area: tools;
}
.hopeFormula {
  grid-area: formula;
  justify-self: center;
  width: min(720px, 100%);
  padding: 18px 28px;
  border: 2px solid var(--navy);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 6px 14px rgba(6,20,38,.12);
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
  text-align: center;
}
.hopeFormula strong {
  font-size: 20px;
  line-height: 1.18;
}
.hopeFormula strong:first-child {
  text-align: left;
}
.hopeFormula strong:last-child {
  text-align: right;
}
.hopeFormula em {
  font-style: normal;
}
.hopeFormula b {
  color: var(--blue);
  font-size: 44px;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(6,20,38,.2);
}
.stepChallenge {
  grid-area: challenge;
  padding: 22px 25px;
  background: var(--blue);
  color: white;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
}
.strategicStepDetail .stepChallenge > span {
  color: white;
  border-color: rgba(255,255,255,.7);
  margin: 0;
}
.stepChallenge strong {
  font-size: 15px;
  line-height: 1.45;
}
.hopeDeepDive {
  margin: -4px 0 32px 95px;
  padding: 30px;
  background: white;
  color: var(--navy);
}
.deepDiveLabel {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 14px;
}
.hopeShift {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
}
.hopeShift > div {
  position: relative;
  min-height: 92px;
  padding: 20px 28px;
  border: 1px solid #c7d6e3;
}
.hopeShift > div:nth-child(2) {
  border-color: var(--blue);
}
.hopeShift > div:nth-child(3) {
  background: #10283f;
  color: white;
  border-color: #10283f;
}
.hopeShift > div:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  right: -14px;
  top: 31px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
}
.hopeShift strong, .hopeShift span {
  display: block;
}
.hopeShift strong {
  font-size: 18px;
  margin-bottom: 8px;
}
.hopeShift span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.hopeShift > div:nth-child(3) span {
  color: var(--sky);
}
.hopeDeepDive ol {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: hope-moves;
}
.hopeDeepDive li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  counter-increment: hope-moves;
}
.hopeDeepDive li::before {
  content: counter(hope-moves);
  position: absolute;
  left: 0;
  color: var(--blue);
}
.hopeChallenge {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  align-items: center;
  padding: 17px 20px;
  background: var(--blue);
  color: white;
}
.hopeChallenge span {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 800;
}
.hopeChallenge strong {
  font-size: 15px;
  line-height: 1.4;
}
.frameworkClose {
  margin-top: 45px;
  text-align: right;
  color: var(--sky);
  font-size: 18px;
}
.services {
  background: #0b2843;
  color: white;
}
.services .sectionIntro > p, .services .sectionIntro.darkText > p {
  color: rgba(255,255,255,.67);
}
.services .sectionKicker {
  color: var(--sky);
}
.servicePath {
  margin-top: 80px;
}
.service {
  max-width: 980px;
  margin-top: 12px;
  color: white;
  transition: transform .2s ease;
}
.service:hover {
  transform: translateX(10px);
}
.service summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 70px 1fr 30px;
  padding: 26px 32px;
}
.service1 {
  background: #174a72;
  margin-left: 0;
}
.service2 {
  background: #27897f;
  margin-left: 6%;
}
.service3 {
  background: #c8792e;
  margin-left: 12%;
}
.service4 {
  background: #7c5aa6;
  margin-left: 18%;
}
.service5 {
  background: #b94259;
  margin-left: 24%;
}
.serviceNumber {
  font-size: 12px;
  letter-spacing: .12em;
  padding-top: 5px;
  opacity: .72;
}
.serviceBody {
  display: grid;
  grid-template-columns: 115px 280px 1fr;
  align-items: center;
  gap: 20px;
}
.serviceBody > p {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .76;
}
.serviceBody h3 {
  font-size: 24px;
}
.serviceBody > span {
  font-size: 14px;
  line-height: 1.45;
  opacity: .78;
}
.serviceDetail {
  margin: 0 32px 0 102px;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(255,255,255,.28);
  display: grid;
  grid-template-columns: .7fr 1fr .7fr;
  gap: 32px;
}
.serviceDetail span {
  color: rgba(255,255,255,.7);
}
.serviceDetail p, .serviceDetail li {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.86);
}
.serviceDetail ul {
  margin: 0;
  padding-left: 18px;
}
.serviceDetail li + li {
  margin-top: 5px;
}
.why {
  padding: 120px 7vw;
  display: grid;
  grid-template-columns: .75fr 1.15fr;
  gap: 9vw;
  background: white;
}
.whyHeadline {
  position: sticky;
  top: 50px;
  align-self: start;
}
.whyHeadline h2 {
  font-size: clamp(42px, 4.5vw, 65px);
}
.principles article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.principles article > span {
  color: var(--blue);
  font-size: 12px;
}
.principles h3 {
  font-size: 23px;
  margin-bottom: 8px;
}
.principles p {
  color: var(--muted);
  line-height: 1.5;
}
.whyHungary {
  padding: 120px 7vw;
  background: #163d62;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.hungaryCopy > p:last-child {
  margin-top: 35px;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.65;
  max-width: 650px;
}
.outcomes {
  border-top: 1px solid rgba(255,255,255,.25);
}
.outcomes div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.outcomes strong {
  color: var(--sky);
  font-size: 11px;
  letter-spacing: .12em;
}
.outcomes span {
  font-size: 18px;
}
.partners {
  background: white;
  color: var(--ink);
  border-top: 10px solid #e9eef2;
}
.partners h2 {
  max-width: 800px;
}
.partnerLine {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.partnerLine span {
  flex: 1 1 240px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.contact {
  padding: 90px 7vw;
  background: var(--navy);
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
}
.contact h2 {
  max-width: 850px;
}
.contact > a {
  flex: none;
  border: 1px solid rgba(255,255,255,.48);
  padding: 18px 22px;
  font-weight: 700;
}
.contact > a span {
  color: var(--sky);
  margin-left: 18px;
}
footer {
  background: #030c17;
  color: rgba(255,255,255,.58);
  padding: 60px 7vw;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 70px;
  align-items: end;
  font-size: 12px;
}
.footerBrand img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  margin-bottom: 15px;
}
footer > div:nth-child(2) {
  display: flex;
  gap: 25px;
  color: white;
}
@media (max-width: 900px) {
  .nav {
    grid-template-columns: 1fr auto;
  }
  .nav nav {
    display: none;
  }
  .brand span {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }
  .heroBlueprintMark {
    right: 4vw;
    top: 98px;
    opacity: .55;
  }
  .heroProof {
    max-width: 600px;
    margin-top: 45px;
  }
  .statementGrid {
    margin-left: 0;
  }
  .sectionIntro, .why, .whyHungary, .europe, .architectureIntro, .hungaryProof {
    grid-template-columns: 1fr;
  }
  .europeCase {
    margin-top: 50px;
  }
  .architectureRevealBody {
    margin-left: 0;
    margin-right: 0;
  }
  .strategicArc {
    grid-template-columns: 1fr 40px 1fr 40px 1fr;
  }
  .architecturePillars article {
    grid-template-columns: 50px 1fr;
  }
  .architecturePillars article p, .architecturePillars article ul {
    grid-column: 2;
  }
  .whyHeadline {
    position: static;
  }
  .service {
    margin-left: 0 !important;
    max-width: none;
  }
  .serviceBody {
    grid-template-columns: 100px 1fr;
  }
  .serviceBody > span {
    grid-column: 1 / -1;
  }
  .contact {
    align-items: flex-start;
    flex-direction: column;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .nav {
    padding: 0 22px;
  }
  .navCta {
    padding: 10px 12px;
  }
  .hero {
    padding: 140px 22px 72px;
    min-height: 720px;
  }
  .heroBlueprintMark {
    display: none;
  }
  .hero .heroTitle {
    font-size: clamp(38px, 7vw, 52px);
  }
  .heroLead {
    font-size: 18px;
  }
  .heroActions {
    align-items: flex-start;
    flex-direction: column;
  }
  .heroSignals {
    grid-template-columns: 1fr 1fr;
    gap: 18px 26px;
    width: 100%;
  }
  .heroSignals i {
    display: none;
  }
  .statement, .services, .partners, .framework, .why, .whyHungary {
    padding: 80px 22px;
  }
  .europe {
    padding: 100px 22px 80px;
  }
  .architectureRevealBody {
    padding: 48px 20px 8px;
  }
  .hungaryProof {
    padding: 70px 22px;
  }
  .statementGrid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .frameworkStep summary > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .frameworkStep summary {
    grid-template-columns: 42px 1fr 24px;
  }
  .frameworkDetail {
    margin-left: 42px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strategicArc {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .strategicArc b {
    transform: rotate(90deg);
    font-size: 24px;
  }
  .strategicStepDetail {
    margin: 0;
    padding: 24px 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "question" "experience" "frame" "tools" "challenge";
    gap: 28px;
  }
  .strategicStepDetail.hasFormula {
    grid-template-areas: "question" "experience" "frame" "tools" "formula" "challenge";
  }
  .stepFrame {
    padding: 0;
    border: 0;
  }
  .hopeFormula {
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hopeFormula b {
    transform: rotate(90deg);
    font-size: 30px;
  }
  .hopeFormula strong:first-child, .hopeFormula strong:last-child {
    text-align: center;
  }
  .stepChallenge {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hopeDeepDive {
    margin-left: 42px;
    padding: 20px;
  }
  .hopeShift, .hopeDeepDive ol {
    grid-template-columns: 1fr;
  }
  .hopeShift > div:not(:last-child)::after {
    content: "↓";
    right: 16px;
    top: auto;
    bottom: -18px;
  }
  .hopeChallenge {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service summary {
    grid-template-columns: 40px 1fr 24px;
    padding: 22px 18px;
  }
  .serviceBody {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .serviceBody > span {
    grid-column: auto;
    margin-top: 8px;
  }
  .serviceDetail {
    margin: 0 18px 0 58px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact {
    padding: 75px 22px;
  }
  footer {
    padding: 55px 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
  }
}
.moment {
  padding: 110px 7vw 80px;
  background: var(--paper);
}
.momentHeading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 52px;
}
.momentHeading h2 {
  margin-top: 20px;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .98;
  letter-spacing: -.055em;
}
.momentHeading h2 em {
  font-style: normal;
  color: #4a7092;
}
.momentHeading > p {
  max-width: 330px;
  font-size: 17px;
  line-height: 1.65;
  color: #53616d;
}
.momentGrid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}
.momentGrid > * {
  min-width: 0;
}
.momentTag, .momentCaption {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.momentPlaceholder {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border: 1px dashed #9baba9;
}
.momentPlaceholder h3, .momentVideo h3, .momentOliver h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.momentPlaceholder p {
  max-width: 330px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 14px;
  color: #4d625e;
}
.momentPlus {
  display: block;
  font-size: 44px;
  font-weight: 300;
  color: #6a8580;
  margin-bottom: 20px;
}
.momentCrowd {
  grid-column: span 8;
  min-height: 420px;
  background: linear-gradient(145deg, #e2e8dc, #c9d9d4);
  color: #233d39;
}
.momentVideo {
  grid-column: span 4;
  padding: 28px;
  background: var(--navy);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
.momentPlay {
  border: 1px solid #9bc7f2;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--sky);
}
.momentVideo p {
  font-size: 14px;
  margin-top: 16px;
}
.momentVideo .momentCaption {
  color: #a9bbca;
}
.momentQuote {
  grid-column: span 4;
  background: #e1eaf1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.momentQuote blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(25px, 2.5vw, 35px);
  line-height: 1.25;
  color: #193b58;
}
.momentQuote strong {
  font-size: 15px;
}
.momentQuote p {
  font-size: 12px;
  line-height: 1.6;
  color: #52687a;
  margin-top: 8px;
}
.momentNyt {
  grid-column: span 8;
  background: #080808;
  color: white;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.momentNyt img {
  display: block;
  width: 100%;
  height: auto;
}
.momentNyt > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 22px;
  font-size: 12px;
  line-height: 1.5;
}
.momentFaces {
  grid-column: span 7;
  min-height: 310px;
  background: linear-gradient(130deg, #f1e2d5, #e5cabc);
  color: #5d4538;
  border-color: #ba9c87;
}
.momentFaces p, .momentFaces .momentPlus {
  color: #785c4c;
}
.momentOliver {
  grid-column: span 5;
  background: #4a7092;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.momentOliver p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 340px;
}
.momentGrid a {
  transition: transform .2s ease, box-shadow .2s ease;
}
.momentGrid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #06142618;
}
.momentGrid a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.momentDraft {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.6;
  color: #66727d;
}
@media (max-width: 800px) {
  .moment {
    padding: 75px 22px 55px;
  }
  .momentHeading {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .momentHeading > p {
    max-width: 500px;
  }
  .momentGrid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .momentGrid > * {
    grid-column: 1;
  }
  .momentCrowd {
    min-height: 350px;
  }
  .momentVideo {
    min-height: 360px;
  }
  .momentGrid a:hover {
    transform: none;
  }
}
.services .sectionIntro {
  grid-template-columns: 1fr;
}
.services .sectionIntro h2 {
  max-width: 1000px;
}
.collaborations {
  padding: 100px 7vw;
  background: #e7edf0;
}
.collaborationsHeading {
  margin-bottom: 48px;
}
.collaborationsHeading h2 {
  margin-top: 18px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.collaborationsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.collaborationTile {
  aspect-ratio: 1;
  padding: clamp(18px, 2.2vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  background: #d8e4ee;
  color: var(--navy);
}
.collaborationNumber {
  font-size: 11px;
  letter-spacing: .13em;
  opacity: .65;
}
.collaborationTile h3 {
  font-size: clamp(22px, 2.4vw, 35px);
  line-height: 1.08;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
.collaborationFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .75;
}
.collaborationFooter b {
  font-size: 24px;
  font-weight: 400;
}
.collaborationFeature {
  grid-column: span 2;
  grid-row: span 2;
  background: var(--navy);
  color: white;
  padding: 36px;
}
.collaborationFeature h3 {
  font-size: clamp(50px, 6vw, 90px);
  color: var(--sky);
}
.collaborationFeature:hover {
  background: #12324d;
}
.collaborationFeature:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.collaborationBlue {
  background: #4a7092;
  color: white;
}
.collaborationPaper {
  background: #f5f2eb;
}
.collaborationMist {
  background: #cbdedb;
}
.collaborationSand {
  background: #e4d8c7;
}
.collaborationWide {
  background: #304a44;
  color: white;
}
.collaborationsNote {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.6;
  color: #66727d;
}
@media (max-width: 1000px) {
  .collaborationsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .collaborations {
    padding: 70px 22px;
  }
  .collaborationsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .collaborationFeature {
    padding: 28px;
  }
  .collaborationTile h3 {
    font-size: clamp(19px, 4.8vw, 28px);
  }
  .collaborationFeature h3 {
    font-size: clamp(48px, 12vw, 76px);
  }
  .collaborationTile {
    gap: 14px;
  }
}
.audienceClosing {
  max-width: 1000px;
  margin: 56px auto 0;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.6;
  color: #53616d;
  letter-spacing: -.02em;
}
.audienceClosing strong {
  color: var(--navy);
  font-weight: 700;
}
div.collaborationFeature:hover {
  background: var(--navy);
}
.hero .heroTitle {
  max-width: 1150px;
  font-weight: 400;
}
.hero .heroTitle > strong {
  display: block;
  font-weight: 800;
  font-size: .9em;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.hero .heroTitle > span {
  display: block;
  font-size: .78em;
  max-width: 1050px;
  margin-top: 16px;
  font-weight: 400;
  color: var(--sky);
  line-height: 1.08;
}
.heroIntroGrid {
  border-top: 0;
  padding-top: 0;
  gap: 3.5vw;
  margin-top: 50px;
}
.heroIntroGrid article {
  border-top: 1px solid rgba(155,199,242,.38);
  padding-top: 20px;
}
.heroIntroGrid h2 {
  color: var(--sky);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.heroIntroGrid p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.73);
}
.heroIntroGrid .heroOpening {
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.4;
  letter-spacing: -.015em;
  color: #fff;
  font-weight: 400;
}
.heroIntroGrid p + p {
  margin-top: 18px;
}
@media (max-width: 800px) {
  .heroIntroGrid {
    gap: 30px;
    margin-top: 38px;
  }
  .heroIntroGrid h2 {
    margin-bottom: 16px;
  }
}
.heroContext {
  max-width: 950px;
  margin-top: 28px;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
  color: rgba(255,255,255,.73);
}
.whyHungary {
  position: relative;
  isolation: isolate;
  background: #163d62;
}
.whyHungary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("/hbi-europe-network.webp") center right / cover no-repeat;
  opacity: .20;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 30%, #000 75%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 30%, #000 75%);
}
@media (max-width: 800px) {
  .whyHungary::before {
    background-position: 65% center;
    opacity: .14;
    mask-image: linear-gradient(180deg, transparent, #000 60%);
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 60%);
  }
}
.hungaryCopy h2 + p {
  margin-top: 32px;
}
.hungaryCopy h2 {
  font-weight: 400;
}
.hungaryCopy h2 strong {
  font-weight: 800;
  color: var(--sky);
}
.hungaryCopy > p:last-child {
  color: #fff;
  font-weight: 700;
}
.moment {
  position: relative;
  isolation: isolate;
  background: #fafaf8;
}
.moment::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("/blueprint-light.webp") center top / 1500px auto repeat-y;
  opacity: .12;
  mix-blend-mode: multiply;
}
.momentHeading h2 em {
  font-weight: 800;
}
.momentPhoto {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.momentPhoto > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.momentPhoto figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 60px 28px 26px;
  color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
}
.momentPhoto h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -.04em;
  margin-bottom: 12px;
}
.momentPhoto h3, .momentVideo h3 {
  font-weight: 800;
}
.momentVideoImage {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  margin: -28px -28px 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
}
.momentQuote {
  background: linear-gradient(rgba(225,234,241,.89), rgba(225,234,241,.95)),
    url("/obama-quote-background.webp") center top / cover no-repeat;
}
.momentOliver h3 {
  font-weight: 800;
}
.momentOliverImage {
  display: block;
  width: calc(100% + 60px);
  max-width: none;
  margin: -30px -30px 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #061426;
}
.momentHumanVideo {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  min-height: 380px;
}
.momentHumanVideo video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.momentHumanVideo figcaption {
  position: absolute;
  inset: 0 0 auto;
  padding: 26px 28px 65px;
  pointer-events: none;
  color: white;
  background: linear-gradient(rgba(0,0,0,.65), transparent);
}
.momentHumanVideo h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 800;
}
@media (max-width: 800px) {
  .momentHumanVideo {
    min-height: 300px;
  }
}
.framework {
  position: relative;
  isolation: isolate;
}
.framework::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("/blueprint-dark.webp") right top / 1500px auto repeat-y;
  opacity: .16;
}
.framework .sectionIntro h2 {
  font-weight: 800;
}
@media (max-width: 800px) {
  .framework::before {
    opacity: .1;
    background-size: 1100px auto;
  }
}
.frameworkStep h3 {
  font-weight: 800;
}
.services {
  background-color: #0b2843;
  background-image: radial-gradient(circle, rgba(155,199,242,.16) .8px, transparent 1px);
  background-size: 22px 22px;
}
.services .sectionIntro h2 {
  font-weight: 800;
}
.collaborationsHeading h2 {
  font-weight: 800;
}
.collaborationWithImage {
  padding: 0;
  overflow: hidden;
  background: #162359;
}
.collaborationWithImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.collaborationTisza {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.collaborationTisza > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collaborationTisza h3 {
  position: absolute;
  inset: 0 0 auto;
  padding: 28px 32px 60px;
  background: linear-gradient(rgba(6,20,38,.72), transparent);
  color: white;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 800;
}
.collaborationApp {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #b6d9d1;
}
.collaborationApp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collaborationApp h3 {
  position: absolute;
  inset: auto 0 0;
  padding: 26px 16px 16px;
  background: linear-gradient(transparent, rgba(6,20,38,.94));
  color: white;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
}
.collaborationApp:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.collaborations {
  position: relative;
  isolation: isolate;
  background: #f4f6f7;
}
.collaborations::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("/collaborations-globe.webp") right center / cover no-repeat;
  opacity: .22;
  mix-blend-mode: multiply;
}
.collaborationGuardians {
  padding: 0;
  overflow: hidden;
  background: #24b9c9;
}
.collaborationGuardians img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.collaborationKozhang {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #111b17;
}
.collaborationKozhang img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 35% center;
}
.collaborationKozhang h3 {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 20px 20px;
  background: linear-gradient(transparent, rgba(6,20,15,.95));
  color: white;
  font-weight: 800;
}
.collaborationArtful {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #000;
}
.collaborationArtful img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collaborationArtful h3 {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 20px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,.95));
  color: white;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
}
.collaborationArtful:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.collaborationCommunity {
  padding: 0;
  overflow: hidden;
  background: #303739;
}
.collaborationCommunity img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.collaborationCommunity:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.collaborationGovernment {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #163d62;
}
.collaborationGovernment img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collaborationGovernment h3 {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 20px 20px;
  background: linear-gradient(transparent, rgba(6,20,38,.95));
  color: white;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
}
.collaborationEurope {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #00162e;
}
.collaborationEurope img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.collaborationEurope h3 {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 20px 20px;
  background: linear-gradient(transparent, rgba(6,20,38,.92));
  color: white;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
}
footer {
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr) auto;
  gap: 32px;
}
footer > div:nth-child(2) {
  flex-wrap: wrap;
  gap: 16px 24px;
}
.footerCta {
  color: white;
  white-space: nowrap;
  align-self: center;
}
.footerCopyright {
  grid-column: 1 / -1;
}
@media (max-width: 1100px) {
  footer {
    grid-template-columns: 1fr;
  }
  .footerCta {
    justify-self: start;
  }
}
.hero .heroTitle > span {
  letter-spacing: -.015em;
}
.publications {
  padding: 85px 7vw 100px;
  background: var(--paper);
}
.publications h2 {
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
  margin-bottom: 42px;
}
.publicationsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.publicationCard {
  display: block;
  background: white;
  border: 1px solid var(--line);
}
.publicationImage {
  aspect-ratio: 2.5;
  padding: 20px;
  display: flex;
  align-items: center;
}
.publicationImage img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.publicationCard > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}
.publicationCard b {
  color: var(--blue);
  font-size: 22px;
}
.publicationCard:hover {
  border-color: var(--blue);
}
.publicationCard:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.nav nav {
  gap: clamp(10px, 1.2vw, 20px);
}
@media (max-width: 800px) {
  .publications {
    padding: 65px 22px;
  }
  .publicationsGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.audienceClosing {
  border-bottom: 1px solid var(--line);
  padding-bottom: 36px;
}
.collaborations {
  padding-bottom: 50px;
}
.publications {
  padding-top: 40px;
}
@media (max-width: 800px) {
  .collaborations {
    padding-bottom: 35px;
  }
  .publications {
    padding-top: 30px;
  }
}
.publicationCard > span {
  background-color: #245a86;
  background-image: radial-gradient(circle, rgba(155,199,242,.18) .7px, transparent 1px);
  background-size: 15px 15px;
  color: white;
  border-top-color: #245a86;
}
.publicationCard b {
  color: white;
}
.publicationCard {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.publicationImage {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
.publicationImage img {
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-height: none;
  object-fit: contain;
}
.publicationCard > span {
  margin-top: auto;
  background-color: #1b466d;
  border-top-color: #1b466d;
}
footer {
  background-color: #0b2843;
  background-image: radial-gradient(circle, rgba(155,199,242,.16) .8px, transparent 1px);
  background-size: 22px 22px;
}
.publicationCard > span {
  background-color: #153957;
  border-top-color: #153957;
  background-image: radial-gradient(circle, rgba(155,199,242,.18) .7px, transparent 1px);
  background-size: 16px 16px;
}
footer {
  background-color: #082038;
}
.publicationCard > span {
  background-color: #102e49;
  border-top-color: #102e49;
}
.outcomesToggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 24px;
  padding: 13px 0;
  border: 0;
  background: transparent;
  color: var(--sky);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.outcomesToggle:hover {
  color: white;
}
.outcomesToggle span {
  font-size: 24px;
}
.outcomesToggle:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 5px;
}
.outcomesToggle {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 20px;
}
.outcomesToggle span {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}
.outcomesToggle .outcomesToggleLabel {
  grid-column: 2;
  font-size: 15px;
}
.framework .sectionIntro {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
.framework .sectionIntro > p {
  max-width: 620px;
}
.frameworkTitleLine {
  white-space: nowrap;
}
@media (max-width: 650px) {
  .framework .sectionIntro h2 {
    font-size: clamp(22px, 5.7vw, 37px);
  }
}
.collaborationTisza:focus-visible, .collaborationKozhang:focus-visible, .collaborationGuardians:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.flagshipPartnership {
  background-image: linear-gradient(90deg, rgba(3,14,29,.96), rgba(3,14,29,.65)), url("/hbi-europe-network.webp");
}
.flagshipPartnership h2 {
  font-weight: 800;
}
.collaborationEurope:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.publications > .sectionKicker {
  margin-bottom: 18px;
}
.publicationsGrid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.publicationImage {
  aspect-ratio: 2.2;
}
.publicationImage img {
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
}
.publicationCard > span {
  padding: 13px 16px;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .publicationsGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .publicationsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .publicationsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (max-width: 380px) {
  .publicationsGrid {
    grid-template-columns: 1fr;
  }
}
.opening {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #05182f;
  color: white;
  min-height: 100svh;
  padding: 140px 7vw 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
}
.openingGlobe {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/collaborations-globe.webp") right center / auto 115% no-repeat;
  filter: invert(1) hue-rotate(180deg) saturate(1.5);
  mix-blend-mode: screen;
  opacity: .6;
}
.opening::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #05182f 0%, rgba(5,24,47,.93) 30%, rgba(5,24,47,.3) 75%, rgba(5,24,47,.12));
}
.openingContent {
  max-width: 1100px;
}
.openingIdentity {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
.openingIdentity img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}
.openingIdentity > span {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--sky);
}
.opening h1 {
  margin: 0;
  font-weight: 400;
}
.openingPremise, .openingTurn {
  display: block;
  font-size: clamp(21px, 2.45vw, 36px);
  line-height: 1.35;
  letter-spacing: -.02em;
}
.openingTurn {
  color: #c1d0df;
  margin-top: 5px;
}
.opening h1 > strong {
  display: block;
  margin-top: 22px;
  font-size: clamp(62px, 8vw, 120px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 800;
}
.opening h1 em {
  font-style: normal;
  color: var(--sky);
}
.openingDescription {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.7;
  color: #d2deea;
  margin-top: 34px;
}
.openingBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #9bc7f24d;
  padding-top: 24px;
}
.openingBottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.openingBottom li {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #afcbe4;
}
.openingBottom a {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  white-space: nowrap;
}
.openingBottom a span {
  font-size: 24px;
  color: var(--sky);
}
.openingBottom a:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 8px;
}
@media (max-width: 800px) {
  .opening {
    padding: 120px 22px 30px;
  }
  .openingIdentity {
    margin-bottom: 30px;
  }
  .openingGlobe {
    background-position: 65% center;
    opacity: .3;
  }
  .opening::after {
    background: linear-gradient(90deg, #05182fcc, #05182f44);
  }
  .openingBottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .openingDescription {
    font-size: 16px;
  }
}
.openingDescription {
  max-width: 850px;
}
.openingBeacon {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 39%;
  right: 13%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 8px 3px #fff9, 0 0 30px 12px #9bc7f24d;
}
.openingBeacon::before, .openingBeacon::after {
  content: "";
  position: absolute;
  background: linear-gradient(transparent, white, transparent);
  left: 4px;
  top: -13px;
  width: 1px;
  height: 35px;
}
.openingBeacon::after {
  transform: rotate(90deg);
}
.openingBeacon i {
  position: absolute;
  inset: -12px;
  border: 1px solid #ffffff40;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .openingDescription {
    max-width: 620px;
  }
  .openingBeacon {
    right: 22%;
    opacity: .75;
  }
}
.openingBeacon {
  top: 29%;
  width: 5px;
  height: 5px;
  box-shadow: 0 0 4px 1px rgba(255,255,255,.35);
}
.openingBeacon::before, .openingBeacon::after, .openingBeacon i {
  display: none;
}
.openingBeacon {
  right: 18%;
}
@media (max-width: 800px) {
  .openingBeacon {
    right: 27%;
  }
}
.openingBeacon {
  transform: translate(-20px, 40px);
}
.openingBeacon {
  box-shadow: 0 0 5px 2px rgba(255,255,255,.45), 0 0 14px 5px rgba(200,226,255,.2);
}
.service summary {
  grid-template-columns: 70px minmax(0, 1fr) 30px;
  column-gap: 14px;
}
.serviceBody {
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 28px;
}
.serviceBody h3 {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.2;
}
.serviceBody > span {
  min-width: 0;
  grid-column: auto;
}
@media (max-width: 1100px) {
  .serviceBody {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}
@media (max-width: 650px) {
  .service summary {
    grid-template-columns: 32px minmax(0, 1fr) 24px;
    column-gap: 10px;
  }
}
.hero {
  background: #fafbf9;
  color: var(--navy);
}
.hero .eyebrow, .heroIntroGrid h2 {
  color: #376c99;
}
.hero .heroTitle > span {
  color: #376c99;
}
.heroContext {
  color: #4b5d6c;
}
.heroIntroGrid .heroOpening {
  color: #152f46;
}
.heroIntroGrid article {
  border-top-color: rgba(22,61,98,.23);
}
.heroBlueprintMark {
  color: rgba(22,61,98,.08);
}
.heroBlueprintMark i {
  color: #6487a5;
}
.heroGrid {
  opacity: .3;
  background-image: linear-gradient(rgba(74,130,184,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(74,130,184,.12) 1px, transparent 1px);
}
.hero::after {
  border-color: rgba(74,130,184,.12);
  box-shadow: 0 0 0 72px rgba(74,130,184,.025), 0 0 0 145px rgba(74,130,184,.02);
}
.whyHungary {
  background: radial-gradient(circle at 79% 42%, rgba(74,130,184,.34) 0 1px, transparent 2px), linear-gradient(115deg, #061426 0 59%, #0b2843 59% 100%);
  background-size: 22px 22px, auto;
}
.whyHungary::before {
  display: none;
}
.services {
  background: #fafbf9;
  color: var(--navy);
}
.services .sectionKicker {
  color: #376c99;
}
.whoWeAre {
  padding: 110px 7vw;
  color: white;
  background-color: #0b2843;
  background-image: radial-gradient(circle, rgba(155,199,242,.16) .8px, transparent 1px);
  background-size: 22px 22px;
}
.whoWeAre > .sectionKicker {
  color: var(--sky);
  margin-bottom: 48px;
}
.whoWeAreIntro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7vw;
}
.whoWeAreIdentity {
  display: flex;
  align-items: center;
  gap: 26px;
}
.whoWeAreIdentity img {
  width: clamp(80px, 9vw, 130px);
  height: auto;
}
.whoWeAreIdentity h2 {
  font-size: clamp(25px, 3vw, 44px);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.whoWeAreIntro > p {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.65;
  color: #d2deea;
}
.whoWeAreIntro strong {
  color: white;
}
.whoWeArePeople {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  margin-top: 60px;
}
.whoWeArePeople h3 {
  padding-top: 24px;
  border-top: 1px solid #9bc7f24d;
  font-size: 25px;
  font-weight: 600;
}
.openingBeacon {
  transform: translate(-10px, 40px);
}
.nav {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
}
.nav nav {
  justify-content: center;
  flex-wrap: wrap;
  white-space: normal;
  gap: 8px 16px;
}
@media (max-width: 1100px) {
  .nav {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 800px) {
  .whoWeAreIntro {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .whoWeAre {
    padding: 80px 22px;
  }
}
@media (max-width: 450px) {
  .whoWeArePeople {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .whoWeAreIdentity {
    gap: 18px;
  }
}
.whoWeArePerson {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid #9bc7f24d;
}
.whoWeArePerson img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 50%;
}
.whoWeArePeople .whoWeArePerson h3 {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 22px;
}
.opening {
  min-height: auto;
  padding-bottom: 70px;
}
.hero {
  min-height: auto;
  padding-top: 60px;
  align-items: start;
}
.floatingContact {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: calc(24px + env(safe-area-inset-bottom));
  z-index: 100;
  padding: 15px 24px;
  background: #102e49;
  color: white;
  border: 1px solid #9bc7f280;
  box-shadow: 0 6px 24px #03142630;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.floatingContact:hover {
  background: #174a72;
}
.floatingContact:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 4px;
}
footer {
  padding-bottom: 100px;
}
@media (max-width: 650px) {
  .floatingContact {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    padding: 12px 20px;
  }
}
.nav {
  grid-template-columns: auto minmax(0, 1fr);
}
footer {
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr);
}
@media (max-width: 1100px) {
  .nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  footer {
    grid-template-columns: 1fr;
  }
}
.serviceRow {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  padding: 26px 32px;
}
.servicesContact {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.6;
  color: #4b5d6c;
}
.servicesContact a {
  color: #174a72;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 650px) {
  .serviceRow {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 22px 18px;
  }
}
.skipLink {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 12px 18px;
  background: white;
  color: #061426;
  transform: translateY(-150%);
}
.skipLink:focus {
  transform: none;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #4a82b8;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 1100px) {
  .nav {
    position: relative;
    height: auto;
    min-height: 84px;
    padding: 16px 22px;
    background: #05182f;
    gap: 16px;
  }
  .nav nav {
    display: flex;
    justify-content: flex-start;
    gap: 12px 18px;
    font-size: 13px;
  }
  .opening {
    padding-top: 55px;
  }
}
@media (max-width: 650px) {
  .framework .sectionIntro h2 {
    overflow-wrap: anywhere;
  }
  .frameworkTitleLine {
    white-space: normal;
  }
  .whoWeArePeople .whoWeArePerson h3 {
    font-size: 19px;
  }
}
.heroCopy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  column-gap: 5vw;
  align-items: start;
}
.heroCopy > .eyebrow, .heroCopy > .heroTitle, .heroCopy > .heroContext {
  grid-column: 1;
}
.heroDownload {
  grid-column: 2;
  grid-row: 1 / 4;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #174a72;
}
.heroDownload img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 28px #06142624;
  transition: transform .2s ease;
}
.heroDownload:hover img {
  transform: translateY(-4px);
}
.heroDownload > span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.heroDownload small {
  font-size: 12px;
}
.heroIntroGrid {
  grid-column: 1 / -1;
}
@media (max-width: 800px) {
  .heroCopy {
    grid-template-columns: minmax(0, 1fr);
  }
  .heroDownload {
    grid-column: 1;
    grid-row: auto;
    width: min(230px, 100%);
    margin-top: 30px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
