/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans TC","Segoe UI",system-ui,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #522c83;
    --color-primary-500: #6f3faa;
  }
}
@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 {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --purple: #522c83;
  --purple-dark: #241236;
  --lime: #b8df42;
  --ink: #15121a;
  --paper: #f5f3ef;
  --line: rgba(21,18,26,.13);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.efg-site {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Noto Sans TC","Segoe UI",system-ui,sans-serif;
}
.efg-shell {
  width: min(1180px,calc(100% - 48px));
  margin: auto;
}
.efg-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(25,13,38,.94);
  backdrop-filter: blur(14px);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.efg-header__inner {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.efg-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.efg-brand__mark {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 46px;
  height: 46px;
  border: 2px solid var(--lime);
  border-radius: 50%;
  place-items: center;
  overflow: hidden;
}
.efg-brand__mark:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background: var(--lime);
  transform: rotate(32deg);
}
.efg-brand__mark i {
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  color: var(--lime);
}
.efg-brand__type {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .1em;
}
.efg-brand__type small {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .36em;
  opacity: .7;
}
.efg-nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.efg-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: .78;
}
.efg-nav a:hover {
  opacity: 1;
  color: var(--lime);
}
.efg-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: var(--lime);
  color: #1d1228;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.efg-mobile {
  display: none;
}
.efg-hero {
  min-height: calc(100vh - 78px);
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 75% 42%,rgba(117,62,154,.5),transparent 28%),linear-gradient(135deg,#1b0d2a 0%,#311344 56%,#1a0c28 100%);
}
.efg-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right,transparent,black);
}
.efg-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 60px;
}
.efg-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 800;
  color: var(--lime);
}
.efg-kicker span {
  width: 28px;
  height: 2px;
  background: currentColor;
}
.efg-kicker--dark {
  color: var(--purple);
}
.efg-hero h1 {
  font-size: clamp(64px,7vw,106px);
  line-height: .88;
  letter-spacing: -.055em;
  margin: 0;
  font-weight: 800;
}
.efg-hero h1 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: var(--lime);
}
.efg-hero__lead {
  max-width: 600px;
  font-size: 19px;
  line-height: 1.85;
  color: rgba(255,255,255,.7);
  margin: 34px 0;
}
.efg-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.efg-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}
.efg-btn--primary,.efg-btn--lime {
  background: var(--lime);
  color: #1e112a;
}
.efg-btn--ghost {
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
}
.efg-hero__visual {
  position: relative;
  height: 470px;
  border-radius: 50%;
  border: 1px solid rgba(184,223,66,.38);
  display: grid;
  place-items: center;
}
.efg-hero__visual:before,.efg-hero__visual:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}
.efg-hero__visual:before {
  inset: 45px;
}
.efg-hero__visual:after {
  inset: 100px;
  background: radial-gradient(circle,rgba(184,223,66,.15),transparent 64%);
}
.efg-signal {
  position: relative;
  z-index: 2;
  display: grid;
  text-align: center;
  gap: 7px;
}
.efg-signal__eyebrow {
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--lime);
  margin-bottom: 15px;
}
.efg-signal strong {
  font-size: 22px;
  letter-spacing: .13em;
}
.efg-signal i {
  font: italic 22px Georgia;
  color: var(--lime);
}
.efg-stat {
  position: absolute;
  right: -10px;
  bottom: 38px;
  background: #fff;
  color: var(--ink);
  padding: 18px 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  z-index: 3;
}
.efg-stat span {
  font: italic 36px Georgia;
  color: var(--purple);
}
.efg-stat p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.efg-hero__foot {
  position: relative;
  z-index: 2;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: .16em;
  color: rgba(255,255,255,.55);
}
.efg-section {
  padding: 112px 0;
}
.efg-section--light {
  background: #fff;
}
.efg-section--paper {
  background: var(--paper);
}
.efg-section--dark {
  background: var(--purple-dark);
  color: #fff;
}
.efg-section__head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}
.efg-section__head h2,.efg-model h2 {
  font-size: clamp(42px,5vw,68px);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 0;
}
.efg-section__head>p {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin: 0;
}
.efg-section__head--compact {
  grid-template-columns: 1fr auto;
  align-items: end;
}
.efg-grid4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.efg-card {
  position: relative;
  min-height: 390px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: .3s;
}
.efg-card:hover {
  background: var(--purple);
  color: #fff;
  transform: translateY(-5px);
}
.efg-card>span {
  font-size: 11px;
  letter-spacing: .15em;
  opacity: .45;
}
.efg-card__icon {
  font: 34px Georgia;
  color: var(--purple);
  margin: 52px 0 42px;
}
.efg-card:hover .efg-card__icon {
  color: var(--lime);
}
.efg-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
}
.efg-card h4 {
  font-size: 14px;
  color: var(--purple);
  margin: 0 0 22px;
}
.efg-card:hover h4 {
  color: var(--lime);
}
.efg-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #717171;
  margin: 0;
}
.efg-card:hover p {
  color: rgba(255,255,255,.68);
}
.efg-model {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.efg-model__copy>p:not(.efg-kicker) {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,.65);
  margin: 30px 0;
}
.efg-textlink {
  display: inline-flex;
  gap: 32px;
  color: var(--lime);
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}
.efg-textlink--dark {
  color: var(--purple);
}
.efg-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.efg-steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.efg-steps b {
  font: italic 19px Georgia;
  color: var(--lime);
}
.efg-steps div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.efg-steps strong {
  font-size: 24px;
}
.efg-steps span {
  font-size: 13px;
  color: rgba(255,255,255,.52);
  max-width: 215px;
}
.efg-leader {
  background: #fff;
}
.efg-leader__grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 90px;
  align-items: center;
}
.efg-leader__portrait {
  min-height: 570px;
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(155deg,#311746,#69418b);
  overflow: hidden;
  color: #fff;
}
.efg-leader__portrait:before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(184,223,66,.35);
  border-radius: 50%;
}
.efg-leader__portrait span {
  position: absolute;
  left: 26px;
  top: 26px;
  font-size: 10px;
  letter-spacing: .24em;
  color: var(--lime);
}
.efg-monogram {
  font: italic 132px Georgia;
  color: rgba(255,255,255,.12);
  letter-spacing: -.08em;
}
.efg-leader blockquote {
  font: italic clamp(36px,4vw,58px)/1.35 Georgia;
  color: var(--purple);
  margin: 0 0 36px;
}
.efg-leader h3 {
  font-size: 22px;
  margin: 0 0 6px;
}
.efg-role {
  font-size: 13px;
  color: var(--purple);
  font-weight: 700;
  margin: 0 0 25px;
}
.efg-leader__copy>p:not(.efg-kicker):not(.efg-role) {
  font-size: 15px;
  line-height: 1.95;
  color: #666;
  max-width: 610px;
  margin-bottom: 30px;
}
.efg-posts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.efg-posts article {
  padding: 28px 30px 24px 0;
  min-height: 250px;
  border-right: 1px solid var(--line);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.efg-posts article:last-child {
  border: 0;
}
.efg-posts p {
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--purple);
}
.efg-posts h3 {
  font-size: 20px;
  line-height: 1.55;
  margin: 20px 0;
}
.efg-posts h3 a {
  color: inherit;
  text-decoration: none;
}
.efg-postlink {
  margin-top: auto;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .1em;
}
.efg-cta {
  background: var(--purple);
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.efg-cta p {
  font-size: 11px;
  letter-spacing: .26em;
  color: var(--lime);
}
.efg-cta h2 {
  font-size: clamp(48px,6vw,82px);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 20px 0 40px;
}
.efg-cta h2 em {
  font-family: Georgia,serif;
  color: var(--lime);
  font-weight: 400;
}
.efg-btn--lime {
  margin: auto;
}
.efg-footer {
  background: #160b21;
  color: #fff;
  padding: 70px 0 24px;
}
.efg-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
}
.efg-brand--footer {
  margin-bottom: 20px;
}
.efg-footer p {
  color: rgba(255,255,255,.45);
  font-size: 13px;
}
.efg-footer__grid>div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.efg-footer strong {
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--lime);
  margin-bottom: 6px;
}
.efg-footer a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: 13px;
}
.efg-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(255,255,255,.36);
}
@media (max-width:900px) {
  .efg-nav,.efg-header__cta {
    display: none;
  }
  .efg-mobile {
    display: block;
    margin-left: auto;
    position: relative;
  }
  .efg-mobile summary {
    list-style: none;
    font-size: 25px;
    cursor: pointer;
  }
  .efg-mobile div {
    position: absolute;
    right: 0;
    top: 42px;
    width: 220px;
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
  }
  .efg-mobile a {
    color: var(--ink);
    padding: 13px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }
  .efg-hero__grid {
    grid-template-columns: 1fr;
    padding: 80px 0;
  }
  .efg-hero__visual {
    display: none;
  }
  .efg-section__head,.efg-model,.efg-leader__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .efg-grid4 {
    grid-template-columns: 1fr 1fr;
  }
  .efg-leader__portrait {
    min-height: 420px;
  }
  .efg-posts {
    grid-template-columns: 1fr;
  }
  .efg-posts article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin: 0;
  }
  .efg-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .efg-footer__grid>div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width:600px) {
  .efg-shell {
    width: min(100% - 30px,1180px);
  }
  .efg-header__inner {
    height: 68px;
  }
  .efg-brand__mark {
    width: 40px;
    height: 40px;
  }
  .efg-hero {
    min-height: auto;
  }
  .efg-hero__grid {
    min-height: 650px;
    padding: 64px 0;
  }
  .efg-hero h1 {
    font-size: 58px;
  }
  .efg-hero__lead {
    font-size: 16px;
  }
  .efg-hero__foot {
    display: none;
  }
  .efg-actions {
    display: grid;
  }
  .efg-btn {
    width: 100%;
  }
  .efg-section {
    padding: 76px 0;
  }
  .efg-section__head {
    gap: 28px;
    margin-bottom: 40px;
  }
  .efg-section__head h2,.efg-model h2 {
    font-size: 42px;
  }
  .efg-grid4 {
    grid-template-columns: 1fr;
  }
  .efg-card {
    min-height: 310px;
  }
  .efg-card__icon {
    margin: 35px 0;
  }
  .efg-steps div {
    display: block;
  }
  .efg-steps span {
    display: block;
    margin-top: 8px;
  }
  .efg-leader__grid {
    gap: 40px;
  }
  .efg-leader__portrait {
    min-height: 330px;
  }
  .efg-monogram {
    font-size: 96px;
  }
  .efg-section__head--compact {
    grid-template-columns: 1fr;
  }
  .efg-footer__grid {
    grid-template-columns: 1fr;
  }
  .efg-footer__grid>div:first-child {
    grid-column: auto;
  }
  .efg-footer__bottom {
    display: grid;
    gap: 10px;
  }
  .efg-cta {
    padding: 76px 0;
  }
}
:root {
  --gold: #f2b84b;
  --gold-light: #ffd982;
  --orange: #df6f2c;
  --purple: #51236f;
  --purple-dark: #21102f;
}
.efg-header__inner {
  height: 84px;
}
.efg-logo {
  display: block;
  width: 178px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.18));
}
.efg-logo--footer {
  filter: none;
}
.efg-header__cta {
  background: var(--gold);
  color: #24102f;
}
.efg-nav a:hover {
  color: var(--gold);
}
.efg-hero {
  background: radial-gradient(circle at 74% 42%,rgba(223,111,44,.20),transparent 27%),linear-gradient(135deg,#180b23 0%,#3b1750 58%,#170b21 100%);
}
.efg-kicker {
  color: var(--gold-light);
}
.efg-kicker--dark {
  color: #6a287d;
}
.efg-hero h1 em {
  color: var(--gold);
}
.efg-btn--primary,.efg-btn--gold {
  background: var(--gold);
  color: #21102f;
}
.efg-hero__visual {
  border-color: rgba(242,184,75,.65);
}
.efg-hero__visual:after {
  background: radial-gradient(circle,rgba(223,111,44,.18),transparent 64%);
}
.efg-signal__eyebrow,.efg-signal i {
  color: var(--gold-light);
}
.efg-stat span {
  color: #6a287d;
}
.efg-card {
  background: #fff;
  color: #18131d;
}
.efg-card h3 {
  color: #18131d;
}
.efg-card h4 {
  color: #68297c;
}
.efg-card__icon {
  color: var(--orange);
}
.efg-card:hover {
  background: #351643;
  color: #fff;
}
.efg-card:hover h3 {
  color: #fff;
}
.efg-card:hover h4,.efg-card:hover .efg-card__icon {
  color: var(--gold-light);
}
.efg-card:hover p {
  color: #f6edf7;
}
.efg-section--dark {
  background: #21102f;
  color: #fff;
}
.efg-model h2 {
  color: #fff;
}
.efg-model__copy>p:not(.efg-kicker) {
  color: #e3d9e7;
}
.efg-textlink {
  color: var(--gold-light);
}
.efg-textlink--dark {
  color: #662879;
}
.efg-steps b {
  color: var(--gold-light);
}
.efg-steps strong {
  color: #fff;
}
.efg-steps span {
  color: #d9cedd;
}
.efg-leader__portrait {
  background: linear-gradient(155deg,#2b123b,#6b2b72);
}
.efg-leader__portrait:before {
  border-color: rgba(242,184,75,.48);
}
.efg-leader__portrait span {
  z-index: 3;
  color: var(--gold-light);
}
.efg-leader__portrait img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%,440px);
  height: auto;
  max-height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 18px 25px rgba(0,0,0,.28));
}
.efg-leader blockquote {
  color: #572268;
}
.efg-role {
  color: #7a337f;
}
.efg-posts p,.efg-postlink {
  color: #6b2878;
}
.efg-cta {
  background: linear-gradient(120deg,#4b1d61,#271033);
  color: #fff;
}
.efg-cta p,.efg-cta h2 em {
  color: var(--gold-light);
}
.efg-footer {
  background: #170a21;
}
.efg-footer strong {
  color: var(--gold-light);
}
@media (max-width:900px) {
  .efg-logo {
    width: 158px;
  }
  .efg-header__inner {
    height: 74px;
  }
  .efg-leader__portrait img {
    max-height: 90%;
  }
}
@media (max-width:600px) {
  .efg-logo {
    width: 142px;
  }
  .efg-header__inner {
    height: 68px;
  }
  .efg-hero h1 {
    font-size: 51px;
  }
  .efg-leader__portrait img {
    width: 90%;
  }
}
:root {
  --purple: #522c83;
  --purple-dark: #21102f;
  --green: #9fd13b;
  --green-light: #c8ed70;
  --gold: #f2c35b;
}
.efg-header {
  background: rgba(31,14,45,.96);
}
.efg-logo--new {
  width: 64px;
  max-height: 64px;
  object-fit: contain;
  filter: none;
}
.efg-header__cta {
  background: var(--green);
  color: #1e1028;
}
.efg-nav a:hover {
  color: var(--green-light);
}
.efg-hero {
  background: radial-gradient(circle at 74% 42%,rgba(105,62,139,.52),transparent 28%),linear-gradient(135deg,#190c27 0%,#39164e 58%,#190c27 100%);
  color: #fff;
}
.efg-hero .efg-kicker {
  color: var(--green-light);
}
.efg-hero h1 {
  color: #fff;
}
.efg-hero h1 em {
  color: var(--green-light);
}
.efg-hero__lead {
  color: #eee5f1;
}
.efg-btn--primary {
  background: var(--green);
  color: #1b1022;
}
.efg-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.55);
}
.efg-hero__visual {
  border-color: rgba(159,209,59,.62);
}
.efg-hero__visual:after {
  background: radial-gradient(circle,rgba(159,209,59,.16),transparent 64%);
}
.efg-signal strong {
  color: var(--gold);
}
.efg-signal__eyebrow,.efg-signal i {
  color: var(--green-light);
}
.efg-hero__foot {
  color: #e7dced;
}
.efg-section--dark {
  background: #21102f;
  color: #fff;
}
.efg-section--dark .efg-kicker {
  color: var(--green-light);
}
.efg-section--dark h2 {
  color: var(--gold);
}
.efg-model__copy>p:not(.efg-kicker) {
  color: #eee5f1;
}
.efg-steps b {
  color: var(--green-light);
}
.efg-steps strong {
  color: var(--gold);
}
.efg-steps span {
  color: #eee5f1;
}
.efg-textlink {
  color: var(--green-light);
}
.efg-card__icon {
  color: var(--purple);
}
.efg-card:hover {
  background: var(--purple);
}
.efg-card:hover h4,.efg-card:hover .efg-card__icon {
  color: var(--green-light);
}
.efg-leader__brand {
  background: linear-gradient(145deg,#2b113d,#673482);
}
.efg-leader__brand:before {
  border-color: rgba(159,209,59,.48);
}
.efg-leader__brand span {
  color: var(--green-light);
}
.efg-leader__seal {
  position: relative;
  z-index: 2;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-align: center;
}
.efg-leader__seal:before {
  content: "EF";
  font: italic 78px Georgia;
  color: rgba(255,255,255,.12);
  position: absolute;
}
.efg-leader__seal b {
  position: relative;
  font-size: 18px;
  letter-spacing: .18em;
  color: var(--gold);
}
.efg-leader__seal i {
  position: relative;
  font: italic 22px Georgia;
  color: var(--green-light);
}
.efg-leader__seal small {
  position: relative;
  margin-top: 12px;
  font-size: 9px;
  letter-spacing: .22em;
  color: #eee5f1;
}
.efg-leader__portrait img {
  display: none;
}
.efg-cta {
  background: linear-gradient(120deg,#522c83,#241132);
  color: #fff;
}
.efg-cta p,.efg-cta h2 em {
  color: var(--green-light);
}
.efg-cta h2 {
  color: #fff;
}
.efg-btn--gold {
  background: var(--green);
  color: #1b1022;
}
.efg-footer {
  background: #170a21;
}
.efg-footer strong {
  color: var(--green-light);
}
.efg-logo--footer {
  width: 82px;
}
@media (max-width:600px) {
  .efg-logo--new {
    width: 54px;
  }
  .efg-leader__seal {
    width: 72%;
  }
  .efg-leader__seal b {
    font-size: 14px;
  }
}
.efg-innerhero {
  padding: 125px 0 105px;
  background: radial-gradient(circle at 78% 30%,rgba(113,62,147,.55),transparent 28%),linear-gradient(135deg,#190c27,#3a174f 58%,#190c27);
  color: #fff;
  overflow: hidden;
}
.efg-innerhero__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: end;
}
.efg-innerhero h1 {
  font-size: clamp(54px,6.2vw,88px);
  line-height: 1.04;
  letter-spacing: -.055em;
  margin: 0;
  color: #fff;
}
.efg-innerhero h1 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: var(--green-light);
}
.efg-innerhero__side {
  border-left: 1px solid rgba(255,255,255,.25);
  padding-left: 34px;
}
.efg-innerhero__side span {
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--gold);
}
.efg-innerhero__side p {
  font-size: 17px;
  line-height: 1.9;
  color: #eee5f1;
  margin: 24px 0 0;
}
.efg-innersection {
  padding: 110px 0;
}
.efg-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.efg-story h2,.efg-innerhead h2,.efg-contact__intro h2 {
  font-size: clamp(42px,5vw,67px);
  line-height: 1.12;
  letter-spacing: -.045em;
  margin: 0;
  color: #18131d;
}
.efg-story__copy p {
  font-size: 16px;
  line-height: 2;
  color: #625d66;
  margin: 0 0 24px;
}
.efg-story__copy strong {
  display: inline-block;
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid var(--green);
  color: var(--purple);
  font: italic 24px Georgia;
}
.efg-capability {
  background: var(--purple);
  color: #fff;
}
.efg-innerhead {
  margin-bottom: 55px;
}
.efg-innerhead .efg-kicker {
  color: var(--green-light);
}
.efg-innerhead h2 {
  color: #fff;
}
.efg-capability__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.efg-capability article {
  min-height: 310px;
  padding: 30px 26px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.efg-capability b {
  font: italic 19px Georgia;
  color: var(--green-light);
}
.efg-capability h3 {
  font-size: 23px;
  color: var(--gold);
  margin: 70px 0 18px;
}
.efg-capability p {
  font-size: 14px;
  line-height: 1.85;
  color: #eee5f1;
}
.efg-journey {
  background: #1d0e29;
  color: #fff;
}
.efg-innerhead--dark h2 {
  color: var(--gold);
}
.efg-timeline {
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.efg-timeline article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 45px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.efg-timeline time {
  font: italic 34px Georgia;
  color: var(--green-light);
}
.efg-timeline h3 {
  font-size: 22px;
  color: var(--gold);
  margin: 0 0 8px;
}
.efg-timeline p {
  margin: 0;
  color: #e4d9e8;
  line-height: 1.75;
}
.efg-innercta {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(120deg,#522c83,#251133);
  color: #fff;
}
.efg-innercta p {
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--green-light);
}
.efg-innercta h2 {
  font-size: clamp(48px,6vw,78px);
  line-height: 1.06;
  letter-spacing: -.045em;
  margin: 20px 0 40px;
  color: #fff;
}
.efg-innercta h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: var(--gold);
}
.efg-contact {
  background: #fff;
}
.efg-contact__grid {
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  gap: 100px;
}
.efg-contact__intro>p:not(.efg-kicker) {
  font-size: 16px;
  line-height: 1.9;
  color: #656068;
  margin: 26px 0 32px;
}
.efg-btn--dark {
  background: var(--purple);
  color: #fff;
}
.efg-contact__topics {
  border-top: 1px solid rgba(21,18,26,.15);
}
.efg-contact__topics article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(21,18,26,.15);
}
.efg-contact__topics b {
  font: italic 18px Georgia;
  color: var(--purple);
}
.efg-contact__topics h3 {
  font-size: 21px;
  margin: 0 0 8px;
  color: #211727;
}
.efg-contact__topics p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b656f;
  margin: 0;
}
.efg-contactinfo {
  background: #f5f3ef;
}
.efg-contactinfo .efg-innerhead h2 {
  color: #18131d;
}
.efg-contactcards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(21,18,26,.14);
  border-left: 1px solid rgba(21,18,26,.14);
}
.efg-contactcards article {
  min-height: 220px;
  padding: 28px 24px;
  border-right: 1px solid rgba(21,18,26,.14);
  border-bottom: 1px solid rgba(21,18,26,.14);
}
.efg-contactcards span {
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--purple);
  font-weight: 800;
}
.efg-contactcards h3 {
  font-size: 19px;
  color: #211727;
  margin: 50px 0 10px;
}
.efg-contactcards p {
  font-size: 13px;
  line-height: 1.7;
  color: #6b656f;
}
.efg-contactcards a {
  color: inherit;
  text-decoration: none;
}
.efg-contactcards h3 a:hover {
  color: var(--purple);
}
.efg-hero__lead strong {
  color: var(--gold);
  font-weight: 700;
}
@media (max-width:900px) {
  .efg-innerhero__grid,.efg-story__grid,.efg-contact__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .efg-capability__grid,.efg-contactcards {
    grid-template-columns: 1fr 1fr;
  }
  .efg-innerhero {
    padding: 95px 0 80px;
  }
  .efg-innerhero__side {
    max-width: 620px;
  }
  .efg-contact__grid {
    gap: 65px;
  }
}
@media (max-width:600px) {
  .efg-innerhero {
    padding: 72px 0 64px;
  }
  .efg-innerhero h1 {
    font-size: 48px;
  }
  .efg-innerhero__side {
    padding-left: 22px;
  }
  .efg-innersection {
    padding: 76px 0;
  }
  .efg-story h2,.efg-innerhead h2,.efg-contact__intro h2 {
    font-size: 40px;
  }
  .efg-capability__grid,.efg-contactcards {
    grid-template-columns: 1fr;
  }
  .efg-capability article {
    min-height: 255px;
  }
  .efg-capability h3 {
    margin-top: 42px;
  }
  .efg-timeline article {
    grid-template-columns: 82px 1fr;
    gap: 20px;
  }
  .efg-timeline time {
    font-size: 25px;
  }
  .efg-innercta {
    padding: 76px 0;
  }
}
.efg-service-link {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.efg-service-link p {
  margin: 0;
  color: #68616c;
  font-size: 14px;
}
.efg-teamlead {
  background: #fff;
}
.efg-teamlead__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 90px;
  align-items: center;
}
.efg-teamlead__visual {
  min-height: 555px;
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg,#2b113d,#673482);
  overflow: hidden;
}
.efg-teamlead__visual:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(159,209,59,.45);
  border-radius: 50%;
}
.efg-teamlead__visual>span {
  position: absolute;
  top: 27px;
  left: 27px;
  color: var(--green-light);
  font-size: 10px;
  letter-spacing: .2em;
}
.efg-teamlead__visual>div {
  position: relative;
  z-index: 2;
  text-align: center;
  display: grid;
}
.efg-teamlead__visual b {
  font: italic 125px Georgia;
  color: rgba(255,255,255,.16);
}
.efg-teamlead__visual small {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .28em;
}
.efg-teamlead__copy blockquote {
  font: italic clamp(32px,3.7vw,52px)/1.42 Georgia;
  color: var(--purple);
  margin: 0 0 32px;
}
.efg-teamlead__copy h2 {
  font-size: 25px;
  margin: 0 0 7px;
  color: #201725;
}
.efg-teamlead__copy>p:not(.efg-kicker):not(.efg-role) {
  font-size: 15px;
  line-height: 1.9;
  color: #68616c;
}
.efg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0 30px;
}
.efg-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(82,44,131,.24);
  color: var(--purple);
  font-size: 12px;
}
.efg-coreteam {
  background: #f5f3ef;
}
.efg-coreteam .efg-innerhead h2 {
  color: #18131d;
}
.efg-coreteam .efg-innerhead>p:last-child {
  color: #6b656f;
}
.efg-teamcards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.efg-teamcards article {
  background: #fff;
  padding: 28px;
  min-height: 325px;
  border-top: 4px solid var(--purple);
  display: flex;
  flex-direction: column;
}
.efg-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--purple);
  color: var(--green-light);
  font: italic 25px Georgia;
  margin-bottom: 48px;
}
.efg-teamcards span {
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--purple);
  font-weight: 800;
}
.efg-teamcards h3 {
  font-size: 23px;
  margin: 10px 0 14px;
  color: #201725;
}
.efg-teamcards p {
  font-size: 14px;
  line-height: 1.8;
  color: #6b656f;
  margin: 0;
}
.efg-expertise {
  background: #1e0e2a;
  color: #fff;
}
.efg-expertise .efg-innerhead>p:last-child {
  max-width: 660px;
  color: #e1d6e5;
  line-height: 1.8;
}
.efg-expertise__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.efg-expertise article {
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.efg-expertise b {
  font: italic 18px Georgia;
  color: var(--green-light);
}
.efg-expertise h3 {
  font-size: 21px;
  color: var(--gold);
  margin: 55px 0 14px;
}
.efg-expertise p {
  font-size: 14px;
  line-height: 1.8;
  color: #e6dce9;
  margin: 0;
}
.efg-network {
  padding: 100px 0;
  background: #fff;
}
.efg-network__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.efg-network h2 {
  font-size: clamp(42px,5vw,65px);
  line-height: 1.12;
  letter-spacing: -.045em;
  margin: 0;
}
.efg-network__grid>div:last-child>p {
  font-size: 16px;
  line-height: 1.9;
  color: #68616c;
  margin: 0 0 24px;
}
.efg-network ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(21,18,26,.14);
}
.efg-network li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(21,18,26,.14);
  color: #342b39;
}
.efg-network li:before {
  content: "↗";
  color: var(--purple);
  margin-right: 12px;
}
@media (max-width:900px) {
  .efg-teamlead__grid,.efg-network__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .efg-teamlead__visual {
    min-height: 420px;
  }
  .efg-expertise__grid {
    grid-template-columns: 1fr 1fr;
  }
  .efg-teamcards {
    grid-template-columns: 1fr;
  }
  .efg-teamcards article {
    min-height: 260px;
  }
  .efg-avatar {
    margin-bottom: 32px;
  }
}
@media (max-width:600px) {
  .efg-service-link {
    display: grid;
    justify-content: stretch;
  }
  .efg-service-link .efg-btn {
    width: 100%;
  }
  .efg-teamlead__visual {
    min-height: 340px;
  }
  .efg-teamlead__visual:before {
    width: 270px;
    height: 270px;
  }
  .efg-teamlead__visual b {
    font-size: 86px;
  }
  .efg-expertise__grid {
    grid-template-columns: 1fr;
  }
  .efg-network {
    padding: 76px 0;
  }
  .efg-network h2 {
    font-size: 40px;
  }
}
.efg-directory {
  padding: 110px 0;
  background: #f5f3ef;
}
.efg-directory .efg-innerhead h2 {
  color: #18131d;
}
.efg-directory .efg-innerhead>p:last-child {
  max-width: 720px;
  color: #68616c;
  line-height: 1.8;
}
.efg-directory__groups {
  border-top: 1px solid rgba(21,18,26,.16);
}
.efg-directory details {
  border-bottom: 1px solid rgba(21,18,26,.16);
}
.efg-directory summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 25px 4px;
}
.efg-directory summary::-webkit-details-marker {
  display: none;
}
.efg-directory summary>span {
  font-size: 22px;
  font-weight: 750;
  color: #211727;
}
.efg-directory summary b {
  font: italic 17px Georgia;
  color: var(--purple);
  margin-right: 22px;
}
.efg-directory summary em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: .12em;
  color: #736b77;
}
.efg-directory summary:after {
  content: "＋";
  font-size: 22px;
  color: var(--purple);
  margin-left: 10px;
}
.efg-directory details[open] summary:after {
  content: "−";
}
.efg-directory__cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  padding: 0 0 28px;
}
.efg-directory__cards article {
  background: #fff;
  min-height: 190px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--green);
}
.efg-directory__cards h3 {
  font-size: 18px;
  color: #201625;
  margin: 0 0 14px;
}
.efg-directory__cards p {
  font-size: 13px;
  line-height: 1.75;
  color: #6b6470;
  margin: 0 0 20px;
}
.efg-directory__cards span {
  margin-top: auto;
  font-size: 9px;
  letter-spacing: .14em;
  color: var(--purple);
  font-weight: 800;
}
.efg-directory__note {
  font-size: 12px;
  color: #7a737c;
  margin: 25px 0 0;
}
.efg-stat .efg-stat__label {
  font-family: inherit;
  font-style: normal;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .13em;
  font-weight: 800;
  color: var(--purple);
  max-width: 74px;
}
@media (max-width:900px) {
  .efg-directory__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:600px) {
  .efg-directory {
    padding: 76px 0;
  }
  .efg-directory summary {
    align-items: flex-start;
  }
  .efg-directory summary>span {
    font-size: 17px;
  }
  .efg-directory summary em {
    display: none;
  }
  .efg-directory summary b {
    margin-right: 10px;
  }
  .efg-directory__cards {
    grid-template-columns: 1fr;
  }
  .efg-directory__cards article {
    min-height: 165px;
  }
}
.efg-footer__grid--expanded {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}
.efg-footer__brand em {
  display: block;
  max-width: 260px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255,255,255,.58);
}
.efg-historyintro {
  padding: 105px 0;
  background: #fff;
}
.efg-history {
  padding: 110px 0;
  background: #f5f3ef;
}
.efg-history__era {
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 80px;
  padding: 55px 0;
  border-top: 1px solid rgba(21,18,26,.17);
}
.efg-history__era header {
  position: sticky;
  top: 115px;
  align-self: start;
}
.efg-history__era header span {
  font: italic 17px Georgia;
  color: var(--purple);
}
.efg-history__era header h2 {
  font-size: 38px;
  margin: 15px 0 7px;
  color: #201625;
}
.efg-history__era header em {
  font-style: normal;
  font-size: 10px;
  letter-spacing: .17em;
  color: #777078;
}
.efg-history__era article {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 28px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(21,18,26,.13);
}
.efg-history__era time {
  font: italic 19px Georgia;
  color: var(--purple);
}
.efg-history__era p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #615b64;
}
.efg-founder {
  padding: 110px 0;
  background: #fff;
}
.efg-founder__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: center;
}
.efg-founder figure {
  margin: 0;
  background: linear-gradient(145deg,#2b113d,#673482);
  padding: 24px 24px 0;
}
.efg-founder figure img {
  display: block;
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center top;
}
.efg-founder figcaption {
  padding: 16px 0;
  color: var(--green-light);
  font-size: 9px;
  letter-spacing: .18em;
}
.efg-founder blockquote {
  font: italic clamp(32px,4vw,52px)/1.4 Georgia;
  color: var(--purple);
  margin: 0 0 32px;
}
.efg-founder h2 {
  font-size: 26px;
  margin: 0 0 8px;
}
.efg-founder__grid>div>p:not(.efg-kicker):not(.efg-role) {
  font-size: 15px;
  line-height: 1.9;
  color: #676069;
}
.efg-founderlegacy {
  padding: 110px 0;
  background: #1d0e29;
  color: #fff;
}
.efg-founderlegacy__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.efg-founderlegacy article {
  min-height: 330px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.efg-founderlegacy span {
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--green-light);
}
.efg-founderlegacy h3 {
  font-size: 23px;
  color: var(--gold);
  margin: 55px 0 22px;
}
.efg-founderlegacy ul {
  margin: 0;
  padding-left: 18px;
}
.efg-founderlegacy li {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.6;
  color: #e7ddea;
}
.efg-ecosystem {
  padding: 110px 0;
  background: #f5f3ef;
}
.efg-ecosystem .efg-innerhead h2 {
  color: #18131d;
}
.efg-ecosystem .efg-innerhead>p:last-child {
  color: #68616c;
}
.efg-ecocards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid rgba(21,18,26,.14);
  border-left: 1px solid rgba(21,18,26,.14);
}
.efg-ecocards article {
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid rgba(21,18,26,.14);
  border-bottom: 1px solid rgba(21,18,26,.14);
  background: #fff;
}
.efg-ecocards b {
  float: right;
  font: italic 22px Georgia;
  color: #b9adc0;
}
.efg-ecocards>article>span {
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--purple);
  font-weight: 800;
}
.efg-ecocards h3 {
  font-size: 22px;
  color: #201625;
  margin: 65px 0 8px;
}
.efg-ecocards p {
  font-size: 13px;
  color: var(--purple);
  margin: 0 0 25px;
}
.efg-ecocards em {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #6b6470;
}
.efg-ecovalue {
  padding: 110px 0;
  background: #21102f;
  color: #fff;
}
.efg-ecovalue__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: end;
}
.efg-ecovalue h2 {
  font-size: clamp(48px,6vw,78px);
  line-height: 1.03;
  letter-spacing: -.045em;
  margin: 0;
  color: #fff;
}
.efg-ecovalue h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: var(--green-light);
}
.efg-ecovalue__grid>div:last-child>p {
  font-size: 17px;
  line-height: 1.9;
  color: #e8dfea;
  margin: 0 0 35px;
}
@media (max-width:1000px) {
  .efg-footer__grid--expanded {
    grid-template-columns: 1fr 1fr;
  }
  .efg-footer__brand {
    grid-column: 1/-1;
  }
  .efg-history__era,.efg-founder__grid,.efg-ecovalue__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .efg-history__era header {
    position: static;
  }
  .efg-founderlegacy__grid {
    grid-template-columns: 1fr;
  }
  .efg-founderlegacy article {
    min-height: 250px;
  }
}
@media (max-width:600px) {
  .efg-footer__grid--expanded {
    grid-template-columns: 1fr;
  }
  .efg-footer__brand {
    grid-column: auto;
  }
  .efg-historyintro,.efg-history,.efg-founder,.efg-founderlegacy,.efg-ecosystem,.efg-ecovalue {
    padding: 76px 0;
  }
  .efg-history__era {
    padding: 40px 0;
  }
  .efg-history__era article {
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
  .efg-founder figure img {
    height: 390px;
  }
  .efg-ecocards {
    grid-template-columns: 1fr;
  }
  .efg-ecocards article {
    min-height: 240px;
  }
  .efg-ecovalue h2 {
    font-size: 46px;
  }
}
.efg-leaderprofile figure img {
  object-position: center 18%;
}
.efg-leaderfacts {
  padding: 110px 0;
  background: #1d0e29;
  color: #fff;
}
.efg-leaderfacts__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.efg-leaderfacts article {
  min-height: 380px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.efg-leaderfacts article>span {
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--green-light);
}
.efg-leaderfacts h3 {
  font-size: 23px;
  color: var(--gold);
  margin: 58px 0 22px;
}
.efg-leaderfacts ul {
  margin: 0;
  padding-left: 18px;
}
.efg-leaderfacts li {
  font-size: 13px;
  line-height: 1.65;
  color: #e7ddea;
  margin: 10px 0;
}
.efg-leaderexpertise {
  padding: 110px 0;
  background: #f5f3ef;
}
.efg-leaderexpertise .efg-innerhead h2 {
  color: #18131d;
}
.efg-leaderexpertise__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(21,18,26,.14);
  border-left: 1px solid rgba(21,18,26,.14);
}
.efg-leaderexpertise article {
  min-height: 280px;
  padding: 27px;
  background: #fff;
  border-right: 1px solid rgba(21,18,26,.14);
  border-bottom: 1px solid rgba(21,18,26,.14);
}
.efg-leaderexpertise b {
  font: italic 18px Georgia;
  color: var(--purple);
}
.efg-leaderexpertise h3 {
  font-size: 20px;
  color: #201625;
  margin: 55px 0 15px;
}
.efg-leaderexpertise p {
  font-size: 14px;
  line-height: 1.75;
  color: #68616c;
}
@media (max-width:900px) {
  .efg-leaderfacts__grid {
    grid-template-columns: 1fr;
  }
  .efg-leaderfacts article {
    min-height: 260px;
  }
  .efg-leaderexpertise__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:600px) {
  .efg-leaderfacts,.efg-leaderexpertise {
    padding: 76px 0;
  }
  .efg-leaderexpertise__grid {
    grid-template-columns: 1fr;
  }
  .efg-leaderexpertise article {
    min-height: 235px;
  }
}
.efg-logo--new {
  width: 80px;
  max-height: 72px;
}
.efg-innerhead .efg-kicker--dark, .efg-section--light .efg-kicker, .efg-section--paper .efg-kicker, .efg-story .efg-kicker, .efg-contact .efg-kicker, .efg-contactinfo .efg-kicker, .efg-coreteam .efg-kicker, .efg-directory .efg-kicker, .efg-network .efg-kicker, .efg-founder .efg-kicker, .efg-ecosystem .efg-kicker, .efg-leaderexpertise .efg-kicker, .efg-historyintro .efg-kicker {
  color: var(--purple);
}
.efg-dna {
  position: absolute;
  inset: 34px 70px;
  z-index: 1;
  display: grid;
  place-items: center;
  opacity: .14;
  pointer-events: none;
  transform: rotate(-4deg);
}
.efg-dna svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 18px rgba(159,209,59,.22));
}
.efg-signal {
  z-index: 2;
}
@media (max-width:900px) {
  .efg-logo--new {
    width: 70px;
    max-height: 64px;
  }
  .efg-dna {
    inset: 25px 55px;
  }
}
@media (max-width:600px) {
  .efg-logo--new {
    width: 62px;
    max-height: 58px;
  }
  .efg-dna {
    display: none;
  }
}
:root {
  --link-blue: #2457a6;
}
.efg-hero__visual {
  border-radius: 28px;
  border: 1px solid rgba(200,237,112,.32);
  background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018));
  box-shadow: 0 30px 80px rgba(8,3,14,.34),inset 0 1px 0 rgba(255,255,255,.12);
  overflow: hidden;
  isolation: isolate;
}
.efg-hero__visual:before {
  inset: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.11);
  background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 38px 38px;
}
.efg-hero__visual:after {
  inset: auto;
  width: 310px;
  height: 310px;
  right: -105px;
  top: -115px;
  border-radius: 50%;
  border: 1px solid rgba(159,209,59,.16);
  background: radial-gradient(circle,rgba(159,209,59,.14),transparent 67%);
}
.efg-dna {
  inset: 44px 92px;
  opacity: .11;
  transform: rotate(-7deg);
}
.efg-signal {
  padding: 34px 42px;
  border-left: 1px solid rgba(200,237,112,.46);
  border-right: 1px solid rgba(200,237,112,.46);
  background: linear-gradient(90deg,transparent,rgba(24,10,35,.34),transparent);
}
.efg-stat {
  right: 25px;
  bottom: 24px;
  min-width: 245px;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(30,13,43,.84);
  color: #fff;
  border: 1px solid rgba(242,195,91,.46);
  box-shadow: 0 14px 36px rgba(7,3,11,.3);
  backdrop-filter: blur(12px);
}
.efg-stat .efg-stat__label {
  color: var(--gold);
  max-width: none;
  white-space: nowrap;
}
.efg-stat p {
  color: rgba(255,255,255,.86);
  white-space: nowrap;
}
.efg-section--light a:not(.efg-btn), .efg-section--paper a:not(.efg-btn), .efg-contact a:not(.efg-btn), .efg-contactinfo a:not(.efg-btn), .efg-coreteam a:not(.efg-btn), .efg-directory a:not(.efg-btn), .efg-network a:not(.efg-btn), .efg-founder a:not(.efg-btn), .efg-ecosystem a:not(.efg-btn), .efg-historyintro a:not(.efg-btn), .efg-history a:not(.efg-btn), .efg-leaderexpertise a:not(.efg-btn), .efg-posts h3 a, .efg-postlink {
  color: var(--link-blue);
}
.efg-section--light a:not(.efg-btn):hover, .efg-section--paper a:not(.efg-btn):hover, .efg-contact a:not(.efg-btn):hover, .efg-contactinfo a:not(.efg-btn):hover, .efg-coreteam a:not(.efg-btn):hover, .efg-directory a:not(.efg-btn):hover, .efg-network a:not(.efg-btn):hover, .efg-founder a:not(.efg-btn):hover, .efg-ecosystem a:not(.efg-btn):hover, .efg-historyintro a:not(.efg-btn):hover, .efg-history a:not(.efg-btn):hover, .efg-leaderexpertise a:not(.efg-btn):hover, .efg-posts h3 a:hover, .efg-postlink:hover {
  color: var(--purple);
}
@media (max-width:900px) {
  .efg-dna {
    inset: 36px 70px;
  }
}
@media (max-width:600px) {
  .efg-stat {
    right: 14px;
    bottom: 14px;
    min-width: 0;
    padding: 12px 18px;
  }
}
.efg-hero__visual {
  border-radius: 50%;
  border: 1px solid rgba(159,209,59,.62);
  background: transparent;
  box-shadow: none;
  overflow: visible;
  isolation: auto;
}
.efg-hero__visual:before {
  inset: 45px;
  width: auto;
  height: auto;
  right: 45px;
  top: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.13);
  background: none;
}
.efg-hero__visual:after {
  inset: 100px;
  width: auto;
  height: auto;
  right: 100px;
  top: 100px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.13);
  background: radial-gradient(circle,rgba(159,209,59,.16),transparent 64%);
}
.efg-dna {
  display: none;
}
.efg-signal {
  padding: 0;
  border: 0;
  background: none;
}
.efg-service-link .efg-btn--dark, .efg-btn--outline-purple {
  background: transparent;
  color: var(--purple);
  border: 1px solid var(--purple);
}
.efg-service-link .efg-btn--dark:hover, .efg-btn--outline-purple:hover {
  background: var(--purple);
  color: #fff;
}
.efg-teamcards {
  grid-template-columns: repeat(5,1fr);
}
.efg-teamcards article {
  padding: 24px;
}
@media (max-width:1100px) {
  .efg-teamcards {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:900px) {
  .efg-teamcards {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:600px) {
  .efg-teamcards {
    grid-template-columns: 1fr;
  }
}
.efg-hero__visual .efg-stat {
  right: -24px;
  bottom: -76px;
}
@media (max-width:1100px) and (min-width:901px) {
  .efg-hero__visual .efg-stat {
    right: 0;
    bottom: -72px;
  }
}
.efg-contact__topics {
  margin-top: 42px;
}
.efg-contact__topics article {
  grid-template-columns: 84px 1fr;
}
.efg-contact__topics b {
  font-family: inherit;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .1em;
  font-weight: 800;
  color: var(--purple);
  padding-top: 5px;
}
.efg-contactform {
  align-self: start;
  background: #f5f3ef;
  border-top: 5px solid var(--purple);
  padding: 38px;
  box-shadow: 0 24px 65px rgba(36,18,54,.1);
}
.efg-contactform__head {
  margin-bottom: 28px;
}
.efg-contactform__head>span {
  font-size: 10px;
  letter-spacing: .2em;
  font-weight: 800;
  color: var(--purple);
}
.efg-contactform__head h3 {
  font-size: 30px;
  line-height: 1.25;
  margin: 12px 0 8px;
  color: #201625;
}
.efg-contactform__head p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b656f;
  margin: 0;
}
.efg-formgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.efg-formgrid label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
  color: #33293a;
}
.efg-formgrid label em {
  font-style: normal;
  color: #a53434;
}
.efg-formgrid__wide {
  grid-column: 1/-1;
}
.efg-formgrid input,.efg-formgrid select,.efg-formgrid textarea {
  width: 100%;
  border: 1px solid rgba(82,44,131,.22);
  border-radius: 0;
  background: #fff;
  color: #211727;
  font: inherit;
  font-size: 15px;
  padding: 13px 14px;
  outline: none;
  transition: border-color .2s,box-shadow .2s;
}
.efg-formgrid textarea {
  resize: vertical;
  line-height: 1.7;
}
.efg-formgrid input:focus,.efg-formgrid select:focus,.efg-formgrid textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(82,44,131,.1);
}
.efg-formconsent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
  color: #625b66;
  font-size: 12px;
  line-height: 1.6;
}
.efg-formconsent input {
  margin-top: 3px;
  accent-color: var(--purple);
}
.efg-formsubmit {
  border: 0;
  cursor: pointer;
}
.efg-formnotice {
  padding: 13px 15px;
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.6;
}
.efg-formnotice--success {
  background: #edf7e2;
  border-left: 4px solid #62951c;
  color: #34540f;
}
.efg-formnotice--error {
  background: #fff0ef;
  border-left: 4px solid #a53434;
  color: #772020;
}
.efg-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width:600px) {
  .efg-contactform {
    padding: 26px 20px;
  }
  .efg-formgrid {
    grid-template-columns: 1fr;
  }
  .efg-formgrid__wide {
    grid-column: auto;
  }
  .efg-contact__topics article {
    grid-template-columns: 72px 1fr;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
