/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(
        --font-manrope,
        'Manrope',
        'Inter',
        'Segoe UI',
        system-ui,
        -apple-system,
        sans-serif
    );
    --font-mono: var(--font-roboto-mono, 'Roboto Mono', system-ui, -apple-system, monospace);
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: var(
        --font-gabarito,
        'Gabarito',
        'Poppins',
        'Segoe UI',
        system-ui,
        -apple-system,
        sans-serif
    );
    --color-lemon: #ffe500;
    --color-mango: #ff8a00;
    --color-paprika: #ff4d00;
    --color-lychee: #ffc7c2;
    --color-strawberry: #e23239;
    --color-acai: #d16aff;
    --color-dragonfruit: #f000a6;
    --color-mint: #85f7f7;
    --color-blueberry: #4b4be6;
    --color-blackberry: #4e00a5;
    --color-lime: #9aff40;
    --color-marshmallow: #f0f0f0;
    --color-avocado: #008a55;
    --color-oyster: #858c8e;
    --color-matcha: #0a5c50;
    --color-licorice: #0a0a0a;
    --color-coconut: #ffffff;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: 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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .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;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-8 {
    margin-inline: calc(var(--spacing) * -8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mr-0\.5 {
    margin-right: calc(var(--spacing) * 0.5);
  }
  .mr-3\.5 {
    margin-right: calc(var(--spacing) * 3.5);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .btn-md {
    height: calc(var(--spacing) * 12);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 7);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .btn-lg {
    height: calc(var(--spacing) * 14);
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 8);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .btn-sm {
    height: calc(var(--spacing) * 10);
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .btn-xs {
    height: calc(var(--spacing) * 9);
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-auto {
    height: auto;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-180 {
    min-height: calc(var(--spacing) * 180);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[4000px\] {
    max-width: 4000px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .-translate-x-1\/4 {
    --tw-translate-x: calc(calc(1 / 4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-3\.5 {
    --tw-translate-x: calc(var(--spacing) * -3.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * -8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-px {
    --tw-translate-y: -1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-3\.5\%\] {
    --tw-translate-y: -3.5%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-licorice {
    border-color: var(--color-licorice);
  }
  .border-licorice\/50 {
    border-color: color-mix(in srgb, #0a0a0a 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-licorice) 50%, transparent);
    }
  }
  .border-marshmallow {
    border-color: var(--color-marshmallow);
  }
  .bg-acai {
    background-color: var(--color-acai);
  }
  .bg-avocado\/10 {
    background-color: color-mix(in srgb, #008a55 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-avocado) 10%, transparent);
    }
  }
  .bg-blueberry\/10 {
    background-color: color-mix(in srgb, #4b4be6 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blueberry) 10%, transparent);
    }
  }
  .bg-coconut {
    background-color: var(--color-coconut);
  }
  .bg-licorice {
    background-color: var(--color-licorice);
  }
  .bg-lychee\/50 {
    background-color: color-mix(in srgb, #ffc7c2 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-lychee) 50%, transparent);
    }
  }
  .bg-marshmallow {
    background-color: var(--color-marshmallow);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-avocado {
    color: var(--color-avocado);
  }
  .text-blackberry {
    color: var(--color-blackberry);
  }
  .text-coconut {
    color: var(--color-coconut);
  }
  .text-dragonfruit {
    color: var(--color-dragonfruit);
  }
  .text-licorice {
    color: var(--color-licorice);
  }
  .text-licorice\/30 {
    color: color-mix(in srgb, #0a0a0a 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-licorice) 30%, transparent);
    }
  }
  .text-licorice\/50 {
    color: color-mix(in srgb, #0a0a0a 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-licorice) 50%, transparent);
    }
  }
  .text-matcha {
    color: var(--color-matcha);
  }
  .text-oyster {
    color: var(--color-oyster);
  }
  .text-paprika {
    color: var(--color-paprika);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-dotted {
    text-decoration-style: dotted;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .disabled\:opacity-60 {
    &:disabled {
      opacity: 60%;
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .sm\:translate-y-0 {
    @media (width >= 40rem) {
      --tw-translate-y: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:rounded-lg {
    @media (width >= 40rem) {
      border-radius: var(--radius-lg);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:py-8 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:pl-8 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-18 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 18);
    }
  }
  .lg\:h-\[4\.5rem\] {
    @media (width >= 64rem) {
      height: 4.5rem;
    }
  }
  .lg\:w-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
    }
  }
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope-latin-200-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope-latin-300-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope-latin-400-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope-latin-500-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope-latin-600-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope-latin-700-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope-latin-800-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'Gabarito';
  src: url('./fonts/gabarito-latin-400-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Gabarito';
  src: url('./fonts/gabarito-latin-500-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Gabarito';
  src: url('./fonts/gabarito-latin-600-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Gabarito';
  src: url('./fonts/gabarito-latin-700-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Gabarito';
  src: url('./fonts/gabarito-latin-800-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'Gabarito';
  src: url('./fonts/gabarito-latin-900-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('./fonts/roboto-mono-latin-300-normal.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@layer base {
  *,
    ::before,
    ::after {
    box-sizing: border-box;
  }
  html,
    body,
    #__next,
    #root {
    min-height: 100%;
  }
  body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--color-licorice);
    background-color: var(--color-marshmallow);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  button,
    input,
    textarea,
    select {
    font: inherit;
    color: inherit;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img,
    svg,
    video,
    canvas {
    display: block;
    max-width: 100%;
  }
  h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
  }
  p {
    margin: 0;
  }
  ::-moz-selection {
    background-color: var(--color-blueberry);
    color: var(--color-coconut);
  }
  ::selection {
    background-color: var(--color-blueberry);
    color: var(--color-coconut);
  }
  button {
    cursor: pointer;
    &:disabled {
      cursor: not-allowed;
    }
  }
}
@keyframes logoAnimation {
  0% {
    color: var(--color-lemon);
  }
  8.32% {
    color: var(--color-lemon);
  }
  8.33% {
    color: var(--color-mango);
  }
  16.66% {
    color: var(--color-mango);
  }
  16.67% {
    color: var(--color-strawberry);
  }
  25% {
    color: var(--color-strawberry);
  }
  24.9% {
    color: var(--color-lychee);
  }
  33.32% {
    color: var(--color-lychee);
  }
  33.33% {
    color: var(--color-acai);
  }
  41.66% {
    color: var(--color-acai);
  }
  41.67% {
    color: var(--color-strawberry);
  }
  49.9% {
    color: var(--color-strawberry);
  }
  50% {
    color: var(--color-mint);
  }
  58.32% {
    color: var(--color-mint);
  }
  58.33% {
    color: var(--color-blueberry);
  }
  66.66% {
    color: var(--color-blueberry);
  }
  66.67% {
    color: var(--color-blackberry);
  }
  74.9% {
    color: var(--color-blackberry);
  }
  75% {
    color: var(--color-lime);
  }
  83.32% {
    color: var(--color-lime);
  }
  83.33% {
    color: var(--color-avocado);
  }
  91.66% {
    color: var(--color-avocado);
  }
  91.67% {
    color: var(--color-matcha);
  }
  99.9% {
    color: var(--color-matcha);
  }
  100% {
    color: var(--color-lemon);
  }
}
@keyframes strokeColorChange {
  0% {
    stroke: var(--color-lemon);
  }
  8.32% {
    stroke: var(--color-lemon);
  }
  8.33% {
    stroke: var(--color-mango);
  }
  16.66% {
    stroke: var(--color-mango);
  }
  16.67% {
    stroke: var(--color-strawberry);
  }
  25% {
    stroke: var(--color-strawberry);
  }
  24.9% {
    stroke: var(--color-lychee);
  }
  33.32% {
    stroke: var(--color-lychee);
  }
  33.33% {
    stroke: var(--color-acai);
  }
  41.66% {
    stroke: var(--color-acai);
  }
  41.67% {
    stroke: var(--color-strawberry);
  }
  49.9% {
    stroke: var(--color-strawberry);
  }
  50% {
    stroke: var(--color-mint);
  }
  58.32% {
    stroke: var(--color-mint);
  }
  58.33% {
    stroke: var(--color-blueberry);
  }
  66.66% {
    stroke: var(--color-blueberry);
  }
  66.67% {
    stroke: var(--color-blackberry);
  }
  74.9% {
    stroke: var(--color-blackberry);
  }
  75% {
    stroke: var(--color-lime);
  }
  83.32% {
    stroke: var(--color-lime);
  }
  83.33% {
    stroke: var(--color-avocado);
  }
  91.66% {
    stroke: var(--color-avocado);
  }
  91.67% {
    stroke: var(--color-matcha);
  }
  99.9% {
    stroke: var(--color-matcha);
  }
  100% {
    stroke: var(--color-lemon);
  }
}
@keyframes fillColorChange {
  0% {
    fill: var(--color-lemon);
  }
  8.32% {
    fill: var(--color-lemon);
  }
  8.33% {
    fill: var(--color-mango);
  }
  16.66% {
    fill: var(--color-mango);
  }
  16.67% {
    fill: var(--color-strawberry);
  }
  25% {
    fill: var(--color-strawberry);
  }
  24.9% {
    fill: var(--color-lychee);
  }
  33.32% {
    fill: var(--color-lychee);
  }
  33.33% {
    fill: var(--color-acai);
  }
  41.66% {
    fill: var(--color-acai);
  }
  41.67% {
    fill: var(--color-strawberry);
  }
  49.9% {
    fill: var(--color-strawberry);
  }
  50% {
    fill: var(--color-mint);
  }
  58.32% {
    fill: var(--color-mint);
  }
  58.33% {
    fill: var(--color-blueberry);
  }
  66.66% {
    fill: var(--color-blueberry);
  }
  66.67% {
    fill: var(--color-blackberry);
  }
  74.9% {
    fill: var(--color-blackberry);
  }
  75% {
    fill: var(--color-lime);
  }
  83.32% {
    fill: var(--color-lime);
  }
  83.33% {
    fill: var(--color-avocado);
  }
  91.66% {
    fill: var(--color-avocado);
  }
  91.67% {
    fill: var(--color-matcha);
  }
  99.9% {
    fill: var(--color-matcha);
  }
  100% {
    fill: var(--color-lemon);
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(5deg);
  }
  70% {
    transform: scale(0.95) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes bounce-out {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes scribble-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scribble-draw-loop {
  0% {
    stroke-dashoffset: 1;
  }
  42%,
    68% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1;
  }
}
@keyframes scribble-fill-reveal {
  0% {
    transform: scale(0);
  }
  62.5% {
    transform: scale(1.2);
  }
  78% {
    transform: scale(0.96);
  }
  90% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce-in-full {
  0% {
    transform: scale(0) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes wiggle-bounce {
  0% {
    transform: scale(1) rotate(0deg);
  }
  30% {
    transform: scale(1) rotate(9deg);
  }
  60% {
    transform: scale(1.2) rotate(6deg);
  }
  70% {
    transform: scale(1.2) rotate(-9deg);
  }
  80% {
    transform: scale(0.95) rotate(8deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes bounce-out-full {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(3deg);
  }
  100% {
    transform: scale(0) rotate(0deg);
  }
}
@layer components {
  .btn {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: var(--tw-border-style);
    border-width: 2px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    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));
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 30%;
    }
  }
  .btn-link {
    border-color: transparent;
    background-color: transparent;
    color: var(--color-blueberry);
    text-decoration-style: dotted;
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .btn-solid,
    .btn-solid-licorice {
    border-color: transparent;
    background-color: var(--color-licorice);
    color: var(--color-coconut);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #0a0a0a 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-licorice) 70%, transparent);
        }
      }
    }
    &:disabled {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-licorice);
        }
      }
    }
  }
  .btn-solid-coconut {
    border-color: transparent;
    background-color: var(--color-coconut);
    color: var(--color-licorice);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #ffffff 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-coconut) 70%, transparent);
        }
      }
    }
  }
  .btn-solid-oyster {
    border-color: transparent;
    background-color: var(--color-oyster);
    color: var(--color-coconut);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #858c8e 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-oyster) 70%, transparent);
        }
      }
    }
  }
  .btn-solid-blueberry {
    border-color: transparent;
    background-color: var(--color-blueberry);
    color: var(--color-coconut);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #4b4be6 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blueberry) 70%, transparent);
        }
      }
    }
  }
  .btn-solid-blueberry-light {
    border-color: transparent;
    background-color: color-mix(in srgb, #4b4be6 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blueberry) 10%, transparent);
    }
    color: var(--color-blackberry);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #4b4be6 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blueberry) 30%, transparent);
        }
      }
    }
  }
  .btn-solid-blackberry {
    border-color: transparent;
    background-color: var(--color-blackberry);
    color: var(--color-coconut);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #4e00a5 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blackberry) 70%, transparent);
        }
      }
    }
  }
  .btn-solid-dragonfruit {
    border-color: transparent;
    background-color: color-mix(in srgb, #ffc7c2 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-lychee) 50%, transparent);
    }
    color: var(--color-coconut);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #ffc7c2 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-lychee) 70%, transparent);
        }
      }
    }
  }
  .btn-solid-strawberry {
    border-color: transparent;
    background-color: var(--color-strawberry);
    color: var(--color-coconut);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #e23239 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-strawberry) 70%, transparent);
        }
      }
    }
  }
  .btn-outline-licorice {
    border-color: var(--color-licorice);
    background-color: transparent;
    color: var(--color-licorice);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #0a0a0a 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-licorice) 10%, transparent);
        }
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      border-color: color-mix(in srgb, #0a0a0a 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-licorice) 30%, transparent);
      }
    }
    &:disabled {
      color: color-mix(in srgb, #0a0a0a 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-licorice) 30%, transparent);
      }
    }
    &:disabled {
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
  }
  .btn-outline-coconut {
    border-color: var(--color-coconut);
    background-color: transparent;
    color: var(--color-coconut);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #ffffff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-coconut) 10%, transparent);
        }
      }
    }
  }
  .btn-outline-blueberry {
    border-color: var(--color-blueberry);
    background-color: transparent;
    color: var(--color-blueberry);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #4b4be6 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blueberry) 10%, transparent);
        }
      }
    }
  }
  .btn-outline-strawberry {
    border-color: var(--color-strawberry);
    background-color: transparent;
    color: var(--color-strawberry);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #e23239 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-strawberry) 10%, transparent);
        }
      }
    }
  }
  .input {
    display: block;
    width: 100%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-licorice);
    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, 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));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    &::-moz-placeholder {
      color: var(--color-oyster);
    }
    &::placeholder {
      color: var(--color-oyster);
    }
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-licorice);
      }
    }
    &: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);
    }
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:disabled {
      cursor: not-allowed;
    }
    min-height: 3rem;
  }
  .input.light {
    border-color: var(--color-oyster);
    background-color: var(--color-coconut);
    &:focus {
      border-color: var(--color-blueberry);
    }
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #4b4be6 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-blueberry) 40%, transparent);
      }
    }
    &:disabled {
      border-color: color-mix(in srgb, #0a0a0a 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-licorice) 10%, transparent);
      }
    }
    &:disabled {
      background-color: transparent;
    }
  }
  .input.dark {
    border-color: var(--color-marshmallow);
    background-color: var(--color-marshmallow);
    &:focus {
      border-color: var(--color-licorice);
    }
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #0a0a0a 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-licorice) 40%, transparent);
      }
    }
    &:disabled {
      border-color: color-mix(in srgb, #0a0a0a 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-licorice) 10%, transparent);
      }
    }
    &:disabled {
      background-color: transparent;
    }
  }
  .form-control--error-border {
    border-color: var(--color-paprika) !important;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-paprika) !important;
      }
    }
    &:focus {
      border-color: var(--color-paprika) !important;
    }
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    }
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #ff4d00 40%, transparent) !important;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-paprika) 40%, transparent) !important;
      }
    }
  }
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="black" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5rem;
  }
  .label {
    margin-bottom: calc(var(--spacing) * 1.5);
    display: block;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    color: var(--color-licorice);
  }
  .form-field--error .input {
    border-color: var(--color-paprika);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-paprika);
      }
    }
    &:focus {
      border-color: var(--color-paprika);
    }
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #ff4d00 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-paprika) 40%, transparent);
      }
    }
  }
  .error {
    margin-top: calc(var(--spacing) * 2.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-paprika);
  }
  .form-field {
    position: relative;
  }
  .form-field--error-rail::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: calc(var(--spacing) * -8);
    left: calc(var(--spacing) * -5);
    height: calc(100% + 2rem);
    width: var(--spacing);
    background-color: var(--color-paprika);
  }
  .animated-logo {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-licorice);
  }
  a:hover > .animated-logo,
    a:focus-visible > .animated-logo,
    .animated-logo:hover {
    animation: logoAnimation 2s steps(12) infinite;
  }
  .animated-logo .logomark-dot {
    fill: currentColor;
  }
  .animated-logo .logomark-stroke {
    stroke: currentColor;
  }
  .animated-scribble {
    display: block;
    overflow: visible;
    pointer-events: none;
  }
  .animated-scribble__path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: scribble-draw var(--scribble-duration) cubic-bezier(0.65, 0, 0.35, 1)
            var(--scribble-path-delay) forwards;
    will-change: stroke-dashoffset;
  }
  .animated-scribble--loop .animated-scribble__path {
    animation-name: scribble-draw-loop;
    animation-iteration-count: infinite;
  }
  .animated-scribble__fill {
    transform-box: fill-box;
    transform-origin: center;
    animation: scribble-fill-reveal var(--scribble-fill-duration) cubic-bezier(0.22, 1, 0.36, 1)
            var(--scribble-fill-delay) forwards;
    transform: scale(0);
    will-change: transform;
  }
  .auth-shell {
    isolation: isolate;
  }
  .auth-shell > .client-site-footer {
    position: relative;
    z-index: 10;
  }
  .chat-scroll .simplebar-track.simplebar-vertical {
    width: 12px;
    background: transparent;
  }
  .chat-scroll .simplebar-scrollbar::before {
    left: 3px;
    right: 3px;
    border-radius: 9999px;
    background: rgb(133 140 142 / 0.75);
  }
  @media (prefers-reduced-motion: reduce) {
    a:hover > .animated-logo,
        a:focus-visible > .animated-logo,
        .animated-logo:hover,
        .animated-scribble__fill,
        .animated-scribble__path {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
    .animated-scribble__path {
      stroke-dashoffset: 0 !important;
    }
    .animated-scribble__fill {
      transform: scale(1) !important;
    }
  }
  @media (max-width: 767px) {
    .auth-background-scribble {
      top: 9rem;
      right: -28rem;
      width: 58rem;
      min-width: 58rem;
      opacity: 0.48;
    }
  }
  body {
    &.scrolled {
      .client-site-header {
        .container {
          max-width: 100% !important;
          padding: 0 !important;
          @media (width >= 40rem) {
            --tw-translate-y: calc(var(--spacing) * -8);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
          .client-site-header-container {
            border-radius: 0 !important;
          }
        }
      }
    }
  }
}
:root {
  --font-manrope: 'Manrope';
  --font-gabarito: 'Gabarito';
  --font-roboto-mono: 'Roboto Mono';
}
body {
  min-height: 100vh;
}
@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-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-duration {
  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: 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;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-duration: 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;
    }
  }
}
