/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

@layer theme {
  :root, :host {
    --uc-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --uc-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --uc-color-red-100: oklch(93.6% .032 17.717);
    --uc-color-red-800: oklch(44.4% .177 26.899);
    --uc-color-green-100: oklch(96.2% .044 156.743);
    --uc-color-green-700: oklch(52.7% .154 150.069);
    --uc-color-green-800: oklch(44.8% .119 151.328);
    --uc-color-blue-100: oklch(93.2% .032 255.585);
    --uc-color-blue-200: oklch(88.2% .059 254.128);
    --uc-color-blue-500: oklch(62.3% .214 259.815);
    --uc-color-blue-900: oklch(37.9% .146 265.522);
    --uc-color-gray-50: oklch(98.5% .002 247.839);
    --uc-color-gray-100: oklch(96.7% .003 264.542);
    --uc-color-gray-300: oklch(87.2% .01 258.338);
    --uc-color-gray-500: oklch(55.1% .027 264.364);
    --uc-color-gray-600: oklch(44.6% .03 256.802);
    --uc-color-gray-700: oklch(37.3% .034 259.733);
    --uc-color-gray-800: oklch(27.8% .033 256.848);
    --uc-color-black: #000;
    --uc-color-white: #fff;
    --uc-spacing: .25rem;
    --uc-text-xs: .75rem;
    --uc-text-xs--line-height: calc(1 / .75);
    --uc-text-sm: .875rem;
    --uc-text-sm--line-height: calc(1.25 / .875);
    --uc-text-base: 1rem;
    --uc-text-base--line-height: calc(1.5 / 1);
    --uc-text-2xl: 1.5rem;
    --uc-text-2xl--line-height: calc(2 / 1.5);
    --uc-font-weight-normal: 400;
    --uc-font-weight-medium: 500;
    --uc-font-weight-semibold: 600;
    --uc-font-weight-bold: 700;
    --uc-radius-sm: .25rem;
    --uc-radius-md: .375rem;
    --uc-radius-lg: .5rem;
    --uc-radius-xl: .75rem;
    --uc-radius-2xl: 1rem;
    --uc-default-transition-duration: .15s;
    --uc-default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --uc-default-font-family: var(--uc-font-sans);
    --uc-default-mono-font-family: var(--uc-font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    line-height: 1.5;
    font-family: var(--uc-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--uc-default-font-feature-settings, normal);
    font-variation-settings: var(--uc-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--uc-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--uc-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--uc-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::-moz-placeholder {
    opacity: 1;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }

  ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }

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

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

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

@layer components;

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

  .uc\:relative {
    position: relative;
  }

  .uc\:m-4 {
    margin: calc(var(--uc-spacing) * 4);
  }

  .uc\:m-\[16px\] {
    margin: 16px;
  }

  .uc\:m-\[20px\] {
    margin: 20px;
  }

  .uc\:mx-2 {
    margin-inline: calc(var(--uc-spacing) * 2);
  }

  .uc\:mx-3 {
    margin-inline: calc(var(--uc-spacing) * 3);
  }

  .uc\:mx-\[16px\] {
    margin-inline: 16px;
  }

  .uc\:mx-auto {
    margin-inline: auto;
  }

  .uc\:my-4 {
    margin-block: calc(var(--uc-spacing) * 4);
  }

  .uc\:my-5 {
    margin-block: calc(var(--uc-spacing) * 5);
  }

  .uc\:mt-0 {
    margin-top: calc(var(--uc-spacing) * 0);
  }

  .uc\:mt-2 {
    margin-top: calc(var(--uc-spacing) * 2);
  }

  .uc\:mt-4 {
    margin-top: calc(var(--uc-spacing) * 4);
  }

  .uc\:mt-5 {
    margin-top: calc(var(--uc-spacing) * 5);
  }

  .uc\:mt-6 {
    margin-top: calc(var(--uc-spacing) * 6);
  }

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

  .uc\:mr-1\.5 {
    margin-right: calc(var(--uc-spacing) * 1.5);
  }

  .uc\:mr-3 {
    margin-right: calc(var(--uc-spacing) * 3);
  }

  .uc\:mb-1 {
    margin-bottom: calc(var(--uc-spacing) * 1);
  }

  .uc\:mb-3 {
    margin-bottom: calc(var(--uc-spacing) * 3);
  }

  .uc\:mb-4 {
    margin-bottom: calc(var(--uc-spacing) * 4);
  }

  .uc\:mb-6 {
    margin-bottom: calc(var(--uc-spacing) * 6);
  }

  .uc\:mb-10 {
    margin-bottom: calc(var(--uc-spacing) * 10);
  }

  .uc\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .uc\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .uc\:ml-2 {
    margin-left: calc(var(--uc-spacing) * 2);
  }

  .uc\:ml-3 {
    margin-left: calc(var(--uc-spacing) * 3);
  }

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

  .uc\:block {
    display: block;
  }

  .uc\:flex {
    display: flex;
  }

  .uc\:grid {
    display: grid;
  }

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

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

  .uc\:h-0 {
    height: calc(var(--uc-spacing) * 0);
  }

  .uc\:h-48 {
    height: calc(var(--uc-spacing) * 48);
  }

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

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

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

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

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

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

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

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

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

  .uc\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .uc\:h-full {
    height: 100%;
  }

  .uc\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

  .uc\:min-h-\[48px\] {
    min-height: 48px;
  }

  .uc\:min-h-\[64px\] {
    min-height: 64px;
  }

  .uc\:min-h-\[400px\] {
    min-height: 400px;
  }

  .uc\:w-1\/2 {
    width: 50%;
  }

  .uc\:w-2\/3 {
    width: 66.6667%;
  }

  .uc\:w-12 {
    width: calc(var(--uc-spacing) * 12);
  }

  .uc\:w-96 {
    width: calc(var(--uc-spacing) * 96);
  }

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

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

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

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

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

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

  .uc\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .uc\:w-full {
    width: 100%;
  }

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

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

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

  .uc\:min-w-0 {
    min-width: calc(var(--uc-spacing) * 0);
  }

  .uc\:flex-1 {
    flex: 1;
  }

  .uc\:flex-none {
    flex: none;
  }

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

  .uc\:cursor-copy {
    cursor: copy;
  }

  .uc\:cursor-pointer {
    cursor: pointer;
  }

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

  .uc\:grid-cols-\[1fr_1fr_1fr_auto\] {
    grid-template-columns: 1fr 1fr 1fr auto;
  }

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

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

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

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

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

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

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

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

  .uc\:justify-items-start {
    justify-items: start;
  }

  .uc\:gap-0 {
    gap: calc(var(--uc-spacing) * 0);
  }

  .uc\:gap-1 {
    gap: calc(var(--uc-spacing) * 1);
  }

  .uc\:gap-2 {
    gap: calc(var(--uc-spacing) * 2);
  }

  .uc\:gap-3 {
    gap: calc(var(--uc-spacing) * 3);
  }

  .uc\:gap-4 {
    gap: calc(var(--uc-spacing) * 4);
  }

  .uc\:gap-5 {
    gap: calc(var(--uc-spacing) * 5);
  }

  .uc\:gap-6 {
    gap: calc(var(--uc-spacing) * 6);
  }

  .uc\:gap-8 {
    gap: calc(var(--uc-spacing) * 8);
  }

  .uc\:gap-10 {
    gap: calc(var(--uc-spacing) * 10);
  }

  .uc\:gap-12 {
    gap: calc(var(--uc-spacing) * 12);
  }

  .uc\:gap-\[8px\] {
    gap: 8px;
  }

  .uc\:gap-\[12px\] {
    gap: 12px;
  }

  .uc\:gap-\[16px\] {
    gap: 16px;
  }

  .uc\:gap-\[24px\] {
    gap: 24px;
  }

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

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

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

  .uc\:overflow-auto {
    overflow: auto;
  }

  .uc\:overflow-hidden {
    overflow: hidden;
  }

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

  .uc\:rounded {
    border-radius: .25rem;
  }

  .uc\:rounded-2xl {
    border-radius: var(--uc-radius-2xl);
  }

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

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

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

  .uc\:rounded-lg {
    border-radius: var(--uc-radius-lg);
  }

  .uc\:rounded-md {
    border-radius: var(--uc-radius-md);
  }

  .uc\:rounded-sm {
    border-radius: var(--uc-radius-sm);
  }

  .uc\:rounded-xl {
    border-radius: var(--uc-radius-xl);
  }

  .uc\:rounded-l-lg {
    border-top-left-radius: var(--uc-radius-lg);
    border-bottom-left-radius: var(--uc-radius-lg);
  }

  .uc\:border, .uc\:border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uc\:border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .uc\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .uc\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .uc\:border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .uc\:border-\[\#DDE2E5\] {
    border-color: #dde2e5;
  }

  .uc\:border-\[\#E0E3E7\] {
    border-color: #e0e3e7;
  }

  .uc\:border-\[\#ddd\] {
    border-color: #ddd;
  }

  .uc\:border-\[\#e0e0e0\] {
    border-color: #e0e0e0;
  }

  .uc\:border-gray-300 {
    border-color: var(--uc-color-gray-300);
  }

  .uc\:border-transparent {
    border-color: #0000;
  }

  .uc\:bg-\[\#D8E2FF\] {
    background-color: #d8e2ff;
  }

  .uc\:bg-\[\#F6F8FA\] {
    background-color: #f6f8fa;
  }

  .uc\:bg-\[\#F7F8FA\] {
    background-color: #f7f8fa;
  }

  .uc\:bg-\[\#FBE186\] {
    background-color: #fbe186;
  }

  .uc\:bg-\[\#FFFFFF\] {
    background-color: #fff;
  }

  .uc\:bg-\[\#d8e2ff\] {
    background-color: #d8e2ff;
  }

  .uc\:bg-\[\#e3f2fd\] {
    background-color: #e3f2fd;
  }

  .uc\:bg-\[\#f6e8be\] {
    background-color: #f6e8be;
  }

  .uc\:bg-\[\#f6f8fa\] {
    background-color: #f6f8fa;
  }

  .uc\:bg-blue-100 {
    background-color: var(--uc-color-blue-100);
  }

  .uc\:bg-gray-50 {
    background-color: var(--uc-color-gray-50);
  }

  .uc\:bg-gray-100 {
    background-color: var(--uc-color-gray-100);
  }

  .uc\:bg-green-100 {
    background-color: var(--uc-color-green-100);
  }

  .uc\:bg-red-100 {
    background-color: var(--uc-color-red-100);
  }

  .uc\:bg-white {
    background-color: var(--uc-color-white);
  }

  .uc\:p-0 {
    padding: calc(var(--uc-spacing) * 0);
  }

  .uc\:p-0\.5 {
    padding: calc(var(--uc-spacing) * .5);
  }

  .uc\:p-1 {
    padding: calc(var(--uc-spacing) * 1);
  }

  .uc\:p-2 {
    padding: calc(var(--uc-spacing) * 2);
  }

  .uc\:p-3 {
    padding: calc(var(--uc-spacing) * 3);
  }

  .uc\:p-4 {
    padding: calc(var(--uc-spacing) * 4);
  }

  .uc\:p-5 {
    padding: calc(var(--uc-spacing) * 5);
  }

  .uc\:px-2 {
    padding-inline: calc(var(--uc-spacing) * 2);
  }

  .uc\:px-3 {
    padding-inline: calc(var(--uc-spacing) * 3);
  }

  .uc\:px-4 {
    padding-inline: calc(var(--uc-spacing) * 4);
  }

  .uc\:px-\[32px\] {
    padding-inline: 32px;
  }

  .uc\:py-1 {
    padding-block: calc(var(--uc-spacing) * 1);
  }

  .uc\:py-2 {
    padding-block: calc(var(--uc-spacing) * 2);
  }

  .uc\:py-3 {
    padding-block: calc(var(--uc-spacing) * 3);
  }

  .uc\:py-4 {
    padding-block: calc(var(--uc-spacing) * 4);
  }

  .uc\:py-6 {
    padding-block: calc(var(--uc-spacing) * 6);
  }

  .uc\:py-\[12px\] {
    padding-block: 12px;
  }

  .uc\:py-\[32px\] {
    padding-block: 32px;
  }

  .uc\:pt-1 {
    padding-top: calc(var(--uc-spacing) * 1);
  }

  .uc\:pt-2 {
    padding-top: calc(var(--uc-spacing) * 2);
  }

  .uc\:pt-8 {
    padding-top: calc(var(--uc-spacing) * 8);
  }

  .uc\:pt-\[24px\] {
    padding-top: 24px;
  }

  .uc\:pt-\[40px\] {
    padding-top: 40px;
  }

  .uc\:pr-2 {
    padding-right: calc(var(--uc-spacing) * 2);
  }

  .uc\:pr-3 {
    padding-right: calc(var(--uc-spacing) * 3);
  }

  .uc\:pr-6 {
    padding-right: calc(var(--uc-spacing) * 6);
  }

  .uc\:pr-\[12px\] {
    padding-right: 12px;
  }

  .uc\:pr-\[16px\] {
    padding-right: 16px;
  }

  .uc\:pr-\[32px\] {
    padding-right: 32px;
  }

  .uc\:pb-0 {
    padding-bottom: calc(var(--uc-spacing) * 0);
  }

  .uc\:pb-3 {
    padding-bottom: calc(var(--uc-spacing) * 3);
  }

  .uc\:pb-4 {
    padding-bottom: calc(var(--uc-spacing) * 4);
  }

  .uc\:pb-6 {
    padding-bottom: calc(var(--uc-spacing) * 6);
  }

  .uc\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .uc\:pl-2 {
    padding-left: calc(var(--uc-spacing) * 2);
  }

  .uc\:pl-2\.5 {
    padding-left: calc(var(--uc-spacing) * 2.5);
  }

  .uc\:pl-3 {
    padding-left: calc(var(--uc-spacing) * 3);
  }

  .uc\:pl-4 {
    padding-left: calc(var(--uc-spacing) * 4);
  }

  .uc\:pl-10 {
    padding-left: calc(var(--uc-spacing) * 10);
  }

  .uc\:pl-\[12px\] {
    padding-left: 12px;
  }

  .uc\:pl-\[16px\] {
    padding-left: 16px;
  }

  .uc\:pl-\[32px\] {
    padding-left: 32px;
  }

  .uc\:pl-\[48px\] {
    padding-left: 48px;
  }

  .uc\:text-center {
    text-align: center;
  }

  .uc\:text-start {
    text-align: start;
  }

  .uc\:font-mono {
    font-family: var(--uc-font-mono);
  }

  .uc\:text-2xl {
    font-size: var(--uc-text-2xl);
    line-height: var(--tw-leading, var(--uc-text-2xl--line-height));
  }

  .uc\:text-base {
    font-size: var(--uc-text-base);
    line-height: var(--tw-leading, var(--uc-text-base--line-height));
  }

  .uc\:text-sm {
    font-size: var(--uc-text-sm);
    line-height: var(--tw-leading, var(--uc-text-sm--line-height));
  }

  .uc\:text-xs {
    font-size: var(--uc-text-xs);
    line-height: var(--tw-leading, var(--uc-text-xs--line-height));
  }

  .uc\:text-\[12px\] {
    font-size: 12px;
  }

  .uc\:text-\[14px\] {
    font-size: 14px;
  }

  .uc\:text-\[16px\] {
    font-size: 16px;
  }

  .uc\:text-\[22px\] {
    font-size: 22px;
  }

  .uc\:font-bold {
    --tw-font-weight: var(--uc-font-weight-bold);
    font-weight: var(--uc-font-weight-bold);
  }

  .uc\:font-medium {
    --tw-font-weight: var(--uc-font-weight-medium);
    font-weight: var(--uc-font-weight-medium);
  }

  .uc\:font-normal {
    --tw-font-weight: var(--uc-font-weight-normal);
    font-weight: var(--uc-font-weight-normal);
  }

  .uc\:font-semibold {
    --tw-font-weight: var(--uc-font-weight-semibold);
    font-weight: var(--uc-font-weight-semibold);
  }

  .uc\:font-semibold\! {
    --tw-font-weight: var(--uc-font-weight-semibold) !important;
    font-weight: var(--uc-font-weight-semibold) !important;
  }

  .uc\:text-nowrap {
    text-wrap: nowrap;
  }

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

  .uc\:break-all {
    word-break: break-all;
  }

  .uc\:overflow-ellipsis, .uc\:text-ellipsis {
    text-overflow: ellipsis;
  }

  .uc\:whitespace-normal {
    white-space: normal;
  }

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

  .uc\:whitespace-pre-line {
    white-space: pre-line;
  }

  .uc\:text-\[\#1D1B20\] {
    color: #1d1b20;
  }

  .uc\:text-\[\#1E4620\] {
    color: #1e4620;
  }

  .uc\:text-\[\#002e69\] {
    color: #002e69;
  }

  .uc\:text-\[\#2F3538\] {
    color: #2f3538;
  }

  .uc\:text-\[\#3C4245\] {
    color: #3c4245;
  }

  .uc\:text-\[\#3F484A\] {
    color: #3f484a;
  }

  .uc\:text-\[\#5F2120\] {
    color: #5f2120;
  }

  .uc\:text-\[\#6f6f6f\] {
    color: #6f6f6f;
  }

  .uc\:text-\[\#333\] {
    color: #333;
  }

  .uc\:text-\[\#663c00\] {
    color: #663c00;
  }

  .uc\:text-\[\#696F72\] {
    color: #696f72;
  }

  .uc\:text-\[\#1976d2\] {
    color: #1976d2;
  }

  .uc\:text-\[\#004494\] {
    color: #004494;
  }

  .uc\:text-\[\#014361\] {
    color: #014361;
  }

  .uc\:text-\[\#21272a\] {
    color: #21272a;
  }

  .uc\:text-\[\#52585B\] {
    color: #52585b;
  }

  .uc\:text-\[\#656565\] {
    color: #656565;
  }

  .uc\:text-\[\#D32F2F\] {
    color: #d32f2f;
  }

  .uc\:text-\[\#b6b8b9\] {
    color: #b6b8b9;
  }

  .uc\:text-black {
    color: var(--uc-color-black);
  }

  .uc\:text-blue-900 {
    color: var(--uc-color-blue-900);
  }

  .uc\:text-gray-500 {
    color: var(--uc-color-gray-500);
  }

  .uc\:text-gray-600 {
    color: var(--uc-color-gray-600);
  }

  .uc\:text-gray-700 {
    color: var(--uc-color-gray-700);
  }

  .uc\:text-gray-800 {
    color: var(--uc-color-gray-800);
  }

  .uc\:text-green-700 {
    color: var(--uc-color-green-700);
  }

  .uc\:text-green-800 {
    color: var(--uc-color-green-800);
  }

  .uc\:text-red-800 {
    color: var(--uc-color-red-800);
  }

  .uc\:italic {
    font-style: italic;
  }

  .uc\:underline {
    text-decoration-line: underline;
  }

  .uc\:decoration-\[\#a1c6eb\] {
    text-decoration-color: #a1c6eb;
  }

  .uc\:opacity-0 {
    opacity: 0;
  }

  .uc\:transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--uc-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--uc-default-transition-duration));
  }

  @media (hover: hover) {
    .uc\:hover\:bg-\[\#F0F2F5\]:hover {
      background-color: #f0f2f5;
    }

    .uc\:hover\:bg-\[\#e2e4e6\]:hover {
      background-color: #e2e4e6;
    }

    .uc\:hover\:bg-\[\#e5e7e8\]:hover {
      background-color: #e5e7e8;
    }

    .uc\:hover\:bg-\[\#ead17b\]:hover {
      background-color: #ead17b;
    }

    .uc\:hover\:bg-blue-200:hover {
      background-color: var(--uc-color-blue-200);
    }
  }

  .uc\:focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .uc\:focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .uc\:focus-visible\:ring-blue-500:focus-visible {
    --tw-ring-color: var(--uc-color-blue-500);
  }

  .uc\:focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .uc\:active\:bg-\[\#E8EAED\]:active {
    background-color: #e8eaed;
  }

  @media (min-width: 48rem) {
    .uc\:md\:w-1\/2 {
      width: 50%;
    }

    .uc\:md\:w-full {
      width: 100%;
    }
  }

  @media (min-width: 64rem) {
    .uc\:lg\:w-1\/2 {
      width: 50%;
    }

    .uc\:lg\:w-1\/3 {
      width: 33.3333%;
    }

    .uc\:lg\:w-full {
      width: 100%;
    }
  }
}

:root {
  --max-viewport-height: calc(100vh - 120px);
  --max-viewport-content-section-height: calc(100vh - 210px);
  --max-viewport-content-height: calc(100vh - 146px);
  font-family: Open Sans, sans-serif;
}

html {
  background: #f6f3f4;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
