/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-900: var(--neutral-900);
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --aspect-video: 16 / 9;
    --spacing-section: var(--section-py);
    --color-background: var(--background);
    --color-foreground: var(--color-neutral-900);
    --color-card: var(--card);
    --color-popover: var(--popover);
    --color-popover-foreground: var(--popover-foreground);
    --color-primary: var(--primary);
    --color-secondary: var(--secondary);
    --color-muted-foreground: var(--color-neutral-700);
    --color-accent-foreground: var(--accent-foreground);
    --color-border: var(--border);
    --color-kfoi-off-white: #fbfaf8;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .sticky {
    position: sticky;
  }
  .-inset-0 {
    inset: 0;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-0\! {
    inset: 0 !important;
  }
  .-inset-x-0 {
    inset-inline: 0;
  }
  .-inset-x-full {
    inset-inline: -100%;
  }
  .top-0 {
    top: 0;
  }
  .top-auto {
    top: auto;
  }
  .-right-0 {
    right: 0;
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-0 {
    left: 0;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mt-section {
    margin-top: var(--section-py);
  }
  .mr-auto {
    margin-right: auto;
  }
  .-mb-section {
    margin-bottom: calc(var(--section-py) * -1);
  }
  .mb-section {
    margin-bottom: var(--section-py);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .ml-row {
    margin-left: var(--row-px);
  }
  .layout-row-inline {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    padding-inline: var(--row-px);
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 50rem) {
      max-width: 50rem;
    }
    @media (width >= 98rem) {
      max-width: 98rem;
    }
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .aspect-landscape {
    aspect-ratio: 3/2;
    height: auto !important;
  }
  .aspect-portrait {
    aspect-ratio: 2/3;
    height: auto !important;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-6\! {
    height: calc(var(--spacing) * 6) !important;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-\[480px\] {
    min-height: 480px;
  }
  .min-h-\[480px\]\! {
    min-height: 480px !important;
  }
  .type-link {
    width: max-content;
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    text-decoration-line: underline;
    text-underline-offset: 3px;
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-46 {
    width: calc(var(--spacing) * 46);
  }
  .w-auto {
    width: auto;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-1\/2 {
    max-width: calc(1 / 2 * 100%);
  }
  .max-w-1\/2\! {
    max-width: calc(1 / 2 * 100%) !important;
  }
  .max-w-50 {
    max-width: calc(var(--spacing) * 50);
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-none {
    flex: none;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col\! {
    flex-direction: column !important;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .justify-stretch\! {
    justify-content: stretch !important;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-list {
    gap: var(--list-gap);
  }
  .gap-row {
    gap: var(--row-px);
  }
  .gap-section {
    gap: var(--section-gap-y);
  }
  .gap-section {
    gap: var(--section-py);
  }
  .gap-type {
    gap: var(--type-gap);
  }
  .space-y-row {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--row-px) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--row-px) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-section {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--section-py) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--section-py) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-type {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--type-gap) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--type-gap) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-section {
    row-gap: var(--section-py);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-neutral-200 {
    border-bottom-color: var(--neutral-200);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-transparent\! {
    background-color: transparent !important;
  }
  .bg-white {
    background-color: var(--white);
  }
  .bg-none {
    background-image: none;
  }
  .bg-none\! {
    background-image: none !important;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-row {
    padding: var(--row-px);
  }
  .py-row {
    padding-block: var(--row-px);
  }
  .py-type {
    padding-block: var(--type-gap);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-0\! {
    padding-top: 0 !important;
  }
  .pt-row {
    padding-top: var(--row-px);
  }
  .pt-type {
    padding-top: var(--type-gap);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-0\! {
    padding-bottom: 0 !important;
  }
  .pb-row {
    padding-bottom: var(--row-px);
  }
  .type-h3 {
    font-family: var(--font-serif);
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    --tw-leading: 1.4em;
    line-height: 1.4em;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-wrap: balance;
  }
  .type-h4 {
    font-family: var(--font-serif);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 1.4em;
    line-height: 1.4em;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-wrap: balance;
  }
  .type-h3 {
    -webkit-hyphens: auto;
    hyphenate-limit-chars: 6 6 3;
    hyphens: auto;
    color: var(--foreground);
    font-family: var(--type-h3-font);
    font-size: var(--type-h3-size);
    font-weight: var(--type-h3-weight);
    line-height: var(--type-h3-leading);
    text-edge: var(--type-h3-text-edge);
    @media (width >= 50rem) {
      font-size: var(--type-h3-size-lg);
    }
  }
  .type-h2 {
    -webkit-hyphens: auto;
    hyphenate-limit-chars: 6 6 3;
    hyphens: auto;
    color: var(--foreground);
    font-family: var(--type-h2-font);
    font-size: var(--type-h2-size);
    font-weight: var(--type-h2-weight);
    line-height: var(--type-h2-leading);
    @media (width >= 50rem) {
      font-size: var(--type-h2-size-lg);
    }
  }
  .type-h4 {
    color: var(--foreground);
    font-family: var(--font-sans);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
  }
  .type-link-list {
    & div .type-link {
      font-family: var(--font-serif) !important;
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      text-transform: none !important;
    }
  }
  .type-h2 {
    font-family: var(--font-serif);
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
    --tw-leading: 1.2em;
    line-height: 1.2em;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-sans\! {
    font-family: var(--font-sans) !important;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .font-serif\! {
    font-family: var(--font-serif) !important;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-balance {
    text-wrap: balance;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .hyphens-auto {
    hyphenate-limit-chars: 6 6 3;
    hyphens: auto;
  }
  .hyphens-auto\! {
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
  }
  .hyphens-auto\! {
    hyphenate-limit-chars: 6 6 3 !important;
    hyphens: auto !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-0\! {
    opacity: 0% !important;
  }
  .max-sm\:hidden {
    @media (width < 40rem) {
      display: none;
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .\32 xl\:mr-0 {
    @media (width >= 96rem) {
      margin-right: 0;
    }
  }
  .\32 xl\:mr-0\! {
    @media (width >= 96rem) {
      margin-right: 0 !important;
    }
  }
  .\32 xl\:ml-0 {
    @media (width >= 96rem) {
      margin-left: 0;
    }
  }
  .\32 xl\:ml-0\! {
    @media (width >= 96rem) {
      margin-left: 0 !important;
    }
  }
  .\32 xl\:max-w-125\! {
    @media (width >= 96rem) {
      max-width: calc(var(--spacing) * 125) !important;
    }
  }
  .\32 xl\:grid-cols-2 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 50rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 50rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:min-h-\[480px\]\! {
    @media (width >= 50rem) {
      min-height: 480px !important;
    }
  }
  .lg\:w-46 {
    @media (width >= 50rem) {
      width: calc(var(--spacing) * 46);
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 50rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 50rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 50rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 50rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 50rem) {
      flex-direction: column;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 98rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:mr-auto {
    @media (width >= 98rem) {
      margin-right: auto;
    }
  }
  .xl\:ml-auto {
    @media (width >= 98rem) {
      margin-left: auto;
    }
  }
  .xl\:min-h-\[480px\]\! {
    @media (width >= 98rem) {
      min-height: 480px !important;
    }
  }
  .xl\:min-h-\[560px\]\! {
    @media (width >= 98rem) {
      min-height: 560px !important;
    }
  }
  .xl\:min-h-\[600px\]\! {
    @media (width >= 98rem) {
      min-height: 600px !important;
    }
  }
  .xl\:w-max {
    @media (width >= 98rem) {
      width: max-content;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 98rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 98rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:\[\&\>\*\]\:mr-0\! {
    @media (width >= 96rem) {
      &>* {
        margin-right: 0 !important;
      }
    }
  }
  .\32 xl\:\[\&\>\*\]\:ml-0\! {
    @media (width >= 96rem) {
      &>* {
        margin-left: 0 !important;
      }
    }
  }
  .\32 xl\:\[\&\>\*\]\:max-w-125\! {
    @media (width >= 96rem) {
      &>* {
        max-width: calc(var(--spacing) * 125) !important;
      }
    }
  }
}
:root {
  --font-sans: ui-sans-serif, system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --white: #ffffff;
  --black: #000000;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-500: #737373;
  --neutral-900: #171717;
  --background: var(--white);
  --foreground: var(--neutral-900);
  --card: var(--white);
  --card-foreground: var(--foreground);
  --popover: var(--white);
  --popover-foreground: var(--foreground);
  --primary: var(--neutral-900);
  --primary-foreground: var(--white);
  --secondary: var(--neutral-100);
  --secondary-foreground: var(--neutral-900);
  --muted: var(--neutral-100);
  --muted-foreground: var(--neutral-500);
  --accent: var(--neutral-100);
  --accent-foreground: var(--neutral-900);
  --border: var(--neutral-200);
  --input: var(--neutral-200);
  --radius: 0.5rem;
  --type-display-font: var(--font-sans);
  --type-display-size: 2rem;
  --type-display-size-lg: 2.5rem;
  --type-display-leading: 1;
  --type-display-weight: 400;
  --type-h1-font: var(--font-sans);
  --type-h1-size: 2.5rem;
  --type-h1-size-lg: 3rem;
  --type-h1-leading: 1;
  --type-h1-weight: 800;
  --type-h1-excerpt-font: var(--font-sans);
  --type-h1-excerpt-size: 1.5rem;
  --type-h1-excerpt-size-lg: 1.875rem;
  --type-h1-excerpt-leading: 1.2;
  --type-h1-excerpt-weight: 700;
  --type-h2-font: var(--font-sans);
  --type-h2-size: 1.75rem;
  --type-h2-size-lg: 2.25rem;
  --type-h2-leading: 1.15;
  --type-h2-weight: 600;
  --type-h3-font: var(--font-sans);
  --type-h3-size: 1.125rem;
  --type-h3-size-lg: 1.25rem;
  --type-h3-leading: 1.2;
  --type-h3-weight: 600;
  --type-h3-text-edge: initial;
  --type-quote-font: var(--font-sans);
  --type-quote-size: 2rem;
  --type-quote-size-lg: 2.5rem;
  --type-quote-leading: 1;
  --type-quote-weight: 400;
  --type-quote-sm-font: var(--font-sans);
  --type-quote-sm-size: 1rem;
  --type-quote-sm-leading: 1.5;
  --type-quote-sm-weight: 400;
  --type-hero-font: var(--font-sans);
  --type-hero-size: 1.875rem;
  --type-hero-leading: 1.4;
  --type-hero-weight: 600;
  --type-p-font: var(--font-sans);
  --type-p-size: 1rem;
  --type-p-leading: 1.75;
  --type-p-weight: 400;
  --type-lead-font: var(--font-sans);
  --type-lead-size: 1.25rem;
  --type-lead-leading: 1.75;
  --type-lead-weight: 400;
  --type-large-font: var(--font-sans);
  --type-large-size: 1.125rem;
  --type-large-leading: 1.5;
  --type-large-weight: 600;
  --type-small-font: var(--font-sans);
  --type-small-size: 0.875rem;
  --type-small-leading: 1;
  --type-small-weight: 500;
  --type-muted-font: var(--font-sans);
  --type-muted-size: 0.875rem;
  --type-muted-leading: 1.5;
  --type-muted-weight: 400;
  --type-inline-code-font: var(--font-mono);
  --type-inline-code-size: 0.875rem;
  --type-inline-code-weight: 600;
  --type-blockquote-font: var(--font-sans);
  --type-blockquote-size: 1rem;
  --type-blockquote-leading: 1.75;
  --type-blockquote-weight: 400;
}
@layer components {
  :root {
    --section-py: 2.5rem;
    --section-gap-y: 1rem;
    --row-px: 1rem;
    --list-gap: 1.25rem;
    --type-gap: 0.375rem;
    --type-gap-y: 0.5rem;
  }
  @media (width >= 40rem) {
    :root {
      --section-gap-y: 1.5rem;
      --row-px: 1.5rem;
    }
  }
  @media (width >= 98rem) {
    :root {
      --section-gap-y: 2rem;
      --row-px: 2rem;
    }
  }
}
body {
  min-height: 100svh;
  scroll-behavior: smooth;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
body main {
  flex: 1;
}
.prose {
  --tw-prose-body: var(--foreground);
  --tw-prose-headings: var(--foreground);
  --tw-prose-lead: var(--foreground);
  --tw-prose-links: var(--primary);
  --tw-prose-bold: var(--foreground);
  --tw-prose-counters: var(--muted-foreground);
  --tw-prose-bullets: var(--muted-foreground);
  --tw-prose-hr: var(--border);
  --tw-prose-quotes: var(--foreground);
  --tw-prose-quote-borders: var(--border);
  --tw-prose-caps: var(--foreground);
  --tw-prose-code: var(--foreground);
  --tw-prose-pre-code: var(--card-foreground);
  --tw-prose-pre-bg: var(--card);
  --tw-prose-th-borders: var(--border);
  --tw-prose-td-borders: var(--border);
}
:is(.brxe-text, .brxe-post-content) {
  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;
  }
  max-width: none;
  color: var(--color-foreground);
  --tw-prose-body: var(--foreground);
  --tw-prose-headings: var(--foreground);
  --tw-prose-lead: var(--foreground);
  --tw-prose-links: var(--primary);
  --tw-prose-bold: var(--foreground);
  --tw-prose-counters: var(--muted-foreground);
  --tw-prose-bullets: var(--muted-foreground);
  --tw-prose-hr: var(--border);
  --tw-prose-quotes: var(--foreground);
  --tw-prose-quote-borders: var(--border);
  --tw-prose-caps: var(--foreground);
  --tw-prose-code: var(--foreground);
  --tw-prose-pre-code: var(--card-foreground);
  --tw-prose-pre-bg: var(--card);
  --tw-prose-th-borders: var(--border);
  --tw-prose-td-borders: var(--border);
}
:is(.prose, .brxe-text, .brxe-post-content) :first-child {
  margin-top: 0 !important;
}
:is(.prose, .brxe-text, .brxe-post-content) :last-child {
  margin-bottom: 0 !important;
}
:is(.prose, .brxe-text, .brxe-post-content) :is(h1, h2, h3, h4, h5, h6) {
  scroll-margin: calc(var(--spacing-section) + 72px);
}
:is(.prose, .brxe-text, .brxe-post-content) :is(a) {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
:where( a, [role='link'], button, [role='button'], input, textarea, [tabindex]:not([tabindex='-1']) ) {
  outline-offset: 2px;
  &:focus-visible {
    outline: auto;
  }
}
.skip-link {
  position: fixed;
  top: 0;
  left: calc(var(--spacing) * -225);
  z-index: 999;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  border-radius: 0.25rem;
  background-color: var(--black);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--white);
  text-decoration-line: none;
  &:focus-visible {
    top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--spacing) * 3);
    left: calc(var(--spacing) * 3);
  }
}
#wp-toolbar, #wp-toolbar > * {
  display: flex;
  flex-wrap: nowrap;
}
#wp-toolbar {
  justify-content: space-between;
}
#wp-toolbar > * > *, #wp-toolbar > *:not(:first-child) {
  flex: none;
}
#wp-toolbar > *:first-child {
  flex: 1;
  overflow: auto;
}
body:has(#theme-refresh-preview-overlay-root), body:has(div > #bricks-toolbar) {
  [data-theme-refresh-marker='true'] {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
    &:not(:focus-visible) {
      position: relative !important;
      outline: 3px solid var(--dev-marker-color) !important;
      outline-offset: 2px !important;
      box-shadow: inset 0 0 0 9999px var(--dev-marker-tint) !important;
    }
    &:not(:focus-visible)::before {
      content: var(--dev-marker-label);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      padding: 2px 6px;
      background-color: var(--dev-marker-color);
      color: #fff;
      font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: nowrap;
      pointer-events: none;
    }
  }
  [data-theme-refresh-marker='true'][data-theme-refresh-marker-source='axe-core'][data-theme-refresh-marker-severity='error'] {
    --dev-marker-color: #dc2626;
    --dev-marker-tint: rgb(220 38 38 / 0.12);
  }
  [data-theme-refresh-marker='true'][data-theme-refresh-marker-source='axe-core'][data-theme-refresh-marker-severity='warning'] {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
  }
  [data-theme-refresh-marker='true'][data-theme-refresh-marker-source='axe-core'][data-theme-refresh-marker-severity='info'] {
    --dev-marker-color: #2563eb;
    --dev-marker-tint: rgb(37 99 235 / 0.14);
  }
  :is( .is-on-brand, .theme-ki-mittendrin, .gap-dense, .grid-12-2, .type-display-xl, .type-h2-balance, .type-hint, .role-marker-backdrop  ) {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
    &:not(:focus-visible) {
      position: relative !important;
      outline: 3px solid var(--dev-marker-color) !important;
      outline-offset: 2px !important;
      box-shadow: inset 0 0 0 9999px var(--dev-marker-tint) !important;
    }
    &:not(:focus-visible)::before {
      content: var(--dev-marker-label);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      padding: 2px 6px;
      background-color: var(--dev-marker-color);
      color: #fff;
      font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: nowrap;
      pointer-events: none;
    }
    --dev-marker-color: #dc2626;
    --dev-marker-tint: rgb(220 38 38 / 0.12);
    --dev-marker-label: 'Unsupported legacy class';
  }
  img:not([alt]):not([aria-hidden='true'], [aria-hidden='true'] *) {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
    &:not(:focus-visible) {
      position: relative !important;
      outline: 3px solid var(--dev-marker-color) !important;
      outline-offset: 2px !important;
      box-shadow: inset 0 0 0 9999px var(--dev-marker-tint) !important;
    }
    &:not(:focus-visible)::before {
      content: var(--dev-marker-label);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      padding: 2px 6px;
      background-color: var(--dev-marker-color);
      color: #fff;
      font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: nowrap;
      pointer-events: none;
    }
    --dev-marker-label: 'Missing alt';
  }
  svg:not([aria-hidden='true'], [aria-hidden='true'] *) :not([role='presentation']) :not([role='none']) :not([aria-label]) :not([aria-labelledby]) :not(:has(title)) {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
    &:not(:focus-visible) {
      position: relative !important;
      outline: 3px solid var(--dev-marker-color) !important;
      outline-offset: 2px !important;
      box-shadow: inset 0 0 0 9999px var(--dev-marker-tint) !important;
    }
    &:not(:focus-visible)::before {
      content: var(--dev-marker-label);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      padding: 2px 6px;
      background-color: var(--dev-marker-color);
      color: #fff;
      font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: nowrap;
      pointer-events: none;
    }
    --dev-marker-label: 'Missing SVG label';
  }
  :is( a:not([href]), a[href=''], a[href='#'], a[href='javascript:void(0)']  ):not([aria-hidden='true'], [aria-hidden='true'] *, [role='button']) {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
    &:not(:focus-visible) {
      position: relative !important;
      outline: 3px solid var(--dev-marker-color) !important;
      outline-offset: 2px !important;
      box-shadow: inset 0 0 0 9999px var(--dev-marker-tint) !important;
    }
    &:not(:focus-visible)::before {
      content: var(--dev-marker-label);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      padding: 2px 6px;
      background-color: var(--dev-marker-color);
      color: #fff;
      font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: nowrap;
      pointer-events: none;
    }
    --dev-marker-label: 'Invalid link';
  }
  :is(h1, h2, h3, h4, h5, h6, p):empty:not([aria-hidden='true'], [aria-hidden='true'] *) {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
    &:not(:focus-visible) {
      position: relative !important;
      outline: 3px solid var(--dev-marker-color) !important;
      outline-offset: 2px !important;
      box-shadow: inset 0 0 0 9999px var(--dev-marker-tint) !important;
    }
    &:not(:focus-visible)::before {
      content: var(--dev-marker-label);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      padding: 2px 6px;
      background-color: var(--dev-marker-color);
      color: #fff;
      font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: nowrap;
      pointer-events: none;
    }
    --dev-marker-label: 'Empty text node';
  }
  :is(a, button):empty:not([aria-label]):not([aria-labelledby]):not( [aria-hidden='true'], [aria-hidden='true'] * ) {
    --dev-marker-color: #eab308;
    --dev-marker-tint: rgb(234 179 8 / 0.18);
    &:not(:focus-visible) {
      position: relative !important;
      outline: 3px solid var(--dev-marker-color) !important;
      outline-offset: 2px !important;
      box-shadow: inset 0 0 0 9999px var(--dev-marker-tint) !important;
    }
    &:not(:focus-visible)::before {
      content: var(--dev-marker-label);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      padding: 2px 6px;
      background-color: var(--dev-marker-color);
      color: #fff;
      font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: nowrap;
      pointer-events: none;
    }
    --dev-marker-label: 'Unnamed control';
  }
}
@layer base {
  html, body {
    font-size: unset;
    line-height: unset;
    background-color: var(--background);
  }
  body {
    min-height: 100svh;
    overflow-x: hidden;
    &.no-scroll {
      overflow: hidden !important;
    }
  }
  html {
    font-size: 100%;
  }
  #brx-content {
    display: flex !important;
    flex-direction: column !important;
  }
}
:root {
  --bricks-transition: all 0.2s cubic-bezier(0.25, 0, 0.25, 1);
  --bricks-color-primary: var(--color-primary);
  --bricks-color-secondary: var(--color-secondary);
  --bricks-text-dark: var(--color-foreground);
  --bricks-text-medium: var(--color-muted-foreground);
  --bricks-text-light: var(--color-muted-foreground);
  --bricks-bg-dark: var(--color-card);
  --bricks-bg-light: var(--color-background);
  --bricks-border-color: var(--color-border);
  --bricks-border-radius: var(--radius-lg);
  --bricks-tooltip-bg: var(--color-popover);
  --bricks-tooltip-text: var(--color-popover-foreground);
}
.is-menu-column ul, .is-menu-column-end ul {
  display: flex;
  flex-direction: column;
  gap: var(--type-gap);
}
.is-menu-column-end ul {
  align-items: flex-end;
}
.is-menu-column ul > li, .is-menu-column-end ul > li {
  margin: 0;
  min-height: max-content !important;
  width: max-content;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) .brx-popup-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s cubic-bezier(0.25, 0, 0.25, 1);
}
.brx-popup .ui-hidden-in-popup, body > :not(.brx-popup) .ui-hidden-outside-popup {
  display: none !important;
}
body header.brx-sticky {
  position: sticky;
  z-index: 10;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: transparent;
  background-color: transparent;
  top: var(--wp-admin--admin-bar--height, 0px);
}
body header.brx-sticky.scrolling {
  background-color: var(--color-background) !important;
  border-bottom-color: var(--color-border);
}
.brxe-container-section, .brxe-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: var(--section-gap-y);
  &:not(.layout-section-tight) {
    padding-block: var(--section-py);
  }
}
.brxe-container:not(main):not(.brx-popup-content) {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  padding-inline: var(--row-px);
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 50rem) {
    max-width: 50rem;
  }
  @media (width >= 98rem) {
    max-width: 98rem;
  }
}
.bricks-search-form > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.bricks-search-form > input {
  width: 100%;
}
.brxe-icon {
  flex: none;
}
main > .brxe-divider.horizontal .line {
  height: calc(var(--spacing) * 10);
  --tw-border-style: none;
  border-style: none;
  background-color: var(--muted);
}
.brxe-accordion-nested {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
}
.brxe-accordion-nested .accordion-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-height: calc(var(--spacing) * 10) !important;
  padding: 0 !important;
}
.brxe-accordion-nested .accordion-content-wrapper {
  padding: 0 !important;
}
.brxe-slider-nested {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
}
.brxe-slider-nested:has(.splide__arrows), .brxe-slider-nested:has(.splide__pagination) {
  padding-bottom: calc(var(--spacing) * 12);
}
.brxe-slider-nested .splide__arrows {
  position: absolute;
  inset: 0;
  top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: calc(var(--spacing) * 10);
  padding-inline: 0;
}
.brxe-slider-nested .splide__arrows .splide__arrow {
  fill: var(--color-foreground);
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.brxe-slider-nested .splide__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  bottom: 0;
  height: calc(var(--spacing) * 10);
  gap: calc(var(--spacing) * 3);
  padding-inline: 0;
}
.brxe-slider-nested:has(.splide__arrows) .splide__pagination {
  padding-inline: calc(var(--spacing) * 10);
}
.brxe-slider-nested .splide__pagination .splide__pagination__page {
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-foreground);
  background-color: transparent !important;
  box-sizing: content-box;
  width: calc(var(--spacing) * 3);
  height: calc(var(--spacing) * 3);
}
.brxe-slider-nested .splide__pagination .splide__pagination__page[aria-selected] {
  border-color: var(--color-foreground) !important;
  background-color: var(--color-foreground) !important;
}
.bricks-nav-menu {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.bricks-nav-menu .brx-submenu-toggle > button {
  margin-left: var(--spacing);
}
.brxe-nav-menu > nav:first-of-type > ul > li {
  display: flex;
  min-height: calc(var(--spacing) * 10);
  flex-direction: row;
  align-items: center;
}
.brxe-nav-menu .sub-menu.brx-submenu-positioned {
  min-width: calc(var(--spacing) * 56);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--border);
  padding: calc(var(--spacing) * 2);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  background-color: var(--color-popover);
  color: var(--color-popover-foreground);
}
.brxe-nav-menu .sub-menu.brx-submenu-positioned > li {
  margin: 0;
  list-style-type: none;
}
.brxe-nav-menu .sub-menu.brx-submenu-positioned > li > a {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
  text-decoration-line: none;
  color: inherit;
  transition: var(--bricks-transition);
}
.brxe-nav-menu .sub-menu.brx-submenu-positioned > li > a:hover, .brxe-nav-menu .sub-menu.brx-submenu-positioned > li > a:focus-visible {
  background-color: var(--muted);
  color: var(--color-accent-foreground);
}
@layer components {
  :root {
    --section-py: 5rem;
  }
  @media (width >= 40rem) {
    :root {
      --section-gap-y: 2rem;
      --row-px: 1.5rem;
    }
  }
  @media (width >= 98rem) {
    :root {
      --section-gap-y: 2rem;
      --row-px: 1.5rem;
    }
  }
}
:root {
  --font-sans: 'Atkinson Hyperlegible Next', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-serif: 'Josefin Sans', ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
  --color-kfoi-black: #000000;
  --color-kfoi-white: #ffffff;
  --color-kfoi-off-white: #fbf5f2;
  --color-kfoi-brass: #cd8258;
  --color-kfoi-purple: #a8a1be;
  --color-kfoi-purple-50: #a8a1be1e;
  --color-kfoi-purple-200: #a8a1bea1;
  --color-kfoi-sand: #cabb9f;
  --color-kfoi-sand-50: #cabb9f1e;
  --color-foreground: var(--color-neutral-900);
  --color-muted-foreground: var(--color-neutral-700);
  --color-bg-dark: #263238;
  --color-bg-light: #f5f6f7;
  --color-light: #f5f6f7;
  --color-dark: #263238;
  --color-border: #dddedf;
  --radius-theme: 4px;
  --text-3xl: 1.75rem;
}
body {
  font-family: var(--font-sans);
  background: var(--color-kfoi-off-white);
}
:is(.prose, .brxe-text, .brxe-text-basic, .brxe-post-content), :is(.prose, .brxe-text, .brxe-text-basic, .brxe-post-content).text-base {
  font-size: var(--text-lg);
}
:is(.prose, .brxe-text) {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
:is(.prose, .brxe-text) :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0;
  font-family: var(--font-serif) !important;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
:is(.prose, .brxe-text) :is(h1, h2, h3, h4, h5, h6) :is(strong) {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
:is(.prose, .brxe-text) :is(h2) {
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 6 6 3;
  hyphens: auto;
  color: var(--foreground);
  font-family: var(--type-h2-font);
  font-size: var(--type-h2-size);
  font-weight: var(--type-h2-weight);
  line-height: var(--type-h2-leading);
  @media (width >= 50rem) {
    font-size: var(--type-h2-size-lg);
  }
  font-family: var(--font-serif);
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  --tw-leading: 1.2em;
  line-height: 1.2em;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
:is(.prose, .brxe-text) :is(h2) {
  font-family: var(--font-serif);
  font-size: var(--text-3xl) !important;
  line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  --tw-leading: 1.4em;
  line-height: 1.4em;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-wrap: balance;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 6 6 3;
  hyphens: auto;
  color: var(--foreground);
  font-family: var(--type-h3-font);
  font-size: var(--type-h3-size);
  font-weight: var(--type-h3-weight);
  line-height: var(--type-h3-leading);
  text-edge: var(--type-h3-text-edge);
  @media (width >= 50rem) {
    font-size: var(--type-h3-size-lg);
  }
}
:is(.prose, .brxe-text) :is(h4, h5, h6) {
  margin-bottom: 0;
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1.4em;
  line-height: 1.4em;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-wrap: balance;
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
:is(.prose, .brxe-text) :is(hr) {
  margin-block: var(--row-px);
}
.type-h1, .type-h2, :is(.prose, .brxe-text) :is(h1, h2) {
  font-size: 34px !important;
  @media (width >= 50rem) {
    font-size: 46px !important;
  }
}
:is(.prose, .brxe-text) :is(h3) {
  font-family: var(--font-serif);
  font-size: var(--text-3xl) !important;
  line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  --tw-leading: 1.4em;
  line-height: 1.4em;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-wrap: balance;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 6 6 3;
  hyphens: auto;
  color: var(--foreground);
  font-family: var(--type-h3-font);
  font-size: var(--type-h3-size);
  font-weight: var(--type-h3-weight);
  line-height: var(--type-h3-leading);
  text-edge: var(--type-h3-text-edge);
  @media (width >= 50rem) {
    font-size: var(--type-h3-size-lg);
  }
}
.brxe-container:not(main):not(.brx-popup-content):not(.is-full-width) {
  @media (width >= 50rem) {
    max-width: calc(var(--spacing) * 200);
  }
  @media (width >= 98rem) {
    max-width: calc(var(--spacing) * 200);
  }
}
#brx-content {
  z-index: 0;
}
.brxe-container-section.is-overflow-top, .brxe-section.is-overflow-top {
  margin-top: calc(0px - var(--section-py) * 2);
  padding-top: calc(var(--section-py) * 2);
  z-index: calc(1 * -1);
}
.brxe-container-section.is-overflow-bottom, .brxe-section.is-overflow-bottom {
  margin-bottom: calc(0px - var(--section-py) * 2);
  padding-bottom: calc(var(--section-py) * 3);
}
.is-section-row:has(.brxe-section) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  @media (width >= 96rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.is-section-row:has(.brxe-section) > :first-child {
  @media (width >= 96rem) {
    &>* {
      margin-right: 0 !important;
    }
  }
  @media (width >= 96rem) {
    &>* {
      padding-inline: calc(var(--spacing) * 50) !important;
    }
  }
}
.is-section-row:has(.brxe-section) > :last-child {
  @media (width >= 96rem) {
    &>* {
      margin-left: 0 !important;
    }
  }
  @media (width >= 96rem) {
    &>* {
      padding-inline: calc(var(--spacing) * 50) !important;
    }
  }
}
.animate-hover {
  animation: hover 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes hover {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
.animate-hover-2 {
  animation: drift 4s ease-in-out infinite;
}
@keyframes drift {
  0%, 100% {
    transform: translate3d(0,0,0);
  }
  50% {
    transform: translate3d(0,-24px,0);
  }
}
.animate-hover-3 {
  animation: floating 5s ease-in-out infinite;
  will-change: transform;
}
@keyframes floating {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  20% {
    transform: translate3d(2px, -15px, 0) rotate(-0.4deg);
  }
  50% {
    transform: translate3d(0, 20px, 0) rotate(0.4deg);
  }
  80% {
    transform: translate3d(-2px, -5px, 0) rotate(-0.2deg);
  }
}
.bricks-nav-menu .menu-item {
  font-family: var(--font-serif) !important;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-space-x-reverse: 0;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
