@import url('https://fonts.googleapis.com/css2?family=Jost: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');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-6 {
    inset: calc(var(--spacing) * 6);
  }
  .top-0 {
    top: 0;
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-auto {
    top: auto;
  }
  .right-0 {
    right: 0;
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: 0;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[700\] {
    z-index: 700;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .-m-1 {
    margin: calc(var(--spacing) * -1);
  }
  .-m-1\.5 {
    margin: calc(var(--spacing) * -1.5);
  }
  .m-0 {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .prose-markdown {
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: calc(var(--spacing) * 10);
      margin-bottom: 0;
      margin-left: calc(var(--spacing) * 10);
      text-align: justify;
      font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
      color: #797979;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      color: #50c878;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 3.75rem;
      line-height: var(--tw-leading, 4.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.1rem;
      letter-spacing: 0.1rem;
      color: #2f4f4f;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 3.00rem;
      line-height: var(--tw-leading, 3.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: #2f4f4f;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: #2f4f4f;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      font-family: Lora;
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: #2f4f4f;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 1.50rem;
      line-height: var(--tw-leading, 2.00rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.1rem;
      letter-spacing: 0.1rem;
      color: #2f4f4f;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 1.25rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: #2f4f4f;
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: inside;
      list-style-type: decimal;
      padding-left: calc(var(--spacing) * 6);
      font-family: Jost;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
    }
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Jost;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
      a {
        color: #797979;
        text-decoration-line: underline;
        &:hover {
          color: #94112a;
          text-decoration-line: underline;
        }
        &:visited {
          color: #2f4f4f;
          text-decoration-line: underline;
        }
      }
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: inside;
      list-style-type: disc;
      padding-left: calc(var(--spacing) * 6);
      font-family: Jost;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
    }
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-0 {
    margin-right: 0;
  }
  .mr-auto {
    margin-right: auto;
  }
  .-mb-1 {
    margin-bottom: calc(var(--spacing) * -1);
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[1\.343815565109253\] {
    aspect-ratio: 1.343815565109253;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-\[auto\] {
    aspect-ratio: auto;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[94vh\] {
    height: 94vh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[90\%\] {
    max-height: 90%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[24rem\] {
    width: 24rem;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[360x\] {
    width: 360x;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[80ch\] {
    max-width: 80ch;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-max {
    max-width: max-content;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .origin-top {
    transform-origin: top;
  }
  .translate-x-0 {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[0px\] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-3 {
    --tw-translate-y: calc(var(--spacing) * -3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-20 {
    --tw-translate-y: calc(var(--spacing) * 20);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0px\] {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[100\%\] {
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[100\%\] {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[0deg\] {
    rotate: 0deg;
  }
  .skew-x-0 {
    --tw-skew-x: skewX(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-x-\[-20deg\] {
    --tw-skew-x: skewX(-20deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-x-\[0deg\] {
    --tw-skew-x: skewX(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-y-\[0deg\] {
    --tw-skew-y: skewY(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[barfade_0\.3s_ease-in_0\.3s_forwards\] {
    animation: barfade 0.3s ease-in 0.3s forwards;
  }
  .cursor-auto {
    cursor: auto;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .\!flex-col {
    flex-direction: column !important;
  }
  .\!flex-row {
    flex-direction: row !important;
  }
  .\!flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .content-center {
    align-content: center;
  }
  .content-normal {
    align-content: normal;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-normal {
    justify-content: normal;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-end {
    justify-items: end;
  }
  .justify-items-normal {
    justify-items: normal;
  }
  .\!gap-1 {
    gap: var(--spacing) !important;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-x-0 {
    column-gap: 0;
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-0 {
    row-gap: 0;
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: 1.0rem;
  }
  .rounded-3xl {
    border-radius: 1.5rem;
  }
  .rounded-full {
    border-radius: 36.0rem;
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-md {
    border-radius: 0.375rem;
  }
  .rounded-none {
    border-radius: 0.0rem;
  }
  .rounded-sm {
    border-radius: 0.24rem;
  }
  .rounded-xl {
    border-radius: 0.75rem;
  }
  .rounded-tl {
    border-top-left-radius: 0.24rem;
  }
  .rounded-tl-2xl {
    border-top-left-radius: 1.0rem;
  }
  .rounded-tl-full {
    border-top-left-radius: 36.0rem;
  }
  .rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .rounded-tl-none {
    border-top-left-radius: 0.0rem;
  }
  .rounded-tr {
    border-top-right-radius: 0.24rem;
  }
  .rounded-tr-2xl {
    border-top-right-radius: 1.0rem;
  }
  .rounded-tr-full {
    border-top-right-radius: 36.0rem;
  }
  .rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
  .rounded-tr-none {
    border-top-right-radius: 0.0rem;
  }
  .rounded-br {
    border-bottom-right-radius: 0.24rem;
  }
  .rounded-br-2xl {
    border-bottom-right-radius: 1.0rem;
  }
  .rounded-br-full {
    border-bottom-right-radius: 36.0rem;
  }
  .rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
  .rounded-br-none {
    border-bottom-right-radius: 0.0rem;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.24rem;
  }
  .rounded-bl-2xl {
    border-bottom-left-radius: 1.0rem;
  }
  .rounded-bl-full {
    border-bottom-left-radius: 36.0rem;
  }
  .rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .rounded-bl-none {
    border-bottom-left-radius: 0.0rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 0.18rem;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 0.06rem;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.0rem;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.125rem;
  }
  .border-t-\[5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.0rem;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.125rem;
  }
  .border-r-\[5px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 5px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.0rem;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.125rem;
  }
  .border-b-\[5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 5px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.0rem;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.125rem;
  }
  .border-l-\[5px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 5px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-brand-500\/\[100\%\] {
    border-color: #3892f8;
  }
  .border-gray-300 {
    border-color: #d1d5dc;
  }
  .border-surface-100 {
    border-color: #e3e6ea;
  }
  .border-surface-100\/\[100\%\] {
    border-color: #e3e6ea;
  }
  .border-surface-200 {
    border-color: #cad1d7;
  }
  .border-surface-500\/\[100\%\] {
    border-color: #5d6c7d;
  }
  .border-surface-600 {
    border-color: #505c69;
  }
  .border-surface-900 {
    border-color: #33373e;
  }
  .border-surface-900\/\[100\%\] {
    border-color: #33373e;
  }
  .bg-black-50\/\(--lightbox-bg-opacity\) {
    background-color: #000000;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #000000 var(--lightbox-bg-opacity), transparent);
    }
  }
  .bg-black\/25 {
    background-color: color-mix(in oklab, #000000 25%, transparent);
  }
  .bg-blue-600 {
    background-color: #155dfc;
  }
  .bg-brand-500\/\(--bgColorOpacity\) {
    background-color: #3892f8;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #3892f8 var(--bgColorOpacity), transparent);
    }
  }
  .bg-brand-800 {
    background-color: #2f4f4f;
  }
  .bg-brand-800\/\(--bgColorOpacity\) {
    background-color: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #2f4f4f var(--bgColorOpacity), transparent);
    }
  }
  .bg-brand-900 {
    background-color: #94112a;
  }
  .bg-brand-900\/\(--bgColorOpacity\) {
    background-color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #94112a var(--bgColorOpacity), transparent);
    }
  }
  .bg-gray-100 {
    background-color: #f3f4f6;
  }
  .bg-surface-50 {
    background-color: #f3f6f7;
  }
  .bg-surface-50\/\(--overlayColorOpacity\) {
    background-color: #f3f6f7;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #f3f6f7 var(--overlayColorOpacity), transparent);
    }
  }
  .bg-surface-50\/\[0\%\] {
    background-color: color-mix(in oklab, #f3f6f7 0%, transparent);
  }
  .bg-surface-100 {
    background-color: #e3e6ea;
  }
  .bg-surface-100\/\(--bgColorOpacity\) {
    background-color: #e3e6ea;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #e3e6ea var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-100\/\(--mobile-menu-bg-opacity\) {
    background-color: #e3e6ea;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #e3e6ea var(--mobile-menu-bg-opacity), transparent);
    }
  }
  .bg-surface-200\/\(--bgColorOpacity\) {
    background-color: #cad1d7;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #cad1d7 var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-700 {
    background-color: #454e59;
  }
  .bg-surface-900\/\(--mobile-backdrop-bg-opacity\) {
    background-color: #33373e;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #33373e var(--mobile-backdrop-bg-opacity), transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white-50\/\(--bgColorOpacity\) {
    background-color: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #ffffff var(--bgColorOpacity), transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\.\.\/\.\.\/resources\/home_images\/desk\.jpg\)\] {
    background-image: url(../../resources/home_images/desk.jpg);
  }
  .from-blue-200 {
    --tw-gradient-from: #bedbff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[0\%\] {
    --tw-gradient-from-position: 0%;
  }
  .to-blue-800 {
    --tw-gradient-to: #193cb8;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[100\%\] {
    --tw-gradient-to-position: 100%;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-brand-600\/\(--svgOpacity\) {
    fill: #797979;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, #797979 var(--svgOpacity), transparent);
    }
  }
  .fill-brand-800\/\(--svgOpacity\) {
    fill: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, #2f4f4f var(--svgOpacity), transparent);
    }
  }
  .fill-surface-900\/\(--svgOpacity\) {
    fill: #33373e;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, #33373e var(--svgOpacity), transparent);
    }
  }
  .fill-text-400\/\(--svgOpacity\) {
    fill: #5d5d5d;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, #5d5d5d var(--svgOpacity), transparent);
    }
  }
  .fill-text-900\/\(--svgOpacity\) {
    fill: #e7e7e7;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, #e7e7e7 var(--svgOpacity), transparent);
    }
  }
  .fill-white-50\/\(--svgOpacity\) {
    fill: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, #ffffff var(--svgOpacity), transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-3\.5 {
    padding-right: calc(var(--spacing) * 3.5);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-3\.5 {
    padding-left: calc(var(--spacing) * 3.5);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .font-body {
    font-family: Jost;
  }
  .font-heading {
    font-family: Lora;
  }
  .\!text-2xl {
    font-size: 1.50rem !important;
    line-height: var(--tw-leading, 2.00rem) !important;
  }
  .\!text-3xl {
    font-size: 1.88rem !important;
    line-height: var(--tw-leading, 2.25rem) !important;
  }
  .\!text-base {
    font-size: 1.00rem !important;
    line-height: var(--tw-leading, 1.50rem) !important;
  }
  .\!text-lg {
    font-size: 1.12rem !important;
    line-height: var(--tw-leading, 1.75rem) !important;
  }
  .\!text-sm {
    font-size: 0.88rem !important;
    line-height: var(--tw-leading, 1.25rem) !important;
  }
  .\!text-xl {
    font-size: 1.25rem !important;
    line-height: var(--tw-leading, 1.75rem) !important;
  }
  .\!text-xs {
    font-size: 0.75rem !important;
    line-height: var(--tw-leading, 1.00rem) !important;
  }
  .text-2xl {
    font-size: 1.50rem;
    line-height: var(--tw-leading, 2.00rem);
  }
  .text-3xl {
    font-size: 1.88rem;
    line-height: var(--tw-leading, 2.25rem);
  }
  .text-4xl {
    font-size: 2.25rem;
    line-height: var(--tw-leading, 2.50rem);
  }
  .text-base {
    font-size: 1.00rem;
    line-height: var(--tw-leading, 1.50rem);
  }
  .text-lg {
    font-size: 1.12rem;
    line-height: var(--tw-leading, 1.75rem);
  }
  .text-sm {
    font-size: 0.88rem;
    line-height: var(--tw-leading, 1.25rem);
  }
  .text-xl {
    font-size: 1.25rem;
    line-height: var(--tw-leading, 1.75rem);
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, 1.00rem);
  }
  .\!leading-none {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .\!font-black {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold) !important;
    font-weight: var(--font-weight-extrabold) !important;
  }
  .\!font-extralight {
    --tw-font-weight: var(--font-weight-extralight) !important;
    font-weight: var(--font-weight-extralight) !important;
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .\!font-thin {
    --tw-font-weight: var(--font-weight-thin) !important;
    font-weight: var(--font-weight-thin) !important;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-brand-900\/\[var\(--rt-icon-opacity\)\] {
    color: #94112a !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #94112a var(--rt-icon-opacity), transparent) !important;
    }
  }
  .text-brand-600 {
    color: #797979;
  }
  .text-brand-600\/\(--svgOpacity\) {
    color: #797979;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #797979 var(--svgOpacity), transparent);
    }
  }
  .text-brand-800\/\(--svgOpacity\) {
    color: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #2f4f4f var(--svgOpacity), transparent);
    }
  }
  .text-brand-800\/\(--textColorOpacity\) {
    color: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #2f4f4f var(--textColorOpacity), transparent);
    }
  }
  .text-brand-900\/\(--nav-item-text-opacity\) {
    color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #94112a var(--nav-item-text-opacity), transparent);
    }
  }
  .text-brand-900\/\(--text-opacity\) {
    color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #94112a var(--text-opacity), transparent);
    }
  }
  .text-brand-900\/\(--textColorOpacity\) {
    color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #94112a var(--textColorOpacity), transparent);
    }
  }
  .text-gray-700 {
    color: #364153;
  }
  .text-surface-900\/\(--svgOpacity\) {
    color: #33373e;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #33373e var(--svgOpacity), transparent);
    }
  }
  .text-text-50 {
    color: #000000;
  }
  .text-text-50\/\(--textColorOpacity\) {
    color: #000000;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #000000 var(--textColorOpacity), transparent);
    }
  }
  .text-text-100 {
    color: #3c3c3c;
  }
  .text-text-100\/\(--textColorOpacity\) {
    color: #3c3c3c;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #3c3c3c var(--textColorOpacity), transparent);
    }
  }
  .text-text-400\/\(--svgOpacity\) {
    color: #5d5d5d;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #5d5d5d var(--svgOpacity), transparent);
    }
  }
  .text-text-400\/\(--textColorOpacity\) {
    color: #5d5d5d;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #5d5d5d var(--textColorOpacity), transparent);
    }
  }
  .text-text-500 {
    color: #6d6d6d;
  }
  .text-text-700 {
    color: #b0b0b0;
  }
  .text-text-900 {
    color: #e7e7e7;
  }
  .text-text-900\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #e7e7e7;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #e7e7e7 var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-text-900\/\(--svgOpacity\) {
    color: #e7e7e7;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #e7e7e7 var(--svgOpacity), transparent);
    }
  }
  .text-white {
    color: #ffffff;
  }
  .text-white-50\/\(--svgOpacity\) {
    color: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #ffffff var(--svgOpacity), transparent);
    }
  }
  .normal-case {
    text-transform: none;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .placeholder-text-100 {
    &::placeholder {
      color: #3c3c3c;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[10\%\] {
    opacity: 10%;
  }
  .opacity-\[100\%\] {
    opacity: 100%;
  }
  .mix-blend-normal {
    mix-blend-mode: normal;
  }
  .shadow {
    --tw-shadow: 3px 3px 5px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 9px 9px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 1px 1px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 5px 5px 3px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 4px 4px 6px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 3px 3px 5px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 7px 7px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .ring-zinc-900\/5 {
    --tw-ring-color: color-mix(in oklab, #18181b 5%, transparent);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-\[1px\] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-offset-\[0px\] {
    outline-offset: 0px;
  }
  .outline-surface-300\/\[100\%\] {
    outline-color: #a5b1bb;
  }
  .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,);
  }
  .backdrop-blur-\[0px\] {
    --tw-backdrop-blur: blur(0px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-none {
    --tw-backdrop-blur:  ;
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-none {
    transition-property: none;
  }
  .delay-\[0ms\] {
    transition-delay: 0ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[300ms\] {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\!\[--rt-icon-opacity\:100\%\] {
    --rt-icon-opacity: 100% !important;
  }
  .\[--bgColorOpacity\:100\%\] {
    --bgColorOpacity: 100%;
  }
  .\[--box-shadow-opacity\:100\%\] {
    --box-shadow-opacity: 100%;
  }
  .\[--buttonFontAndTextStylesColorOpacity\:100\%\] {
    --buttonFontAndTextStylesColorOpacity: 100%;
  }
  .\[--lightbox-bg-opacity\:50\%\] {
    --lightbox-bg-opacity: 50%;
  }
  .\[--mobile-backdrop-bg-opacity\:20\%\] {
    --mobile-backdrop-bg-opacity: 20%;
  }
  .\[--mobile-menu-bg-opacity\:100\%\] {
    --mobile-menu-bg-opacity: 100%;
  }
  .\[--nav-item-text-opacity\:100\%\] {
    --nav-item-text-opacity: 100%;
  }
  .\[--overlayColorOpacity\:30\%\] {
    --overlayColorOpacity: 30%;
  }
  .\[--svgOpacity\:100\%\] {
    --svgOpacity: 100%;
  }
  .\[--text-opacity\:100\%\] {
    --text-opacity: 100%;
  }
  .\[--textColorOpacity\:100\%\] {
    --textColorOpacity: 100%;
  }
  .text-shadow-md {
    text-shadow: 4px 4px 6px var(--tw-text-shadow-color, rgba(0,0,0,0.30));
  }
  .text-shadow-none {
    text-shadow: none;
  }
  .hover\:translate-x-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-x: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-x-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-x-\[130\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 130%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[130\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 130%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        scale: 100%;
      }
    }
  }
  .hover\:rotate-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        rotate: 0deg;
      }
    }
  }
  .hover\:skew-x-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-x: skewX(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:skew-y-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-y: skewY(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:rounded-tl {
    &:hover {
      @media (hover: hover) {
        border-top-left-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-tr {
    &:hover {
      @media (hover: hover) {
        border-top-right-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-br {
    &:hover {
      @media (hover: hover) {
        border-bottom-right-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-bl {
    &:hover {
      @media (hover: hover) {
        border-bottom-left-radius: 0.24rem;
      }
    }
  }
  .hover\:border-solid {
    &:hover {
      @media (hover: hover) {
        --tw-border-style: solid;
        border-style: solid;
      }
    }
  }
  .hover\:border-brand-700\/\[100\%\] {
    &:hover {
      @media (hover: hover) {
        border-color: #50c878;
      }
    }
  }
  .hover\:border-surface-700 {
    &:hover {
      @media (hover: hover) {
        border-color: #454e59;
      }
    }
  }
  .hover\:bg-brand-700\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #50c878;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, #50c878 var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:bg-brand-800\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #2f4f4f;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, #2f4f4f var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:bg-surface-800 {
    &:hover {
      @media (hover: hover) {
        background-color: #3e444c;
      }
    }
  }
  .hover\:fill-brand-500\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        fill: #3892f8;
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, #3892f8 var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:fill-surface-50\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        fill: #f3f6f7;
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, #f3f6f7 var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:fill-surface-600\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        fill: #505c69;
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, #505c69 var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-brand-500 {
    &:hover {
      @media (hover: hover) {
        color: #3892f8;
      }
    }
  }
  .hover\:text-brand-500\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        color: #3892f8;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, #3892f8 var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-brand-800\/\(--nav-item-text-opacity\) {
    &:hover {
      @media (hover: hover) {
        color: #2f4f4f;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, #2f4f4f var(--nav-item-text-opacity), transparent);
        }
      }
    }
  }
  .hover\:text-brand-800\/\(--text-opacity\) {
    &:hover {
      @media (hover: hover) {
        color: #2f4f4f;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, #2f4f4f var(--text-opacity), transparent);
        }
      }
    }
  }
  .hover\:text-surface-50\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        color: #f3f6f7;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, #f3f6f7 var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-surface-600\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        color: #505c69;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, #505c69 var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-text-50 {
    &:hover {
      @media (hover: hover) {
        color: #000000;
      }
    }
  }
  .hover\:text-text-900\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #e7e7e7;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, #e7e7e7 var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:transition-all {
    &:hover {
      @media (hover: hover) {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
    }
  }
  .hover\:\[--bgColorOpacityEnd\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --bgColorOpacityEnd: 100%;
      }
    }
  }
  .hover\:\[--buttonFontAndTextStylesColorOpacityHover\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --buttonFontAndTextStylesColorOpacityHover: 100%;
      }
    }
  }
  .hover\:\[--nav-item-text-opacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --nav-item-text-opacity: 100%;
      }
    }
  }
  .hover\:\[--svgOpacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --svgOpacity: 100%;
      }
    }
  }
  .hover\:\[--text-opacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --text-opacity: 100%;
      }
    }
  }
  .hover\:text-shadow-md {
    &:hover {
      @media (hover: hover) {
        text-shadow: 4px 4px 6px var(--tw-text-shadow-color, rgba(0,0,0,0.30));
      }
    }
  }
  .hover\:text-shadow-none {
    &:hover {
      @media (hover: hover) {
        text-shadow: none;
      }
    }
  }
  .focus\:border-solid {
    &:focus {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .focus\:border-surface-900\/\[100\%\] {
    &:focus {
      border-color: #33373e;
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
  }
  .aria-\[current\=page\]\:text-brand-800\/\(--nav-item-text-opacity\) {
    &[aria-current="page"] {
      color: #2f4f4f;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, #2f4f4f var(--nav-item-text-opacity), transparent);
      }
    }
  }
  .aria-\[current\=page\]\:text-brand-800\/\(--text-opacity\) {
    &[aria-current="page"] {
      color: #2f4f4f;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, #2f4f4f var(--text-opacity), transparent);
      }
    }
  }
  .aria-\[current\=page\]\:\[--nav-item-text-opacity\:100\%\] {
    &[aria-current="page"] {
      --nav-item-text-opacity: 100%;
    }
  }
  .aria-\[current\=page\]\:\[--text-opacity\:100\%\] {
    &[aria-current="page"] {
      --text-opacity: 100%;
    }
  }
  .aria-\[current\=page\]\:text-shadow-none {
    &[aria-current="page"] {
      text-shadow: none;
    }
  }
  .sm\:col-span-3 {
    @media (width >= 640px) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:inline-block {
    @media (width >= 640px) {
      display: inline-block;
    }
  }
  .sm\:w-96 {
    @media (width >= 640px) {
      width: calc(var(--spacing) * 96);
    }
  }
  .sm\:\!flex-col {
    @media (width >= 640px) {
      flex-direction: column !important;
    }
  }
  .sm\:\!flex-row {
    @media (width >= 640px) {
      flex-direction: row !important;
    }
  }
  .sm\:\!flex-row-reverse {
    @media (width >= 640px) {
      flex-direction: row-reverse !important;
    }
  }
  .sm\:flex-col {
    @media (width >= 640px) {
      flex-direction: column;
    }
  }
  .sm\:justify-between {
    @media (width >= 640px) {
      justify-content: space-between;
    }
  }
  .sm\:text-3xl {
    @media (width >= 640px) {
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
    }
  }
  .md\:col-span-4 {
    @media (width >= 768px) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-8 {
    @media (width >= 768px) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-12 {
    @media (width >= 768px) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 768px) {
      display: inline-block;
    }
  }
  .md\:w-36 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 36);
    }
  }
  .md\:\!flex-col {
    @media (width >= 768px) {
      flex-direction: column !important;
    }
  }
  .md\:\!flex-row {
    @media (width >= 768px) {
      flex-direction: row !important;
    }
  }
  .md\:\!flex-row-reverse {
    @media (width >= 768px) {
      flex-direction: row-reverse !important;
    }
  }
  .md\:gap-y-1 {
    @media (width >= 768px) {
      row-gap: var(--spacing);
    }
  }
  .md\:text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 1024px) {
      display: inline-block;
    }
  }
  .lg\:aspect-\[custom\] {
    @media (width >= 1024px) {
      aspect-ratio: custom;
    }
  }
  .lg\:w-56 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 56);
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:flex-1 {
    @media (width >= 1024px) {
      flex: 1;
    }
  }
  .lg\:\!flex-col {
    @media (width >= 1024px) {
      flex-direction: column !important;
    }
  }
  .lg\:\!flex-row {
    @media (width >= 1024px) {
      flex-direction: row !important;
    }
  }
  .lg\:\!flex-row-reverse {
    @media (width >= 1024px) {
      flex-direction: row-reverse !important;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-y-8 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-8 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pr-6 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-8 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-6 {
    @media (width >= 1024px) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .lg\:text-4xl {
    @media (width >= 1024px) {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
    }
  }
  .xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .xl\:inline-block {
    @media (width >= 1280px) {
      display: inline-block;
    }
  }
  .xl\:w-64 {
    @media (width >= 1280px) {
      width: calc(var(--spacing) * 64);
    }
  }
  .xl\:\!flex-col {
    @media (width >= 1280px) {
      flex-direction: column !important;
    }
  }
  .xl\:\!flex-row {
    @media (width >= 1280px) {
      flex-direction: row !important;
    }
  }
  .xl\:\!flex-row-reverse {
    @media (width >= 1280px) {
      flex-direction: row-reverse !important;
    }
  }
  .xl\:flex-col {
    @media (width >= 1280px) {
      flex-direction: column;
    }
  }
  .xl\:gap-x-12 {
    @media (width >= 1280px) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-y-12 {
    @media (width >= 1280px) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:pt-8 {
    @media (width >= 1280px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .xl\:pr-8 {
    @media (width >= 1280px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .xl\:pb-8 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:pl-8 {
    @media (width >= 1280px) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .xl\:text-5xl {
    @media (width >= 1280px) {
      font-size: 3.00rem;
      line-height: var(--tw-leading, 3.50rem);
    }
  }
  .\32 xl\:hidden {
    @media (width >= 1536px) {
      display: none;
    }
  }
  .\32 xl\:inline-block {
    @media (width >= 1536px) {
      display: inline-block;
    }
  }
  .\32 xl\:w-\[420px\] {
    @media (width >= 1536px) {
      width: 420px;
    }
  }
  .\32 xl\:\!flex-col {
    @media (width >= 1536px) {
      flex-direction: column !important;
    }
  }
  .\32 xl\:\!flex-row {
    @media (width >= 1536px) {
      flex-direction: row !important;
    }
  }
  .\32 xl\:\!flex-row-reverse {
    @media (width >= 1536px) {
      flex-direction: row-reverse !important;
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 1536px) {
      font-size: 3.75rem;
      line-height: var(--tw-leading, 4.50rem);
    }
  }
  .dark\:border-gray-600 {
    &:is(.dark *) {
      border-color: #4a5565;
    }
  }
  .dark\:bg-blue-500 {
    &:is(.dark *) {
      background-color: #3280ff;
    }
  }
  .dark\:bg-gray-800 {
    &:is(.dark *) {
      background-color: #1e2939;
    }
  }
  .dark\:text-gray-300 {
    &:is(.dark *) {
      color: #d1d5dc;
    }
  }
  .\[\&_a\]\:font-\[400\] {
    & a {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\]\:text-brand-500 {
    & a {
      color: #3892f8;
    }
  }
  .\[\&_a\]\:no-underline {
    & a {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:hover\]\:font-\[400\] {
    & a:hover {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\:hover\]\:text-brand-800 {
    & a:hover {
      color: #2f4f4f;
    }
  }
  .\[\&_a\:hover\]\:no-underline {
    & a:hover {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:visited\]\:font-\[400\] {
    & a:visited {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\:visited\]\:text-brand-800 {
    & a:visited {
      color: #2f4f4f;
    }
  }
  .\[\&_a\:visited\]\:no-underline {
    & a:visited {
      text-decoration-line: none;
    }
  }
  .\[\&\>\*\]\:col-start-1 {
    &>* {
      grid-column-start: 1;
    }
  }
  .\[\&\>\*\]\:row-start-1 {
    &>* {
      grid-row-start: 1;
    }
  }
  .\[\&\>\*\]\:min-w-0 {
    &>* {
      min-width: 0;
    }
  }
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: #155dfc;
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: #155dfc;
    }
  }
  input::placeholder,textarea::placeholder {
    color: #6a7282;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236a7282' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #155dfc;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #155dfc;
    --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);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

.container{max-width:100%;}
@media (min-width: 640px){.container{max-width:640px}}
@media (min-width: 768px){.container{max-width:768px}}
@media (min-width: 1024px){.container{max-width:1024px}}
@media (min-width: 1280px){.container{max-width:1280px}}
@media (min-width: 1536px){.container{max-width:1536px}}@keyframes barfade { from { opacity: 0; } to { opacity: 1; } }

@keyframes gradient-x-pulse {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

@keyframes gradient-x-forward {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes gradient-x-backward {
  0%   { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}[data-rwx-droparea] {
    width: auto !important;
}
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
 [x-cloak] {display: block !important;} /* Display block for testing only -  none by default */