/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --font-barlow: Arial,Helvetica,sans-serif;
  --font-source-serif: Georgia,'Times New Roman',serif;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-barlow), Barlow, ui-sans-serif, system-ui, sans-serif;
    --font-serif: var(--font-source-serif), "Source Serif 4", ui-serif, Georgia, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: 0.025em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-barlow), Barlow, ui-sans-serif, system-ui, sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-ink: #1c2528;
    --color-ink-2: #445055;
    --color-muted: #7a8386;
    --color-line: #e2e0da;
    --color-teal: #2f6f73;
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[11px\] {
    top: 11px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .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);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[1\.5px\] {
    height: 1.5px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .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-\[11rem\] {
    max-width: 11rem;
  }
  .max-w-\[40rem\] {
    max-width: 40rem;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing) * 24);
  }
  .grid-cols-\[12px_1fr\] {
    grid-template-columns: 12px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-14 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-7 {
    column-gap: calc(var(--spacing) * 7);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-line {
    :where(& > :not(:last-child)) {
      border-color: #e2e0da;
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[\#e8e4d8\] {
    border-color: #e8e4d8;
  }
  .border-ink {
    border-color: #1c2528;
  }
  .border-line {
    border-color: #e2e0da;
  }
  .border-red {
    border-color: #c4473a;
  }
  .border-teal {
    border-color: #2f6f73;
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-\[\#2a4a4e\] {
    background-color: #2a4a4e;
  }
  .bg-\[\#2f3d42\] {
    background-color: #2f3d42;
  }
  .bg-\[\#3d4e54\] {
    background-color: #3d4e54;
  }
  .bg-\[\#4a3d42\] {
    background-color: #4a3d42;
  }
  .bg-\[\#c4473a\] {
    background-color: #c4473a;
  }
  .bg-\[\#fdfcf0\] {
    background-color: #fdfcf0;
  }
  .bg-footer {
    background-color: #1c2528;
  }
  .bg-line {
    background-color: #e2e0da;
  }
  .bg-paper {
    background-color: #ffffff;
  }
  .bg-paper-2 {
    background-color: #f7f6f3;
  }
  .bg-red {
    background-color: #c4473a;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-barlow), Barlow, ui-sans-serif, system-ui, sans-serif;
  }
  .font-serif {
    font-family: var(--font-source-serif), "Source Serif 4", ui-serif, Georgia, serif;
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.65rem\] {
    font-size: 0.65rem;
  }
  .text-\[0\.68rem\] {
    font-size: 0.68rem;
  }
  .text-\[0\.72rem\] {
    font-size: 0.72rem;
  }
  .text-\[0\.85rem\] {
    font-size: 0.85rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[1\.08rem\] {
    font-size: 1.08rem;
  }
  .text-\[1\.15rem\] {
    font-size: 1.15rem;
  }
  .text-\[1\.45rem\] {
    font-size: 1.45rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2\.6rem\] {
    font-size: 2.6rem;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-\[1\.78\] {
    --tw-leading: 1.78;
    line-height: 1.78;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.04em\] {
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#1a1a1a\] {
    color: #1a1a1a;
  }
  .text-\[\#4a4a4a\] {
    color: #4a4a4a;
  }
  .text-\[\#5a5a5a\] {
    color: #5a5a5a;
  }
  .text-\[\#7a7a7a\] {
    color: #7a7a7a;
  }
  .text-\[\#9a9a9a\] {
    color: #9a9a9a;
  }
  .text-ink {
    color: #1c2528;
  }
  .text-ink-2 {
    color: #445055;
  }
  .text-muted {
    color: #7a8386;
  }
  .text-red {
    color: #c4473a;
  }
  .text-teal {
    color: #2f6f73;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/55 {
    color: color-mix(in srgb, #fff 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 55%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:text-teal {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #2f6f73;
      }
    }
  }
  .first\:pl-0 {
    &:first-child {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .last\:pr-0 {
    &:last-child {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .hover\:text-\[\#1a1a1a\] {
    &:hover {
      @media (hover: hover) {
        color: #1a1a1a;
      }
    }
  }
  .hover\:text-ink {
    &:hover {
      @media (hover: hover) {
        color: #1c2528;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-60 {
    &:hover {
      @media (hover: hover) {
        opacity: 60%;
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .focus\:border-red {
    &:focus {
      border-color: #c4473a;
    }
  }
  .disabled\:bg-paper-2 {
    &:disabled {
      background-color: #f7f6f3;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1\.3fr_0\.7fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1.3fr 0.7fr;
    }
  }
  .md\:grid-cols-\[3\.5rem_1fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 3.5rem 1fr 1fr;
    }
  }
  .md\:grid-cols-\[7rem_18rem_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 7rem 18rem 1fr;
    }
  }
  .md\:grid-cols-\[18rem_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 18rem 1fr;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:border-t-0 {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pl-10 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .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-\[1\.28rem\] {
    @media (width >= 48rem) {
      font-size: 1.28rem;
    }
  }
  .md\:text-\[1\.35rem\] {
    @media (width >= 48rem) {
      font-size: 1.35rem;
    }
  }
  .md\:text-\[1\.85rem\] {
    @media (width >= 48rem) {
      font-size: 1.85rem;
    }
  }
  .md\:text-\[1\.95rem\] {
    @media (width >= 48rem) {
      font-size: 1.95rem;
    }
  }
  .md\:text-\[1rem\] {
    @media (width >= 48rem) {
      font-size: 1rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:text-\[3\.2rem\] {
    @media (width >= 48rem) {
      font-size: 3.2rem;
    }
  }
  .md\:text-\[3\.4rem\] {
    @media (width >= 48rem) {
      font-size: 3.4rem;
    }
  }
  .md\:text-\[3\.6rem\] {
    @media (width >= 48rem) {
      font-size: 3.6rem;
    }
  }
  .md\:text-\[4rem\] {
    @media (width >= 48rem) {
      font-size: 4rem;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
}
@layer base {
  * {
    border-color: var(--color-line);
  }
  html {
    scroll-behavior: smooth;
  }
  html, body {
    background: #fff;
    color: var(--color-ink);
  }
  body {
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }
  ::selection {
    background: var(--color-teal);
    color: white;
  }
}
@layer components {
  .site-wrap {
    width: min(1120px, calc(100% - 2rem));
    margin-inline: auto;
  }
  @media (min-width: 768px) {
    .site-wrap {
      width: min(1160px, calc(100% - 4rem));
    }
  }
  .display {
    font-family: var(--font-serif);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.12;
  }
  .meta {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .meta-red, .meta-teal {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-teal);
  }
  .lede {
    max-width: 38rem;
    font-size: 1.1rem;
    line-height: 1.55;
    color: var(--color-ink-2);
  }
  .sfi-link, .editorial-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--color-teal);
    font-weight: 600;
    text-decoration: none;
  }
  .sfi-link:hover, .editorial-link:hover {
    opacity: 0.75;
  }
  .sfi-hero {
    position: relative;
    min-height: min(88vh, 780px);
    overflow: hidden;
    background: #2f3d42;
  }
  .sfi-hero-visual {
    position: absolute;
    inset: 0;
    transition: opacity 0.55s ease;
  }
  .sfi-hero-visual.is-out {
    opacity: 0;
  }
  .sfi-hero-visual.is-in {
    opacity: 1;
  }
  .sfi-hero-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(22, 30, 34, 0.78) 0%, rgba(22, 30, 34, 0.42) 42%, rgba(22, 30, 34, 0.18) 100% );
  }
  .sfi-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: min(88vh, 780px);
    padding: 7.5rem 1.5rem 10.5rem;
  }
  @media (min-width: 900px) {
    .sfi-hero-inner {
      padding: 8.5rem 4.75rem 11rem 8.5rem;
    }
  }
  .sfi-hero-copy {
    max-width: 36rem;
    position: relative;
    z-index: 3;
  }
  .sfi-hero-title {
    color: #fff;
    font-size: clamp(2.55rem, 5.2vw, 4.35rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 14ch;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .sfi-hero-title.is-out {
    opacity: 0;
    transform: translateY(12px);
  }
  .sfi-hero-title.is-in {
    opacity: 1;
    transform: none;
  }
  .sfi-hero-sub {
    margin-top: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 400;
  }
  .sfi-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.65rem;
    background: rgba(20, 24, 26, 0.74);
    color: white;
    font-size: 0.95rem;
    padding: 0.68rem 1.05rem 0.68rem 1.15rem;
    text-decoration: none;
    backdrop-filter: blur(4px);
  }
  .sfi-btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 999px;
    font-size: 0.8rem;
  }
  .sfi-hero-arrows {
    position: absolute;
    right: 1.15rem;
    top: 46%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    transform: translateY(-50%);
  }
  .sfi-arrow {
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    cursor: pointer;
    background: rgba(20, 24, 26, 0.7);
    color: white;
    font-size: 1.4rem;
    line-height: 1;
  }
  .sfi-arrow:hover {
    background: rgba(20, 24, 26, 0.9);
  }
  .sfi-nav {
    align-items: stretch;
    background: rgba(18, 22, 24, 0.72);
    backdrop-filter: blur(8px);
  }
  .sfi-nav-item {
    position: relative;
  }
  .sfi-nav-link {
    display: flex;
    align-items: center;
    height: 3.15rem;
    padding: 0 1rem;
    color: white;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }
  .sfi-nav-link:hover, .sfi-nav-item:hover .sfi-nav-link {
    background: rgba(255, 255, 255, 0.08);
  }
  .sfi-nav-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 15rem;
    background: #241c1c;
    border-top: 2px solid #c4473a;
    padding: 0.4rem 0;
    box-shadow: 0 12px 32px rgba(0,0,0,0.28);
  }
  .sfi-nav-item:hover .sfi-nav-drop, .sfi-nav-item:focus-within .sfi-nav-drop {
    display: block;
  }
  .sfi-nav-item:last-child .sfi-nav-drop {
    right: 0;
    left: auto;
    min-width: 9rem;
    max-width: calc(100vw - 2rem);
  }
  .sfi-nav-item:last-child .sfi-nav-drop-link {
    text-align: right;
  }
  .sfi-nav-journal .sfi-nav-drop,
  .sfi-nav-journal:last-child .sfi-nav-drop {
    right: auto;
    left: 0;
    width: calc(100% + 5.25rem);
    min-width: 0;
    transform: none;
  }
  .sfi-nav-drop-link {
    display: block;
    padding: 0.55rem 1rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    text-decoration: none;
  }
  .sfi-nav-drop-link:hover {
    background: rgba(196, 71, 58, 0.22);
    color: white;
  }
  .homepage-apply-btn {
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }
  .homepage-apply-btn:hover {
    transform: scale(1.06);
    background-color: #53676d !important;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(36, 28, 28, 0.24);
  }
  .sfi-quote {
    position: relative;
    z-index: 4;
    margin: -5.5rem auto 0;
    width: min(920px, calc(100% - 1.5rem));
    background: #fff;
    background-image: linear-gradient(to right, rgba(180, 190, 195, 0.22) 1px, transparent 1px), linear-gradient(to bottom, rgba(180, 190, 195, 0.22) 1px, transparent 1px);
    background-size: 22px 22px;
    padding: 2.75rem 1.75rem 3rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    .sfi-quote {
      padding: 3.5rem 4rem 3.75rem;
      margin-top: -6.5rem;
    }
  }
  .sfi-news-card {
    min-width: 260px;
    flex: 0 0 280px;
  }
  .sfi-news-row {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
  }
  .sfi-news-row > * {
    scroll-snap-align: start;
  }
  .sfi-news-row::-webkit-scrollbar {
    height: 6px;
  }
  .sfi-news-row::-webkit-scrollbar-thumb {
    background: #c5c9cb;
  }
  .footer-tile {
    display: block;
    padding: 2rem 1.5rem;
    color: white;
    text-decoration: none;
    min-height: 10.5rem;
  }
  .footer-tile:hover {
    filter: brightness(1.08);
  }
  .journal-scope {
    background: #fdfcf0;
    color: #1a1a1a;
  }
  .journal-scope .display {
    font-family: var(--font-serif);
    font-weight: 600;
    letter-spacing: -0.03em;
  }
  .article {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .article p {
    margin: 0 0 1.35em;
  }
  .article em {
    font-style: italic;
  }
  .article h2 {
    font-size: 1.65rem;
    margin: 2.4em 0 0.7em;
    line-height: 1.2;
  }
  .article ul, .article ol {
    margin: 0 0 1.35em;
    padding-left: 1.2em;
  }
  .article .katex-display {
    margin: 2em 0;
    overflow-x: auto;
  }
  .article table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.95rem;
    font-family: var(--font-sans);
  }
  .article th, .article td {
    border-bottom: 1px solid var(--color-line);
    padding: 0.65em 0.85em 0.65em 0;
  }
  .guidelines-body p {
    margin-bottom: 1em;
    line-height: 1.65;
    color: var(--color-ink-2);
  }
  .guidelines-body strong {
    color: var(--color-ink);
  }
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
  .reveal-visible {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
  .sfi-hero-title, .sfi-hero-visual {
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}

#static-mobile-menu.hidden{display:none!important;}
@media(min-width:1024px){#static-mobile-menu{display:none!important;}}
