/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap") layer(base);
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --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;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --blur-3xl: 64px;
    --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);
    --color-dark-700: #00123ab3;
    --color-dark: #00123a;
    --color-dark-2: #022461;
    --color-dark-3: #1e293b;
    --color-dark-6: #94a3b8;
    --color-dark-7: #cbd5e1;
    --color-brand: #00123a;
    --color-primary: #0586d6;
    --color-blue-dark: #0470b5;
    --color-secondary: #f59a4a;
    --color-warm-hover: #e88a38;
    --color-body-color: #333333;
    --color-body-secondary: #666666;
    --color-stroke: #dfe4ea;
    --color-gray-1: #f0f8ff;
    --color-gray-2: #eef2fa;
    --color-gray-7: #ced4da;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .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;
  }
  .fixed {
    position: fixed;
  }
  .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 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-full {
    top: 100%;
  }
  .-right-24 {
    right: calc(var(--spacing) * -24);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[-50px\] {
    right: -50px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-auto {
    left: auto;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .container {
    width: 100%;
    @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;
    }
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-\[6px\] {
    margin-block: 6px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .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-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .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-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-1\/2 {
    height: calc(1 / 2 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[88px\] {
    max-width: 88px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[270px\] {
    max-width: 270px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[485px\] {
    max-width: 485px;
  }
  .max-w-\[510px\] {
    max-width: 510px;
  }
  .max-w-\[515px\] {
    max-width: 515px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[525px\] {
    max-width: 525px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[570px\] {
    max-width: 570px;
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * 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)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-md {
    border-top-left-radius: var(--radius-md);
  }
  .rounded-bl-md {
    border-bottom-left-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#8890A4\]\/40 {
    border-color: color-mix(in oklab, #8890A4 40%, transparent);
  }
  .border-\[\#f1f1f1\] {
    border-color: #f1f1f1;
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-stroke {
    border-color: var(--color-stroke);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/35 {
    border-color: color-mix(in srgb, #fff 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 35%, transparent);
    }
  }
  .bg-\[\#1C9CEA\] {
    background-color: #1C9CEA;
  }
  .bg-\[\#00123a\] {
    background-color: #00123a;
  }
  .bg-\[\#4064AC\] {
    background-color: #4064AC;
  }
  .bg-\[\#D64937\] {
    background-color: #D64937;
  }
  .bg-\[\#F0F8FF\] {
    background-color: #F0F8FF;
  }
  .bg-\[\#F4F7FF\] {
    background-color: #F4F7FF;
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-gray-1 {
    background-color: var(--color-gray-1);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/5 {
    background-color: color-mix(in srgb, #0586d6 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
    }
  }
  .bg-primary\/10 {
    background-color: color-mix(in srgb, #0586d6 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-primary\/\[0\.08\] {
    background-color: color-mix(in srgb, #0586d6 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 8%, transparent);
    }
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-stroke {
    background-color: var(--color-stroke);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-dark-700 {
    --tw-gradient-from: var(--color-dark-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-stroke\/0 {
    --tw-gradient-from: color-mix(in srgb, #dfe4ea 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-stroke) 0%, 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));
  }
  .via-stroke {
    --tw-gradient-via: var(--color-stroke);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-stroke\/0 {
    --tw-gradient-to: color-mix(in srgb, #dfe4ea 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-stroke) 0%, 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));
  }
  .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));
  }
  .fill-current {
    fill: currentcolor;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .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-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .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-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .text-center {
    text-align: center;
  }
  .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));
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.12\] {
    --tw-leading: 1.12;
    line-height: 1.12;
  }
  .leading-\[1\.14\] {
    --tw-leading: 1.14;
    line-height: 1.14;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .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-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .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-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .-tracking-\[2px\] {
    --tw-tracking: calc(2px * -1);
    letter-spacing: calc(2px * -1);
  }
  .text-body-color {
    color: var(--color-body-color);
  }
  .text-body-color\/70 {
    color: color-mix(in srgb, #333333 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-body-color) 70%, transparent);
    }
  }
  .text-body-secondary {
    color: var(--color-body-secondary);
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-dark-3 {
    color: var(--color-dark-3);
  }
  .text-dark-6 {
    color: var(--color-dark-6);
  }
  .text-gray-1 {
    color: var(--color-gray-1);
  }
  .text-gray-7 {
    color: var(--color-gray-7);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-2 {
    --tw-shadow: 0px 5px 12px 0px var(--tw-shadow-color, rgba(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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-form {
    --tw-shadow: 0px 1px 55px -11px var(--tw-shadow-color, rgba(0, 0, 0, 0.01));
    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: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-pricing {
    --tw-shadow: 0px 0px 40px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-testimonial {
    --tw-shadow: 0px 10px 20px 0px var(--tw-shadow-color, rgba(92, 115, 160, 0.07));
    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: var(--color-primary);
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:scale-125 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rotate-6 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 6deg;
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:text-body-color\/60 {
    &::placeholder {
      color: color-mix(in srgb, #333333 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-body-color) 60%, transparent);
      }
    }
  }
  .placeholder\:text-dark-6 {
    &::placeholder {
      color: var(--color-dark-6);
    }
  }
  .placeholder\:text-white\/60 {
    &::placeholder {
      color: color-mix(in srgb, #fff 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
  }
  .hover\:border-blue-dark {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-dark);
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-\[\#1C9CEA\]\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #1C9CEA 90%, transparent);
      }
    }
  }
  .hover\:bg-\[\#4064AC\]\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #4064AC 90%, transparent);
      }
    }
  }
  .hover\:bg-\[\#D64937\]\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #D64937 90%, transparent);
      }
    }
  }
  .hover\:bg-blue-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-dark);
      }
    }
  }
  .hover\:bg-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-dark);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-warm-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-warm-hover);
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .focus\:border-primary {
    &:focus {
      border-color: var(--color-primary);
    }
  }
  .focus\:border-white {
    &:focus {
      border-color: var(--color-white);
    }
  }
  .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);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:shadow-none {
    &:focus-visible {
      --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);
    }
  }
  .sm\:left-9 {
    @media (width >= 540px) {
      left: calc(var(--spacing) * 9);
    }
  }
  .sm\:-mx-4 {
    @media (width >= 540px) {
      margin-inline: calc(var(--spacing) * -4);
    }
  }
  .sm\:mb-8 {
    @media (width >= 540px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:flex {
    @media (width >= 540px) {
      display: flex;
    }
  }
  .sm\:inline {
    @media (width >= 540px) {
      display: inline;
    }
  }
  .sm\:h-\[160px\] {
    @media (width >= 540px) {
      height: 160px;
    }
  }
  .sm\:h-\[220px\] {
    @media (width >= 540px) {
      height: 220px;
    }
  }
  .sm\:h-\[400px\] {
    @media (width >= 540px) {
      height: 400px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 540px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:flex-row {
    @media (width >= 540px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 540px) {
      align-items: center;
    }
  }
  .sm\:p-5 {
    @media (width >= 540px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-10 {
    @media (width >= 540px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:p-12 {
    @media (width >= 540px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .sm\:px-4 {
    @media (width >= 540px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-8 {
    @media (width >= 540px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-10 {
    @media (width >= 540px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-12 {
    @media (width >= 540px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .sm\:py-12 {
    @media (width >= 540px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .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-4xl {
    @media (width >= 540px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 540px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 540px) {
      font-size: 28px;
    }
  }
  .sm\:text-\[36px\] {
    @media (width >= 540px) {
      font-size: 36px;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 540px) {
      font-size: 40px;
    }
  }
  .sm\:leading-\[1\.2\] {
    @media (width >= 540px) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .sm\:leading-\[40px\] {
    @media (width >= 540px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .md\:mr-6 {
    @media (width >= 720px) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .md\:mr-10 {
    @media (width >= 720px) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-0 {
    @media (width >= 720px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:h-\[346px\] {
    @media (width >= 720px) {
      height: 346px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 720px) {
      height: 400px;
    }
  }
  .md\:h-\[540px\] {
    @media (width >= 720px) {
      height: 540px;
    }
  }
  .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-2\/3 {
    @media (width >= 720px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .md\:w-5\/12 {
    @media (width >= 720px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .md\:w-7\/12 {
    @media (width >= 720px) {
      width: calc(7 / 12 * 100%);
    }
  }
  .md\:justify-end {
    @media (width >= 720px) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 720px) {
      justify-content: flex-start;
    }
  }
  .md\:border-b {
    @media (width >= 720px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .md\:p-\[60px\] {
    @media (width >= 720px) {
      padding: 60px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 720px) {
      padding-inline: 60px;
    }
  }
  .md\:py-\[120px\] {
    @media (width >= 720px) {
      padding-block: 120px;
    }
  }
  .md\:pt-\[130px\] {
    @media (width >= 720px) {
      padding-top: 130px;
    }
  }
  .md\:text-left {
    @media (width >= 720px) {
      text-align: left;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 720px) {
      font-size: 28px;
    }
  }
  .md\:text-\[35px\] {
    @media (width >= 720px) {
      font-size: 35px;
    }
  }
  .md\:text-\[38px\] {
    @media (width >= 720px) {
      font-size: 38px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 720px) {
      font-size: 40px;
    }
  }
  .md\:leading-\[1\.2\] {
    @media (width >= 720px) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .md\:leading-\[1\.3\] {
    @media (width >= 720px) {
      --tw-leading: 1.3;
      line-height: 1.3;
    }
  }
  .md\:leading-\[1\.28\] {
    @media (width >= 720px) {
      --tw-leading: 1.28;
      line-height: 1.28;
    }
  }
  .md\:leading-\[1\.42\] {
    @media (width >= 720px) {
      --tw-leading: 1.42;
      line-height: 1.42;
    }
  }
  .md\:leading-\[1\.44\] {
    @media (width >= 720px) {
      --tw-leading: 1.44;
      line-height: 1.44;
    }
  }
  .lg\:absolute {
    @media (width >= 960px) {
      position: absolute;
    }
  }
  .lg\:static {
    @media (width >= 960px) {
      position: static;
    }
  }
  .lg\:top-full {
    @media (width >= 960px) {
      top: 100%;
    }
  }
  .lg\:left-0 {
    @media (width >= 960px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:z-50 {
    @media (width >= 960px) {
      z-index: 50;
    }
  }
  .lg\:-mx-2 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * -2);
    }
  }
  .lg\:mx-0 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 960px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-20 {
    @media (width >= 960px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 960px) {
      margin-top: 60px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-4 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:mb-10 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-14 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-16 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:mb-\[150px\] {
    @media (width >= 960px) {
      margin-bottom: 150px;
    }
  }
  .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-\[45\%\] {
    @media (width >= 960px) {
      height: 45%;
    }
  }
  .lg\:h-\[225px\] {
    @media (width >= 960px) {
      height: 225px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 960px) {
      height: 400px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 960px) {
      height: 500px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 960px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 960px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 960px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:w-2\/12 {
    @media (width >= 960px) {
      width: calc(2 / 12 * 100%);
    }
  }
  .lg\:w-3\/12 {
    @media (width >= 960px) {
      width: calc(3 / 12 * 100%);
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 960px) {
      width: calc(4 / 12 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 960px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .lg\:w-6\/12 {
    @media (width >= 960px) {
      width: calc(6 / 12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 960px) {
      width: calc(7 / 12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 960px) {
      width: calc(8 / 12 * 100%);
    }
  }
  .lg\:w-full {
    @media (width >= 960px) {
      width: 100%;
    }
  }
  .lg\:max-w-\[480px\] {
    @media (width >= 960px) {
      max-width: 480px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 960px) {
      max-width: 100%;
    }
  }
  .lg\:max-w-none {
    @media (width >= 960px) {
      max-width: none;
    }
  }
  .lg\:min-w-\[14rem\] {
    @media (width >= 960px) {
      min-width: 14rem;
    }
  }
  .lg\:min-w-\[15rem\] {
    @media (width >= 960px) {
      min-width: 15rem;
    }
  }
  .lg\:items-center {
    @media (width >= 960px) {
      align-items: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 960px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-1 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .lg\:gap-4 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:border-0 {
    @media (width >= 960px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 960px) {
      background-color: transparent;
    }
  }
  .lg\:p-10 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-2 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:px-4 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-6 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .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\:py-10 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-12 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-20 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-\[90px\] {
    @media (width >= 960px) {
      padding-block: 90px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 960px) {
      padding-block: 100px;
    }
  }
  .lg\:py-\[110px\] {
    @media (width >= 960px) {
      padding-block: 110px;
    }
  }
  .lg\:py-\[115px\] {
    @media (width >= 960px) {
      padding-block: 115px;
    }
  }
  .lg\:pt-2 {
    @media (width >= 960px) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:pt-10 {
    @media (width >= 960px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 960px) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 960px) {
      padding-top: 120px;
    }
  }
  .lg\:pt-\[150px\] {
    @media (width >= 960px) {
      padding-top: 150px;
    }
  }
  .lg\:pt-\[160px\] {
    @media (width >= 960px) {
      padding-top: 160px;
    }
  }
  .lg\:pr-0 {
    @media (width >= 960px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-2 {
    @media (width >= 960px) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:pb-10 {
    @media (width >= 960px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-16 {
    @media (width >= 960px) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-20 {
    @media (width >= 960px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-\[70px\] {
    @media (width >= 960px) {
      padding-bottom: 70px;
    }
  }
  .lg\:pb-\[90px\] {
    @media (width >= 960px) {
      padding-bottom: 90px;
    }
  }
  .lg\:pl-6 {
    @media (width >= 960px) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-left {
    @media (width >= 960px) {
      text-align: left;
    }
  }
  .lg\:text-base {
    @media (width >= 960px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 960px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[2\.75rem\] {
    @media (width >= 960px) {
      font-size: 2.75rem;
    }
  }
  .lg\:whitespace-nowrap {
    @media (width >= 960px) {
      white-space: nowrap;
    }
  }
  .lg\:text-dark {
    @media (width >= 960px) {
      color: var(--color-dark);
    }
  }
  .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\:text-primary {
    @media (width >= 960px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          color: var(--color-primary);
        }
      }
    }
  }
  .first\:lg\:ml-0 {
    &:first-child {
      @media (width >= 960px) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .xl\:-mx-4 {
    @media (width >= 1140px) {
      margin-inline: calc(var(--spacing) * -4);
    }
  }
  .xl\:mb-8 {
    @media (width >= 1140px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:ml-8 {
    @media (width >= 1140px) {
      margin-left: calc(var(--spacing) * 8);
    }
  }
  .xl\:h-1\/2 {
    @media (width >= 1140px) {
      height: calc(1 / 2 * 100%);
    }
  }
  .xl\:h-\[310px\] {
    @media (width >= 1140px) {
      height: 310px;
    }
  }
  .xl\:h-\[500px\] {
    @media (width >= 1140px) {
      height: 500px;
    }
  }
  .xl\:w-1\/4 {
    @media (width >= 1140px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .xl\:w-2\/12 {
    @media (width >= 1140px) {
      width: calc(2 / 12 * 100%);
    }
  }
  .xl\:w-3\/12 {
    @media (width >= 1140px) {
      width: calc(3 / 12 * 100%);
    }
  }
  .xl\:w-4\/12 {
    @media (width >= 1140px) {
      width: calc(4 / 12 * 100%);
    }
  }
  .xl\:w-5\/12 {
    @media (width >= 1140px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .xl\:w-8\/12 {
    @media (width >= 1140px) {
      width: calc(8 / 12 * 100%);
    }
  }
  .xl\:p-14 {
    @media (width >= 1140px) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .xl\:px-4 {
    @media (width >= 1140px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xl\:px-6 {
    @media (width >= 1140px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .xl\:text-2xl {
    @media (width >= 1140px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 1140px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-\[3\.25rem\] {
    @media (width >= 1140px) {
      font-size: 3.25rem;
    }
  }
  .xl\:text-\[42px\] {
    @media (width >= 1140px) {
      font-size: 42px;
    }
  }
  .xl\:leading-\[1\.21\] {
    @media (width >= 1140px) {
      --tw-leading: 1.21;
      line-height: 1.21;
    }
  }
  .\32 xl\:ml-16 {
    @media (width >= 1320px) {
      margin-left: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:p-\[60px\] {
    @media (width >= 1320px) {
      padding: 60px;
    }
  }
  .dark\:block {
    &:where(.dark, .dark *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where(.dark, .dark *) {
      display: none;
    }
  }
  .dark\:border-dark-3 {
    &:where(.dark, .dark *) {
      border-color: var(--color-dark-3);
    }
  }
  .dark\:bg-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark);
    }
  }
  .dark\:bg-dark-2 {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark-2);
    }
  }
  .dark\:bg-dark-3 {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark-3);
    }
  }
  .dark\:bg-dark-700 {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark-700);
    }
  }
  .dark\:bg-white {
    &:where(.dark, .dark *) {
      background-color: var(--color-white);
    }
  }
  .dark\:via-dark-3 {
    &:where(.dark, .dark *) {
      --tw-gradient-via: var(--color-dark-3);
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .dark\:text-dark-6 {
    &:where(.dark, .dark *) {
      color: var(--color-dark-6);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
  .dark\:shadow-none {
    &:where(.dark, .dark *) {
      --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);
    }
  }
  .dark\:hover\:border-primary {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-primary);
        }
      }
    }
  }
  .dark\:hover\:text-primary {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-primary);
        }
      }
    }
  }
  .dark\:hover\:text-white {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .dark\:focus\:border-primary {
    &:where(.dark, .dark *) {
      &:focus {
        border-color: var(--color-primary);
      }
    }
  }
  .dark\:lg\:bg-transparent {
    &:where(.dark, .dark *) {
      @media (width >= 960px) {
        background-color: transparent;
      }
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
  button:not(:disabled), [role="button"]:not(:disabled) {
    cursor: pointer;
  }
  body {
    font-family: "Inter", sans-serif;
  }
}
html:not(.dark) body.layer8-site {
  background-color: #ffffff;
}
.dark body.layer8-site {
  background-color: var(--color-dark);
}
.sticky {
  position: fixed;
  z-index: 9999;
  background-color: color-mix(in srgb, #fff 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:where(.dark, .dark *) {
    background-color: color-mix(in srgb, #00123a 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dark) 95%, transparent);
    }
  }
  backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.dark .sticky {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.layer8-hero {
  background: linear-gradient(180deg, #f0f8ff 0%, #ffffff 70%);
}
.dark .layer8-hero {
  background: linear-gradient( 180deg, var(--color-dark-2) 0%, var(--color-dark) 100% );
}
.layer8-hero-accent {
  color: var(--color-primary);
}
.dark .layer8-hero-accent {
  color: rgba(255, 255, 255, 0.92);
}
.layer8-hero-visual {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 0.75rem;
  box-shadow: 0 24px 60px rgba(0, 18, 58, 0.1);
}
.layer8-hero-carousel {
  position: relative;
}
.layer8-hero-slides {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  max-height: 480px;
  overflow: hidden;
  border-radius: 1rem;
}
.layer8-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.layer8-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.layer8-hero-slide img {
  min-height: 100%;
  max-height: none;
  height: 100%;
}
.layer8-hero-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
  padding: 0 0.25rem;
}
.layer8-hero-tab {
  flex: 0 1 auto;
  border: none;
  border-radius: 9999px;
  background: #ffffff;
  padding: 0.6875rem 1.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-secondary);
  box-shadow: 0 4px 18px rgba(0, 18, 58, 0.12);
  transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.layer8-hero-tab:hover {
  color: var(--color-warm-hover);
  box-shadow: 0 6px 22px rgba(0, 18, 58, 0.16);
}
.layer8-hero-tab.is-active {
  color: var(--color-dark);
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 18, 58, 0.18);
}
.dark .layer8-hero-tab {
  background: #ffffff;
  color: var(--color-secondary);
}
.dark .layer8-hero-tab.is-active {
  color: var(--color-dark);
}
.layer8-logo-pill {
  background: #ffffff;
  border-radius: 9999px;
  padding: 0.625rem 1.375rem;
  box-shadow: 0 4px 20px rgba(0, 18, 58, 0.1);
  transition: box-shadow 0.2s ease;
}
.layer8-logo-pill:hover {
  box-shadow: 0 6px 24px rgba(0, 18, 58, 0.14);
}
.layer8-logo-pill .header-logo {
  display: block;
  width: auto;
  height: 2rem;
  max-width: 9.5rem;
}
.sticky .layer8-logo-pill {
  box-shadow: 0 2px 12px rgba(0, 18, 58, 0.08);
}
.dark .layer8-logo-pill {
  background: #ffffff;
}
.layer8-footer-logo-pill {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.layer8-footer-logo-pill:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.28);
}
.layer8-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.layer8-footer-link {
  transition: color 0.2s ease;
}
.layer8-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.layer8-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.layer8-bento-card {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(5, 134, 214, 0.1);
  background: linear-gradient(160deg, #f0f8ff 0%, #ffffff 55%);
  padding: 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 18, 58, 0.06);
}
.layer8-bento-spacer {
  display: none;
}
.layer8-bento-card--hero, .layer8-bento-card--azure {
  padding: 1.5rem 1.5rem 0;
}
.dark .layer8-bento-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient( 160deg, var(--color-dark-2) 0%, var(--color-dark) 100% );
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}
.layer8-bento-copy {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.layer8-bento-eyebrow {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-primary);
}
.dark .layer8-bento-eyebrow {
  color: var(--color-primary);
}
.layer8-bento-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
.layer8-bento-card--hero .layer8-bento-title, .layer8-bento-card--azure .layer8-bento-title {
  font-size: 1.5rem;
}
.dark .layer8-bento-title {
  color: #ffffff;
}
.layer8-bento-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-body-secondary);
}
.layer8-bento-card--control .layer8-bento-desc {
  display: none;
}
.dark .layer8-bento-desc {
  color: var(--color-dark-6);
}
.layer8-bento-visual {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: auto;
  padding-top: 1rem;
  overflow: hidden;
}
.layer8-bento-card--managed .layer8-bento-visual {
  display: none;
}
.layer8-bento-visual--photo {
  display: flex;
  height: 100%;
  min-height: 0;
  align-items: stretch;
}
.layer8-bento-visual--photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer8-bento-card--hero .layer8-bento-visual--photo img {
  object-position: top center;
}
.layer8-bento-card--azure .layer8-bento-visual {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
  padding-top: 0.75rem;
}
.layer8-bento-card--azure .layer8-bento-visual--photo img {
  object-position: center 25%;
  border-radius: 0 0 1.25rem 1.25rem;
  min-height: 10rem;
}
.layer8-bento-visual--abstract {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: auto;
}
.layer8-bento-visual--abstract span {
  display: block;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: rgba(5, 134, 214, 0.1);
}
.layer8-bento-visual--abstract span:nth-child(1) {
  width: 85%;
}
.layer8-bento-visual--abstract span:nth-child(2) {
  width: 55%;
  margin-left: auto;
}
.dark .layer8-bento-visual--abstract span {
  background: rgba(255, 255, 255, 0.08);
}
.layer8-bento-visual--dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: auto;
}
.layer8-bento-visual--dots span {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(5, 134, 214, 0.15);
}
.layer8-bento-visual--dots span:nth-child(2) {
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(5, 134, 214, 0.28);
}
.layer8-bento-visual--dots span:nth-child(3) {
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(5, 134, 214, 0.45);
}
.layer8-bento-card--insight {
  justify-content: space-between;
}
.layer8-bento-card--insight .layer8-bento-desc {
  display: block;
  font-size: 0.8125rem;
}
.layer8-bento-card--insight .layer8-bento-title {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .layer8-bento {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 9.5rem 12.5rem 12.5rem;
    grid-template-areas: "managed managed control insight" "hero hero azure azure" "hero hero azure azure";
    gap: 1rem;
  }
  .layer8-bento-card--managed {
    grid-area: managed;
    justify-content: center;
  }
  .layer8-bento-card--managed .layer8-bento-title {
    font-size: 1.375rem;
  }
  .layer8-bento-card--control {
    grid-area: control;
    justify-content: space-between;
  }
  .layer8-bento-card--control .layer8-bento-title {
    font-size: 1.125rem;
  }
  .layer8-bento-card--insight {
    grid-area: insight;
    justify-content: space-between;
  }
  .layer8-bento-card--hero {
    grid-area: hero;
  }
  .layer8-bento-card--hero .layer8-bento-title {
    font-size: 1.75rem;
  }
  .layer8-bento-card--azure {
    grid-area: azure;
  }
  .layer8-bento-card--hero .layer8-bento-visual {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    padding-top: 0.75rem;
  }
  .layer8-bento-card--hero .layer8-bento-visual--photo img {
    min-height: 12rem;
    border-radius: 0 0 0 1.25rem;
  }
  .layer8-bento-card--azure .layer8-bento-visual--photo img {
    min-height: 11.5rem;
  }
  .layer8-bento-card--azure .layer8-bento-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .layer8-bento {
    grid-template-columns: 1.35fr 1.1fr 0.8fr 0.75fr;
    grid-template-rows: 10rem 13.5rem 13.5rem;
    gap: 1.125rem;
  }
}
.layer8-logo-strip {
  border-top: 1px solid rgba(0, 18, 58, 0.08);
  padding-top: 2.5rem;
}
.dark .layer8-logo-strip {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.layer8-logo-strip-title {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 1rem;
  color: var(--color-body-secondary);
}
.layer8-logo-strip-title strong {
  color: var(--color-dark);
  font-weight: 700;
}
.dark .layer8-logo-strip-title strong {
  color: #ffffff;
}
.layer8-logos-marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient( to right, transparent, #000 8%, #000 92%, transparent );
}
.layer8-logos-track {
  display: flex;
  width: max-content;
  animation: layer8-logos-scroll 28s linear infinite;
}
.layer8-logos-marquee:hover .layer8-logos-track {
  animation-play-state: paused;
}
.layer8-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 72px;
  padding: 0 1.5rem;
}
.layer8-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.layer8-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@keyframes layer8-logos-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.dark .layer8-hero-visual {
  background: var(--color-dark-2);
}
.layer8-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 7);
  padding-block: calc(var(--spacing) * 3.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-warm-hover);
    }
  }
}
.layer8-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-dark);
  padding-inline: calc(var(--spacing) * 7);
  padding-block: calc(var(--spacing) * 3.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-primary);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary);
    }
  }
  &:where(.dark, .dark *) {
    border-color: var(--color-white);
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
  &:where(.dark, .dark *) {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
}
.layer8-nav-link--active {
  color: var(--color-primary);
}
.sticky .layer8-nav-link--active {
  color: var(--color-primary);
  opacity: 100%;
}
.sticky .navbar-logo {
  padding-block: calc(var(--spacing) * 2);
}
.sticky #navbarToggler span {
  background-color: var(--color-dark);
  &:where(.dark, .dark *) {
    background-color: var(--color-white);
  }
}
.sticky #navbarCollapse li > a {
  color: var(--color-dark);
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary);
    }
  }
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
  &:where(.dark, .dark *) {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
}
#navbarCollapse li .ud-menu-scroll.active {
  opacity: 70%;
}
.sticky #navbarCollapse li .ud-menu-scroll.active {
  color: var(--color-primary);
  opacity: 100%;
}
.sticky .loginBtn {
  color: var(--color-dark);
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary);
    }
  }
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
  &:where(.dark, .dark *) {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
}
.sticky .signUpBtn, .sticky .layer8-btn-demo {
  background-color: var(--color-secondary);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-warm-hover);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.layer8-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.layer8-nav-dropdown-btn {
  cursor: pointer;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
}
.layer8-nav-dropdown.is-open .layer8-nav-dropdown-chevron {
  transform: rotate(180deg);
}
.layer8-nav-dropdown-panel {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.layer8-nav-dropdown.is-open .layer8-nav-dropdown-panel {
  display: block;
}
@media (max-width: 1023px) {
  .layer8-nav-dropdown-panel {
    border-left: 2px solid rgba(5, 134, 214, 0.2);
    margin-left: 1.5rem !important;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .layer8-nav-dropdown-panel {
    border: 1px solid rgba(0, 18, 58, 0.08);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 18, 58, 0.12);
    padding: 0.375rem !important;
  }
  .dark .layer8-nav-dropdown-panel {
    border-color: rgba(255, 255, 255, 0.1);
    background: var(--color-dark-2);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }
}
.layer8-nav-dropdown-panel > li {
  margin: 0;
}
.layer8-nav-dropdown-link {
  display: block;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-body-color);
  border-radius: 0.375rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.dark .layer8-nav-dropdown-link {
  color: var(--color-dark-7);
}
.layer8-nav-dropdown-link:hover {
  background: rgba(5, 134, 214, 0.08);
  color: var(--color-primary);
}
.layer8-nav-dropdown-btn:focus {
  outline: none;
}
.layer8-nav-dropdown-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  border-radius: 0.25rem;
}
.layer8-nav-dropdown-btn.layer8-nav-link--active::before, .layer8-nav-dropdown-panel .layer8-nav-link--active::before {
  display: none;
}
.layer8-nav-link--active:not(.layer8-nav-dropdown-link)::before, .sticky .layer8-nav-link--active:not(.layer8-nav-dropdown-link)::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0.375rem;
  right: 0.375rem;
  top: 50%;
  height: 2.125rem;
  transform: translateY(-50%);
  border-radius: 9999px;
  background: rgba(5, 134, 214, 0.14);
}
@media (min-width: 1024px) {
  .layer8-nav-link--active:not(.layer8-nav-dropdown-link)::before, .sticky .layer8-nav-link--active:not(.layer8-nav-dropdown-link)::before {
    left: 0.5rem;
    right: 0.5rem;
    height: 2.375rem;
  }
}
.layer8-nav-portal {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.layer8-btn-demo {
  position: relative;
  isolation: isolate;
  background: transparent !important;
  border-radius: 2px;
}
.layer8-header-actions {
  position: relative;
}
.layer8-btn-demo::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-14deg);
  border-radius: 2px;
  background: var(--color-secondary);
  transition: background 0.2s ease, transform 0.2s ease;
}
.layer8-btn-demo:hover::before {
  background: var(--color-warm-hover);
}
.layer8-btn-demo:hover {
  transform: translateY(-1px);
}
.sticky #themeSwitcher ~ span {
  color: var(--color-dark);
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
}
.layer8-faq-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .layer8-faq-grid {
    grid-template-columns: minmax(0, 22rem) minmax(0, 40rem);
    justify-content: space-between;
    gap: 3rem;
  }
  .layer8-faq-intro {
    position: sticky;
    top: 7rem;
    max-width: 22rem;
  }
  .layer8-faq-aside {
    width: 100%;
    max-width: 40rem;
    justify-self: end;
  }
}
.layer8-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.layer8-faq-item {
  overflow: hidden;
  border: 1px solid rgba(0, 18, 58, 0.1);
  border-radius: 0.75rem;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.dark .layer8-faq-item {
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--color-dark-2);
}
.layer8-faq-item.is-open {
  border-color: rgba(5, 134, 214, 0.35);
  box-shadow: 0 8px 24px rgba(5, 134, 214, 0.08);
}
.layer8-faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
}
.layer8-faq-question {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-dark);
}
.dark .layer8-faq-question {
  color: #ffffff;
}
.layer8-faq-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  color: var(--color-primary);
  background: rgba(5, 134, 214, 0.1);
  transition: transform 0.25s ease;
}
.layer8-faq-icon.rotate-180, .layer8-faq-item.is-open .layer8-faq-icon {
  transform: rotate(180deg);
}
.layer8-faq-panel {
  padding: 0 1.25rem 1.25rem;
}
.layer8-faq-panel p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-body-color);
}
.dark .layer8-faq-panel p {
  color: var(--color-dark-6);
}
.layer8-faq-inline-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-primary);
}
.layer8-faq-inline-link:hover {
  text-decoration: underline;
}
.layer8-pricing-grid {
  align-items: stretch;
}
.layer8-pricing-col {
  display: flex;
}
.layer8-pricing-card {
  min-height: 100%;
}
.layer8-pricing-features {
  flex: 1 1 auto;
}
.layer8-pricing-price {
  margin-bottom: 2.75rem;
}
.layer8-pricing-price-main {
  display: block;
  font-size: clamp(2.75rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-secondary);
}
.dark .layer8-pricing-price-main {
  color: var(--color-secondary);
}
.layer8-pricing-price-sub {
  display: block;
  margin-top: 0.625rem;
  max-width: 16rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-body-secondary);
}
.dark .layer8-pricing-price-sub {
  color: var(--color-dark-6);
}
.layer8-blog-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .layer8-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .layer8-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }
}
.layer8-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 18, 58, 0.08);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 18, 58, 0.04);
}
.dark .layer8-blog-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: var(--color-dark);
  box-shadow: none;
}
.layer8-blog-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-gray-2);
}
.layer8-blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer8-blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 1.375rem 1.5rem;
}
.layer8-blog-tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-primary);
  background: rgba(5, 134, 214, 0.1);
}
.layer8-blog-tag--warm {
  color: var(--color-warm-hover);
  background: rgba(245, 154, 74, 0.14);
}
.dark .layer8-blog-tag {
  background: rgba(5, 134, 214, 0.18);
}
.layer8-blog-title {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-dark);
}
.dark .layer8-blog-title {
  color: #ffffff;
}
.layer8-blog-excerpt {
  margin: 0;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-body-secondary);
}
.dark .layer8-blog-excerpt {
  color: var(--color-dark-6);
}
.navbarTogglerActive > span:nth-child(1) {
  top: 7px;
  rotate: 45deg;
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.navbarTogglerActive > span:nth-child(2) {
  opacity: 0%;
}
.navbarTogglerActive > span:nth-child(3) {
  top: -8px;
  rotate: 135deg;
}
.common-carousel .swiper-button-next:after, .common-carousel .swiper-button-prev:after {
  display: none;
}
.common-carousel .swiper-button-next, .common-carousel .swiper-button-prev {
  position: static !important;
  margin: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 12);
  width: calc(var(--spacing) * 12);
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  color: var(--color-dark);
  --tw-shadow: 0px 8px 15px 0px var(--tw-shadow-color, rgba(72, 72, 138, 0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
  &:hover {
    @media (hover: hover) {
      --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);
    }
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-dark);
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
}
.common-carousel .swiper-button-next svg, .common-carousel .swiper-button-prev svg {
  height: auto;
  width: auto;
}
@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-tracking {
  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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@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-tracking: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
