/*! tailwindcss v4.1.17 | 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;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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;
    }
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
}
:root {
  --slate-900: #0e1a17;
  --slate-800: #18201d;
  --slate-700: #152420;
  --slate-600: #223632;
  --slate-500: #2e443f;
  --cedar-cream: #faf4e3;
  --cedar-cream-muted: rgba(250, 244, 227, 0.8);
  --cedar-gold: #ffde9e;
  --cedar-border: rgba(61, 98, 70, 0.5);
  --cedar-max-width: 1088px;
  --cedar-gap: 1rem;
  --cedar-section-padding: 4rem 1.5rem;
  --cedar-section-padding-lg: 5rem 0;
  --body-margin-x: 2rem;
}
html, body {
  min-height: 100%;
}
body {
  font-family: Georgia, serif;
  background: #031c19;
  margin: 0 var(--body-margin-x);
  font-size: 1em;
  line-height: 1.6em;
  background-image: url("images/tile-noise.png"), url("images/bg-colors.jpg");
  background-blend-mode: multiply, normal;
  background-position: top left, top center;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% auto;
}
@media (max-width: 1200px) {
  body {
    background-size: auto, 1200px auto;
  }
}
@media (max-width: 768px) {
  #content {
    padding-top: 0;
  }
}
.fw-flourish {
  font-size: 0.8em;
  font-family: "gelica", sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-top: 2em;
}
.fw-box {
  background-color: rgba(14, 26, 23, 0.6);
  backdrop-filter: blur(10px) brightness(0.9) saturate(3);
  -webkit-backdrop-filter: blur(20px) brightness(0.7) saturate(1.3);
  border: 1px solid rgba(46, 68, 63, 0.5);
  border-radius: 16px;
  margin: 3em -16px;
  padding: 16px;
}
@media (min-width: 769px) {
  .fw-box {
    margin: 3em calc(-1 * var(--body-margin-x));
    padding: var(--body-margin-x);
    min-height: 376px;
    display: flex;
    align-items: center;
  }
}
.fw-box img {
  width: 100%;
}
.fw-box-media {
  margin: 0 -16px -16px;
  overflow: hidden;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (min-width: 769px) {
  .fw-box-media {
    margin: 0 calc(-1 * var(--body-margin-x)) calc(-1 * var(--body-margin-x));
  }
}
.fw-box-media img, .fw-box-media video, .fw-box-media picture, .fw-box-media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: none;
}
.fw-box > :first-child {
  margin-top: 0;
}
.fw-box > :last-child {
  margin-bottom: 0;
}
.fw-box .demo {
  text-align: right;
  margin-bottom: 8px;
}
ul.sub-points {
  margin-top: -0.5rem;
}
.separator {
  text-align: center;
}
.manrope-300 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.manrope-400 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.manrope-500 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.manrope-600 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.prose {
  --tw-prose-body: #ffefd0;
  --tw-prose-headings: #ffde9e;
  --tw-prose-links: #ffde9e;
  --tw-prose-bold: #ffde9e;
  --tw-prose-code: #ffefd0;
  --tw-prose-quotes: #ffefd0;
  --tw-prose-bullets: #ffde9e;
}
.prose ul, .prose ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose li {
  margin-top: 0em;
  margin-bottom: 0em;
}
.prose ul {
  list-style-position: outside;
  padding-left: 1em;
  margin-left: 0;
}
.prose h1, .prose h2, .prose h3 {
  font-family: "gelica", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.prose h2, .prose h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.fw-btn {
  background-color: #152420;
  color: #faf5e5;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #223632;
  cursor: pointer;
}
.fw-btn:hover {
  border: 2px solid #3a524c;
}
a.fw-btn:link, a.fw-btn:visited, a.fw-btn:hover, a.fw-btn:active {
  text-decoration: none;
  color: #faf5e5;
}
.fw-btn:active {
  background-color: #0e1a17;
  border: 2px solid #435853;
}
.fw-btn-primary {
  background-color: #006849;
  background: linear-gradient(#006849, #006849) padding-box, linear-gradient(to top, #0f5246, #268a72) border-box;
  color: #faf5e5;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 10px 8px rgba(0, 0, 0, 0.1);
}
.fw-btn-primary:hover {
  background: linear-gradient(#006849, #014a34) padding-box, linear-gradient(to top, #0f5246, #268a72) border-box;
}
a.fw-btn-primary:link, a.fw-btn-primary:visited, a.fw-btn-primary:hover, a.fw-btn-primary:active {
  text-decoration: none;
  color: #faf5e5;
}
.fw-btn-primary:active {
  background: linear-gradient(#014a34, #006849) padding-box, linear-gradient(to top, #0f5246, #268a72) border-box;
  box-shadow: none;
}
#tig-embed-container {
  position: fixed;
  width: 50%;
  height: 90vh;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}
#tig-close-btn {
  display: none;
  pointer-events: auto;
}
@media (max-width: 768px) {
  #tig-embed-container {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    bottom: 16px;
    right: 0;
    height: calc( 100dvh - 32px );
    box-sizing: border-box;
  }
  #tig-bottom {
    padding-bottom: 16px;
  }
  #tig-embed.isOpen ~ #tig-bottom {
    display: none;
  }
  body {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .tig-close-btn {
    position: absolute;
    top: 16px;
    right: 0px;
    z-index: 1001;
  }
  #tig-embed.isOpen ~ .tig-close-btn {
    display: flex;
  }
}
iframe#tig-embed {
  border: none;
  background-color: transparent;
  width: 100%;
  flex: 1;
  display: none;
}
iframe#tig-embed.isOpen {
  display: block;
  pointer-events: auto;
}
#tig-bottom {
  padding-top: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: auto;
}
.tig-version {
  padding: 1rem;
  color: rgb(209, 213, 219);
}
.tig-btn {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: linear-gradient(#00563c, #006849) padding-box, linear-gradient(to top, #0a3b32, #268a72) border-box;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  cursor: pointer;
  color: #ffde9e;
  transition: background-color 0.2s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 10px 8px rgba(0, 0, 0, 0.1);
  margin-right: 16px;
}
.tig-toggle-icon {
  height: 1.5rem;
  width: 1.5rem;
  color: rgb(55, 65, 81);
}
.tig-close-x {
  font-size: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tig-btn:hover {
  background: linear-gradient(#006849, #014a34) padding-box, linear-gradient(to top, #0f5246, #268a72) border-box;
}
#tig-embed.isOpen ~ * {
  pointer-events: auto;
}
#privacy table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
#privacy th, #privacy td {
  border: 1px solid #444;
  padding: 0.5rem;
  text-align: left;
}
#privacy ul {
  margin-left: 1rem;
}
#privacy code {
  background: #f2f2f2;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
#privacy .last-updated {
  font-style: italic;
}
#privacy h2 {
  font-size: 1.5em;
}
.fw-box > .fw-box-media:last-child {
  margin-bottom: -16px;
}
@media (min-width: 769px) {
  .fw-box > .fw-box-media:last-child {
    margin-bottom: calc(-1 * var(--body-margin-x));
  }
}
.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  font-size: 0.7em;
  line-height: 1.8;
}
.footer-left {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  flex-shrink: 0;
  gap: 0.5rem;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  transition: background-color 0.2s, opacity 0.2s;
  opacity: 0.8;
}
.footer-social a:hover {
  opacity: 1;
  background-color: rgba(255, 222, 158, 0.1);
}
.footer-icon {
  width: 24px;
  height: 24px;
  color: var(--tw-prose-links);
}
.footer-copyright {
  font-size: 0.95em;
  text-align: left;
}
.cedar-container {
  max-width: var(--cedar-max-width);
  margin: 0 auto;
  padding: var(--cedar-section-padding);
}
@media (min-width: 768px) {
  .cedar-container {
    padding: var(--cedar-section-padding-lg);
  }
}
.cedar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--cedar-border);
}
@media (min-width: 768px) {
  .cedar-header {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .cedar-header .fw-btn {
    display: none;
  }
}
.cedar-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--cedar-gold);
  font-family: "gelica", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
.cedar-logo-icon {
  height: 2rem;
  width: auto;
}
.cedar-logo-text {
  color: var(--cedar-gold);
}
.cedar-hero {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cedar-hero {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.cedar-hero h1 {
  font-family: "gelica", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--cedar-cream);
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .cedar-hero h1 {
    font-size: 4.5rem;
  }
}
.cedar-hero h1 em {
  font-style: italic;
  font-weight: bold;
  color: var(--cedar-gold);
}
.cedar-sparkle-text {
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
}
.cedar-sparkle-before {
  position: absolute;
  bottom: -8px;
  left: -24px;
  width: 24px;
  height: auto;
  pointer-events: none;
}
.cedar-sparkle-after {
  position: absolute;
  top: -16px;
  right: -40px;
  width: 48px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cedar-sparkle-before {
    width: 16px;
    left: -16px;
  }
  .cedar-sparkle-after {
    width: 32px;
    top: -12px;
    right: -28px;
  }
}
.cedar-hero p {
  font-size: 1.25rem;
  color: var(--cedar-cream-muted);
  max-width: 536px;
  margin: 0 0 1.5rem 0;
  line-height: 1.4;
}
.cedar-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cedar-gap);
}
.cedar-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
}
.cedar-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cedar-box {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
  .cedar-box.reverse {
    flex-direction: row-reverse;
  }
}
.cedar-box-content {
  flex: 1;
}
.cedar-box-content h2 {
  font-family: "gelica", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--cedar-cream);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cedar-box-content h2 {
    font-size: 2rem;
  }
}
.cedar-box-content p {
  font-size: 1.125rem;
  color: var(--cedar-cream-muted);
  margin: 0 0 1.5rem 0;
  line-height: 1.4;
}
.cedar-box-image {
  flex: 1;
}
.cedar-box-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cedar-box-image {
    order: -1;
  }
}
.cedar-video {
  text-align: center;
}
.cedar-video h2 {
  font-family: "gelica", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--cedar-cream);
  margin: 0 0 2rem 0;
}
.cedar-video-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(14, 26, 23, 0.6);
}
.cedar-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}
.cedar-stats-section {
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.cedar-stats-heading {
  font-family: "gelica", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--cedar-cream);
  margin: 0 auto 3rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .cedar-stats-heading {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.cedar-stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cedar-stats {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cedar-stat {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.cedar-stat-number {
  font-family: "gelica", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: var(--cedar-gold);
  line-height: 1;
}
@media (min-width: 768px) {
  .cedar-stat-number {
    font-size: 4.5rem;
  }
}
.cedar-stat-label {
  font-size: 1.25rem;
  color: var(--cedar-cream);
  max-width: 200px;
  line-height: 1.2;
}
.cedar-cta {
  text-align: center;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-left: calc(-1 * var(--body-margin-x));
  margin-right: calc(-1 * var(--body-margin-x));
}
.cedar-cta .cedar-container {
  padding-top: 0;
  padding-bottom: 0;
}
.cedar-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 600px;
  background: radial-gradient(ellipse 100% 70% at 0% 50%, rgba(0, 180, 160, 0.4) 0%, rgba(0, 140, 120, 0.25) 30%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.cedar-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 600px;
  background: radial-gradient(ellipse 100% 70% at 100% 50%, rgba(180, 150, 50, 0.4) 0%, rgba(140, 120, 40, 0.25) 30%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.cedar-cta h2 {
  font-family: "gelica", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: var(--cedar-cream);
  max-width: 720px;
  margin: 0 auto 2rem auto;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .cedar-cta h2 {
    font-size: 3.75rem;
  }
}
.cedar-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cedar-gap);
  justify-content: center;
}
.cedar-footer {
  border-top: 1px solid var(--cedar-border);
}
.cedar-footer-content {
  max-width: 536px;
}
.cedar-footer-content p {
  font-size: 1.25rem;
  color: var(--cedar-cream-muted);
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}
.cedar-footer-content strong {
  color: var(--cedar-cream);
}
.cedar-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .cedar-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.cedar-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cedar-footer-links a {
  color: var(--cedar-cream);
  text-decoration: none;
}
.cedar-footer-links a:hover {
  color: var(--cedar-gold);
}
.cedar-footer-copyright {
  color: rgba(250, 244, 227, 0.3);
  margin-top: 1rem;
}
@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;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
