@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*************************************************************************
 *  WARNING!
 *  Do not import this file directly. Instead import the generated file:
 *  @theme-folder/assets/dist/css/main.output.css
 *************************************************************************/

/*------------------------------------------------------------------------
    !!!!! Generated from /src/theme/my-theme/styleguide.ts
 ------------------------------------------------------------------------*/

:root {
  /* Containers */
  --container-outer-width: 100%;
  --container-default-width: 1280px;
  --container-wide-width: 1079px;
  --container-content-width: 859px;
  --container-narrow-width: 640px;
  /* Side margins */
  --side-margin-initial: 5%;
  --side-margin-sm: 5%;
  --side-margin-md: 5%;
  --side-margin-lg: 5%;
  /* Grid */
  --grid-max-width: 1280px;
  --grid-columns: 12;
  --grid-gutter-width: 21px;
  --grid-column-width: 87px;
  /* Gutters */
  --gutter-medium-tablet-width: 30px;
  --gutter-medium-desktop-width: 44px;
  --gutter-large-tablet-width: 30px;
  --gutter-large-desktop-width: 50px;
  /* Brand */
  --brand-almost-black: #212121;
  --brand-zooma-orange: #F4541D;
  --brand-zooma-orange-dark: #B04622;
  --brand-pale-orange: #F48F5E;
  --brand-beige: #E2DBD5;
  --brand-cream: #F1EEEB;
  --brand-neutral-black: #000;
  --brand-neutral-gray-500: #3E3B3A;
  --brand-neutral-gray-400: #4C4C4C;
  --brand-neutral-gray-300: #A8A8A8;
  --brand-neutral-gray-200: #C7C7C7;
  --brand-neutral-gray-100: #E4E4E4;
  --brand-neutral-gray-50: #F2F2F2;
  --brand-neutral-white: #FFF;
  /* Primitives */
  --color-red-400: #E96656;
  --color-green-400: #00FF00;
  --color-blue-400: #0000FF;
  --color-yellow-500: #E5A100;
  /* Accents */
  --color-accent-1: var(--brand-almost-black);
  --color-accent-1-hover: var(--brand-neutral-gray-500);
  --color-accent-1-active: var(--brand-neutral-gray-500);
  --color-accent-2: var(--brand-zooma-orange);
  --color-accent-2-hover: var(--brand-zooma-orange-dark);
  --color-accent-2-active: var(--brand-zooma-orange-dark);
  --color-accent-3: var(--brand-beige);
  --color-accent-3-hover: var(--brand-cream);
  --color-accent-3-active: var(--brand-cream);
  /* Grayscale */
  --color-white: var(--brand-neutral-white);
  --color-gray-50: var(--brand-neutral-gray-50);
  --color-gray-100: var(--brand-neutral-gray-100);
  --color-gray-200: var(--brand-neutral-gray-200);
  --color-gray-300: var(--brand-neutral-gray-300);
  --color-gray-400: var(--brand-neutral-gray-400);
  --color-gray-500: var(--brand-neutral-gray-500);
  --color-gray-600: var(--brand-neutral-gray-500);
  --color-gray-700: var(--brand-neutral-gray-500);
  --color-gray-800: var(--brand-almost-black);
  --color-gray-900: var(--brand-almost-black);
  --color-black: var(--brand-neutral-black);
  /* Theme modes */
  --color-mode-white-background: var(--brand-neutral-white);
  --color-mode-white-bg-highlight: var(--brand-neutral-gray-50);
  --color-mode-white-bg-highlight-subtle: var(--brand-neutral-gray-50);
  --color-mode-white-bg-highlight-hover: var(--brand-neutral-gray-200);
  --color-mode-white-heading: var(--brand-almost-black);
  --color-mode-white-body: var(--brand-almost-black);
  --color-mode-white-contrast: var(--brand-neutral-black);
  --color-mode-white-caption: var(--brand-almost-black);
  --color-mode-white-link: var(--brand-almost-black);
  --color-mode-white-link-hover: var(--brand-zooma-orange-dark);
  --color-mode-white-border: var(--brand-neutral-gray-200);
  --color-mode-white-border-light: var(--brand-neutral-gray-100);
  --color-mode-white-border-contrast: var(--brand-neutral-black);
  --color-mode-white-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-white-accent-1: var(--brand-zooma-orange);
  --color-mode-white-accent-1-hover: var(--brand-pale-orange);
  --color-mode-white-accent-2: var(--brand-almost-black);
  --color-mode-white-accent-2-hover: var(--brand-neutral-gray-400);
  --color-mode-white-accent-3: var(--brand-almost-black);
  --color-mode-white-accent-3-hover: var(--brand-neutral-gray-400);
  --color-mode-cream-background: var(--brand-cream);
  --color-mode-cream-bg-highlight: var(--brand-neutral-white);
  --color-mode-cream-bg-highlight-subtle: var(--brand-neutral-white);
  --color-mode-cream-bg-highlight-hover: #FAFAFA;
  --color-mode-cream-heading: var(--brand-almost-black);
  --color-mode-cream-body: var(--brand-almost-black);
  --color-mode-cream-contrast: var(--brand-neutral-black);
  --color-mode-cream-caption: var(--brand-almost-black);
  --color-mode-cream-link: var(--brand-almost-black);
  --color-mode-cream-link-hover: var(--brand-zooma-orange-dark);
  --color-mode-cream-border: var(--brand-neutral-gray-400);
  --color-mode-cream-border-light: var(--brand-neutral-gray-200);
  --color-mode-cream-border-contrast: var(--brand-neutral-black);
  --color-mode-cream-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-cream-accent-1: var(--brand-zooma-orange);
  --color-mode-cream-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-cream-accent-2: var(--brand-almost-black);
  --color-mode-cream-accent-2-hover: var(--brand-neutral-gray-400);
  --color-mode-cream-accent-3: var(--brand-almost-black);
  --color-mode-cream-accent-3-hover: var(--brand-neutral-gray-400);
  --color-mode-beige-background: var(--brand-beige);
  --color-mode-beige-bg-highlight: var(--brand-cream);
  --color-mode-beige-bg-highlight-subtle: var(--brand-neutral-gray-50);
  --color-mode-beige-bg-highlight-hover: var(--brand-neutral-gray-200);
  --color-mode-beige-heading: var(--brand-almost-black);
  --color-mode-beige-body: var(--brand-almost-black);
  --color-mode-beige-contrast: var(--brand-neutral-black);
  --color-mode-beige-caption: var(--brand-almost-black);
  --color-mode-beige-link: var(--brand-almost-black);
  --color-mode-beige-link-hover: var(--brand-zooma-orange-dark);
  --color-mode-beige-border: var(--brand-neutral-gray-400);
  --color-mode-beige-border-light: var(--brand-neutral-gray-300);
  --color-mode-beige-border-contrast: var(--brand-neutral-black);
  --color-mode-beige-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-beige-accent-1: var(--brand-zooma-orange);
  --color-mode-beige-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-beige-accent-2: var(--brand-almost-black);
  --color-mode-beige-accent-2-hover: var(--brand-neutral-gray-400);
  --color-mode-beige-accent-3: var(--brand-almost-black);
  --color-mode-beige-accent-3-hover: var(--brand-neutral-gray-400);
  --color-mode-almost-black-background: var(--brand-almost-black);
  --color-mode-almost-black-bg-highlight: #090909;
  --color-mode-almost-black-bg-highlight-subtle: #191919;
  --color-mode-almost-black-bg-highlight-hover: var(--brand-neutral-black);
  --color-mode-almost-black-heading: var(--brand-neutral-white);
  --color-mode-almost-black-body: var(--brand-neutral-white);
  --color-mode-almost-black-contrast: var(--brand-neutral-white);
  --color-mode-almost-black-caption: var(--brand-neutral-white);
  --color-mode-almost-black-link: var(--brand-neutral-white);
  --color-mode-almost-black-link-hover: var(--brand-pale-orange);
  --color-mode-almost-black-border: var(--brand-neutral-gray-500);
  --color-mode-almost-black-border-light: var(--brand-neutral-gray-200);
  --color-mode-almost-black-border-contrast: var(--brand-neutral-white);
  --color-mode-almost-black-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-almost-black-accent-1: var(--brand-zooma-orange);
  --color-mode-almost-black-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-almost-black-accent-2: var(--brand-neutral-white);
  --color-mode-almost-black-accent-2-hover: var(--brand-neutral-gray-200);
  --color-mode-almost-black-accent-3: var(--brand-neutral-white);
  --color-mode-almost-black-accent-3-hover: var(--brand-neutral-gray-200);
  --color-mode-dark-gray-background: var(--brand-neutral-gray-500);
  --color-mode-dark-gray-bg-highlight: var(--brand-almost-black);
  --color-mode-dark-gray-bg-highlight-subtle: var(--brand-neutral-gray-50);
  --color-mode-dark-gray-bg-highlight-hover: var(--brand-neutral-black);
  --color-mode-dark-gray-heading: var(--brand-neutral-white);
  --color-mode-dark-gray-body: var(--brand-neutral-white);
  --color-mode-dark-gray-contrast: var(--brand-neutral-white);
  --color-mode-dark-gray-caption: var(--brand-neutral-gray-500);
  --color-mode-dark-gray-link: var(--brand-neutral-white);
  --color-mode-dark-gray-link-hover: var(--brand-pale-orange);
  --color-mode-dark-gray-border: var(--brand-neutral-gray-400);
  --color-mode-dark-gray-border-light: var(--brand-neutral-gray-200);
  --color-mode-dark-gray-border-contrast: var(--brand-neutral-white);
  --color-mode-dark-gray-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-dark-gray-accent-1: var(--brand-zooma-orange);
  --color-mode-dark-gray-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-dark-gray-accent-2: var(--brand-neutral-white);
  --color-mode-dark-gray-accent-2-hover: var(--brand-neutral-gray-200);
  --color-mode-dark-gray-accent-3: var(--brand-neutral-white);
  --color-mode-dark-gray-accent-3-hover: var(--brand-neutral-gray-200);
  /* Backgrounds */
  --color-bg-base: var(--brand-neutral-white);
  --color-bg-base-highlight: #EEEEF5;
  --color-bg-container: var(--brand-neutral-gray-100);
  /* Text */
  --color-body: var(--brand-neutral-gray-500);
  --color-body-high-contrast: var(--brand-neutral-gray-500);
  --color-text-article-body: var(--brand-neutral-gray-500);
  --color-heading: var(--brand-neutral-gray-500);
  --color-code: var(--brand-neutral-gray-500);
  --color-inverted-body: var(--brand-neutral-white);
  --color-inverted-heading: var(--brand-neutral-white);
  --color-inverted-code: var(--brand-neutral-white);
  /* Text highlight */
  --color-text-highlight-fg: var(--brand-almost-black);
  --color-text-highlight-background: var(--brand-zooma-orange);
  /* Border */
  --color-border: var(--brand-neutral-gray-500);
  --color-border-dark: var(--brand-neutral-gray-500);
  --color-border-light: var(--brand-neutral-gray-100);
  --color-border-lighter: var(--brand-neutral-gray-100);
  --color-border-lightest: var(--brand-neutral-gray-500);
  --color-border-inverted: var(--brand-neutral-gray-100);
  /* Links */
  --color-link: var(--brand-almost-black);
  --color-link-hover: var(--brand-pale-orange);
  --color-link-active: var(--brand-almost-black);
  --color-link-inverted: var(--brand-neutral-white);
  --color-link-inverted-hover: var(--brand-neutral-white);
  --color-link-inverted-active: var(--brand-neutral-white);
  /* States */
  --color-success: #067231;
  --color-success-4: #067231;
  --color-success-background: #BFFFDD;
  --color-error: #DC2424;
  --color-error-background: #FFE0E0;
  --color-warning: #8C590D;
  --color-warning-background: #FFEDC4;
  --color-info: var(--brand-pale-orange);
  --color-info-background: #C9DBFF;
  /* Breadcrumb */
  --color-breadcrumb-link: var(--brand-almost-black);
  --color-breadcrumb-link-hover: var(--brand-neutral-gray-500);
  --color-breadcrumb-link-active: var(--brand-neutral-gray-500);
  --color-breadcrumb-label: rgba(33,33,33, 0.6);
  --color-breadcrumb-separator: var(--brand-almost-black);
  --color-breadcrumb-inverted-link: var(--brand-neutral-white);
  --color-breadcrumb-inverted-link-hover: var(--brand-neutral-gray-100);
  --color-breadcrumb-inverted-link-active: var(--brand-neutral-white);
  --color-breadcrumb-inverted-label: rgba(255,255,255,0.8);
  --color-breadcrumb-inverted-separator: rgba(255,255,255,0.8);
  /* Form input */
  --color-input-label: var(--brand-neutral-black);
  --color-input-label-inverted: var(--brand-neutral-white);
  --color-input-border: var(--brand-neutral-gray-200);
  --color-input-border-hover: var(--brand-neutral-gray-500);
  --color-input-border-focus: var(--brand-almost-black);
  --color-input-border-error: rgba(215,39,39,0.5);
  --color-input-bg: var(--brand-neutral-white);
  --color-input-bg-hover: var(--brand-neutral-gray-50);
  --color-input-bg-focus: var(--brand-neutral-white);
  --color-input-bg-error: var(--brand-neutral-white);
  --color-input-required: #EC6608;
  --color-input-required-inverted: var(--brand-neutral-white);
  --color-input-placeholder: #6C6C6C;
  --color-input-placeholder-inverted: #7D8792;
  /* Masks */
  --color-mask-modal: rgba(0,0,0,0.25);
  --color-mask-image: rgba(0,0,0,0.15);
  --color-mask-image-light: rgba(255,255,255,0.25);
  /* Editor */
  --color-editor-helper-background: #FFFBCE;
  --color-editor-helper-fg: rgba(0,0,0,0.75);
  /* Mapped theme modes */
  --color-mode-light-gray-background: var(--brand-cream);
  --color-mode-light-gray-bg-highlight: var(--brand-neutral-white);
  --color-mode-light-gray-bg-highlight-subtle: var(--brand-neutral-white);
  --color-mode-light-gray-bg-highlight-hover: #FAFAFA;
  --color-mode-light-gray-heading: var(--brand-almost-black);
  --color-mode-light-gray-body: var(--brand-almost-black);
  --color-mode-light-gray-contrast: var(--brand-neutral-black);
  --color-mode-light-gray-caption: var(--brand-almost-black);
  --color-mode-light-gray-link: var(--brand-almost-black);
  --color-mode-light-gray-link-hover: var(--brand-zooma-orange-dark);
  --color-mode-light-gray-border: var(--brand-neutral-gray-400);
  --color-mode-light-gray-border-light: var(--brand-neutral-gray-200);
  --color-mode-light-gray-border-contrast: var(--brand-neutral-black);
  --color-mode-light-gray-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-light-gray-accent-1: var(--brand-zooma-orange);
  --color-mode-light-gray-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-light-gray-accent-2: var(--brand-almost-black);
  --color-mode-light-gray-accent-2-hover: var(--brand-neutral-gray-400);
  --color-mode-light-gray-accent-3: var(--brand-almost-black);
  --color-mode-light-gray-accent-3-hover: var(--brand-neutral-gray-400);
  /* Mapped theme modes */
  --color-mode-dark-background: var(--brand-almost-black);
  --color-mode-dark-bg-highlight: #090909;
  --color-mode-dark-bg-highlight-subtle: #191919;
  --color-mode-dark-bg-highlight-hover: var(--brand-neutral-black);
  --color-mode-dark-heading: var(--brand-neutral-white);
  --color-mode-dark-body: var(--brand-neutral-white);
  --color-mode-dark-contrast: var(--brand-neutral-white);
  --color-mode-dark-caption: var(--brand-neutral-white);
  --color-mode-dark-link: var(--brand-neutral-white);
  --color-mode-dark-link-hover: var(--brand-pale-orange);
  --color-mode-dark-border: var(--brand-neutral-gray-500);
  --color-mode-dark-border-light: var(--brand-neutral-gray-200);
  --color-mode-dark-border-contrast: var(--brand-neutral-white);
  --color-mode-dark-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-dark-accent-1: var(--brand-zooma-orange);
  --color-mode-dark-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-dark-accent-2: var(--brand-neutral-white);
  --color-mode-dark-accent-2-hover: var(--brand-neutral-gray-200);
  --color-mode-dark-accent-3: var(--brand-neutral-white);
  --color-mode-dark-accent-3-hover: var(--brand-neutral-gray-200);
  /* Mapped theme modes */
  --color-mode-rose-background: var(--brand-beige);
  --color-mode-rose-bg-highlight: var(--brand-cream);
  --color-mode-rose-bg-highlight-subtle: var(--brand-neutral-gray-50);
  --color-mode-rose-bg-highlight-hover: var(--brand-neutral-gray-200);
  --color-mode-rose-heading: var(--brand-almost-black);
  --color-mode-rose-body: var(--brand-almost-black);
  --color-mode-rose-contrast: var(--brand-neutral-black);
  --color-mode-rose-caption: var(--brand-almost-black);
  --color-mode-rose-link: var(--brand-almost-black);
  --color-mode-rose-link-hover: var(--brand-zooma-orange-dark);
  --color-mode-rose-border: var(--brand-neutral-gray-400);
  --color-mode-rose-border-light: var(--brand-neutral-gray-300);
  --color-mode-rose-border-contrast: var(--brand-neutral-black);
  --color-mode-rose-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-rose-accent-1: var(--brand-zooma-orange);
  --color-mode-rose-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-rose-accent-2: var(--brand-almost-black);
  --color-mode-rose-accent-2-hover: var(--brand-neutral-gray-400);
  --color-mode-rose-accent-3: var(--brand-almost-black);
  --color-mode-rose-accent-3-hover: var(--brand-neutral-gray-400);
  /* Mapped theme modes */
  --color-mode-dusty-background: var(--brand-beige);
  --color-mode-dusty-bg-highlight: var(--brand-cream);
  --color-mode-dusty-bg-highlight-subtle: var(--brand-neutral-gray-50);
  --color-mode-dusty-bg-highlight-hover: var(--brand-neutral-gray-200);
  --color-mode-dusty-heading: var(--brand-almost-black);
  --color-mode-dusty-body: var(--brand-almost-black);
  --color-mode-dusty-contrast: var(--brand-neutral-black);
  --color-mode-dusty-caption: var(--brand-almost-black);
  --color-mode-dusty-link: var(--brand-almost-black);
  --color-mode-dusty-link-hover: var(--brand-zooma-orange-dark);
  --color-mode-dusty-border: var(--brand-neutral-gray-400);
  --color-mode-dusty-border-light: var(--brand-neutral-gray-300);
  --color-mode-dusty-border-contrast: var(--brand-neutral-black);
  --color-mode-dusty-disabled-bg: var(--brand-neutral-gray-200);
  --color-mode-dusty-accent-1: var(--brand-zooma-orange);
  --color-mode-dusty-accent-1-hover: var(--brand-zooma-orange-dark);
  --color-mode-dusty-accent-2: var(--brand-almost-black);
  --color-mode-dusty-accent-2-hover: var(--brand-neutral-gray-400);
  --color-mode-dusty-accent-3: var(--brand-almost-black);
  --color-mode-dusty-accent-3-hover: var(--brand-neutral-gray-400);
}

/*------------------------------------------------------------------------
    !!!!! Generated from /src/theme/my-theme/styleguide.ts
 ------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
    !!!!! Generated from /src/theme/my-theme/styleguide.ts
 ------------------------------------------------------------------------*/

/* THEME MODE VARIABLES */

:root {
  --mode-background: #F1EEEB;
  --mode-bg-highlight: #FFF;
  --mode-bg-highlight-subtle: #FFF;
  --mode-bg-highlight-hover: #FAFAFA;
  --mode-heading: #212121;
  --mode-body: #212121;
  --mode-contrast: #000;
  --mode-caption: #212121;
  --mode-link: #212121;
  --mode-link-hover: #B04622;
  --mode-border: #4C4C4C;
  --mode-border-light: #C7C7C7;
  --mode-border-contrast: #000;
  --mode-disabled-bg: #C7C7C7;
  --mode-accent-1: #F4541D;
  --mode-accent-1-hover: #B04622;
  --mode-accent-2: #212121;
  --mode-accent-2-hover: #4C4C4C;
  --mode-accent-3: #212121;
  --mode-accent-3-hover: #4C4C4C;
}

/* THEME: WHITE */

.theme-white {
  --mode-background: var(--color-mode-white-background);
  --mode-bg-highlight: var(--color-mode-white-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-white-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-white-bg-highlight-hover);
  --mode-heading: var(--color-mode-white-heading);
  --mode-body: var(--color-mode-white-body);
  --mode-contrast: var(--color-mode-white-contrast);
  --mode-caption: var(--color-mode-white-caption);
  --mode-link: var(--color-mode-white-link);
  --mode-link-hover: var(--color-mode-white-link-hover);
  --mode-border: var(--color-mode-white-border);
  --mode-border-light: var(--color-mode-white-border-light);
  --mode-border-contrast: var(--color-mode-white-border-contrast);
  --mode-disabled-bg: var(--color-mode-white-disabled-bg);
  --mode-accent-1: var(--color-mode-white-accent-1);
  --mode-accent-1-hover: var(--color-mode-white-accent-1-hover);
  --mode-accent-2: var(--color-mode-white-accent-2);
  --mode-accent-2-hover: var(--color-mode-white-accent-2-hover);
  --mode-accent-3: var(--color-mode-white-accent-3);
  --mode-accent-3-hover: var(--color-mode-white-accent-3-hover);
}

/* THEME: CREAM */

.theme-cream {
  --mode-background: var(--color-mode-cream-background);
  --mode-bg-highlight: var(--color-mode-cream-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-cream-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-cream-bg-highlight-hover);
  --mode-heading: var(--color-mode-cream-heading);
  --mode-body: var(--color-mode-cream-body);
  --mode-contrast: var(--color-mode-cream-contrast);
  --mode-caption: var(--color-mode-cream-caption);
  --mode-link: var(--color-mode-cream-link);
  --mode-link-hover: var(--color-mode-cream-link-hover);
  --mode-border: var(--color-mode-cream-border);
  --mode-border-light: var(--color-mode-cream-border-light);
  --mode-border-contrast: var(--color-mode-cream-border-contrast);
  --mode-disabled-bg: var(--color-mode-cream-disabled-bg);
  --mode-accent-1: var(--color-mode-cream-accent-1);
  --mode-accent-1-hover: var(--color-mode-cream-accent-1-hover);
  --mode-accent-2: var(--color-mode-cream-accent-2);
  --mode-accent-2-hover: var(--color-mode-cream-accent-2-hover);
  --mode-accent-3: var(--color-mode-cream-accent-3);
  --mode-accent-3-hover: var(--color-mode-cream-accent-3-hover);
}

/* THEME: BEIGE */

.theme-beige {
  --mode-background: var(--color-mode-beige-background);
  --mode-bg-highlight: var(--color-mode-beige-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-beige-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-beige-bg-highlight-hover);
  --mode-heading: var(--color-mode-beige-heading);
  --mode-body: var(--color-mode-beige-body);
  --mode-contrast: var(--color-mode-beige-contrast);
  --mode-caption: var(--color-mode-beige-caption);
  --mode-link: var(--color-mode-beige-link);
  --mode-link-hover: var(--color-mode-beige-link-hover);
  --mode-border: var(--color-mode-beige-border);
  --mode-border-light: var(--color-mode-beige-border-light);
  --mode-border-contrast: var(--color-mode-beige-border-contrast);
  --mode-disabled-bg: var(--color-mode-beige-disabled-bg);
  --mode-accent-1: var(--color-mode-beige-accent-1);
  --mode-accent-1-hover: var(--color-mode-beige-accent-1-hover);
  --mode-accent-2: var(--color-mode-beige-accent-2);
  --mode-accent-2-hover: var(--color-mode-beige-accent-2-hover);
  --mode-accent-3: var(--color-mode-beige-accent-3);
  --mode-accent-3-hover: var(--color-mode-beige-accent-3-hover);
}

/* THEME: ALMOST BLACK */

.theme-almost-black {
  --mode-background: var(--color-mode-almost-black-background);
  --mode-bg-highlight: var(--color-mode-almost-black-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-almost-black-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-almost-black-bg-highlight-hover);
  --mode-heading: var(--color-mode-almost-black-heading);
  --mode-body: var(--color-mode-almost-black-body);
  --mode-contrast: var(--color-mode-almost-black-contrast);
  --mode-caption: var(--color-mode-almost-black-caption);
  --mode-link: var(--color-mode-almost-black-link);
  --mode-link-hover: var(--color-mode-almost-black-link-hover);
  --mode-border: var(--color-mode-almost-black-border);
  --mode-border-light: var(--color-mode-almost-black-border-light);
  --mode-border-contrast: var(--color-mode-almost-black-border-contrast);
  --mode-disabled-bg: var(--color-mode-almost-black-disabled-bg);
  --mode-accent-1: var(--color-mode-almost-black-accent-1);
  --mode-accent-1-hover: var(--color-mode-almost-black-accent-1-hover);
  --mode-accent-2: var(--color-mode-almost-black-accent-2);
  --mode-accent-2-hover: var(--color-mode-almost-black-accent-2-hover);
  --mode-accent-3: var(--color-mode-almost-black-accent-3);
  --mode-accent-3-hover: var(--color-mode-almost-black-accent-3-hover);
}

/* THEME: DARK GRAY */

.theme-dark-gray, .theme-dark {
  --mode-background: var(--color-mode-dark-gray-background);
  --mode-bg-highlight: var(--color-mode-dark-gray-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-dark-gray-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-dark-gray-bg-highlight-hover);
  --mode-heading: var(--color-mode-dark-gray-heading);
  --mode-body: var(--color-mode-dark-gray-body);
  --mode-contrast: var(--color-mode-dark-gray-contrast);
  --mode-caption: var(--color-mode-dark-gray-caption);
  --mode-link: var(--color-mode-dark-gray-link);
  --mode-link-hover: var(--color-mode-dark-gray-link-hover);
  --mode-border: var(--color-mode-dark-gray-border);
  --mode-border-light: var(--color-mode-dark-gray-border-light);
  --mode-border-contrast: var(--color-mode-dark-gray-border-contrast);
  --mode-disabled-bg: var(--color-mode-dark-gray-disabled-bg);
  --mode-accent-1: var(--color-mode-dark-gray-accent-1);
  --mode-accent-1-hover: var(--color-mode-dark-gray-accent-1-hover);
  --mode-accent-2: var(--color-mode-dark-gray-accent-2);
  --mode-accent-2-hover: var(--color-mode-dark-gray-accent-2-hover);
  --mode-accent-3: var(--color-mode-dark-gray-accent-3);
  --mode-accent-3-hover: var(--color-mode-dark-gray-accent-3-hover);
}

/* THEME: LIGHT GRAY */

.theme-light-gray {
  --mode-background: var(--color-mode-light-gray-background);
  --mode-bg-highlight: var(--color-mode-light-gray-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-light-gray-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-light-gray-bg-highlight-hover);
  --mode-heading: var(--color-mode-light-gray-heading);
  --mode-body: var(--color-mode-light-gray-body);
  --mode-contrast: var(--color-mode-light-gray-contrast);
  --mode-caption: var(--color-mode-light-gray-caption);
  --mode-link: var(--color-mode-light-gray-link);
  --mode-link-hover: var(--color-mode-light-gray-link-hover);
  --mode-border: var(--color-mode-light-gray-border);
  --mode-border-light: var(--color-mode-light-gray-border-light);
  --mode-border-contrast: var(--color-mode-light-gray-border-contrast);
  --mode-disabled-bg: var(--color-mode-light-gray-disabled-bg);
  --mode-accent-1: var(--color-mode-light-gray-accent-1);
  --mode-accent-1-hover: var(--color-mode-light-gray-accent-1-hover);
  --mode-accent-2: var(--color-mode-light-gray-accent-2);
  --mode-accent-2-hover: var(--color-mode-light-gray-accent-2-hover);
  --mode-accent-3: var(--color-mode-light-gray-accent-3);
  --mode-accent-3-hover: var(--color-mode-light-gray-accent-3-hover);
}

/* THEME: DARK */

.theme-dark {
  --mode-background: var(--color-mode-dark-background);
  --mode-bg-highlight: var(--color-mode-dark-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-dark-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-dark-bg-highlight-hover);
  --mode-heading: var(--color-mode-dark-heading);
  --mode-body: var(--color-mode-dark-body);
  --mode-contrast: var(--color-mode-dark-contrast);
  --mode-caption: var(--color-mode-dark-caption);
  --mode-link: var(--color-mode-dark-link);
  --mode-link-hover: var(--color-mode-dark-link-hover);
  --mode-border: var(--color-mode-dark-border);
  --mode-border-light: var(--color-mode-dark-border-light);
  --mode-border-contrast: var(--color-mode-dark-border-contrast);
  --mode-disabled-bg: var(--color-mode-dark-disabled-bg);
  --mode-accent-1: var(--color-mode-dark-accent-1);
  --mode-accent-1-hover: var(--color-mode-dark-accent-1-hover);
  --mode-accent-2: var(--color-mode-dark-accent-2);
  --mode-accent-2-hover: var(--color-mode-dark-accent-2-hover);
  --mode-accent-3: var(--color-mode-dark-accent-3);
  --mode-accent-3-hover: var(--color-mode-dark-accent-3-hover);
}

/* THEME: ROSE */

.theme-rose {
  --mode-background: var(--color-mode-rose-background);
  --mode-bg-highlight: var(--color-mode-rose-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-rose-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-rose-bg-highlight-hover);
  --mode-heading: var(--color-mode-rose-heading);
  --mode-body: var(--color-mode-rose-body);
  --mode-contrast: var(--color-mode-rose-contrast);
  --mode-caption: var(--color-mode-rose-caption);
  --mode-link: var(--color-mode-rose-link);
  --mode-link-hover: var(--color-mode-rose-link-hover);
  --mode-border: var(--color-mode-rose-border);
  --mode-border-light: var(--color-mode-rose-border-light);
  --mode-border-contrast: var(--color-mode-rose-border-contrast);
  --mode-disabled-bg: var(--color-mode-rose-disabled-bg);
  --mode-accent-1: var(--color-mode-rose-accent-1);
  --mode-accent-1-hover: var(--color-mode-rose-accent-1-hover);
  --mode-accent-2: var(--color-mode-rose-accent-2);
  --mode-accent-2-hover: var(--color-mode-rose-accent-2-hover);
  --mode-accent-3: var(--color-mode-rose-accent-3);
  --mode-accent-3-hover: var(--color-mode-rose-accent-3-hover);
}

/* THEME: DUSTY */

.theme-dusty {
  --mode-background: var(--color-mode-dusty-background);
  --mode-bg-highlight: var(--color-mode-dusty-bg-highlight);
  --mode-bg-highlight-subtle: var(--color-mode-dusty-bg-highlight-subtle);
  --mode-bg-highlight-hover: var(--color-mode-dusty-bg-highlight-hover);
  --mode-heading: var(--color-mode-dusty-heading);
  --mode-body: var(--color-mode-dusty-body);
  --mode-contrast: var(--color-mode-dusty-contrast);
  --mode-caption: var(--color-mode-dusty-caption);
  --mode-link: var(--color-mode-dusty-link);
  --mode-link-hover: var(--color-mode-dusty-link-hover);
  --mode-border: var(--color-mode-dusty-border);
  --mode-border-light: var(--color-mode-dusty-border-light);
  --mode-border-contrast: var(--color-mode-dusty-border-contrast);
  --mode-disabled-bg: var(--color-mode-dusty-disabled-bg);
  --mode-accent-1: var(--color-mode-dusty-accent-1);
  --mode-accent-1-hover: var(--color-mode-dusty-accent-1-hover);
  --mode-accent-2: var(--color-mode-dusty-accent-2);
  --mode-accent-2-hover: var(--color-mode-dusty-accent-2-hover);
  --mode-accent-3: var(--color-mode-dusty-accent-3);
  --mode-accent-3-hover: var(--color-mode-dusty-accent-3-hover);
}

/*------------------------------------------------------------------------
    !!!!! Generated from /src/theme/my-theme/styleguide.ts
 ------------------------------------------------------------------------*/

/***
 * Layout styles for the theme
*/

:root {
  --container-outer-width: 100%;
  --container-default-width: 1280px;
  --container-wide-width: 1079px;
  --container-content-width: 859px;
  --container-narrow-width: 640px;
  --container-max-width: var(--container-default-width);
  --side-margin: 5%;
  @media screen and (min-width: 480px) {
    --side-margin: 5%;
  }
  @media screen and (min-width: 768px) {
    --side-margin: 5%;
  }
  @media screen and (min-width: 992px) {
    --side-margin: 5%;
  }
}

/* Overrides Tailwind container */

/* Overrides Tailwind utils */

/*------------------------------------------------------------------------
    !!!!! Generated from /src/theme/my-theme/styleguide.ts
 ------------------------------------------------------------------------*/

/* THEME MODE UTILITY VARIABLES */

:root {
  --adjacent-mode-block-top-padding: 3rem;
}

/* THEME UTILITIES */

/* Adjacent mode rules */

.hs_cos_wrapper:has(.theme-block-spacing.theme-white) + .hs_cos_wrapper:has(.theme-block-spacing.theme-white),
.hs_cos_wrapper:has(.theme-block-spacing.theme-cream) + .hs_cos_wrapper:has(.theme-block-spacing.theme-cream),
.hs_cos_wrapper:has(.theme-block-spacing.theme-beige) + .hs_cos_wrapper:has(.theme-block-spacing.theme-beige),
.hs_cos_wrapper:has(.theme-block-spacing.theme-almost-black) + .hs_cos_wrapper:has(.theme-block-spacing.theme-almost-black),
.hs_cos_wrapper:has(.theme-block-spacing.theme-dark-gray) + .hs_cos_wrapper:has(.theme-block-spacing.theme-dark-gray) {
  .theme-block-spacing {
    padding-top: var(--adjacent-mode-block-top-padding);
  }
}

/*------------------------------------------------------------------------
    !!!!! Generated from /src/theme/my-theme/styleguide.ts
 ------------------------------------------------------------------------*/

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: color-mix(in srgb, var(--brand-neutral-gray-200, #C7C7C7) calc(100% * 1), transparent);
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: color-mix(in srgb, var(--brand-neutral-gray-400, #4C4C4C) calc(100% * 1), transparent);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: color-mix(in srgb, var(--brand-neutral-gray-400, #4C4C4C) calc(100% * 1), transparent);
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body{
  font-family: Poppins, ui-sans-serif, system-ui, sans-serif;
}

:is(.t-headline1, .t-headline2, .t-headline3) {
  strong {
    font-weight: 600;
  }
}

.strong-accent-highlight {
  strong {
    color: var(--color-accent-2);
  }
}

/* ------ Headline 1 ----- */

.t-headline1 {
  letter-spacing: -0.045rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
  @media (min-width: 480px) {
    font-size: 2.75rem;
  }
  @media (min-width: 768px) {
    font-size: 3.25rem;
  }
  @media (min-width: 992px) {
    font-size: 4rem;
  }
}

/* ------ Headline 2 ----- */

.t-headline2 {
  letter-spacing: -0.0325rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  @media (min-width: 480px) {
    font-size: 2.5rem;
  }
  @media (min-width: 768px) {
    font-size: 2.75rem;
  }
  @media (min-width: 992px) {
    font-size: 3.25rem;
  }
}

/* ------ Headline 3 ----- */

.t-headline3 {
  letter-spacing: -0.0275rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  @media (min-width: 768px) {
    font-size: 2.25rem;
  }
  @media (min-width: 992px) {
    font-size: 2.75rem;
  }
}

/* ------ Headline 4 ----- */

.t-headline4 {
  letter-spacing: -0.0225rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  @media (min-width: 768px) {
    font-size: 1.75rem;
  }
  @media (min-width: 992px) {
    font-size: 2.25rem;
  }
}

/* ------ Headline 5 ----- */

.t-headline5 {
  letter-spacing: -0.0175rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  @media (min-width: 992px) {
    font-size: 1.75rem;
  }
}

/* ------ Headline 6 ----- */

.t-headline6 {
  letter-spacing: -0.01375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  @media (min-width: 992px) {
    font-size: 1.375rem;
  }
}

/* ------ Tagline ----- */

.t-tagline {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* ------ Tagline ----- */

.t-tagline-sm {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* ------ Body 1 ----- */

.t-body1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  @media (min-width: 768px) {
    font-size: 1.375rem;
  }
}

/* ------ Body 1 ----- */

.t-body2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  @media (min-width: 768px) {
    font-size: 1.125rem;
  }
}

/* ------ Body 3 ----- */

.t-body3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* ------ Body 4 ----- */

.t-body4 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 100%){
  .\!container{
    max-width: 100% !important;
  }

  .container{
    max-width: 100%;
  }
}

@media (min-width: 992px){
  .\!container{
    max-width: 992px !important;
  }

  .container{
    max-width: 992px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.prose :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;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :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;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :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;
}

.prose :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: 2rem;
  margin-bottom: 2rem;
  padding-inline-start: 1.25rem;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 2.375rem;
  margin-bottom: 1.5rem;
  line-height: 1.54;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :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;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :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;
}

.prose :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;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :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;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :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;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875rem;
  line-height: 1.4285714;
  margin-top: 0.75rem;
}

.prose{
  --tw-prose-body: var(--mode-body, #212121);
  --tw-prose-headings: var(--mode-heading, #212121);
  --tw-prose-lead: var(--mode-heading, #212121);
  --tw-prose-links: var(--mode-heading, #212121);
  --tw-prose-bold: var(--mode-heading, #212121);
  --tw-prose-counters: var(--mode-heading, #212121);
  --tw-prose-bullets: var(--mode-accent-1, #F4541D);
  --tw-prose-hr: var(--mode-border-light, #E4E4E4);
  --tw-prose-quotes: var(--mode-heading, #212121);
  --tw-prose-quote-borders: var(--mode-border, #C7C7C7);
  --tw-prose-captions: var(--mode-heading, #212121);
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: var(--mode-heading, #212121);
  --tw-prose-pre-code: var(--mode-border-light, #E4E4E4);
  --tw-prose-pre-bg: var(--mode-heading, #212121);
  --tw-prose-th-borders: var(--mode-border, #C7C7C7);
  --tw-prose-td-borders: var(--mode-border, #C7C7C7);
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --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: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.63;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :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;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :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;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
}

.prose :where(ul > li, ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-inline-start: 1.25rem;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.125rem;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.75rem;
  line-height: 1.3333333;
  margin-top: 0.5rem;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-sm :where(ul > li, ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose-lg{
  font-size: 1.125rem;
  line-height: 1.67;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-inline-start: 1.5rem;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.875rem;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-lg :where(ul > li, ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose-xl{
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-inline-start: 2rem;
}

.prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 3.5rem;
  margin-top: 0;
  margin-bottom: 3rem;
  line-height: 1;
}

.prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.25rem;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  line-height: 1.1111111;
}

.prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.875rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  line-height: 1.3333333;
}

.prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}

.prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8611111em;
}

.prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-inline-start: 1.6em;
}

.prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4em;
}

.prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4em;
}

.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}

.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}

.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.125rem;
  line-height: 1.5555556;
  margin-top: 1.125rem;
}

.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-xl :where(ul > li, ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose-2xl{
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-inline-start: 2.5rem;
}

.prose-2xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 3.5rem;
  line-height: 1;
}

.prose-2xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 3rem;
  margin-top: 4.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.0833333;
}

.prose-2xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.25rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2222222;
}

.prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.prose-2xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  border-radius: 0.375rem;
  padding-top: 0.25em;
  padding-inline-end: 0.3333333em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.3333333em;
}

.prose-2xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
}

.prose-2xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-2xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-2xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-inline-end: 1.6em;
  padding-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-2xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}

.prose-2xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}

.prose-2xl :where(.prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-2xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.8em;
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-2xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.prose-2xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}

.prose-2xl :where(.prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(.prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-2xl :where(ul > li, ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose-pink{
  --tw-prose-links: #db2777;
  --tw-prose-invert-links: #ec4899;
}

.container, :where([class*='container-']) {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
}

.\!container {
  width: 100% !important;
  max-width: var(--container-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container-content {
  --container-max-width: var(--container-content-width);
}

.theme-block-spacing{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .theme-block-spacing{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 992px){
  .theme-block-spacing{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-bottom-12{
  bottom: -3rem;
}

.-left-16{
  left: -4rem;
}

.-left-8{
  left: -2rem;
}

.-right-16{
  right: -4rem;
}

.-right-8{
  right: -2rem;
}

.-top-12{
  top: -3rem;
}

.-top-32{
  top: -8rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-\[15\%\]{
  bottom: 15%;
}

.bottom-\[78\%\]{
  bottom: 78%;
}

.bottom-\[80\%\]{
  bottom: 80%;
}

.bottom-auto{
  bottom: auto;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-1\/2{
  left: 50%;
}

.left-2{
  left: 0.5rem;
}

.left-3{
  left: 0.75rem;
}

.left-8{
  left: 2rem;
}

.left-\[0\.1em\]{
  left: 0.1em;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.right-\[calc\(-1\.2\*var\(--second-img-x-offset\2c 0\%\)\)\]{
  right: calc(-1.2 * var(--second-img-x-offset,0%));
}

.right-auto{
  right: auto;
}

.top-0{
  top: 0px;
}

.top-1\.5{
  top: 0.375rem;
}

.top-1\/2{
  top: 50%;
}

.top-3\.5{
  top: 0.875rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

.top-\[--second-img-y-offset\]{
  top: var(--second-img-y-offset);
}

.top-\[-5\%\]{
  top: -5%;
}

.top-\[-50vh\]{
  top: -50vh;
}

.top-\[10\%\]{
  top: 10%;
}

.top-\[15\%\]{
  top: 15%;
}

.top-\[20\%\]{
  top: 20%;
}

.top-\[5\%\]{
  top: 5%;
}

.top-\[72\%\]{
  top: 72%;
}

.top-\[75\%\]{
  top: 75%;
}

.top-\[calc\(var\(--navbar-height\2c 48px\)\+16px\)\]{
  top: calc(var(--navbar-height,48px) + 16px);
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

.-z-10{
  z-index: -10;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[100\]{
  z-index: 100;
}

.z-\[999\]{
  z-index: 999;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.m-2{
  margin: 0.5rem;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[5\%\]{
  margin-left: 5%;
  margin-right: 5%;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[3px\]{
  margin-top: 3px;
  margin-bottom: 3px;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.-mb-7{
  margin-bottom: -1.75rem;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-ml-2{
  margin-left: -0.5rem;
}

.-ml-2\.5{
  margin-left: -0.625rem;
}

.-ml-3{
  margin-left: -0.75rem;
}

.-ml-4{
  margin-left: -1rem;
}

.-ml-\[5px\]{
  margin-left: -5px;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mr-3{
  margin-right: -0.75rem;
}

.-mr-\[10px\]{
  margin-right: -10px;
}

.-mt-0\.5{
  margin-top: -0.125rem;
}

.-mt-1{
  margin-top: -0.25rem;
}

.-mt-2{
  margin-top: -0.5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mt-7{
  margin-top: -1.75rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mt-\[20\%\]{
  margin-top: -20%;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-\[-1px\]{
  margin-left: -1px;
}

.ml-\[-6\.5\%\]{
  margin-left: -6.5%;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-\[--second-img-x-offset\]{
  margin-right: var(--second-img-x-offset);
}

.mr-\[-1px\]{
  margin-right: -1px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[-2px\]{
  margin-top: -2px;
}

.mt-\[-50vh\]{
  margin-top: -50vh;
}

.mt-\[0px\]{
  margin-top: 0px;
}

.mt-\[100vh\]{
  margin-top: 100vh;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[px\]{
  margin-top: px;
}

.-mt-px{
  margin-top: -1px;
}

.mt-\[-0\.5px\]{
  margin-top: -0.5px;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[2\/3\]{
  aspect-ratio: 2/3;
}

.aspect-\[21\/9\]{
  aspect-ratio: 21/9;
}

.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[5\/2\]{
  aspect-ratio: 5/2;
}

.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-11{
  width: 2.75rem;
  height: 2.75rem;
}

.size-12{
  width: 3rem;
  height: 3rem;
}

.size-14{
  width: 3.5rem;
  height: 3.5rem;
}

.size-16{
  width: 4rem;
  height: 4rem;
}

.size-2{
  width: 0.5rem;
  height: 0.5rem;
}

.size-20{
  width: 5rem;
  height: 5rem;
}

.size-3\.5{
  width: 0.875rem;
  height: 0.875rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

.size-8{
  width: 2rem;
  height: 2rem;
}

.size-9{
  width: 2.25rem;
  height: 2.25rem;
}

.size-\[0\.9375rem\]{
  width: 0.9375rem;
  height: 0.9375rem;
}

.size-\[1\.125rem\]{
  width: 1.125rem;
  height: 1.125rem;
}

.size-\[38px\]{
  width: 38px;
  height: 38px;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-0{
  height: 0px;
}

.h-0\.5{
  height: 0.125rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[--header-height\]{
  height: var(--header-height);
}

.h-\[--navbar-height\]{
  height: var(--navbar-height);
}

.h-\[--sec-img-size\]{
  height: var(--sec-img-size);
}

.h-\[1\.2em\]{
  height: 1.2em;
}

.h-\[18px\]{
  height: 18px;
}

.h-\[200vh\]{
  height: 200vh;
}

.h-\[25rem\]{
  height: 25rem;
}

.h-\[32px\]{
  height: 32px;
}

.h-\[3px\]{
  height: 3px;
}

.h-\[50dvh\]{
  height: 50dvh;
}

.h-\[50vh\]{
  height: 50vh;
}

.h-\[90vh\]{
  height: 90vh;
}

.h-\[var\(--radix-select-trigger-height\)\]{
  height: var(--radix-select-trigger-height);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: calc(100dvh - var(--fixed-navbar-height, 0px));
}

.h-svh{
  height: 100svh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-12{
  max-height: 3rem;
}

.max-h-14{
  max-height: 3.5rem;
}

.max-h-80{
  max-height: 20rem;
}

.max-h-96{
  max-height: 24rem;
}

.max-h-\[--sec-img-max-size\]{
  max-height: var(--sec-img-max-size);
}

.max-h-\[18px\]{
  max-height: 18px;
}

.max-h-\[32px\]{
  max-height: 32px;
}

.max-h-\[800px\]{
  max-height: 800px;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

.max-h-full{
  max-height: 100%;
}

.min-h-0{
  min-height: 0px;
}

.min-h-11{
  min-height: 2.75rem;
}

.min-h-12{
  min-height: 3rem;
}

.min-h-14{
  min-height: 3.5rem;
}

.min-h-16{
  min-height: 4rem;
}

.min-h-20{
  min-height: 5rem;
}

.min-h-\[--navbar-height\]{
  min-height: var(--navbar-height);
}

.min-h-\[--second-img-min-size\]{
  min-height: var(--second-img-min-size);
}

.min-h-\[120vh\]{
  min-height: 120vh;
}

.min-h-svh{
  min-height: 100svh;
}

.w-0\.5{
  width: 0.125rem;
}

.w-1{
  width: 0.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-14{
  width: 3.5rem;
}

.w-20{
  width: 5rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[--sec-img-size\]{
  width: var(--sec-img-size);
}

.w-\[--sidebar-width\]{
  width: var(--sidebar-width);
}

.w-\[--title-col-width\]{
  width: var(--title-col-width);
}

.w-\[30vw\]{
  width: 30vw;
}

.w-\[3px\]{
  width: 3px;
}

.w-\[40vw\]{
  width: 40vw;
}

.w-\[60vw\]{
  width: 60vw;
}

.w-\[90\%\]{
  width: 90%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.\!min-w-\[130px\]{
  min-width: 130px !important;
}

.\!min-w-\[85px\]{
  min-width: 85px !important;
}

.\!min-w-\[90px\]{
  min-width: 90px !important;
}

.min-w-0{
  min-width: 0px;
}

.min-w-12{
  min-width: 3rem;
}

.min-w-14{
  min-width: 3.5rem;
}

.min-w-16{
  min-width: 4rem;
}

.min-w-18{
  min-width: 4.5rem;
}

.min-w-20{
  min-width: 5rem;
}

.min-w-32{
  min-width: 8rem;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-5{
  min-width: 1.25rem;
}

.min-w-\[--second-img-min-size\]{
  min-width: var(--second-img-min-size);
}

.min-w-\[8rem\]{
  min-width: 8rem;
}

.min-w-\[var\(--radix-select-trigger-width\)\]{
  min-width: var(--radix-select-trigger-width);
}

.min-w-full{
  min-width: 100%;
}

.max-w-\[--sec-img-max-size\]{
  max-width: var(--sec-img-max-size);
}

.max-w-\[--skeleton-width\]{
  max-width: var(--skeleton-width);
}

.max-w-\[160px\]{
  max-width: 160px;
}

.max-w-\[1920px\]{
  max-width: 1920px;
}

.max-w-\[40rem\]{
  max-width: 40rem;
}

.max-w-\[60px\]{
  max-width: 60px;
}

.max-w-\[9rem\]{
  max-width: 9rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 44rem;
}

.max-w-md{
  max-width: 35rem;
}

.max-w-sm{
  max-width: 30rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-\[2\]{
  flex: 2;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.basis-\[95\%\]{
  flex-basis: 95%;
}

.basis-full{
  flex-basis: 100%;
}

.table-fixed{
  table-layout: fixed;
}

.caption-bottom{
  caption-side: bottom;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-center{
  transform-origin: center;
}

.origin-top-right{
  transform-origin: top right;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-px{
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-0{
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[22px\]{
  --tw-translate-x: 22px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[4px\]{
  --tw-translate-x: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-px{
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes loop-horizontally{
  from{
    transform: translateX(0);
  }

  to{
    transform: translateX(-100%);
  }
}

.animate-loop-horizontally{
  animation: loop-horizontally 20s linear infinite;
}

@keyframes marquee-bottom{
  from{
    transform: translateX(-50%);
  }

  to{
    transform: translateX(0%);
  }
}

.animate-marquee-bottom{
  animation: marquee-bottom 50s linear infinite;
}

@keyframes marquee-top{
  from{
    transform: translateX(0);
  }

  to{
    transform: translateX(-50%);
  }
}

.animate-marquee-horizontally{
  animation: marquee-top 30s linear infinite;
}

@keyframes marquee-top{
  from{
    transform: translateX(0);
  }

  to{
    transform: translateX(-50%);
  }
}

.animate-marquee-top{
  animation: marquee-top 50s linear infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-help{
  cursor: help;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.touch-none{
  touch-action: none;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.auto-rows-max{
  grid-auto-rows: max-content;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[0\.6fr_1fr\]{
  grid-template-columns: 0.6fr 1fr;
}

.grid-cols-\[25\%_50\%_25\%\]{
  grid-template-columns: 25% 50% 25%;
}

.grid-cols-\[max-content\]{
  grid-template-columns: max-content;
}

.grid-cols-\[max-content_1fr\]{
  grid-template-columns: max-content 1fr;
}

.grid-rows-\[auto_auto\]{
  grid-template-rows: auto auto;
}

.grid-rows-\[max-content\]{
  grid-template-rows: max-content;
}

.grid-rows-\[max-content_max-content\]{
  grid-template-rows: max-content max-content;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.place-items-center{
  place-items: center;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-stretch{
  justify-content: stretch;
}

.justify-items-end{
  justify-items: end;
}

.justify-items-center{
  justify-items: center;
}

.\!gap-1{
  gap: 0.25rem !important;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.self-stretch{
  align-self: stretch;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

.justify-self-center{
  justify-self: center;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.text-wrap{
  text-wrap: wrap;
}

.text-balance{
  text-wrap: balance;
}

.text-pretty{
  text-wrap: pretty;
}

.break-words{
  overflow-wrap: break-word;
}

.\!rounded-full{
  border-radius: 9999px !important;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.\!rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.\!rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-\[3px\]{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.rounded-br-\[6px\]{
  border-bottom-right-radius: 6px;
}

.\!border-0{
  border-width: 0px !important;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-\[4px\]{
  border-width: 4px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.\!border-l{
  border-left-width: 1px !important;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-\[3px\]{
  border-bottom-width: 3px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-\[2px\]{
  border-top-width: 2px;
}

.border-dotted{
  border-style: dotted;
}

.border-none{
  border-style: none;
}

.\!border-white\/50{
  border-color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * 0.5), transparent) !important;
}

.border-accent-1{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * var(--tw-border-opacity, 1)), transparent);
}

.border-black\/10{
  border-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.1), transparent);
}

.border-black\/15{
  border-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.15), transparent);
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-border-alternative{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-border-light{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.border-border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--brand-neutral-gray-100, #E4E4E4) calc(100% * var(--tw-border-opacity, 1)), transparent);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--brand-neutral-gray-200, #C7C7C7) calc(100% * var(--tw-border-opacity, 1)), transparent);
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--brand-neutral-gray-300, #A8A8A8) calc(100% * var(--tw-border-opacity, 1)), transparent);
}

.border-mode-body\/15{
  border-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.15), transparent);;
}

.border-mode-body\/25{
  border-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.25), transparent);;
}

.border-mode-border{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--mode-border, #C7C7C7) calc(100% * var(--tw-border-opacity, 1)), transparent);;
}

.border-mode-border-contrast{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--mode-border-contrast, #000) calc(100% * var(--tw-border-opacity, 1)), transparent);;
}

.border-mode-border-light{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--mode-border-light, #E4E4E4) calc(100% * var(--tw-border-opacity, 1)), transparent);;
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * var(--tw-border-opacity, 1)), transparent);
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-b-mode-accent-1{
  --tw-border-opacity: 1;
  border-bottom-color: color-mix(in srgb, var(--mode-accent-1, #F4541D) calc(100% * var(--tw-border-opacity, 1)), transparent);;
}

.border-b-transparent{
  border-bottom-color: transparent;
}

.\!bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#d0d0d0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e0e0e0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.bg-accent-1{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.bg-background-alternative{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-background-alternative\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-background-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-background-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-background-success{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.bg-black\/10{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.1), transparent);
}

.bg-black\/15{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.15), transparent);
}

.bg-black\/25{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.25), transparent);
}

.bg-black\/5{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.05), transparent);
}

.bg-black\/50{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.5), transparent);
}

.bg-black\/60{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.6), transparent);
}

.bg-black\/80{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.8), transparent);
}

.bg-black\/90{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.9), transparent);
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-border-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-gray-100, #E4E4E4) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-gray-300, #A8A8A8) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-gray-50, #F2F2F2) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}

.bg-mode-accent-1{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-accent-1, #F4541D) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-accent-2{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-accent-2, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-background{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-bg-highlight{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-bg-highlight, #F2F2F2) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-bg-highlight-subtle{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-bg-highlight-subtle, #F2F2F2) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-bg-highlight\/60{
  background-color: color-mix(in srgb, var(--mode-bg-highlight, #F2F2F2) calc(100% * 0.6), transparent);;
}

.bg-mode-body{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-body\/20{
  background-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.2), transparent);;
}

.bg-mode-body\/5{
  background-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.05), transparent);;
}

.bg-mode-border{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-border, #C7C7C7) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-border-light{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-border-light, #E4E4E4) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-heading{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.bg-mode-heading\/15{
  background-color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * 0.15), transparent);;
}

.bg-mode-heading\/30{
  background-color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * 0.3), transparent);;
}

.bg-neutral-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-neutral-darkest{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.bg-neutral-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-neutral-lightest{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-neutral-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.bg-white\/95{
  background-color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * 0.95), transparent);
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-\[linear-gradient\(\#00000080\2c \#00000080\)\]{
  background-image: linear-gradient(#00000080,#00000080);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-background-primary{
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-background-primary{
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.fill-current{
  fill: currentColor;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-0{
  padding: 0px !important;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[4px\]{
  padding: 4px;
}

.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[5\%\]{
  padding-left: 5%;
  padding-right: 5%;
}

.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pl-4{
  padding-left: 1rem !important;
}

.\!pr-4{
  padding-right: 1rem !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-\[2\.75rem\]{
  padding-left: 2.75rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-\[10px\]{
  padding-right: 10px;
}

.pr-\[2\.75rem\]{
  padding-right: 2.75rem;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-\[--fixed-navbar-height\]{
  padding-top: var(--fixed-navbar-height);
}

.pt-\[0\.875rem\]{
  padding-top: 0.875rem;
}

.pt-\[66\%\]{
  padding-top: 66%;
}

.pt-\[66\.66\%\]{
  padding-top: 66.66%;
}

.pt-\[75\%\]{
  padding-top: 75%;
}

.pt-\[calc\(var\(--navbar-height\2c 48px\)\+16px\)\]{
  padding-top: calc(var(--navbar-height,48px) + 16px);
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-middle{
  vertical-align: middle;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-10xl{
  font-size: 3.5rem;
  line-height: 1.2;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-3xl{
  font-size: 1.75rem;
  line-height: 1.4;
}

.text-4xl{
  font-size: 2rem;
  line-height: 1.3;
}

.text-5xl{
  font-size: 2.25rem;
  line-height: 1.2;
}

.text-6xl{
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[6rem\]{
  font-size: 6rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5;
}

.text-lg{
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-md{
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1.5;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\]{
  line-height: 1;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent) !important;
}

.text-\[--opacity-color-1\]{
  color: var(--opacity-color-1);
}

.text-\[--opacity-color-2\]{
  color: var(--opacity-color-2);
}

.text-\[--opacity-color-3\]{
  color: var(--opacity-color-3);
}

.text-accent-1{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-black{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-black\/40{
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.4), transparent);
}

.text-black\/50{
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.5), transparent);
}

.text-black\/60{
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.6), transparent);
}

.text-black\/80{
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.8), transparent);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-brand-almost-black{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.text-current{
  color: currentColor;
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-gray-400, #4C4C4C) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-gray-500, #3E3B3A) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-gray-500, #3E3B3A) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-gray-500, #3E3B3A) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-mode-background{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

.text-mode-body{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

.text-mode-body\/40{
  color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.4), transparent);;
}

.text-mode-body\/50{
  color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.5), transparent);;
}

.text-mode-body\/80{
  color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.8), transparent);;
}

.text-mode-heading{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

.text-mode-heading\/60{
  color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * 0.6), transparent);;
}

.text-mode-heading\/80{
  color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * 0.8), transparent);;
}

.text-mode-heading\/90{
  color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * 0.9), transparent);;
}

.text-text-alternative{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-text-success{
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.overline{
  text-decoration-line: overline;
}

.no-underline{
  text-decoration-line: none;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.shadow-\[0_0_0_1px_hsl\(var\(--border-primary\)\)\]{
  --tw-shadow: 0 0 0 1px hsl(var(--border-primary));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_8px_white\]{
  --tw-shadow: 0 0 0 8px white;
  --tw-shadow-colored: 0 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-large{
  --tw-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-medium{
  --tw-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!shadow-green-700{
  --tw-shadow-color: #15803d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-0{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-border-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.ring-offset-white{
  --tw-ring-offset-color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * 1), transparent);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[border\]{
  transition-property: border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\2c right\2c width\]{
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[margin\2c opa\]{
  transition-property: margin,opa;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\2c height\2c padding\]{
  transition-property: width,height,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-0{
  transition-duration: 0s;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-auto{
  will-change: auto;
}

@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.animate-in{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.fade-in{
  --tw-enter-opacity: 0;
}

.fade-in-0{
  --tw-enter-opacity: 0;
}

.zoom-in-95{
  --tw-enter-scale: .95;
}

.duration-0{
  animation-duration: 0s;
}

.duration-1000{
  animation-duration: 1000ms;
}

.duration-200{
  animation-duration: 200ms;
}

.duration-300{
  animation-duration: 300ms;
}

.duration-500{
  animation-duration: 500ms;
}

.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear{
  animation-timing-function: linear;
}

.ease-out{
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.paused{
  animation-play-state: paused;
}

.px-side-margin {
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
}

.rounded-card-media{
  border-radius: 1rem;
}

.rounded-hero-media{
  border-radius: 30px;
  border-bottom-left-radius: 80px;
}

@media (min-width: 480px){
  .rounded-hero-media{
    border-radius: 40px;
    border-bottom-left-radius: 120px;
  }
}

@media (min-width: 768px){
  .rounded-hero-media{
    border-radius: 50px;
    border-bottom-left-radius: 200px;
  }
}

/**
  Usage:
  <button class="focus-default"></button>
*/

.focus-default:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: color-mix(in srgb, var(--mode-link-hover, #B04622) calc(100% * var(--tw-ring-opacity, 1)), transparent);;
  --tw-ring-offset-width: 0px;
}

/**
  Usage:
  <div class="has-focus-default">
    <button></button>
  </div>
*/

.has-focus-default:has(:focus-visible){
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: color-mix(in srgb, var(--mode-link-hover, #B04622) calc(100% * var(--tw-ring-opacity, 1)), transparent);;
  --tw-ring-offset-width: 0px;
}

/**
  Usage:
  <button class="focus-default focus-outline-thick"></button>
*/

.focus-outline-thick:focus-visible{
  --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(5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/**
    Usage:
    <button class="focus-default focus-outline-thin"></button>
  */

.bg-mask-default{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.75), transparent);
}

.\[--navbar-height\:48px\]{
  --navbar-height: 48px;
}

.\[--sec-img-max-size\:200px\]{
  --sec-img-max-size: 200px;
}

.\[--sec-img-size\:20dvw\]{
  --sec-img-size: 20dvw;
}

.\[--second-img-min-size\:140px\]{
  --second-img-min-size: 140px;
}

.\[--second-img-x-offset\:15\%\]{
  --second-img-x-offset: 15%;
}

/* STYLES */

p a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  &:hover,
  &:active {
    color: var(--mode-link-hover);
  }
}

.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  white-space: nowrap;
  border-radius: 9999px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 0px;
}

.button:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: color-mix(in srgb, var(--mode-link-hover, #B04622) calc(100% * var(--tw-ring-opacity, 1)), transparent);;
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * 1), transparent);;
}

.button{
  cursor: pointer;
}

.button:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.button {
  /*------------------------------------------------------------------
      Variants
  --------------------------------------------------------------------*/
  &.primary{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &.primary{
    --tw-bg-opacity: 1;
    background-color: color-mix(in srgb, var(--mode-accent-2, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
  }
  &.primary{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);;
  }
  &.primary:hover{
    --tw-bg-opacity: 1;
    background-color: color-mix(in srgb, var(--mode-accent-2-hover, #4C4C4C) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
  }
  &.secondary {
    --bg-opacity: 0.05;
    --hover-bg-opacity: 0.15
  }
  &.secondary{
    background-color: color-mix(in srgb, var(--mode-contrast, #000) calc(100% * var(--bg-opacity)), transparent);;
  }
  &.secondary{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);;
  }
  &.secondary:hover{
    background-color: color-mix(in srgb, var(--mode-contrast, #000) calc(100% * var(--hover-bg-opacity)), transparent);;
  }
  &.secondary {
    .theme-dark &,
    .theme-dark-gray &,
    .theme-almost-black & {
      --bg-opacity: 0.08;
      --hover-bg-opacity: 0.16;
    }
  }
  &.tertiary{
    background-color: transparent;
  }
  &.tertiary{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);;
  }
  &.tertiary{
    --tw-shadow: inset 0 0 0 1px currentColor;
    --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  &.tertiary:hover{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--mode-accent-2-hover, #4C4C4C) calc(100% * var(--tw-text-opacity, 1)), transparent);;
  }
  &.tertiary {
    /*box-shadow: inset 0 0 0 1px currentColor;*/
  }
  &.contact{
    --tw-border-opacity: 1;
    border-color: color-mix(in srgb, var(--mode-accent-1, #F4541D) calc(100% * var(--tw-border-opacity, 1)), transparent);;
  }
  &.contact{
    --tw-bg-opacity: 1;
    background-color: color-mix(in srgb, var(--mode-accent-1, #F4541D) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
  }
  &.contact{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);
  }
  &.contact:hover{
    --tw-border-opacity: 1;
    border-color: color-mix(in srgb, var(--mode-accent-1-hover, #F48F5E) calc(100% * var(--tw-border-opacity, 1)), transparent);;
  }
  &.contact:hover{
    --tw-bg-opacity: 1;
    background-color: color-mix(in srgb, var(--mode-accent-1-hover, #F48F5E) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
  }
  &.link{
    border-radius: 0px;
  }
  &.link{
    border-width: 0px;
  }
  &.link{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--mode-link, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);;
  }
  &.link:hover{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--mode-link-hover, #B04622) calc(100% * var(--tw-text-opacity, 1)), transparent);;
  }
  &.link {
    padding: 0.25em 0 !important;
  }
  /*&.secondary-alt {*/
  /*  @apply focus-visible:ring-border-primary inline-flex items-center justify-center whitespace-nowrap ring-offset-white transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border border-border-alternative text-mode-body bg-mode-background;*/
  /*}*/
  /*&.ghost {*/
  /*  @apply border border-border-primary text-text-primary bg-background-primary;*/
  /*  @apply ring-offset-white focus-visible:ring-border-primary; */
  /*}*/
  /*&.link-alt {*/
  /*  @apply focus-visible:ring-border-primary inline-flex items-center justify-center whitespace-nowrap ring-offset-white transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border-0 text-text-alternative;*/
  /*  padding-left: 0 !important;*/
  /*  padding-right: 0 !important;*/
  /*}*/
  /*------------------------------------------------------------------
      Sizes
  --------------------------------------------------------------------*/
  &.md, 
  &.size-primary{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  &.md, 
  &.size-primary{
    padding-top: 11px;
    padding-bottom: 11px;
  }
  &.sm{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  &.sm{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  &.sm{
    font-size: 1rem;
    line-height: 1.5;
  }
  &.lg{
    height: 3.5rem;
  }
  &.lg{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  &.size-link{
    padding: 0px;
  }
  &.size-icon{
    width: 2.5rem;
    height: 2.5rem;
  }
  /*------------------------------------------------------------------
      Icons
  --------------------------------------------------------------------*/
  &:is(.icon-chevron-right, .icon-arrow-right) {
    --icon-spacing: 0.2em;
    &:after {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      /* Reduce button outer space to visually compensate  */
      margin-right: -0.4em;
      /* Adjust spacing between icon and text */
      margin-left: var(--icon-spacing);
      background-color: currentColor;
      -webkit-mask: url('https://zooma.agency/hubfs/Assets/zooma-agency-next/icons/icon-arrow-right.svg')
        no-repeat center;
              mask: url('https://zooma.agency/hubfs/Assets/zooma-agency-next/icons/icon-arrow-right.svg')
        no-repeat center;
      -webkit-mask-size: contain;
              mask-size: contain;
    }
    &.link {
      --icon-spacing: 0.12em;
    }
  }
}

/*------------------------------------------------------------------
      SUBMIT BUTTON
--------------------------------------------------------------------*/

input[type='submit']{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  white-space: nowrap;
  border-radius: 9999px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 0px;
}

input[type='submit']:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: color-mix(in srgb, var(--mode-link-hover, #B04622) calc(100% * var(--tw-ring-opacity, 1)), transparent);;
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * 1), transparent);;
}

input[type='submit']{
  cursor: pointer;
}

input[type='submit']:disabled{
  pointer-events: none;
  opacity: 0.5;
}

input[type='submit'] {
  /* Variant: Primary */
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-accent-2, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

input[type='submit']:hover{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-accent-2-hover, #4C4C4C) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

input[type='submit'] {
  /* Size: Primary */
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
}

/*form {*/

/*  label {*/

/*    display: block;*/

/*    color: var(--form-label-color, var(--mode-heading));*/

/*  }*/

/*  input,*/

/*  textarea {*/

/*    background-color: var(--form-input-bg, var(--color-white));*/

/*    color: var(--form-input-text, var(--color-body));*/

/*    border: 1px solid var(--form-input-border, var(--color-border));*/

/*  }*/

/*}*/

/************************************
  GENERAL NAVBAR STYLES
*************************************/

:root:has(.NavBar) {
  --navbar-height: 4rem;
  --fixed-navbar-height: var(--navbar-height);
  @media (min-width: 768px) {
    --navbar-height: 4.5rem;
  }
}

:root:not(:has(.nav-fixed)) {
  --fixed-navbar-height: 0px;
}

/************************************
  FIXED NAVBAR
*************************************/

.nav-fixed {
  .NavBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .body-wrapper:has(.NavBar) {
    padding-top: var(--fixed-navbar-height);
  }
}

/* In Editor: Disable fixed navbar */

.hs-inline-edit {
  .NavBar {
    position: relative;
    bottom: auto;
    /* Just in case */
  }
  .body-wrapper:has(.NavBar) {
    padding-top: 0;
  }
}

/**
 * Theme Block Settings
 */

/***********************************************************
 * EDITOR STYLES
 ***********************************************************/

/* Show block anchor ID in editor mode */

.hs-inline-edit .theme-block[id] {
  position: relative;
  &:before {
    content: '#' attr(id);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0.25rem 0.5rem;
    border-bottom-left-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 12px;
    font-weight: normal;
  }
}

/* Add a block name to blocks in local preview mode */

body:has([data-global-resource-path*='@preview']) {
  .theme-block[data-block] {
    --indicator-offset: 0;
    --indicator-radius: 0;
    position: relative;
    /*&:after,*/
    &:before {
      position: absolute;
      top: 0;
      z-index: 999;
      transition: all 0.12s ease-in-out;
    }
    &:before {
      content: attr(data-block);
      right: 0;
      padding: 0.25rem 0.5rem;
      border-top-right-radius: var(--indicator-radius);
      border-bottom-left-radius: var(--indicator-radius);
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      font-size: 12px;
      font-weight: normal;
    }
    /*&:after {*/
    /*  content: '';*/
    /*  left: 0;*/
    /*  width: calc(100% - 2 * var(--indicator-offset));*/
    /*  height: calc(100% - 2 * var(--indicator-offset));*/
    /*  margin: var(--indicator-offset);*/
    /*  border: 2px dotted color-mix(in srgb, var(--mode-body), transparent 75%);*/
    /*  border-radius: 8px;*/
    /*  opacity: 0;*/
    /*}*/
    /*&:hover {*/
    /*  --indicator-offset: 6px;*/
    /*  --indicator-radius: 8px;*/
    /*  &:before {*/
    /*    margin: var(--indicator-offset);*/
    /*  }*/
    /*  &:after {*/
    /*    opacity: 1;*/
    /*  }*/
    /*}*/
  }
}

/************************************************************************
 *  Additional Styling for Typography (prose)
 *  Note: Default typography styles are handled via the Tailwind CSS
 *  typography plugin configuration. These styles are for additional
 *  elements that are not covered by Tailwind CSS.
 ************************************************************************/

.prose {
  text-wrap: pretty;
  /***
   * IMAGE CAPTIONS
   * Hack to achieve image descriptions with a soft break and some
   * italic text below the image.
   */
  p:has(img):has(br):has(em) {
    img {
      margin-bottom: 0;
    }
    em {
      display: block;
      margin-top: -1rem;
      margin-bottom: 1.5rem;
    }
  }
}

/* IMPORTS FROM STYLE EDITOR EXPORTS */

/******************************************************************************
   Exported from the Forms Style Editor 1.0 @ 2026-04-10 08:51:22

   HOW TO ADD TO PROJECT:

   1. Save forms.preset.css and forms.preset.json to /styles/imports folder
   2. Add the stylesheet to /styles/main.css:
        @import 'imports/forms.preset.css';
   3. Import the JSON file and pass it the <StyleEditor> component:
        import preset from '{path}/styles/imports/forms.preset.json'
        <StyleEditor ... preset={preset}>...</StyleEditor>

   WARNING: Do not directly manipulate styles in this file. If absolutely
   necessary, you can create a new file with style overrides. But always
   attempt to resolve the style issue with configuration and making styles
   adjustable via the Style Editor.

 ******************************************************************************/

:root {
  --form-choice-indicator-transition-duration: 0.2s;
  --form-choice-indicator-scale: 100%;
  --form-choice-indicator-y-offset: 0.1875rem;
  --form-checkbox-radius: 3px;
  --form-checkbox-mark-size: 0.75rem;
  --form-radio-button-fill-size: 0.375rem;
}

:is(.hs-form, .Form) {
  --form-max-width: 37.5rem;
  --form-row-gap: 1rem;
  --form-column-gap: 0.75rem;
  --form-label-color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * 1), transparent);;
  --form-label-asterisk-color: color-mix(in srgb, var(--mode-accent-1, #F4541D) calc(100% * 1), transparent);;
  --form-help-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 1), transparent);;
  --form-richtext-spacing: 1rem;
  --form-richtext-margin-top: 0;
  --form-richtext-margin-bottom: 0;
  --form-input-border-radius: 4px;
  --form-input-text: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 1), transparent);;
  --form-input-bg: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * 1), transparent);
  --form-input-border: color-mix(in srgb, var(--mode-border, #C7C7C7) calc(100% * 1), transparent);;
  --form-input-focus-border: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * 1), transparent);
  --form-select-icon-color: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * 1), transparent);
  --form-choice-indicator-transition-duration: 0.2s;
  --form-choice-indicator-scale: 100%;
  --form-choice-indicator-y-offset: 0.1875rem;
  --form-checkbox-radius: 3px;
  --form-checkbox-mark-size: 0.75rem;
  --form-radio-button-fill-size: 0.375rem;
  --form-gdpr-richtext-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 1), transparent);;
  --form-button-bg: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * 1), transparent);
  --form-button-text: #ffffff;
  --form-button-hover-bg: color-mix(in srgb, var(--brand-neutral-gray-500, #3E3B3A) calc(100% * 1), transparent);
  --form-error-color: #dc2626;
  --form-label-color-responsive: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 1), transparent);;
  --form-input-spacing: 0.5rem;
  --form-input-y-padding: 0.625rem;
  --form-input-x-padding: 0.625rem;
  --form-select-icon-size: 0.875rem;
  --form-select-icon-x-offset: 0.75rem;
  --form-select-icon-y-offset: 0px;
}

:is(.hs-form, .Form)
  :is(
    input[type='text'],
    input[type='number'],
    input[type='email'],
    input[type='tel'],
    input[type='search'],
    select,
    textarea
  ).invalid {
  --form-input-border: #DC2424;
  --form-input-bg: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * 1), transparent);
}

:is(.hs-form, .Form) {
  max-width: var(--form-max-width, 100%);
}

:is(.hs-form, .Form) fieldset {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--form-column-gap, 1rem);
  width: 100%;
}

:is(.hs-form, .Form) fieldset + fieldset {
  margin-top: var(--form-row-gap, 0.5rem);
}

:is(.hs-form, .Form)
  fieldset:has(
    > *:only-child:where([style*='display: none'], [style*='display:none'])
  ) {
  margin-top: 0rem;
}

:is(.hs-form, .Form) > .hs-form-field + .hs-form-field {
  margin-top: var(--form-row-gap, 0.5rem);
}

:is(.hs-form, .Form) fieldset > div {
  flex: 1;
}

:is(.hs-form, .Form) label {
  display: block;
  color: var(--form-label-color, var(--mode-heading));
  font-size: 1rem;
  line-height: 1.7142857;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

:is(.hs-form, .Form) .hs-form-required {
  color: var(--form-label-asterisk-color, var(--mode-accent-1));
  margin-left: 0.25rem;
}

:is(.hs-form, .Form) .hs-field-desc {
  color: var(--form-help-color, var(--mode-body));
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  margin-top: 0.25rem;
  margin-bottom: 0.625rem;
}

:is(.hs-form, .Form) fieldset .hs-richtext {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  gap: var(--form-richtext-spacing, 1rem);
  margin-top: var(--form-richtext-margin-top, 0);
  margin-bottom: var(--form-richtext-margin-top, 0);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0%;
}

:is(.hs-form, .Form)
  :is(
    input[type='text'],
    input[type='number'],
    input[type='email'],
    input[type='tel'],
    input[type='search'],
    select,
    textarea
  ) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100% !important;
  max-width: 100%;
  padding: var(--form-input-y-padding, 0.75rem)
    var(--form-input-x-padding, 0.75rem);
  background-color: var(--form-input-bg, var(--color-white));
  color: var(--form-input-text, var(--color-body));
  border-radius: var(--form-input-border-radius);
  border: 1px solid var(--form-input-border, var(--color-border));
  font-size: 0.875rem;
  line-height: 1.5;
}

:is(.hs-form, .Form)
  :is(
    input[type='text'],
    input[type='number'],
    input[type='email'],
    input[type='tel'],
    input[type='search'],
    select,
    textarea
  ):focus {
  outline: 1px solid var(--form-input-focus-border);
  border-color: var(--form-input-focus-border);
}

:is(.hs-form, .Form) .input:has(select) {
  position: relative;
}

:is(.hs-form, .Form) .input:has(select):after {
  content: '';
  position: absolute;
  top: calc(50% + var(--form-select-icon-y-offset, 0px));
  transform: translateY(-50%);
  right: var(--form-select-icon-x-offset, 1rem);
  width: var(--form-select-icon-size, 1.125rem);
  height: var(--form-select-icon-size, 1.125rem);
  -webkit-mask-image: var(--form-select-icon-image, url(https://zooma.agency/hubfs/Assets/zooma-agency-next/icons/icon-ui-select-caret-down.svg));
          mask-image: var(--form-select-icon-image, url(https://zooma.agency/hubfs/Assets/zooma-agency-next/icons/icon-ui-select-caret-down.svg));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: var(--form-select-icon-size, 1rem)
    var(--form-select-icon-size, 1rem);
          mask-size: var(--form-select-icon-size, 1rem)
    var(--form-select-icon-size, 1rem);
  -webkit-mask-position: right center;
          mask-position: right center;
  background-color: var(--form-select-icon-color, var(--color-accent-1));
  pointer-events: none;
}

:is(.hs-form, .Form) .hs-fieldtype-intl-phone {
  display: flex;
  gap: 0.25rem;
}

:is(.hs-form, .Form) .input:has(.hs-fieldtype-intl-phone):after {
  display: none;
}

:is(.hs-form, .Form) .hs-fieldtype-intl-phone select {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

:is(.hs-form, .Form) .hs-fieldtype-intl-phone input[type='tel'] {
  flex: 2;
}

:where(label input[type='checkbox'], label input[type='radio']) + span {
  position: relative;
  display: inline-block;
  font-size: var(--form-choice-font-size, 1rem);
  line-height: var(--form-choice-line-height, 1.6);
  padding-left: calc(
    var(--form-choice-indicator-size, 1rem) +
      var(--form-choice-indicator-gap, 1rem)
  );
  cursor: pointer;
}

:where(label input[type='checkbox'], label input[type='radio']) + span:after {
  background-color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * 1), transparent);;
}

:where(label input[type='checkbox'], label input[type='radio']) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

:where(label input:is([type='checkbox'], [type='radio'])) + span::before,
:where(label input:is([type='checkbox'], [type='radio'])) + span::after {
  content: '';
  position: absolute;
  top: calc(var(--form-choice-indicator-y-offset, 0.125rem));
  left: 0;
  bottom: 0;
  display: block;
  width: var(--form-choice-indicator-size, 1.25rem);
  height: var(--form-choice-indicator-size, 1.25rem);
  transform: scale(var(--form-choice-indicator-scale, 100%));
}

:where(label input:is([type='checkbox'], [type='radio'])) + span::before {
  background-color: var(--form-choice-indicator-color, var(--mode-heading));
}

label input:is([type='checkbox'], [type='radio']) + span::after {
  transform: scale(0);
  opacity: 0;
  transition: var(--form-choice-indicator-transition-duration, 0.25s)
    ease-in-out;
  transition-property: transform, opacity;
}

label input[type='checkbox'] + span {
  border-radius: var(--form-checkbox-radius, 3px);
}

label input[type='checkbox'] + span::after {
  top: calc(
    var(--form-choice-indicator-y-offset, 0.125rem) +
      (
        var(--form-choice-indicator-size, 1.25rem) -
          var(--form-checkbox-mark-size, 1rem)
      ) / 2
  );
  left: calc(
    (
        var(--form-choice-indicator-size, 1.25rem) -
          var(--form-checkbox-mark-size, 1rem)
      ) / 2
  );
  width: var(--form-checkbox-mark-size, 1rem);
  height: var(--form-checkbox-mark-size, 1rem);
  -webkit-mask-image: var(--checkbox-mark-image, url(https://zooma.agency/hubfs/Assets/zooma-agency-next/icons/icon-ui-checkbox-mark.svg));
          mask-image: var(--checkbox-mark-image, url(https://zooma.agency/hubfs/Assets/zooma-agency-next/icons/icon-ui-checkbox-mark.svg));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: var(--form-checkbox-mark-size, 1rem)
    var(--form-checkbox-mark-size, 1rem);
          mask-size: var(--form-checkbox-mark-size, 1rem)
    var(--form-checkbox-mark-size, 1rem);
  -webkit-mask-position: center center;
          mask-position: center center;
}

label input:is([type='checkbox'], [type='radio']) + span::after {
  transform: scale(1);
  opacity: 1;
}

label input[type='radio'] + span::before,
label input[type='radio'] + span::after {
  border-radius: 50%;
}

label input[type='radio'] + span::after {
  top: calc(
    var(--form-choice-indicator-y-offset, 0.125rem) +
      (
        var(--form-choice-indicator-size, 1.25rem) -
          var(--form-radio-button-fill-size, 0.5rem)
      ) / 2
  );
  left: calc(
    (
        var(--form-choice-indicator-size, 1.25rem) -
          var(--form-radio-button-fill-size, 0.5rem)
      ) / 2
  );
  width: var(--form-radio-button-fill-size, 0.5rem);
  height: var(--form-radio-button-fill-size, 0.5rem);
}

:is(.hs-form, .Form) .legal-consent-container .hs-richtext {
  color: var(--form-gdpr-richtext-color, var(--mode-body));
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
}

:is(.hs-form, .Form)
  .legal-consent-container
  .hs-form-booleancheckbox-display
  input
  + span
  > * {
  display: inline;
}

:is(.hs-form, .Form)
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span {
  margin-left: 0;
}

:is(.hs-form, .Form) .hs-submit {
  margin-top: 1.625rem;
}

:is(.hs-form, .Form) :is(button[type='submit'], input[type='submit']) {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

:is(.hs-form, .Form) :is(.hs-error-msgs, .error-msgs) {
  margin-top: 0;
}

:is(.hs-form, .Form) :is(.hs-error-msg, .error-msgs *) {
  font-weight: 400;
  color: var(--form-error-color);
  margin-bottom: 0;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0%;
  margin-top: 0.25rem;
}

@media screen and (min-width: 480px) {
  :is(.hs-form, .Form) {
    --form-input-x-padding: 0.75rem;
    --form-select-icon-size: 1rem;
    --form-select-icon-x-offset: 0.875rem;
  }

  :is(.hs-form, .Form) label {
    line-height: 1.75;
  }

  :is(.hs-form, .Form) .hs-field-desc {
    font-size: 0.875rem;
  }

  :is(.hs-form, .Form)
    :is(
      input[type='text'],
      input[type='number'],
      input[type='email'],
      input[type='tel'],
      input[type='search'],
      select,
      textarea
    ) {
    font-size: 1rem;
  }

  :is(.hs-form, .Form) .legal-consent-container .hs-richtext {
    font-size: 0.875rem;
  }

  :is(.hs-form, .Form) :is(button[type='submit'], input[type='submit']) {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  :is(.hs-form, .Form) {
    --form-input-x-padding: 0.75rem;
    --form-select-icon-size: 1rem;
    --form-select-icon-x-offset: 0.875rem;
  }
}

/* UTILITIES */

:root {
  --focus-outline-thickness: 3px;
}

html {
  /* Set default mode background color */
  background-color: var(--color-mode-cream-bg, #f1eeeb);
}

body {
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px){
  .md\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.67;
  }

  .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-inline-start: 1.5rem;
  }

  .md\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
    line-height: 1;
  }

  .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.875rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    line-height: 1.3333333;
  }

  .md\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .md\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.5555556;
  }

  .md\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .md\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }

  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .md\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .md\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-inline-start: 1.5555556em;
  }

  .md\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }

  .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .md\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .md\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }

  .md\:prose-lg :where(ul > li, ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .md\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .md\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-inline-start: 2rem;
  }

  .md\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 3.5rem;
    margin-top: 0;
    margin-bottom: 3rem;
    line-height: 1;
  }

  .md\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.25rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    line-height: 1.1111111;
  }

  .md\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.875rem;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    line-height: 1.3333333;
  }

  .md\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
  }

  .md\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }

  .md\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }

  .md\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }

  .md\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }

  .md\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }

  .md\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .md\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-inline-start: 1.6em;
  }

  .md\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .md\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }

  .md\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }

  .md\:prose-xl :where(.md\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl :where(.md\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }

  .md\:prose-xl :where(.md\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }

  .md\:prose-xl :where(.md\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }

  .md\:prose-xl :where(.md\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }

  .md\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }

  .md\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }

  .md\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .md\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .md\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .md\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .md\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .md\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .md\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .md\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .md\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.125rem;
    line-height: 1.5555556;
    margin-top: 1.125rem;
  }

  .md\:prose-xl :where(.md\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-xl :where(.md\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }

  .md\:prose-xl :where(ul > li, ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.\*\:w-full > *{
  width: 100%;
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}

.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.5;
}

.file\:font-medium::file-selector-button{
  font-weight: 500;
}

.placeholder\:text-neutral::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral::placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after{
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:inset-y-0::after{
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:w-\[2px\]::after{
  content: var(--tw-content);
  width: 2px;
}

.first\:rounded-l-md:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:border-t:first-child{
  border-top-width: 1px;
}

.first\:border-t-0:first-child{
  border-top-width: 0px;
}

.first\:pl-0:first-child{
  padding-left: 0px;
}

.first\:pt-7:first-child{
  padding-top: 1.75rem;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.last\:rounded-r-md:last-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:pr-0:last-child{
  padding-right: 0px;
}

.empty\:my-0:empty{
  margin-top: 0px;
  margin-bottom: 0px;
}

.focus-within\:relative:focus-within{
  position: relative;
}

.focus-within\:z-20:focus-within{
  z-index: 20;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-black\/20:hover{
  border-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.2), transparent);
}

.hover\:border-black\/40:hover{
  border-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.4), transparent);
}

.hover\:bg-\[\#141313\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 19 19 / var(--tw-bg-opacity, 1));
}

.hover\:bg-background-alternative:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-background-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-background-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/5:hover{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.05), transparent);
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-gray-100, #E4E4E4) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-gray-200, #C7C7C7) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-neutral-gray-50, #F2F2F2) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--brand-almost-black, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}

.hover\:bg-mode-bg-highlight-hover:hover{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-bg-highlight-hover, #C7C7C7) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.hover\:text-black\/60:hover{
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.6), transparent);
}

.hover\:text-black\/80:hover{
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.8), transparent);
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-gray-500, #3E3B3A) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.hover\:text-mode-heading:hover{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

.hover\:text-text-alternative:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.hover\:\!opacity-100:hover{
  opacity: 1 !important;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:mix-blend-normal:hover{
  mix-blend-mode: normal;
}

.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:delay-300:hover{
  transition-delay: 300ms;
}

.hover\:duration-1000:hover{
  transition-duration: 1000ms;
  animation-duration: 1000ms;
}

.hover\:delay-300:hover{
  animation-delay: 300ms;
}

.hover\:after\:bg-border-primary:hover::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-background-primary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-background-secondary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-white, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --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, 0 0 #0000);
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.focus\:ring-border-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:relative:focus-visible{
  position: relative;
}

.focus-visible\:z-10:focus-visible{
  z-index: 10;
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-0:focus-visible{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-1:focus-visible{
  --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, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible{
  --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, 0 0 #0000);
}

.focus-visible\:ring-border-primary:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-1:focus-visible{
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}

.active\:bg-background-secondary:active{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.active\:bg-black\/15:active{
  background-color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * 0.15), transparent);
}

.active\:text-black:active{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.active\:text-mode-heading:active{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

.active\:text-text-primary:active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:bg-mode-body\/40{
  background-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * 0.4), transparent);;
}

.group:hover .group-hover\:bg-mode-heading{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--brand-neutral-black, #000) calc(100% * var(--tw-text-opacity, 1)), transparent);
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group:hover .group-hover\:paused{
  animation-play-state: paused;
}

.group:active .group-active\:bg-mode-heading{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-heading, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity: 0.7;
}

.has-\[\[data-variant\=inset\]\]\:bg-background-primary:has([data-variant=inset]){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{
  padding-right: 2rem;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"]{
  pointer-events: none;
}

.aria-disabled\:opacity-50[aria-disabled="true"]{
  opacity: 0.5;
}

.aria-selected\:bg-background-alternative[aria-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.aria-selected\:bg-background-alternative\/50[aria-selected="true"]{
  background-color: rgb(0 0 0 / 0.5);
}

.aria-selected\:text-text-secondary[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.aria-selected\:opacity-100[aria-selected="true"]{
  opacity: 1;
}

.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"]{
  height: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"]{
  width: 100%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"]{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"]{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"]{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:translate-x-\[18px\][data-state="checked"]{
  --tw-translate-x: 18px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=unchecked\]\:translate-x-0\.5[data-state="unchecked"]{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes accordion-up{
  from{
    height: var(--radix-accordion-content-height);
  }

  to{
    height: 0px;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"]{
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down{
  from{
    height: 0px;
  }

  to{
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"]{
  animation: accordion-down 0.2s ease-out;
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"]{
  flex-direction: column;
}

.data-\[state\=active\]\:border-mode-accent-1[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--mode-accent-1, #F4541D) calc(100% * var(--tw-border-opacity, 1)), transparent);;
}

.data-\[active\=true\]\:bg-background-secondary[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:bg-background-alternative[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:bg-mode-body[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--mode-body, #212121) calc(100% * var(--tw-bg-opacity, 1)), transparent);;
}

.data-\[state\=checked\]\:bg-background-alternative[data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.data-\[state\=indeterminate\]\:bg-background-primary[data-state="indeterminate"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:bg-background-secondary[data-state="open"]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.data-\[state\=unchecked\]\:bg-\[\#c6c6c6\][data-state="unchecked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 198 / var(--tw-bg-opacity, 1));
}

.data-\[active\=true\]\:font-medium[data-active="true"]{
  font-weight: 500;
}

.data-\[active\=true\]\:text-text-primary[data-active="true"]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.data-\[state\=active\]\:text-mode-background[data-state="active"]{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-background, #FFF) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

.data-\[state\=active\]\:text-text-alternative[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.data-\[state\=checked\]\:text-text-alternative[data-state="checked"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.data-\[state\=indeterminate\]\:text-text-primary[data-state="indeterminate"]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}

.data-\[state\=closed\]\:opacity-0[data-state="closed"]{
  opacity: 0;
}

.data-\[state\=open\]\:opacity-100[data-state="open"]{
  opacity: 1;
}

.data-\[state\=closed\]\:duration-700[data-state="closed"]{
  transition-duration: 700ms;
}

.data-\[state\=open\]\:duration-300[data-state="open"]{
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-700[data-state="open"]{
  transition-duration: 700ms;
}

.data-\[state\=open\]\:animate-in[data-state="open"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"]{
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"]{
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"]{
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"]{
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-bottom-1\/2[data-side="bottom"]{
  --tw-enter-translate-y: 50%;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"]{
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-1[data-side="left"]{
  --tw-enter-translate-x: 0.25rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"]{
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-1[data-side="right"]{
  --tw-enter-translate-x: -0.25rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"]{
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"]{
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"]{
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"]{
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"]{
  --tw-exit-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"]{
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"]{
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"]{
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"]{
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-700[data-state="closed"]{
  animation-duration: 700ms;
}

.data-\[state\=open\]\:duration-300[data-state="open"]{
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-700[data-state="open"]{
  animation-duration: 700ms;
}

.data-\[state\=open\]\:hover\:bg-background-secondary:hover[data-state="open"]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:hover\:text-text-primary:hover[data-state="open"]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{
  left: calc(var(--sidebar-width) * -1);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{
  right: calc(var(--sidebar-width) * -1);
}

.group[data-side="left"] .group-data-\[side\=left\]\:-right-4{
  right: -1rem;
}

.group[data-side="right"] .group-data-\[side\=right\]\:left-0{
  left: 0px;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8{
  margin-top: -2rem;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden{
  display: none;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!size-10{
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{
  width: var(--sidebar-width-icon);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{
  width: calc(var(--sidebar-width-icon) + 1rem);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{
  width: calc(var(--sidebar-width-icon) + 1rem + 2px);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0{
  width: 0px;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-side="right"] .group-data-\[side\=right\]\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden{
  overflow: hidden;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg{
  border-radius: 0.5rem;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border{
  border-width: 1px;
}

.group[data-side="left"] .group-data-\[side\=left\]\:border-r{
  border-right-width: 1px;
}

.group[data-side="right"] .group-data-\[side\=right\]\:border-l{
  border-left-width: 1px;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-0{
  padding: 0px !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-2{
  padding: 0.5rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0{
  opacity: 0;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after{
  content: var(--tw-content);
  left: 100%;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-background-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5{
  top: 0.375rem;
}

.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5{
  top: 0.625rem;
}

.peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1{
  top: 0.25rem;
}

.peer[data-variant="inset"] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{
  min-height: calc(100svh - 1rem);
}

.peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:paused{
    animation-play-state: paused;
  }
}

@media not all and (min-width: 1440px){
  .max-2xl\:ml-0{
    margin-left: 0px;
  }
}

@media not all and (min-width: 992px){
  .max-lg\:w-full{
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .max-md\:right-0{
    right: 0px;
  }

  .max-md\:gap-0{
    gap: 0px;
  }
}

@media not all and (min-width: 480px){
  .max-sm\:w-full{
    width: 100%;
  }
}

@media (min-width: 480px){
  .sm\:-left-24{
    left: -6rem;
  }

  .sm\:-left-8{
    left: -2rem;
  }

  .sm\:-right-12{
    right: -3rem;
  }

  .sm\:-right-24{
    right: -6rem;
  }

  .sm\:bottom-\[12\%\]{
    bottom: 12%;
  }

  .sm\:bottom-\[72\%\]{
    bottom: 72%;
  }

  .sm\:top-\[60\%\]{
    top: 60%;
  }

  .sm\:top-\[65\%\]{
    top: 65%;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-end-4{
    grid-column-end: 4;
  }

  .sm\:row-start-1{
    grid-row-start: 1;
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:row-start-4{
    grid-row-start: 4;
  }

  .sm\:row-start-5{
    grid-row-start: 5;
  }

  .sm\:row-end-2{
    grid-row-end: 2;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-\[30rem\]{
    height: 30rem;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:max-h-\[90vh\]{
    max-height: 90vh;
  }

  .sm\:w-\[18rem\]{
    width: 18rem;
  }

  .sm\:w-\[25vw\]{
    width: 25vw;
  }

  .sm\:w-\[400px\]{
    width: 400px;
  }

  .sm\:max-w-\[15rem\]{
    max-width: 15rem;
  }

  .sm\:max-w-md{
    max-width: 35rem;
  }

  .sm\:basis-4\/5{
    flex-basis: 80%;
  }

  .sm\:basis-\[80\%\]{
    flex-basis: 80%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[0\.75fr_1fr\]{
    grid-template-columns: 0.75fr 1fr;
  }

  .sm\:grid-cols-\[1fr_max-content\]{
    grid-template-columns: 1fr max-content;
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-y-4{
    row-gap: 1rem;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:\[--sec-img-size\:30dvw\]{
    --sec-img-size: 30dvw;
  }
}

@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:-bottom-\[5\%\]{
    bottom: -5%;
  }

  .md\:-right-\[80\%\]{
    right: -80%;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:bottom-3\/4{
    bottom: 75%;
  }

  .md\:bottom-\[70\%\]{
    bottom: 70%;
  }

  .md\:left-\[0\.1em\]{
    left: 0.1em;
  }

  .md\:left-\[2\.4375rem\]{
    left: 2.4375rem;
  }

  .md\:left-\[20\%\]{
    left: 20%;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:right-\[10\%\]{
    right: 10%;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:top-\[13px\]{
    top: 13px;
  }

  .md\:top-\[30\%\]{
    top: 30%;
  }

  .md\:top-\[65\%\]{
    top: 65%;
  }

  .md\:top-\[80\%\]{
    top: 80%;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-\[5\%\]{
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-18{
    margin-bottom: 4.5rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-\[5\%\]{
    margin-left: 5%;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-18{
    margin-top: 4.5rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-\[46px\]{
    margin-top: 46px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }

  .md\:size-8{
    width: 2rem;
    height: 2rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-\[250vh\]{
    height: 250vh;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: calc(100dvh - var(--fixed-navbar-height, 0px));
  }

  .md\:h-svh{
    height: 100svh;
  }

  .md\:max-h-14{
    max-height: 3.5rem;
  }

  .md\:min-h-18{
    min-height: 4.5rem;
  }

  .md\:min-h-screen{
    min-height: calc(100dvh - var(--fixed-navbar-height, 0px));
  }

  .md\:w-\[15vw\]{
    width: 15vw;
  }

  .md\:w-\[19\.5rem\]{
    width: 19.5rem;
  }

  .md\:w-\[25vw\]{
    width: 25vw;
  }

  .md\:w-\[26rem\]{
    width: 26rem;
  }

  .md\:w-\[30\%\]{
    width: 30%;
  }

  .md\:w-\[738px\]{
    width: 738px;
  }

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .md\:min-w-\[320px\]{
    min-width: 320px;
  }

  .md\:max-w-\[400px\]{
    max-width: 400px;
  }

  .md\:basis-1\/2{
    flex-basis: 50%;
  }

  .md\:basis-full{
    flex-basis: 100%;
  }

  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .md\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[0\.5fr_1fr\]{
    grid-template-columns: 0.5fr 1fr;
  }

  .md\:grid-cols-\[0\.75fr_1fr\]{
    grid-template-columns: 0.75fr 1fr;
  }

  .md\:grid-cols-\[1fr_max-content\]{
    grid-template-columns: 1fr max-content;
  }

  .md\:grid-cols-\[1fr_max-content_1fr\]{
    grid-template-columns: 1fr max-content 1fr;
  }

  .md\:grid-cols-\[50\%_30\%_20\%\]{
    grid-template-columns: 50% 30% 20%;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-18{
    gap: 4.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:gap-y-28{
    row-gap: 7rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:rounded-\[20px\]{
    border-radius: 20px;
  }

  .md\:rounded-\[44px\]{
    border-radius: 44px;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-\[0\.875rem\]{
    padding: 0.875rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pb-\[12\%\]{
    padding-bottom: 12%;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-\[100\%\]{
    padding-top: 100%;
  }

  .md\:pt-\[110vh\]{
    padding-top: 110vh;
  }

  .md\:pt-\[60vh\]{
    padding-top: 60vh;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .md\:text-3xl{
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .md\:text-5xl{
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .md\:text-7xl{
    font-size: 2.75rem;
    line-height: 1.2;
  }

  .md\:text-9xl{
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .md\:text-\[13rem\]{
    font-size: 13rem;
  }

  .md\:text-\[14rem\]{
    font-size: 14rem;
  }

  .md\:text-\[4rem\]{
    font-size: 4rem;
  }

  .md\:text-md{
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .md\:leading-\[1\.3\]{
    line-height: 1.3;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:\[--sec-img-max-size\:260px\]{
    --sec-img-max-size: 260px;
  }

  .after\:md\:hidden::after{
    content: var(--tw-content);
    display: none;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2{
    margin: 0.5rem;
  }

  .peer[data-state="collapsed"][data-variant="inset"] ~ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{
    margin-left: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0{
    margin-left: 0px;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl{
    border-radius: 0.75rem;
  }
}

@media (min-width: 992px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:bottom-8{
    bottom: 2rem;
  }

  .lg\:bottom-\[-15\%\]{
    bottom: -15%;
  }

  .lg\:left-\[0\.075em\]{
    left: 0.075em;
  }

  .lg\:right-8{
    right: 2rem;
  }

  .lg\:top-16{
    top: 4rem;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:top-32{
    top: 8rem;
  }

  .lg\:top-48{
    top: 12rem;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:col-auto{
    grid-column: auto;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:col-end-auto{
    grid-column-end: auto;
  }

  .lg\:row-auto{
    grid-row: auto;
  }

  .lg\:row-start-auto{
    grid-row-start: auto;
  }

  .lg\:row-end-auto{
    grid-row-end: auto;
  }

  .lg\:\!mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-18{
    margin-bottom: 4.5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:ml-\[5vw\]{
    margin-left: 5vw;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-18{
    margin-top: 4.5rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[60vh\]{
    height: 60vh;
  }

  .lg\:h-\[calc\(100dvh-var\(--fixed-navbar-height\2c 0px\)-60px\)\]{
    height: calc(100dvh - var(--fixed-navbar-height,0px) - 60px);
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: calc(100dvh - var(--fixed-navbar-height, 0px));
  }

  .lg\:max-h-\[1000px\]{
    max-height: 1000px;
  }

  .lg\:max-h-\[calc\(100dvh-var\(--fixed-nav-bar\2c 0px\)-var\(--image-spacing\2c 0px\)\)\]{
    max-height: calc(100dvh - var(--fixed-nav-bar,0px) - var(--image-spacing,0px));
  }

  .lg\:min-h-18{
    min-height: 4.5rem;
  }

  .lg\:min-h-\[540px\]{
    min-height: 540px;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:w-\[100vw\]{
    width: 100vw;
  }

  .lg\:w-\[22vw\]{
    width: 22vw;
  }

  .lg\:w-\[940px\]{
    width: 940px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:min-w-\[100vw\]{
    min-width: 100vw;
  }

  .lg\:min-w-\[25rem\]{
    min-width: 25rem;
  }

  .lg\:min-w-\[360px\]{
    min-width: 360px;
  }

  .lg\:max-w-\[40rem\]{
    max-width: 40rem;
  }

  .lg\:max-w-md{
    max-width: 35rem;
  }

  .lg\:max-w-xs{
    max-width: 25rem;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:basis-1\/3{
    flex-basis: 33.333333%;
  }

  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[\.75fr\2c 1fr\]{
    grid-template-columns: .75fr 1fr;
  }

  .lg\:grid-cols-\[0\.375fr_1fr_0\.375fr\]{
    grid-template-columns: 0.375fr 1fr 0.375fr;
  }

  .lg\:grid-cols-\[0\.5fr_1fr\]{
    grid-template-columns: 0.5fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr_1fr\]{
    grid-template-columns: 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1fr_0\.5fr\]{
    grid-template-columns: 1fr 0.5fr;
  }

  .lg\:grid-cols-\[1fr_1\.5fr_1fr\]{
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1fr_max-content\]{
    grid-template-columns: 1fr max-content;
  }

  .lg\:grid-cols-\[max-content_1fr\]{
    grid-template-columns: max-content 1fr;
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-\[auto\]{
    grid-template-rows: auto;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-\[5\.25rem\]{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .lg\:gap-y-16{
    row-gap: 4rem;
  }

  .lg\:gap-y-20{
    row-gap: 5rem;
  }

  .lg\:gap-y-8{
    row-gap: 2rem;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:rounded-bl-\[200px\]{
    border-bottom-left-radius: 200px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .lg\:border-mode-border{
    --tw-border-opacity: 1;
    border-color: color-mix(in srgb, var(--mode-border, #C7C7C7) calc(100% * var(--tw-border-opacity, 1)), transparent);;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[5\%\]{
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-\[15\%\]{
    padding-bottom: 15%;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-\[calc\(var\(--fixed-navbar-height\2c 0px\)\+60px\)\]{
    padding-top: calc(var(--fixed-navbar-height,0px) + 60px);
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-10xl{
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .lg\:text-4xl{
    font-size: 2rem;
    line-height: 1.3;
  }

  .lg\:text-6xl{
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .lg\:text-8xl{
    font-size: 3rem;
    line-height: 1.2;
  }

  .lg\:text-\[5rem\]{
    font-size: 5rem;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .lg\:px-side-margin {
    padding-left: var(--side-margin);
    padding-right: var(--side-margin);
  }

  .lg\:\[--height-close\:auto\]{
    --height-close: auto;
  }

  .lg\:\[--height-closed\:auto\]{
    --height-closed: auto;
  }

  .lg\:\[--height-open\:auto\]{
    --height-open: auto;
  }

  .lg\:\[--sec-img-max-size\:200px\]{
    --sec-img-max-size: 200px;
  }

  .lg\:\[--second-img-x-offset\:25\%\]{
    --second-img-x-offset: 25%;
  }

  .first\:lg\:pt-2:first-child{
    padding-top: 0.5rem;
  }

  .first\:lg\:pt-6:first-child{
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:\[--sec-img-max-size\:280px\]{
    --sec-img-max-size: 280px;
  }

  .xl\:\[--sec-img-size\:20dvh\]{
    --sec-img-size: 20dvh;
  }

  .xl\:\[--second-img-min-size\:220px\]{
    --second-img-min-size: 220px;
  }
}

@media (min-width: 1440px){
  .\32xl\:right-\[calc\(-1\.5\*var\(--second-img-x-offset\2c 0\%\)\)\]{
    right: calc(-1.5 * var(--second-img-x-offset,0%));
  }

  .\32xl\:ml-3{
    margin-left: 0.75rem;
  }

  .\32xl\:justify-center{
    justify-content: center;
  }

  .\32xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5;
  }

  .\32xl\:px-side-margin {
    padding-left: var(--side-margin);
    padding-right: var(--side-margin);
  }
}

@media (min-width: 1760px){
  .\33xl\:pointer-events-none{
    pointer-events: none;
  }

  .\33xl\:absolute{
    position: absolute;
  }

  .\33xl\:left-0{
    left: 0px;
  }

  .\33xl\:right-0{
    right: 0px;
  }

  .\33xl\:top-0{
    top: 0px;
  }

  .\33xl\:z-10{
    z-index: 10;
  }

  .\33xl\:-mt-px{
    margin-top: -1px;
  }

  .\33xl\:mt-\[-3px\]{
    margin-top: -3px;
  }

  .\33xl\:ml-0{
    margin-left: 0px;
  }

  .\33xl\:justify-center{
    justify-content: center;
  }

  .\33xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\33xl\:overflow-visible{
    overflow: visible;
  }

  .\33xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\33xl\:\[--sec-img-max-size\:280px\]{
    --sec-img-max-size: 280px;
  }

  .\33xl\:\[--sec-img-size\:25dvh\]{
    --sec-img-size: 25dvh;
  }

  .\33xl\:\[--second-img-min-size\:220px\]{
    --second-img-min-size: 220px;
  }
}

.\[\&\:has\(\[aria-selected\]\)\]\:bg-background-alternative:has([aria-selected]){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-background-alternative\/50:has([aria-selected].day-outside){
  background-color: rgb(0 0 0 / 0.5);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0px;
}

.\[\&\>\.digit-1\]\:ml-\[-0\.2em\]>.digit-1{
  margin-left: -0.2em;
}

.\[\&\>\.digit-1\]\:pl-\[0\.2em\]>.digit-1{
  padding-left: 0.2em;
}

.\[\&\>\.digit\]\:inline-block>.digit{
  display: inline-block;
}

.\[\&\>\.digit\]\:min-w-\[0\.65em\]>.digit{
  min-width: 0.65em;
}

.\[\&\>\.digit\]\:text-center>.digit{
  text-align: center;
}

.\[\&\>\.prefix\]\:font-medium>.prefix{
  font-weight: 500;
}

.\[\&\>\.prefix\]\:text-mode-accent-1>.prefix{
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--mode-accent-1, #F4541D) calc(100% * var(--tw-text-opacity, 1)), transparent);;
}

.\[\&\>\.suffix\]\:ml-\[0\.05em\]>.suffix{
  margin-left: 0.05em;
}

.\[\&\>span\:last-child\]\:truncate>span:last-child{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&\>span\]\:line-clamp-1>span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\]\:size-4>svg{
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:size-6>svg{
  width: 1.5rem;
  height: 1.5rem;
}

.\[\&\>svg\]\:shrink-0>svg{
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-text-primary>svg{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr{
  border-bottom-width: 0px;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-45[data-state=open]>svg{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_li\]\:text-center li{
  text-align: center;
}

.\[\&_svg\]\:relative svg{
  position: relative;
}

.\[\&_svg\]\:left-\[1px\] svg{
  left: 1px;
}

.\[\&_svg\]\:top-\[1\.5px\] svg{
  top: 1.5px;
}

.\[\&_svg\]\:size-5 svg{
  width: 1.25rem;
  height: 1.25rem;
}

.\[\&_svg\]\:size-6 svg{
  width: 1.5rem;
  height: 1.5rem;
}

.\[\&_svg\]\:size-\[26px\] svg{
  width: 26px;
  height: 26px;
}

.\[\&_svg\]\:size-\[31px\] svg{
  width: 31px;
  height: 31px;
}

.\[\&_tr\]\:border-l-0 tr{
  border-left-width: 0px;
}

.\[\&_tr\]\:border-r-0 tr{
  border-right-width: 0px;
}

.\[\&_tr\]\:border-t tr{
  border-top-width: 1px;
}

[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{
  right: -0.5rem;
}

[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{
  cursor: e-resize;
}

[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{
  cursor: w-resize;
}

[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{
  left: -0.5rem;
}

[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{
  cursor: w-resize;
}

[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{
  cursor: e-resize;
}
