/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@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-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .-top-12 {
    top: calc(var(--spacing) * -12);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-11 {
    top: calc(var(--spacing) * 11);
  }
  .top-29 {
    top: calc(var(--spacing) * 29);
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-30px\] {
    top: -30px;
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[-70px\] {
    top: -70px;
  }
  .top-\[-90px\] {
    top: -90px;
  }
  .top-\[-100px\] {
    top: -100px;
  }
  .top-\[-113px\] {
    top: -113px;
  }
  .top-\[-115px\] {
    top: -115px;
  }
  .top-\[-118\] {
    top: -118;
  }
  .top-\[-118px\] {
    top: -118px;
  }
  .top-\[-120px\] {
    top: -120px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[75px\] {
    top: 75px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .-bottom-4 {
    bottom: calc(var(--spacing) * -4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-13 {
    bottom: calc(var(--spacing) * 13);
  }
  .bottom-15 {
    bottom: calc(var(--spacing) * 15);
  }
  .bottom-16 {
    bottom: calc(var(--spacing) * 16);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-\[3rem\] {
    bottom: 3rem;
  }
  .bottom-\[9rem\] {
    bottom: 9rem;
  }
  .bottom-\[19rem\] {
    bottom: 19rem;
  }
  .bottom-\[110px\] {
    bottom: 110px;
  }
  .bottom-\[170px\] {
    bottom: 170px;
  }
  .bottom-\[220px\] {
    bottom: 220px;
  }
  .bottom-\[225px\] {
    bottom: 225px;
  }
  .bottom-\[280px\] {
    bottom: 280px;
  }
  .bottom-\[300px\] {
    bottom: 300px;
  }
  .-left-2 {
    left: calc(var(--spacing) * -2);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .-left-12 {
    left: calc(var(--spacing) * -12);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-10px\] {
    left: -10px;
  }
  .left-\[-25px\] {
    left: -25px;
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[-35px\] {
    left: -35px;
  }
  .left-\[-40px\] {
    left: -40px;
  }
  .left-\[-55px\] {
    left: -55px;
  }
  .left-\[-170px\] {
    left: -170px;
  }
  .left-\[-200px\] {
    left: -200px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .left-\[300px\] {
    left: 300px;
  }
  .left-\[320px\] {
    left: 320px;
  }
  .left-\[440px\] {
    left: 440px;
  }
  .left-\[590px\] {
    left: 590px;
  }
  .left-\[700px\] {
    left: 700px;
  }
  .left-\[900px\] {
    left: 900px;
  }
  .left-\[1050px\] {
    left: 1050px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-12 {
    z-index: 12;
  }
  .z-13 {
    z-index: 13;
  }
  .z-14 {
    z-index: 14;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-100 {
    z-index: 100;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .z-\[100000\] {
    z-index: 100000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .-mt-12 {
    margin-top: calc(var(--spacing) * -12);
  }
  .-mt-13 {
    margin-top: calc(var(--spacing) * -13);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-32 {
    margin-top: calc(var(--spacing) * 32);
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-36 {
    margin-left: calc(var(--spacing) * 36);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .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;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[45\%\] {
    height: 45%;
  }
  .h-\[60\%\] {
    height: 60%;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[91px\] {
    height: 91px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[calc\(100vh-88px\)\] {
    min-height: calc(100vh - 88px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[22\%\] {
    width: 22%;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[835px\] {
    width: 835px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-lg {
    width: var(--container-lg);
  }
  .w-xl {
    width: var(--container-xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-96 {
    max-width: calc(var(--spacing) * 96);
  }
  .max-w-\[22ch\] {
    max-width: 22ch;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[60\%\] {
    max-width: 60%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-top-right {
    transform-origin: top right;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * 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,);
  }
  .transform-\[rotate\(42deg\)\] {
    transform: rotate(42deg);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .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-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .justify-self-stretch {
    justify-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-l-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-blue-700 {
    border-top-color: var(--color-blue-700);
  }
  .border-t-red-600 {
    border-top-color: var(--color-red-600);
  }
  .bg-\[\#00037F\] {
    background-color: #00037F;
  }
  .bg-\[\#01096f\] {
    background-color: #01096f;
  }
  .bg-\[\#001997\] {
    background-color: #001997;
  }
  .bg-\[\#154074\] {
    background-color: #154074;
  }
  .bg-\[\#DB1C0A\] {
    background-color: #DB1C0A;
  }
  .bg-\[\#E0F2FE\] {
    background-color: #E0F2FE;
  }
  .bg-\[\#e0f2fe\] {
    background-color: #e0f2fe;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-700 {
    background-color: var(--color-blue-700);
  }
  .bg-blue-900 {
    background-color: var(--color-blue-900);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-tr {
    --tw-gradient-position: to top right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-transparent {
    --tw-gradient-from: 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-black {
    --tw-gradient-to: var(--color-black);
    --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-black\/20 {
    --tw-gradient-to: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 20%, 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;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[6px\] {
    font-size: 6px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[8px\] {
    --tw-leading: 8px;
    line-height: 8px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-\[16px\] {
    --tw-font-weight: 16px;
    font-weight: 16px;
  }
  .font-\[200\] {
    --tw-font-weight: 200;
    font-weight: 200;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .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-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[11px\] {
    --tw-tracking: 11px;
    letter-spacing: 11px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0d2d6c\] {
    color: #0d2d6c;
  }
  .text-\[\#1A206E\] {
    color: #1A206E;
  }
  .text-\[\#1c49ffcc\] {
    color: #1c49ffcc;
  }
  .text-\[\#3B82F6\] {
    color: #3B82F6;
  }
  .text-\[\#4e5e88\] {
    color: #4e5e88;
  }
  .text-\[\#0005E5\] {
    color: #0005E5;
  }
  .text-\[\#0005E6\] {
    color: #0005E6;
  }
  .text-\[\#00037F\] {
    color: #00037F;
  }
  .text-\[\#1447e6\] {
    color: #1447e6;
  }
  .text-\[\#446183\] {
    color: #446183;
  }
  .text-\[\#DB1C0A\] {
    color: #DB1C0A;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-200 {
    color: var(--color-blue-200);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .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-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    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-sm {
    --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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .brightness-90 {
    --tw-brightness: brightness(90%);
    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,);
  }
  .backdrop-filter {
    -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, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:pointer-events-auto {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        pointer-events: auto;
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:text-\[\#1c49ff\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #1c49ff;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:border-gray-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-300);
      }
    }
  }
  .hover\:bg-blue-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-800);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-\[\#1c49ffcc\] {
    &:hover {
      @media (hover: hover) {
        color: #1c49ffcc;
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .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\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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\:ring-blue-300 {
    &:focus {
      --tw-ring-color: var(--color-blue-300);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:-top-12 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * -12);
    }
  }
  .sm\:-top-24 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * -24);
    }
  }
  .sm\:top-2 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 2);
    }
  }
  .sm\:top-3 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 3);
    }
  }
  .sm\:top-7 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 7);
    }
  }
  .sm\:top-\[-30px\] {
    @media (width >= 40rem) {
      top: -30px;
    }
  }
  .sm\:top-\[25px\] {
    @media (width >= 40rem) {
      top: 25px;
    }
  }
  .sm\:top-\[100px\] {
    @media (width >= 40rem) {
      top: 100px;
    }
  }
  .sm\:right-2 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 2);
    }
  }
  .sm\:right-5 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 5);
    }
  }
  .sm\:bottom-8 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:bottom-20 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:bottom-24 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 24);
    }
  }
  .sm\:bottom-\[220px\] {
    @media (width >= 40rem) {
      bottom: 220px;
    }
  }
  .sm\:left-\[-25px\] {
    @media (width >= 40rem) {
      left: -25px;
    }
  }
  .sm\:left-\[-35px\] {
    @media (width >= 40rem) {
      left: -35px;
    }
  }
  .sm\:left-\[-55px\] {
    @media (width >= 40rem) {
      left: -55px;
    }
  }
  .sm\:left-\[-170px\] {
    @media (width >= 40rem) {
      left: -170px;
    }
  }
  .sm\:left-\[-300px\] {
    @media (width >= 40rem) {
      left: -300px;
    }
  }
  .sm\:left-\[360px\] {
    @media (width >= 40rem) {
      left: 360px;
    }
  }
  .sm\:left-\[440px\] {
    @media (width >= 40rem) {
      left: 440px;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-6 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-12 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .sm\:mt-\[-160px\] {
    @media (width >= 40rem) {
      margin-top: -160px;
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-2 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:mb-3 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .sm\:mb-4 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:mb-12 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-1\.5 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 1.5);
    }
  }
  .sm\:h-2 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 2);
    }
  }
  .sm\:h-8 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .sm\:h-96 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .sm\:h-\[100px\] {
    @media (width >= 40rem) {
      height: 100px;
    }
  }
  .sm\:h-\[120px\] {
    @media (width >= 40rem) {
      height: 120px;
    }
  }
  .sm\:h-\[140px\] {
    @media (width >= 40rem) {
      height: 140px;
    }
  }
  .sm\:h-\[180px\] {
    @media (width >= 40rem) {
      height: 180px;
    }
  }
  .sm\:h-\[200px\] {
    @media (width >= 40rem) {
      height: 200px;
    }
  }
  .sm\:h-\[250px\] {
    @media (width >= 40rem) {
      height: 250px;
    }
  }
  .sm\:h-\[300px\] {
    @media (width >= 40rem) {
      height: 300px;
    }
  }
  .sm\:h-\[400px\] {
    @media (width >= 40rem) {
      height: 400px;
    }
  }
  .sm\:h-\[500px\] {
    @media (width >= 40rem) {
      height: 500px;
    }
  }
  .sm\:min-h-\[100px\] {
    @media (width >= 40rem) {
      min-height: 100px;
    }
  }
  .sm\:min-h-\[250px\] {
    @media (width >= 40rem) {
      min-height: 250px;
    }
  }
  .sm\:min-h-\[calc\(100vh-88px\)\] {
    @media (width >= 40rem) {
      min-height: calc(100vh - 88px);
    }
  }
  .sm\:min-h-screen {
    @media (width >= 40rem) {
      min-height: 100vh;
    }
  }
  .sm\:w-1\/4 {
    @media (width >= 40rem) {
      width: calc(1/4 * 100%);
    }
  }
  .sm\:w-7 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 7);
    }
  }
  .sm\:w-8 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .sm\:w-16 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 16);
    }
  }
  .sm\:w-40 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .sm\:w-56 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 56);
    }
  }
  .sm\:w-\[20\%\] {
    @media (width >= 40rem) {
      width: 20%;
    }
  }
  .sm\:w-\[22\%\] {
    @media (width >= 40rem) {
      width: 22%;
    }
  }
  .sm\:w-\[140px\] {
    @media (width >= 40rem) {
      width: 140px;
    }
  }
  .sm\:w-\[162px\] {
    @media (width >= 40rem) {
      width: 162px;
    }
  }
  .sm\:w-\[180px\] {
    @media (width >= 40rem) {
      width: 180px;
    }
  }
  .sm\:w-\[250px\] {
    @media (width >= 40rem) {
      width: 250px;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-\[50\%\] {
    @media (width >= 40rem) {
      max-width: 50%;
    }
  }
  .sm\:max-w-xs {
    @media (width >= 40rem) {
      max-width: var(--container-xs);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-0 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-12 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .sm\:space-y-2 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-6 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-4 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:rounded-3xl {
    @media (width >= 40rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .sm\:border-t-4 {
    @media (width >= 40rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 4px;
    }
  }
  .sm\:p-2\.5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:p-12 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-16 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .sm\:pt-8 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:pt-16 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .sm\:pl-6 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .sm\:pl-10 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .sm\:text-right {
    @media (width >= 40rem) {
      text-align: right;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[1\.75rem\] {
    @media (width >= 40rem) {
      font-size: 1.75rem;
    }
  }
  .sm\:text-\[8px\] {
    @media (width >= 40rem) {
      font-size: 8px;
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:leading-8 {
    @media (width >= 40rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .sm\:leading-\[1\.05\] {
    @media (width >= 40rem) {
      --tw-leading: 1.05;
      line-height: 1.05;
    }
  }
  .md\:top-2 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 2);
    }
  }
  .md\:bottom-5 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:bottom-24 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:bottom-\[120px\] {
    @media (width >= 48rem) {
      bottom: 120px;
    }
  }
  .md\:bottom-\[150px\] {
    @media (width >= 48rem) {
      bottom: 150px;
    }
  }
  .md\:bottom-\[200px\] {
    @media (width >= 48rem) {
      bottom: 200px;
    }
  }
  .md\:left-58 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 58);
    }
  }
  .md\:left-\[-10px\] {
    @media (width >= 48rem) {
      left: -10px;
    }
  }
  .md\:left-\[-30px\] {
    @media (width >= 48rem) {
      left: -30px;
    }
  }
  .md\:left-\[400px\] {
    @media (width >= 48rem) {
      left: 400px;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:my-16 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 16);
    }
  }
  .md\:-mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -16);
    }
  }
  .md\:-mt-32 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -32);
    }
  }
  .md\:-mt-36 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -36);
    }
  }
  .md\:-mt-\[26px\] {
    @media (width >= 48rem) {
      margin-top: calc(26px * -1);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mt-\[-200px\] {
    @media (width >= 48rem) {
      margin-top: -200px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-\[107px\] {
    @media (width >= 48rem) {
      height: 107px;
    }
  }
  .md\:h-\[140px\] {
    @media (width >= 48rem) {
      height: 140px;
    }
  }
  .md\:h-\[250px\] {
    @media (width >= 48rem) {
      height: 250px;
    }
  }
  .md\:min-h-\[107px\] {
    @media (width >= 48rem) {
      min-height: 107px;
    }
  }
  .md\:min-h-\[300px\] {
    @media (width >= 48rem) {
      min-height: 300px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 48rem) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-48 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 48);
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 48rem) {
      width: 20%;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 48rem) {
      width: 50%;
    }
  }
  .md\:w-\[162px\] {
    @media (width >= 48rem) {
      width: 162px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-1 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:space-y-3 {
    @media (width >= 48rem) {
      :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)));
      }
    }
  }
  .md\:space-y-6 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-16 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-\[4rem\] {
    @media (width >= 48rem) {
      padding-top: 4rem;
    }
  }
  .md\:pl-10 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[1\.75rem\] {
    @media (width >= 48rem) {
      font-size: 1.75rem;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:leading-\[1\.05\] {
    @media (width >= 48rem) {
      --tw-leading: 1.05;
      line-height: 1.05;
    }
  }
  .lg\:-top-24 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * -24);
    }
  }
  .lg\:top-3 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 3);
    }
  }
  .lg\:top-\[-90px\] {
    @media (width >= 64rem) {
      top: -90px;
    }
  }
  .lg\:top-\[-113px\] {
    @media (width >= 64rem) {
      top: -113px;
    }
  }
  .lg\:bottom-16 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:bottom-24 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:bottom-\[120px\] {
    @media (width >= 64rem) {
      bottom: 120px;
    }
  }
  .lg\:bottom-\[290px\] {
    @media (width >= 64rem) {
      bottom: 290px;
    }
  }
  .lg\:-left-10 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * -10);
    }
  }
  .lg\:left-\[-55px\] {
    @media (width >= 64rem) {
      left: -55px;
    }
  }
  .lg\:left-\[420px\] {
    @media (width >= 64rem) {
      left: 420px;
    }
  }
  .lg\:left-\[440px\] {
    @media (width >= 64rem) {
      left: 440px;
    }
  }
  .lg\:left-\[525px\] {
    @media (width >= 64rem) {
      left: 525px;
    }
  }
  .lg\:-mt-13 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -13);
    }
  }
  .lg\:-mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -20);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-56 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 56);
    }
  }
  .lg\:mt-\[-200px\] {
    @media (width >= 64rem) {
      margin-top: -200px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[250px\] {
    @media (width >= 64rem) {
      height: 250px;
    }
  }
  .lg\:h-\[300px\] {
    @media (width >= 64rem) {
      height: 300px;
    }
  }
  .lg\:h-\[350px\] {
    @media (width >= 64rem) {
      height: 350px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 64rem) {
      height: 500px;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-16 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-10 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[0\.875rem\] {
    @media (width >= 64rem) {
      font-size: 0.875rem;
    }
  }
  .lg\:text-\[1\.75rem\] {
    @media (width >= 64rem) {
      font-size: 1.75rem;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:font-semibold {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .xl\:bottom-\[6rem\] {
    @media (width >= 80rem) {
      bottom: 6rem;
    }
  }
  .xl\:-mt-24 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * -24);
    }
  }
  .xl\:mt-28 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 28);
    }
  }
  .xl\:h-\[300px\] {
    @media (width >= 80rem) {
      height: 300px;
    }
  }
  .xl\:p-24 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 24);
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-\[9rem\] {
    @media (width >= 80rem) {
      padding-top: 9rem;
    }
  }
  .xl\:pt-\[15rem\] {
    @media (width >= 80rem) {
      padding-top: 15rem;
    }
  }
  .xl\:text-7xl {
    @media (width >= 80rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .xl\:text-\[80px\] {
    @media (width >= 80rem) {
      font-size: 80px;
    }
  }
}
section {
  overflow: hidden;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
  }
}
.animate-fadeInUp {
  animation: fadeInUp 0.8s ease-out forwards;
}
.animate-fadeInLeft {
  animation: fadeInLeft 0.8s ease-out forwards;
}
.animate-fadeInRight {
  animation: fadeInRight 0.8s ease-out forwards;
}
.animate-scaleIn {
  animation: scaleIn 0.6s ease-out forwards;
}
.animate-slideInFromBottom {
  animation: slideInFromBottom 1s ease-out forwards;
}
.animate-pulse-hover {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.animate-pulse-hover:hover {
  animation: pulse 0.6s ease-in-out;
  animation-fill-mode: both;
}
.animate-delay-200 {
  animation-delay: 0.2s;
}
.animate-delay-400 {
  animation-delay: 0.4s;
}
.animate-delay-600 {
  animation-delay: 0.6s;
}
.animate-delay-800 {
  animation-delay: 0.8s;
}
.animate-fadeInUp, .animate-fadeInLeft, .animate-fadeInRight, .animate-scaleIn, .animate-slideInFromBottom {
  opacity: 0;
}
.triangle-top-left {
  clip-path: polygon(0 0, 10px 0, 0 10px);
}
.triangle-bottom-left {
  clip-path: polygon(0 100%, 0 calc(100% - 10px), 10px 100%);
}
.bg-large-text {
  font-weight: 400;
  font-size: 328px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  color: rgba(255 255 255 / 0.13);
  white-space: nowrap;
  letter-spacing: -0.05em;
  mix-blend-mode: soft-light;
}
@media (max-width: 768px) {
  .bg-large-text {
    font-size: 170px;
  }
}
@media (min-width: 1280px) {
  .bg-large-text {
    font-size: 328px;
  }
}
@layer components {
  .underline-custom {
    position: relative;
    display: inline-block;
  }
  .underline-custom::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 48px;
    background-color: #0027ff;
    bottom: -6px;
    left: 0;
  }
  .underline-custom::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 28px;
    background-color: #af1a11;
    bottom: -6px;
    left: 48px;
  }
  .carousel-indicator-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .carousel-indicator {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 8px;
  }
  .carousel-indicator:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .indicator-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .indicator-label {
    transition: color 0.3s ease;
    white-space: nowrap;
    text-align: center;
  }
  .indicator-bar {
    height: 8px !important;
    width: 130px;
    min-width: 190px;
    background-color: #d1d5db;
    transition: all 0.3s ease;
  }
  .carousel-indicator.active .indicator-label {
    color: #1f2937 !important;
    font-weight: 600;
  }
  .carousel-indicator.active .indicator-bar {
    background-color: #154074;
    background: linear-gradient(90deg, #154074 0%, #1e40af 100%);
  }
  @media (max-width: 640px) {
    .carousel-indicator-container {
      padding: 0 8px;
    }
    .carousel-indicator {
      padding: 4px 2px;
      flex: 1;
      max-width: 70px;
    }
    .indicator-content {
      gap: 3px;
    }
    .indicator-bar {
      height: 8px !important;
      width: 100%;
      min-width: 20px !important;
    }
  }
  @media (min-width: 641px) and (max-width: 768px) {
    .carousel-indicator {
      padding: 6px 4px;
      flex: 1;
      max-width: 70px;
    }
    .indicator-bar {
      height: 3px;
      min-width: 30px;
    }
  }
  @media (min-width: 1024px) {
    .carousel-indicator {
      padding: 8px 12px;
      flex: 1;
      max-width: 120px;
    }
    .indicator-bar {
      height: 4px;
      min-width: 60px;
    }
  }
  .carousel-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .carousel-slide.active {
    display: block;
    opacity: 1;
  }
  .btn-arrow::after {
    content: "→";
    margin-left: 8px;
    font-weight: 700;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
  }
  .btn-arrow:hover::after {
    transform: translateX(4px);
  }
  .swiper-dot {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #1e40af;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .swiper-dot:not(.active) {
    background-color: #f3f4f6;
  }
}
.shapes {
  flex-shrink: 0;
  position: absolute;
  width: 1440.09px;
  height: 154.64px;
  top: 750px;
  left: 0;
  z-index: 11;
}
.overlay {
  position: relative;
  width: 1109px;
  height: 48px;
  margin: 0px 0 0 411.513px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/MxweNKmCzt.png) no-repeat center;
  background-size: cover;
  z-index: 11;
}
.overlay-f {
  position: relative;
  width: 411.512px;
  height: 106.64px;
  margin: 0px 0 0 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/b9ws8aQapX.png) no-repeat center;
  background-size: cover;
  z-index: 23;
}
.div-35 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  min-width: 0;
  padding: 0 0 80px 0;
  background: linear-gradient(46.03deg, #010360, #001997);
  z-index: 84;
}
.div-36 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 80px;
  position: relative;
  padding: 30px 133px 30px 133px;
  z-index: 85;
}
.div-37 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 126px;
  z-index: 86;
}
.span-38 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 34px;
  color: #ffffff;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 33.879px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.56px;
  z-index: 87;
}
.div-39 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  height: 6px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/LqzR8i8ffD.png) no-repeat center;
  background-size: cover;
  z-index: 88;
}
.div-3a {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 89;
}
.div-3b {
  flex-shrink: 0;
  position: absolute;
  width: 206.044px;
  height: 206.044px;
  top: -65px;
  left: -75.001px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/SFuyvSiJia.png) no-repeat center;
  background-size: cover;
  z-index: 91;
}
.div-3c {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 1174.09px;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  letter-spacing: -1.2px;
  z-index: 90;
}
.span-3d {
  position: relative;
  color: #ffffff;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.span-3e {
  position: relative;
  color: #ffffff;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  text-transform: lowercase;
  letter-spacing: -1.2px;
}
.span-3f {
  position: relative;
  color: #ffffff;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  text-transform: lowercase;
  letter-spacing: -1.2px;
}
.span-40 {
  position: relative;
  color: #ffffff;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.span-41 {
  position: relative;
  color: #b3d0ff;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 300;
  line-height: 56px;
  text-align: left;
  text-transform: lowercase;
  letter-spacing: -1.2px;
}
.div-42 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  padding: 0 133px 0 133px;
  z-index: 92;
}
.div-43 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  z-index: 93;
}
.div-44 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  padding: 40px 32px 40px 32px;
  z-index: 94;
  backdrop-filter: blur(34px);
}
.shape-45 {
  flex-shrink: 0;
  position: absolute;
  width: 100.1%;
  height: 244px;
  top: 0;
  left: 0;
  z-index: 95;
}
.div-46 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/Jvc9ywGvmH.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 96;
  backdrop-filter: blur(34px);
}
.div-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 160px;
  z-index: 97;
}
.span-48 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 160px;
  height: 96px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
  text-align: left;
  white-space: nowrap;
  z-index: 98;
}
.span-49 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 134px;
  height: 68px;
  color: #475569;
  font-family: Sora, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  text-overflow: initial;
  z-index: 99;
  overflow: hidden;
}
.div-4a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  padding: 40px 32px 40px 32px;
  z-index: 100;
  backdrop-filter: blur(34px);
}
.shape-4b {
  flex-shrink: 0;
  position: absolute;
  width: 100.1%;
  height: 244px;
  top: 0;
  left: 0;
  z-index: 101;
}
.div-4c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/xMdHz9z08s.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 102;
  backdrop-filter: blur(34px);
}
.div-4d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 190px;
  z-index: 103;
}
.span-4e {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 96px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
  text-align: left;
  white-space: nowrap;
  z-index: 104;
}
.span-4f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 134px;
  height: 68px;
  color: #475569;
  font-family: Sora, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  text-overflow: initial;
  z-index: 105;
  overflow: hidden;
}
.div-50 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  z-index: 106;
}
.div-51 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  padding: 40px 32px 40px 32px;
  z-index: 107;
  backdrop-filter: blur(34px);
}
.shape-52 {
  flex-shrink: 0;
  position: absolute;
  width: 100.1%;
  height: 244px;
  top: 0;
  left: 0;
  z-index: 108;
}
.div-53 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/XDc4Oo7W2F.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 109;
  backdrop-filter: blur(34px);
}
.div-54 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  z-index: 110;
}
.span-55 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 190px;
  z-index: 111;
}
.span-56 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 96px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
  text-align: left;
  white-space: nowrap;
  z-index: 112;
}
.span-57 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 134px;
  height: 68px;
  color: #475569;
  font-family: Sora, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  text-overflow: initial;
  z-index: 113;
  overflow: hidden;
}
.div-58 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  padding: 40px 32px 40px 32px;
  z-index: 114;
  backdrop-filter: blur(34px);
}
.shape-59 {
  flex-shrink: 0;
  position: absolute;
  width: 100.1%;
  height: 244px;
  top: 0;
  left: 0;
  z-index: 115;
}
.div-5a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/YzQ8Yd6aSh.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 116;
  backdrop-filter: blur(34px);
}
.div-5b {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  z-index: 117;
}
.div-5c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 190px;
  z-index: 118;
}
.span-5d {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 96px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 64px;
  font-weight: 500;
  line-height: 96px;
  text-align: left;
  white-space: nowrap;
  z-index: 119;
}
.span-5e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 134px;
  height: 68px;
  color: #475569;
  font-family: Sora, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  text-overflow: initial;
  z-index: 120;
  overflow: hidden;
}
.div-5f {
  flex-shrink: 0;
  position: absolute;
  width: 1108px;
  height: 107px;
  top: 0px;
  right: 0.09px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/neMbrBUSLP.png) no-repeat center;
  background-size: cover;
  z-index: 121;
}
.div-60 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  min-width: 0;
  height: 1024px;
  padding: 0 133px 0 133px;
  background: #e0f2fe;
  z-index: 122;
}
.div-61 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 557.045px;
  height: 180px;
  z-index: 123;
}
.div-62 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 152px;
  z-index: 124;
}
.span-63 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 34px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 33.879px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.56px;
  z-index: 125;
}
.div-64 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  height: 6px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/VDMRGQm3Y7.png) no-repeat center;
  background-size: cover;
  z-index: 126;
}
.div-65 {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 557.045px;
  min-width: 0;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  letter-spacing: -1.2px;
  z-index: 127;
}
.span-66 {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.span-67 {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: -1.2px;
}
.span-68 {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.span-69 {
  position: relative;
  color: #0004e5;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 300;
  line-height: 56px;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: -1.2px;
}
.div-6a {
  flex-shrink: 0;
  position: absolute;
  width: 206.044px;
  height: 206.044px;
  top: -12.5px;
  left: -6.478px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/cSO7d9Xh9c.png) no-repeat center;
  background-size: cover;
  z-index: 128;
}
.div-6b {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  z-index: 129;
}
.div-6c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 30px;
  position: relative;
  padding: 16px 16px 16px 16px;
  background: #ffffff;
  z-index: 130;
}
.frame-6d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  height: 300px;
  z-index: 131;
}
.image-6e {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-height: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/35z0JcrC4q.png) no-repeat center;
  background-size: cover;
  z-index: 132;
}
.frame-6f {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  z-index: 133;
}
.frame-70 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  z-index: 134;
}
.heading-71 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 135;
}
.solar-cell {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 41px;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  letter-spacing: -0.68px;
  z-index: 136;
}
.conversion-efficiency {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 346.03px;
  height: 40px;
  color: #446083;
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  z-index: 137;
}
.button-72 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 222px;
  z-index: 138;
}
.button-73 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 280px;
  height: 56px;
  padding: 12px 32px 12px 32px;
  z-index: 139;
  border-radius: 64px;
}
.shape-74 {
  flex-shrink: 0;
  position: absolute;
  width: 222px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/O7tCorsYj5.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 140;
}
.read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 108px;
  height: 22px;
  color: #ffffff;
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.96px;
  z-index: 141;
}
.vector-75 {
  flex-shrink: 0;
  position: relative;
  width: 26.75px;
  height: 11.046px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/1VhB6mZGA2.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 142;
}
.frame-76 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 30px;
  position: relative;
  padding: 16px 16px 16px 16px;
  background: #ffffff;
  z-index: 143;
}
.frame-77 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  height: 300px;
  z-index: 144;
}
.image-78 {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-height: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/zHMmRJasaW.png) no-repeat center;
  background-size: cover;
  z-index: 145;
}
.frame-79 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  z-index: 146;
}
.frame-7a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  z-index: 147;
}
.heading-7b {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 148;
}
.solar-module-7c {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 41px;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  letter-spacing: -0.68px;
  z-index: 149;
}
.conversion-efficiency-7d {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 346.03px;
  height: 40px;
  color: #446083;
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  z-index: 150;
}
.button-7e {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 222px;
  z-index: 151;
}
.button-7f {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 280px;
  height: 56px;
  padding: 12px 32px 12px 32px;
  z-index: 152;
  border-radius: 64px;
}
.shape-80 {
  flex-shrink: 0;
  position: absolute;
  width: 222px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/V5hibMV6yE.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 153;
}
.read-more-81 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 108px;
  height: 22px;
  color: #ffffff;
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.96px;
  z-index: 154;
}
.vector-82 {
  flex-shrink: 0;
  position: relative;
  width: 26.75px;
  height: 11.046px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/JqWnXaARiX.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 155;
}
.frame-83 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 30px;
  position: relative;
  padding: 16px 16px 16px 16px;
  background: #ffffff;
  z-index: 156;
}
.frame-84 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  height: 300px;
  z-index: 157;
}
.image-85 {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-height: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/h9ynfqUPk5.png) no-repeat center;
  background-size: cover;
  z-index: 158;
}
.frame-86 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  z-index: 159;
}
.frame-87 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  z-index: 160;
}
.heading-88 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 161;
}
.bess {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 41px;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  letter-spacing: -0.68px;
  z-index: 162;
}
.conversion-efficiency-89 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 346.03px;
  height: 40px;
  color: #446083;
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  z-index: 163;
}
.button-8a {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 280px;
  z-index: 164;
}
.button-8b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 280px;
  height: 56px;
  padding: 12px 32px 12px 32px;
  z-index: 165;
  border-radius: 64px;
}
.shape-8c {
  flex-shrink: 0;
  position: absolute;
  width: 222px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/8uoJDNeXVy.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 166;
}
.read-more-8d {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 108px;
  height: 22px;
  color: #ffffff;
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.96px;
  z-index: 167;
}
.vector-8e {
  flex-shrink: 0;
  position: relative;
  width: 26.75px;
  height: 11.046px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/SjzgmVi1Fu.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 168;
}
.shapes-8f {
  flex-shrink: 0;
  position: absolute;
  width: 100%;
  height: 154.64px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 169;
}
.overlay-90 {
  position: relative;
  width: 1;
  height: 48px;
  margin: 0px 0 0 411.513px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/7QMECazjg8.png) no-repeat center;
  background-size: cover;
  z-index: 171;
}
.overlay-91 {
  position: relative;
  width: 411.512px;
  height: 106.64px;
  margin: 0px 0 0 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/kkb7Pjtxoo.png) no-repeat center;
  background-size: cover;
  z-index: 170;
}
.certification {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  z-index: 172;
}
.frame-92 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 60px;
  position: relative;
  min-width: 0;
  padding: 80px 133px 80px 133px;
  background: #ffffff;
  z-index: 173;
}
.frame-93 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 60px;
  position: relative;
  z-index: 174;
}
.frame-94 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  z-index: 175;
}
.about-us-95 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 153px;
  z-index: 176;
}
.certifications {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 34px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 33.879px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.56px;
  z-index: 177;
}
.frame-96 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  height: 6px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/3F90pvj3xq.png) no-repeat center;
  background-size: cover;
  z-index: 178;
}
.heading-97 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  z-index: 179;
}
.quality-certified-test {
  flex-shrink: 0;
  position: relative;
  width: 249px;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  letter-spacing: -0.88px;
  z-index: 180;
}
.quality {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -0.88px;
}
.certified-test {
  position: relative;
  color: #0005e5;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -0.88px;
}
.polygon-98 {
  flex-shrink: 0;
  position: absolute;
  width: 171.346px;
  height: 171.346px;
  top: -71px;
  left: 330px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/pRbzMSfTAL.png) no-repeat center;
  background-size: cover;
  z-index: 181;
}
.container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1006.47px;
  z-index: 182;
}
.list {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-width: 0;
  z-index: 183;
}
.flex-row-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 1006.43px;
  height: 150px;
  margin: 0 0 0 0.02px;
  z-index: 198;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 184;
}
.link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 185;
}
.certification-99 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/6cGAK726tS.png) no-repeat center;
  background-size: cover;
  z-index: 186;
  overflow: hidden;
}
.item-9a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 187;
}
.link-9b {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 188;
}
.certification-9c {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/n5z9gPGZrK.png) no-repeat center;
  background-size: cover;
  z-index: 189;
  overflow: hidden;
}
.item-9d {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 190;
}
.link-9e {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 191;
}
.certification-9f {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/AbrXyw1A3t.png) no-repeat center;
  background-size: cover;
  z-index: 192;
  overflow: hidden;
}
.item-a0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 193;
}
.link-a1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 194;
}
.certification-a2 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/XMV7VNUnWV.png) no-repeat center;
  background-size: cover;
  z-index: 195;
  overflow: hidden;
}
.item-a3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 196;
}
.cert {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/nNskyxhXys.png) no-repeat center;
  background-size: cover;
  z-index: 197;
  overflow: hidden;
}
.item-a4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 198;
}
.cert-a5 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/30wUr819Ga.png) no-repeat center;
  background-size: cover;
  z-index: 199;
  overflow: hidden;
}
.flex-row-cba {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 1006.43px;
  height: 150px;
  margin: 20px 0 0 0.02px;
  z-index: 213;
}
.item-a6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 200;
}
.cert-a7 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/OCiCR1eqxE.png) no-repeat center;
  background-size: cover;
  z-index: 201;
  overflow: hidden;
}
.item-a8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 202;
}
.cert-a9 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/nWhLe5PT0f.png) no-repeat center;
  background-size: cover;
  z-index: 203;
  overflow: hidden;
}
.item-aa {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 204;
}
.link-ab {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 205;
}
.certification-ac {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/au0PeOTzYm.png) no-repeat center;
  background-size: cover;
  z-index: 206;
  overflow: hidden;
}
.item-ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 207;
}
.link-ae {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 208;
}
.certification-af {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/ZUkLrog6yR.png) no-repeat center;
  background-size: cover;
  z-index: 209;
  overflow: hidden;
}
.item-b0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 210;
}
.link-b1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 211;
}
.certification-b2 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/2G573Mc6PX.png) no-repeat center;
  background-size: cover;
  z-index: 212;
  overflow: hidden;
}
.item-b3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 213;
}
.link-b4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 214;
}
.certification-b5 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/acmUAbAbOQ.png) no-repeat center;
  background-size: cover;
  z-index: 215;
  overflow: hidden;
}
.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 664.25px;
  height: 150px;
  margin: 20px 0 0 171.11px;
  z-index: 225;
}
.item-b6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 216;
}
.link-b7 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 217;
}
.certification-b8 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/SsQfOAVAUt.png) no-repeat center;
  background-size: cover;
  z-index: 218;
  overflow: hidden;
}
.item-b9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 219;
}
.link-ba {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 220;
}
.certification-bb {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/fh5tSHdbTN.png) no-repeat center;
  background-size: cover;
  z-index: 221;
  overflow: hidden;
}
.item-bc {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 222;
}
.link-bd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 223;
}
.certification-be {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/DQh4Y5LoRZ.png) no-repeat center;
  background-size: cover;
  z-index: 224;
  overflow: hidden;
}
.item-bf {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  z-index: 225;
}
.link-c0 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  z-index: 226;
}
.certification-c1 {
  flex-shrink: 0;
  position: relative;
  width: 150.97px;
  height: 150px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/qd6exhguQO.png) no-repeat center;
  background-size: cover;
  z-index: 227;
  overflow: hidden;
}
.shapes-c2 {
  flex-shrink: 0;
  position: absolute;
  height: 154.64px;
  width: 1109px;
  top: 0;
  right: 0px;
  left: 0px;
  z-index: 228;
  overflow-x: hidden;
}
.overlay-c3 {
  position: relative;
  width: 1109px;
  height: 48px;
  margin: 0px 0 0 411.513px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/Wcpj9wdsf6.png) no-repeat center;
  background-size: cover;
  z-index: 230;
}
.overlay-c4 {
  position: relative;
  width: 411.512px;
  height: 106.64px;
  margin: 0px 0 0 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/WtyFKwRRhZ.png) no-repeat center;
  background-size: cover;
  z-index: 229;
}
.frame-c5 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 60px;
  position: relative;
  min-width: 0;
  padding: 160px 133px 160px 133px;
  background: #ffffff;
  z-index: 231;
  overflow: hidden;
}
.frame-c6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 80px;
  position: relative;
  z-index: 232;
}
.heading-c7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 176px;
  z-index: 233;
}
.about-us-c8 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 34px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 33.879px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.56px;
  z-index: 234;
}
.frame-c9 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  height: 6px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/X6Oy8YUAH4.png) no-repeat center;
  background-size: cover;
  z-index: 235;
}
.heading-ca {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  z-index: 236;
}
.cutting-edge-technology {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
  letter-spacing: -1.2px;
  z-index: 237;
}
.cutting-edge-technology-cb {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.hyderabad {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.hyderabad-cc {
  position: relative;
  color: #0004e5;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 300;
  line-height: 64px;
  text-align: left;
  text-transform: lowercase;
  letter-spacing: -1.2px;
}
.polygon-cd {
  flex-shrink: 0;
  position: absolute;
  width: 206.044px;
  height: 206.044px;
  top: -67.5px;
  left: -67.001px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/yYrErHWt0Q.png) no-repeat center;
  background-size: cover;
  z-index: 238;
}
.offering-sustainable-energy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 557.045px;
  height: 150px;
  color: #446083;
  font-family: Sora, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  letter-spacing: 2px;
  z-index: 239;
}
.frame-ce {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 10px;
  position: relative;
  z-index: 240;
}
.image-cf {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  height: 529px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/tVFLeTh9Um.png) no-repeat center;
  background-size: cover;
  z-index: 241;
}
.types {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: absolute;
  width: 567px;
  height: 432px;
  top: 50%;
  left: 50%;
  padding: 0 60px 0 60px;
  transform: translate(-50.01%, -49.88%);
  z-index: 242;
}
.frame-d0 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  min-width: 0;
  height: 128px;
  padding: 24px 16px 24px 24px;
  z-index: 243;
  backdrop-filter: blur(44.4px);
}
.shape-d1 {
  flex-shrink: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 244;
}
.union-d2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/HJkX9GUByp.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 245;
}
.frame-d3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: 246;
}
.text-input {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 247;
}
.text-input-d4 {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 29px;
  color: #ffffff;
  font-family: General Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 248;
}
.solar-energy {
  flex-shrink: 0;
  position: relative;
  width: 80px;
  height: 80px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/tanf0LLtSt.png) no-repeat center;
  background-size: cover;
  z-index: 249;
  overflow: hidden;
}
.frame-d5 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  min-width: 0;
  height: 128px;
  padding: 24px 16px 24px 24px;
  z-index: 250;
  backdrop-filter: blur(44.4px);
}
.shape-d6 {
  flex-shrink: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 251;
}
.union-d7 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/k0UDo1CAPq.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 252;
}
.frame-d8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: 253;
}
.text-input-d9 {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 254;
}
.text-input-da {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 29px;
  color: #ffffff;
  font-family: General Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 255;
}
.solar-energy-db {
  flex-shrink: 0;
  position: relative;
  width: 80px;
  height: 80px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/p2LT10jRB2.png) no-repeat center;
  background-size: cover;
  z-index: 256;
  overflow: hidden;
}
.frame-dc {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  min-width: 0;
  height: 128px;
  padding: 24px 16px 24px 24px;
  z-index: 257;
  backdrop-filter: blur(44.4px);
}
.shape-dd {
  flex-shrink: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 258;
}
.union-de {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/5ECuSGqVXT.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 259;
}
.frame-df {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: 260;
}
.text-input-e0 {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Sora, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 261;
}
.text-input-e1 {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 29px;
  color: #ffffff;
  font-family: General Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 262;
}
.solar-energy-e2 {
  flex-shrink: 0;
  position: relative;
  width: 80px;
  height: 80px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/mhDT8CW6EY.png) no-repeat center;
  background-size: cover;
  z-index: 263;
  overflow: hidden;
}
.frame-e3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 100%;
  padding: 80px 133px 160px 133px;
  background: #e0f2fe;
  z-index: 264;
  overflow: hidden;
}
.heading-e4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 557.045px;
  height: 180px;
  z-index: 265;
}
.heding-e5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 68px;
  z-index: 266;
}
.about-us-e6 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 34px;
  color: #11131f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 33.879px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.56px;
  z-index: 267;
}
.frame-e7 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  height: 6px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/m1ZMVYp5XB.png) no-repeat center;
  background-size: cover;
  z-index: 268;
}
.exciting-new-updates {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  letter-spacing: -1.2px;
  z-index: 269;
}
.exciting-new-updates-e8 {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.span-e9 {
  position: relative;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.span-ea {
  position: relative;
  color: #0004e5;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 60px;
  font-weight: 300;
  line-height: 56px;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: -1.2px;
}
.div-eb {
  flex-shrink: 0;
  position: absolute;
  width: 206.044px;
  height: 206.044px;
  top: -12.5px;
  left: -6.478px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/FsOMJ3jwCi.png) no-repeat center;
  background-size: cover;
  z-index: 270;
}
.div-ec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  z-index: 271;
}
.div-ed {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 30px;
  position: relative;
  padding: 16px 16px 16px 16px;
  z-index: 272;
}
.div-ee {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0.09px;
  bottom: 0;
  left: 0px;
  z-index: 273;
}
.div-ef {
  position: absolute;
  width: 100%;
  height: 432px;
  top: 0;
  left: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/DPc79f3qR2.png) no-repeat center;
  background-size: cover;
  z-index: 274;
}
.div-f0 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 462px;
  height: 400px;
  z-index: 275;
}
.div-f1 {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-width: 0;
  min-height: 0;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/ud4z6uxJE8.png) no-repeat center;
  background-size: cover;
  z-index: 276;
}
.div-f2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: 100%;
  position: relative;
  padding: 16px 0 16px 0;
  z-index: 277;
}
.div-f3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  z-index: 278;
}
.div-f4 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 279;
}
.span-f5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 650.09px;
  height: 106px;
  color: #00027f;
  font-family: Inter Tight, var(--default-font-family);
  font-size: 44px;
  font-weight: 600;
  line-height: 53.238px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -0.88px;
  z-index: 280;
}
.span-f6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 650.09px;
  height: 90px;
  color: #446083;
  font-family: Sora, var(--default-font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  text-align: left;
  z-index: 281;
}
.div-f7 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  padding: 12px 16px 12px 16px;
  z-index: 282;
}
.div-f8 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-width: 0;
  height: 9px;
  background: #0005e5;
  z-index: 283;
}
.div-f9 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-width: 0;
  height: 9px;
  background: #e0e1e4;
  z-index: 284;
  backdrop-filter: blur(80.4px);
}
.div-fa {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-width: 0;
  height: 9px;
  background: #e0e1e4;
  z-index: 285;
  backdrop-filter: blur(80.4px);
}
.div-fb {
  flex-shrink: 0;
  position: absolute;
  width: 1109px;
  height: 154.643px;
  top: 0;
  right: 0px;
  left: -56px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-22/vcFegsTGQZ.png) no-repeat center;
  background-size: cover;
  z-index: 286;
}
.div-12f {
  flex-shrink: 0;
  position: absolute;
  width: 1438.09px;
  height: 306.112px;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 338;
  overflow: hidden;
}
.span-130 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 146.73%;
  top: -28.76%;
  left: calc(50% - 620.04px);
  font-family: Inter Tight, var(--default-font-family);
  font-size: 408.6021423339844px;
  font-weight: 400;
  line-height: 449.165px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -4.09px;
  background: linear-gradient(180deg, #0005e5, #00027f);
  z-index: 339;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.allesun {
  font-size: 408.602px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -4.086px;
}
@media (max-width: 640px) {
  .allesun {
    font-size: 120px;
    letter-spacing: -1.2px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .allesun {
    font-size: 180px;
    letter-spacing: -1.8px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .allesun {
    font-size: 250px;
    letter-spacing: -2.5px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .allesun {
    font-size: 320px;
    letter-spacing: -3.2px;
  }
}
@media (min-width: 1281px) {
  .allesun {
    font-size: 408.602px;
    letter-spacing: -4.086px;
  }
}
.custom-clip-path1 {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.custom-clip-path {
  clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 84%, 93% 100%, 20% 100%, 0 100%, 0 0);
}
.custom-clip-path2 {
  clip-path: polygon(20% 0%, 96% 0, 100% 30%, 100% 78%, 100% 100%, 20% 100%, 0 100%, 0 0);
  border: 1px solid #0005E6;
}
@media (max-width: 375px) {
  .mobileShapes {
    margin-top: -40px !important;
  }
}
@media (max-width: 425px) {
  .mobileShapes {
    margin-top: -47px;
  }
}
.custom-clip {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 26% 100%, 0 77%, 0% 20%);
  height: 400px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-clip {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 26% 100%, 0 77%, 0% 20%);
  }
}
@media (max-width: 767px) {
  .custom-clip {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 26% 100%, 0 77%, 0% 20%);
  }
}
@media (max-width: 320px) {
  .colorBars {
    bottom: 20px;
  }
  .whiteBar {
    left: 240px;
  }
}
@media (min-width: 321px) and (max-width: 424px) {
  .colorBars {
    bottom: 70px;
  }
  .whiteBar {
    left: 295px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .colorBars {
    bottom: 115px;
  }
  .whiteBar {
    left: 344px;
  }
}
@media (max-width: 768px) {
  .div-35 {
    padding: 0 20px 40px 20px;
    gap: 30px;
  }
  .div-36 {
    padding: 20px 0;
    gap: 40px;
  }
  .div-3c {
    font-size: 32px !important;
    line-height: 36px !important;
    white-space: normal !important;
    text-align: center;
    width: 100% !important;
  }
  .span-3d, .span-3e, .span-3f, .span-40, .span-41 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .div-42 {
    padding: 0 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .div-43, .div-50 {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
  }
  .div-44, .div-4a, .div-51, .div-58 {
    padding: 30px 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }
  .div-47, .div-4d, .div-54, .div-5b {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .span-48, .span-4e, .span-56, .span-5d {
    font-size: 48px !important;
    line-height: 56px !important;
    text-align: center;
    display: block;
    width: 100%;
  }
  .span-49, .span-4f, .span-57, .span-5e {
    width: 100% !important;
    height: auto !important;
    text-align: center;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-top: 10px;
  }
  .div-5f {
    display: none;
  }
}
@media (max-width: 480px) {
  .div-3c {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .span-3d, .span-3e, .span-3f, .span-40, .span-41 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .span-48, .span-4e, .span-56, .span-5d {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .div-44, .div-4a, .div-51, .div-58 {
    padding: 20px 15px;
    max-width: 280px;
    min-height: 180px;
  }
  .span-49, .span-4f, .span-57, .span-5e {
    font-size: 11px !important;
    line-height: 14px !important;
  }
}
@media (max-width: 768px) {
  .div-60 {
    padding: 40px 20px;
    height: auto;
    min-height: auto;
  }
  .div-65 {
    font-size: 32px !important;
    line-height: 36px !important;
    white-space: normal !important;
    text-align: center;
    width: 100% !important;
  }
  .span-66, .span-67, .span-68, .span-69 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .div-6b {
    flex-direction: column;
    gap: 30px;
  }
  .div-6c, .frame-76, .frame-83 {
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .frame-6d, .frame-77, .frame-84 {
    height: 250px;
  }
  .solar-cell, .solar-module-7c, .bess {
    font-size: 28px !important;
    line-height: 34px !important;
    text-align: center;
  }
  .conversion-efficiency, .conversion-efficiency-7d, .conversion-efficiency-89 {
    width: 100% !important;
    height: auto !important;
    text-align: center;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .button-72, .button-7e, .button-8a {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .button-73, .button-7f, .button-8b {
    width: 100% !important;
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .div-65 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .span-66, .span-67, .span-68, .span-69 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .solar-cell, .solar-module-7c, .bess {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .frame-6d, .frame-77, .frame-84 {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .frame-92 {
    padding: 40px 20px;
    gap: 40px;
  }
  .quality-certified-test {
    font-size: 32px !important;
    line-height: 40px !important;
    width: auto !important;
    white-space: normal !important;
    text-align: center;
  }
  .quality, .certified-test {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .container {
    width: 100% !important;
  }
  .list {
    width: 100%;
  }
  .flex-row-c, .flex-row-cba {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
  }
  .flex-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 0 0 !important;
  }
  .item, .item-9a, .item-9d, .item-a0, .item-a3, .item-a4, .item-a6, .item-a8, .item-aa, .item-ad, .item-b0, .item-b3, .item-b6, .item-b9, .item-bc, .item-bf {
    width: 120px !important;
    height: 120px !important;
    margin: 5px;
  }
  .certification-99, .certification-9c, .certification-9f, .certification-a2, .cert, .cert-a5, .cert-a7, .cert-a9, .certification-ac, .certification-af, .certification-b2, .certification-b5, .certification-b8, .certification-bb, .certification-be, .certification-c1 {
    width: 120px !important;
    height: 120px !important;
  }
  .link, .link-9b, .link-9e, .link-a1, .link-ab, .link-ae, .link-b1, .link-b4, .link-b7, .link-ba, .link-bd, .link-c0 {
    width: 120px !important;
  }
  .polygon-98 {
    display: none;
  }
}
@media (max-width: 480px) {
  .quality-certified-test {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .quality, .certified-test {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .item, .item-9a, .item-9d, .item-a0, .item-a3, .item-a4, .item-a6, .item-a8, .item-aa, .item-ad, .item-b0, .item-b3, .item-b6, .item-b9, .item-bc, .item-bf {
    width: 100px !important;
    height: 100px !important;
  }
  .certification-99, .certification-9c, .certification-9f, .certification-a2, .cert, .cert-a5, .cert-a7, .cert-a9, .certification-ac, .certification-af, .certification-b2, .certification-b5, .certification-b8, .certification-bb, .certification-be, .certification-c1 {
    width: 100px !important;
    height: 100px !important;
  }
  .link, .link-9b, .link-9e, .link-a1, .link-ab, .link-ae, .link-b1, .link-b4, .link-b7, .link-ba, .link-bd, .link-c0 {
    width: 100px !important;
  }
}
@media (max-width: 768px) {
  .frame-c5 {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }
  .cutting-edge-technology {
    font-size: 32px !important;
    line-height: 40px !important;
    text-align: center;
  }
  .cutting-edge-technology-cb, .hyderabad, .hyderabad-cc {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .offering-sustainable-energy {
    width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
  }
  .frame-ce {
    width: 100%;
  }
  .image-cf {
    height: 300px;
  }
  .types {
    position: static;
    transform: none;
    width: 90% !important;
    height: 90% !important;
    padding: 20px;
    gap: 20px;
    border-radius: 10px;
    margin-top: -310px;
    z-index: 242;
  }
  .frame-d0, .frame-d5, .frame-dc {
    height: auto !important;
    padding: 0px 16px;
    min-height: 70px;
  }
  .text-input-d4, .text-input-da, .text-input-e1 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .text-input, .text-input-d9, .text-input-e0 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .solar-energy, .solar-energy-db, .solar-energy-e2 {
    width: 60px !important;
    height: 60px !important;
  }
  .polygon-cd {
    display: none;
  }
}
@media (max-width: 480px) {
  .cutting-edge-technology {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .cutting-edge-technology-cb, .hyderabad, .hyderabad-cc {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .offering-sustainable-energy {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .text-input-d4, .text-input-da, .text-input-e1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .solar-energy, .solar-energy-db, .solar-energy-e2 {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 768px) {
  .frame-e3 {
    padding: 40px 20px 80px 20px;
    gap: 30px;
  }
  .exciting-new-updates {
    font-size: 32px !important;
    line-height: 36px !important;
    white-space: normal !important;
  }
  .exciting-new-updates-e8, .span-e9, .span-ea {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .div-ec {
    flex-direction: column;
    align-items: center;
  }
  .div-ed {
    flex-direction: column;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    gap: 20px;
  }
  .div-f0 {
    width: 100% !important;
    height: 250px !important;
  }
  .span-f5 {
    width: 100% !important;
    height: auto !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center;
  }
  .span-f6 {
    width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
  }
  .div-f7 {
    width: 100% !important;
    justify-content: center;
    margin-top: 20px;
  }
  .div-eb {
    display: none;
  }
}
@media (max-width: 480px) {
  .exciting-new-updates {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .exciting-new-updates-e8, .span-e9, .span-ea {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .span-f5 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .span-f6 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .div-f0 {
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  .div-3b, .div-6a, .div-eb, .polygon-98, .polygon-cd {
    display: none !important;
  }
  .div-5f {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .div-35 {
    padding: 0 40px 60px 40px;
  }
  .div-36 {
    padding: 25px 40px;
  }
  .div-60 {
    padding: 60px 40px;
  }
  .frame-92 {
    padding: 60px 40px;
  }
  .frame-c5 {
    padding: 80px 40px;
  }
  .frame-e3 {
    padding: 60px 40px 120px 40px;
  }
}
.tab-active {
  color: #1f2937 !important;
  font-weight: 600 !important;
  background-color: rgba(0, 39, 255, 0.1) !important;
  border-bottom: 4px solid #0027ff !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
