/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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);
    --default-mono-font-family: var(--font-mono);
    --color-vert: #006950;
    --color-noir: #1A2735;
  }
}
@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: "Inter", sans-serif, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    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;
  }
  :-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 {
  .\@container {
    container-type: inline-size;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .fixed\! {
    position: fixed !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .-bottom-4 {
    bottom: calc(var(--spacing) * -4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 400px) {
      max-width: 400px;
    }
    @media (width >= 540px) {
      max-width: 540px;
    }
    @media (width >= 720px) {
      max-width: 720px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1140px) {
      max-width: 1140px;
    }
    @media (width >= 1320px) {
      max-width: 1320px;
    }
  }
  .m-477 {
    margin: calc(var(--spacing) * 477);
  }
  .container {
    margin-inline: auto;
    padding-inline: 16px;
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-44 {
    margin-inline: calc(var(--spacing) * 44);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-\[6px\] {
    margin-block: 6px;
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .\!grid {
    display: grid !important;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline {
    display: inline !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[75\%\] {
    height: 75%;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-24 {
    max-height: calc(var(--spacing) * 24);
  }
  .min-h-32 {
    min-height: calc(var(--spacing) * 32);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[570px\] {
    max-width: 570px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    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,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .columns-1 {
    columns: 1;
  }
  .columns-2 {
    columns: 2;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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-items-center {
    justify-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#8890A4\] {
    border-color: #8890A4;
  }
  .border-noir {
    border-color: var(--color-noir);
  }
  .border-stroke {
    border-color: #DFE4EA;
  }
  .border-vert {
    border-color: var(--color-vert);
  }
  .bg-\[\#F6FAF8\] {
    background-color: #F6FAF8;
  }
  .bg-black {
    background-color: #212B36;
  }
  .bg-body-color {
    background-color: #637381;
  }
  .bg-dark\/90 {
    background-color: color-mix(in oklab, #111928 90%, transparent);
  }
  .bg-gray-5 {
    background-color: #CED4DA;
  }
  .bg-noir {
    background-color: var(--color-noir);
  }
  .bg-primary {
    background-color: #3758F9;
  }
  .bg-red-50 {
    background-color: oklch(97.1% 0.013 17.38);
  }
  .bg-vert {
    background-color: var(--color-vert);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-400 {
    background-color: oklch(85.2% 0.199 91.936);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-vert {
    --tw-gradient-from: var(--color-vert);
    --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-transparent {
    --tw-gradient-to: transparent;
    --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));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-top {
    vertical-align: top;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .text-body-color {
    color: #637381;
  }
  .text-dark {
    color: #111928;
  }
  .text-dark-6 {
    color: #9CA3AF;
  }
  .text-gray-7 {
    color: #CED4DA;
  }
  .text-gray-300 {
    color: oklch(87.2% 0.01 258.338);
  }
  .text-gray-600 {
    color: oklch(44.6% 0.03 256.802);
  }
  .text-gray-900 {
    color: oklch(21% 0.034 264.665);
  }
  .text-noir {
    color: var(--color-noir);
  }
  .text-red-700 {
    color: oklch(50.5% 0.213 27.518);
  }
  .text-vert {
    color: var(--color-vert);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0px 4px 8px -2px var(--tw-shadow-color, rgba(16, 24, 40, 0.10)), 0px 2px 4px -2px var(--tw-shadow-color, rgba(16, 24, 40, 0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --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-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-primary {
    --tw-ring-color: #3758F9;
  }
  .ring-red-600\/10 {
    --tw-ring-color: color-mix(in oklab, oklch(57.7% 0.245 27.325) 10%, transparent);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, 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;
    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-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;
  }
  .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);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .ring-inset {
    --tw-ring-inset: inset;
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:text-dark {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #111928;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-red-600 {
    &:hover {
      @media (hover: hover) {
        border-color: oklch(57.7% 0.245 27.325);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(96.7% 0.003 264.542);
      }
    }
  }
  .hover\:bg-noir {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-noir);
      }
    }
  }
  .hover\:bg-noir\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1A2735 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-noir) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-300 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(80.8% 0.114 19.571);
      }
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(57.7% 0.245 27.325);
      }
    }
  }
  .hover\:bg-vert\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #006950 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-vert) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-vert\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #006950 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-vert) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-yellow-300 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(90.5% 0.182 98.111);
      }
    }
  }
  .hover\:text-dark {
    &:hover {
      @media (hover: hover) {
        color: #111928;
      }
    }
  }
  .hover\:text-vert {
    &:hover {
      @media (hover: hover) {
        color: var(--color-vert);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --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);
    }
  }
  .sm\:absolute {
    @media (width >= 540px) {
      position: absolute;
    }
  }
  .sm\:block {
    @media (width >= 540px) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 540px) {
      display: flex;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 540px) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-1\/4 {
    @media (width >= 540px) {
      width: calc(1/4 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 540px) {
      width: calc(2/3 * 100%);
    }
  }
  .sm\:w-3\/4 {
    @media (width >= 540px) {
      width: calc(3/4 * 100%);
    }
  }
  .sm\:w-\[30\%\] {
    @media (width >= 540px) {
      width: 30%;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 540px) {
      width: 50%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 540px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:justify-stretch {
    @media (width >= 540px) {
      justify-content: stretch;
    }
  }
  .sm\:gap-3 {
    @media (width >= 540px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-8 {
    @media (width >= 540px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-4 {
    @media (width >= 540px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-8 {
    @media (width >= 540px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-2xl {
    @media (width >= 540px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 540px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-6xl {
    @media (width >= 540px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:block {
    @media (width >= 720px) {
      display: block;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 720px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 720px) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 720px) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 720px) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-60 {
    @media (width >= 720px) {
      width: calc(var(--spacing) * 60);
    }
  }
  .md\:w-full {
    @media (width >= 720px) {
      width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 720px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 720px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 720px) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 720px) {
      flex-direction: row-reverse;
    }
  }
  .md\:justify-end {
    @media (width >= 720px) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 720px) {
      justify-content: flex-start;
    }
  }
  .md\:p-4 {
    @media (width >= 720px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-12 {
    @media (width >= 720px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-\[70px\] {
    @media (width >= 720px) {
      padding-inline: 70px;
    }
  }
  .md\:py-12 {
    @media (width >= 720px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 720px) {
      padding-block: 60px;
    }
  }
  .md\:text-4xl {
    @media (width >= 720px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 720px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:invisible {
    @media (width >= 960px) {
      visibility: hidden;
    }
  }
  .lg\:absolute {
    @media (width >= 960px) {
      position: absolute;
    }
  }
  .lg\:fixed {
    @media (width >= 960px) {
      position: fixed;
    }
  }
  .lg\:static {
    @media (width >= 960px) {
      position: static;
    }
  }
  .lg\:top-\[115\%\] {
    @media (width >= 960px) {
      top: 115%;
    }
  }
  .lg\:mx-9 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * 9);
    }
  }
  .lg\:mr-12 {
    @media (width >= 960px) {
      margin-right: calc(var(--spacing) * 12);
    }
  }
  .lg\:ml-12 {
    @media (width >= 960px) {
      margin-left: calc(var(--spacing) * 12);
    }
  }
  .lg\:block {
    @media (width >= 960px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 960px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 960px) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 960px) {
      display: inline-flex;
    }
  }
  .lg\:h-14 {
    @media (width >= 960px) {
      height: calc(var(--spacing) * 14);
    }
  }
  .lg\:h-\[300px\] {
    @media (width >= 960px) {
      height: 300px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 960px) {
      height: 400px;
    }
  }
  .lg\:min-h-24 {
    @media (width >= 960px) {
      min-height: calc(var(--spacing) * 24);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 960px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 960px) {
      width: calc(4/12 * 100%);
    }
  }
  .lg\:w-\[33\%\] {
    @media (width >= 960px) {
      width: 33%;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 960px) {
      width: 250px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 960px) {
      width: 300px;
    }
  }
  .lg\:w-full {
    @media (width >= 960px) {
      width: 100%;
    }
  }
  .lg\:max-w-full {
    @media (width >= 960px) {
      max-width: 100%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 960px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 960px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 960px) {
      align-items: center;
    }
  }
  .lg\:justify-evenly {
    @media (width >= 960px) {
      justify-content: space-evenly;
    }
  }
  .lg\:rounded-b-3xl {
    @media (width >= 960px) {
      border-bottom-right-radius: var(--radius-3xl);
      border-bottom-left-radius: var(--radius-3xl);
    }
  }
  .lg\:bg-transparent {
    @media (width >= 960px) {
      background-color: transparent;
    }
  }
  .lg\:p-4 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-5 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-6 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-0 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-44 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 44);
    }
  }
  .lg\:py-0 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-6 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 960px) {
      padding-top: 60px;
    }
  }
  .lg\:pr-0 {
    @media (width >= 960px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-4 {
    @media (width >= 960px) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .lg\:pl-0 {
    @media (width >= 960px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-base {
    @media (width >= 960px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-noir {
    @media (width >= 960px) {
      color: var(--color-noir);
    }
  }
  .lg\:text-white {
    @media (width >= 960px) {
      color: var(--color-white);
    }
  }
  .lg\:opacity-0 {
    @media (width >= 960px) {
      opacity: 0%;
    }
  }
  .lg\:shadow-lg {
    @media (width >= 960px) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:shadow-none {
    @media (width >= 960px) {
      --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);
    }
  }
  .lg\:group-hover\:visible {
    @media (width >= 960px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          visibility: visible;
        }
      }
    }
  }
  .lg\:group-hover\:top-full {
    @media (width >= 960px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          top: 100%;
        }
      }
    }
  }
  .lg\:after\:right-0 {
    @media (width >= 960px) {
      &::after {
        content: var(--tw-content);
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:hover\:text-body-color {
    @media (width >= 960px) {
      &:hover {
        @media (hover: hover) {
          color: #637381;
        }
      }
    }
  }
  .xl\:container {
    @media (width >= 1140px) {
      width: 100%;
      @media (width >= 400px) {
        max-width: 400px;
      }
      @media (width >= 540px) {
        max-width: 540px;
      }
      @media (width >= 720px) {
        max-width: 720px;
      }
      @media (width >= 960px) {
        max-width: 960px;
      }
      @media (width >= 1140px) {
        max-width: 1140px;
      }
      @media (width >= 1320px) {
        max-width: 1320px;
      }
    }
  }
  .xl\:container {
    @media (width >= 1140px) {
      margin-inline: auto;
      padding-inline: 16px;
    }
  }
  .xl\:mx-auto {
    @media (width >= 1140px) {
      margin-inline: auto;
    }
  }
  .xl\:h-10 {
    @media (width >= 1140px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .xl\:h-\[400px\] {
    @media (width >= 1140px) {
      height: 400px;
    }
  }
  .xl\:h-\[500px\] {
    @media (width >= 1140px) {
      height: 500px;
    }
  }
  .xl\:gap-14 {
    @media (width >= 1140px) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .xl\:text-5xl {
    @media (width >= 1140px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-8xl {
    @media (width >= 1140px) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .\32 xl\:h-\[500px\] {
    @media (width >= 1320px) {
      height: 500px;
    }
  }
  .\32 xl\:h-\[655px\] {
    @media (width >= 1320px) {
      height: 655px;
    }
  }
  .lg\:dark\:bg-transparent {
    @media (width >= 960px) {
      @media (prefers-color-scheme: dark) {
        background-color: transparent;
      }
    }
  }
  .\[tracking\=\"true\"\]\:visible {
    &:is(tracking="true") {
      visibility: visible;
    }
  }
}
.alignfull, .wp-block-spacer {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  &.size-auto, &.size-full, &.size-large, &.size-medium, &.size-thumbnail {
    max-width: initial;
  }
}
.kayak {
  font-family: "Kayak sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text-under-slider p {
  padding-bottom: 2rem;
}
.wpforms-submit {
  border-radius: var(--radius-xl) !important;
  background-color: var(--color-vert) !important;
}
.wpforms-field {
  padding-block: calc(var(--spacing) * 1) !important;
}
.wp-block-file a {
  border-radius: var(--radius-2xl);
  background-color: var(--color-vert);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  color: var(--color-white);
}
.wp-block-file a::after {
  content: "\f358";
  font-family: 'Font Awesome 6 Free';
  margin-left: 1rem;
}
.has-vert-background-color .wp-block-file a {
  border-radius: var(--radius-2xl);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  color: var(--color-vert);
}
:where(.wp-block-columns) {
  margin-bottom: 0em !important;
}
.post-template {
  p {
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.wp-block-group, .wp-block-image, .wp-block-media-text, .wp-block-gallery, .wp-block-buttons {
  padding-block: calc(var(--spacing) * 8);
}
.wp-block-gallery .wp-block-image {
  padding-block: calc(var(--spacing) * 1);
}
ul.wp-block-list {
  list-style-type: disc;
  padding-inline: calc(var(--spacing) * 10);
}
.wp-block-button__link {
  padding-inline: calc(var(--spacing) * 5) !important;
  padding-block: calc(var(--spacing) * 3) !important;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Autography";
  font-style: normal;
  font-weight: normal;
  src: local("Autography"), url("./fonts/Autography.woff") format("woff");
}
.autography {
  font-family: "Autography", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kayak sans";
  font-style: normal;
  font-weight: normal;
  src: local("KayakSans"), url("./fonts/KayakSans.woff") format("woff");
}
.wp-block-quote {
  border: none;
}
ul.bg-vert li a, .bg-vert.text-white, .bg-noir .text-white, .bg-noir.text-white, .bg-noir a, .bg-vert h2, .bg-vert h3, .bg-vert h4, .bg-vert h5, .bg-vert h6, .bg-vert>a.text-white {
  color: white !important;
}
.bg-transparent a {
  color: var(--color-noir) !important;
}
.old-content {
  ul {
    list-style-type: disc;
    padding-left: 50px;
  }
}
.wp-block-image.size-full {
  width: initial;
  height: initial;
}
@media screen and (max-width: 767px) {
  .bg-vert>a.text-white {
    color: white !important;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2rem;
  }
}
@layer base {
  .snap {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  .snap::-webkit-scrollbar {
    display: none;
  }
  .snap > img {
    scroll-snap-align: center;
  }
  .navbarTogglerActive > span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }
  .navbarTogglerActive > span:nth-child(2) {
    opacity: 0;
  }
  .navbarTogglerActive > span:nth-child(3) {
    top: -8px;
    transform: rotate(135deg);
  }
  .shape-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(196, 196, 196, 0) 100%);
  }
  .container {
    margin-left: auto;
    margin-r-ight: auto;
    padding-left: 16px;
    padding-r-ight: 16px;
  }
  input[type="checkbox"]:checked ~ .box span {
    opacity: 1;
  }
  input[type="radio"]:checked ~ .box .circle {
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  input[type="radio"]:checked ~ .box span {
    opacity: 1;
  }
  .payment:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background-opacity: 8%;
  }
  .shipping:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .shipping:checked ~ label .title {
    color {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .color:checked ~ label span {
    width: 8px;
    height: 8px;
  }
  .productColor:checked ~ label span {
    height: 28px;
    width: 28px;
  }
  .productColor2:checked ~ label span {
    height: 12px;
    width: 12px;
  }
  .filter-size:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
    color: #fff;
  }
  .filter-size-2:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background-opacity: 10%;
  }
  .ram-size:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    color {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .download-radio:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .download-radio:checked ~ label span {
    color: #fff;
  }
  .download-radio:checked ~ label .icon {
    opacity: 1;
  }
  .noUi-base {
    background: #fff;
  }
  .dark-mode .noUi-base {
    background: undefined;
  }
  .apexcharts-text {
    fill: #637381;
  }
  .dark-mode .apexcharts-text {
    fill: undefined;
  }
  .apexcharts-legend-text {
    color: #637381;
  }
  .dark-mode .apexcharts-legend-text {
    color: undefined;
  }
  .apexcharts-xcrosshairs {
    fill {
      -d-e-f-a-u-l-t: #DFE4EA;
    }
  }
  .dark-mode .apexcharts-xcrosshairs {
    fill: undefined;
  }
  .apexcharts-gridline {
    fill {
      -d-e-f-a-u-l-t: #DFE4EA;
    }
  }
  .dark-mode .apexcharts-gridline {
    fill: undefined;
  }
  .apexcharts-legend-marker {
    top: 0;
  }
  .chart-10 .apexcharts-tooltip-text {
    color: #fff;
  }
  .priceSlideOne .noUi-target {
    margin-top: 32px;
    border: none;
    background: #f4f7ff;
    box-shadow: none;
  }
  .priceSlideOne .noUi-connects {
    height: 6px;
    border-radius: 99999;
    background: #d4d9e8;
  }
  .dark-mode .priceSlideOne .noUi-connects {
    background: undefined;
  }
  .priceSlideOne .noUi-connect {
    height: 6px;
    border-radius: 999px;
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .priceSlideOne .noUi-horizontal .noUi-handle {
    top: -8px;
    height: 22px;
    width: 22px;
    border: 6px solid;
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background: #fff;
    box-shadow: none;
  }
  .dark-mode .priceSlideOne .noUi-horizontal .noUi-handle {
    background: undefined;
  }
  .priceSlideTwo .noUi-target {
    margin-top: 32px;
    border: none;
    background: #fff;
    box-shadow: none;
  }
  .priceSlideTwo .noUi-connects {
    height: 4px;
    border-radius: 99999;
    background: #d4d9e8;
  }
  .priceSlideTwo .noUi-connect {
    height: 4px;
    border-radius: 99999;
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .priceSlideTwo .noUi-horizontal .noUi-handle {
    top: -12px;
    height: 30px;
    width: 30px;
    border-radius: 999px;
    border: 1px solid;
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background: #fff;
  }
  .noUi-horizontal .noUi-handle:after {
    display: none;
  }
  .noUi-horizontal .noUi-handle:before {
    display: none;
  }
  #activityChart .apexcharts-legend-series {
    margin-right: 20px !important;
  }
  .checkbox-list:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .checkbox-list:checked ~ label .icon {
    opacity: 1;
  }
  .box-select-1:checked ~ label .box {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .box-select-1:checked ~ label .box .icon {
    opacity: 1;
  }
  .box-select-1:checked ~ label div.user-box {
    background: #F8FAFC;
  }
  .select-list:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    color {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .select-list:checked ~ label .icon {
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .tableCheckbox:checked ~ label .icon-box {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .tableCheckbox:checked ~ label .icon {
    opacity: 1;
  }
  .tableCheckbox-2:checked ~ label {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
  }
  .tableCheckbox-2:checked ~ label .icon {
    color: #fff;
    opacity: 1;
  }
  .jvm-zoom-btn {
    top: auto;
    bottom: 0;
    left: auto;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: .5px solid #E7E7E7;
    background: #f4f7ff;
    font-weight: semibold;
    line-height: none;
    color: #637381;
  }
  .jvm-zoom-btn:hover {
    borderColor {
      -d-e-f-a-u-l-t: #3758F9;
    }
    background {
      -d-e-f-a-u-l-t: #3758F9;
    }
    color: #fff;
  }
  .mapOne .jvm-zoom-btn {
    top: auto;
    bottom: 0;
    left: auto;
  }
  .mapOne .jvm-zoom-btn.jvm-zoomin {
    right: 36px;
  }
  .mapOne .jvm-zoom-btn.jvm-zoomout {
    right: 0;
  }
  .mapTwo .jvm-zoom-btn {
    top: auto;
    bottom: 0;
  }
  .mapTwo .jvm-zoom-btn.jvm-zoomin {
    left: 0;
  }
  .mapTwo .jvm-zoom-btn.jvm-zoomout {
    left: 36px;
  }
  .mapFour .jvm-zoom-btn {
    top: -80px;
  }
  .mapFour .jvm-zoom-btn.jvm-zoomin {
    right: 36px;
  }
  .mapFour .jvm-zoom-btn.jvm-zoomout {
    right: 0;
  }
}
@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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-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-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
