/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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-500: oklch(63.7% 0.237 25.331);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --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-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-3xl: 64px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-orange: #F97316;
    --color-primary-green: #22C55E;
    --container-width: 1480px;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-top-12 {
    top: calc(var(--spacing) * -12);
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-\[40px\] {
    top: 40px;
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-0 {
    right: 0px;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .-left-5 {
    left: calc(var(--spacing) * -5);
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-\[-50px\] {
    left: -50px;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-99999 {
    z-index: 99999;
  }
  .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-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .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-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[460px\] {
    height: 460px;
  }
  .h-\[470px\] {
    height: 470px;
  }
  .h-\[560px\] {
    height: 560px;
  }
  .h-\[640px\] {
    height: 640px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[280px\] {
    min-height: 280px;
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .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-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[48\%\] {
    width: 48%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[680px\] {
    width: 680px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1450px\] {
    max-width: 1450px;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-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\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .-skew-x-\[15deg\] {
    --tw-skew-x: skewX(calc(15deg * -1));
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .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-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .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-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  :where(.space-y-4 > :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)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :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)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .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);
  }
  .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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#EBEBEB\] {
    border-color: #EBEBEB;
  }
  .border-\[\#F2F2F2\] {
    border-color: #F2F2F2;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-\[\#0A0A0A\] {
    background-color: #0A0A0A;
  }
  .bg-\[\#0C3757\] {
    background-color: #0C3757;
  }
  .bg-\[\#1B1B1B\] {
    background-color: #1B1B1B;
  }
  .bg-\[\#123D5B\] {
    background-color: #123D5B;
  }
  .bg-\[\#123D5B\]\/90 {
    background-color: color-mix(in oklab, #123D5B 90%, transparent);
  }
  .bg-\[\#D94114\] {
    background-color: #D94114;
  }
  .bg-\[\#F04A17\] {
    background-color: #F04A17;
  }
  .bg-\[\#F04E23\] {
    background-color: #F04E23;
  }
  .bg-\[\#F04E23\]\/10 {
    background-color: color-mix(in oklab, #F04E23 10%, transparent);
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F14616\] {
    background-color: #F14616;
  }
  .bg-\[\#F97316\] {
    background-color: #F97316;
  }
  .bg-\[\#FDE9DC\] {
    background-color: #FDE9DC;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-orange-600 {
    background-color: var(--color-orange-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[repeating-linear-gradient\(135deg\,\#e5e5e5_0px\,\#e5e5e5_2px\,transparent_2px\,transparent_6px\)\] {
    background-image: repeating-linear-gradient(135deg,#e5e5e5 0px,#e5e5e5 2px,transparent 2px,transparent 6px);
  }
  .from-\[\#E44B22\] {
    --tw-gradient-from: #E44B22;
    --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-\[\#A82F12\] {
    --tw-gradient-to: #A82F12;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-35 {
    padding-top: calc(var(--spacing) * 35);
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'Inter\'\] {
    font-family: 'Inter';
  }
  .font-\[\'Roboto\'\] {
    font-family: 'Roboto';
  }
  .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-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-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-11 {
    --tw-leading: calc(var(--spacing) * 11);
    line-height: calc(var(--spacing) * 11);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[57px\] {
    --tw-leading: 57px;
    line-height: 57px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\#123D5B\] {
    color: #123D5B;
  }
  .text-\[\#232433\] {
    color: #232433;
  }
  .text-\[\#393738\] {
    color: #393738;
  }
  .text-\[\#CDCCCC\] {
    color: #CDCCCC;
  }
  .text-\[\#F04A17\] {
    color: #F04A17;
  }
  .text-\[\#F04E23\] {
    color: #F04E23;
  }
  .text-\[\#F97316\] {
    color: #F97316;
  }
  .text-\[\#d64019\] {
    color: #d64019;
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .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-900 {
    color: var(--color-gray-900);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-primary-orange {
    color: var(--color-primary-orange);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-400::placeholder {
    color: var(--color-gray-400);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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-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;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  @media (hover: hover) {
    .group-hover\:visible:is(:where(.group):hover *) {
      visibility: visible;
    }
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:translate-y-0:is(:where(.group):hover *) {
      --tw-translate-y: 0px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:rotate-180:is(:where(.group):hover *) {
      rotate: 180deg;
    }
    .group-hover\:bg-\[\#F97316\]:is(:where(.group):hover *) {
      background-color: #F97316;
    }
    .group-hover\:text-white:is(:where(.group):hover *) {
      color: var(--color-white);
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
    .hover\:-translate-y-2:hover {
      --tw-translate-y: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:border-\[\#F97316\]:hover {
      border-color: #F97316;
    }
    .hover\:bg-orange-700:hover {
      background-color: var(--color-orange-700);
    }
    .hover\:bg-white\/10:hover {
      background-color: color-mix(in srgb, #fff 10%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
    .hover\:bg-white\/15:hover {
      background-color: color-mix(in srgb, #fff 15%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/15:hover {
        background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
    .hover\:from-\[\#d64019\]:hover {
      --tw-gradient-from: #d64019;
      --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));
    }
    .hover\:to-\[\#92260d\]:hover {
      --tw-gradient-to: #92260d;
      --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));
    }
    .hover\:text-\[\#F97316\]:hover {
      color: #F97316;
    }
    .hover\:text-orange-700:hover {
      color: var(--color-orange-700);
    }
    .hover\:text-primary-orange:hover {
      color: var(--color-primary-orange);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:opacity-80:hover {
      opacity: 80%;
    }
    .hover\:shadow-2xl:hover {
      --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);
    }
  }
  .focus\:border-orange-500:focus {
    border-color: var(--color-orange-500);
  }
  .focus\:border-orange-600:focus {
    border-color: var(--color-orange-600);
  }
  .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-orange-200:focus {
    --tw-ring-color: var(--color-orange-200);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
    .sm\:pr-6 {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:left-6 {
      left: calc(var(--spacing) * 6);
    }
    .md\:w-44 {
      width: calc(var(--spacing) * 44);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .md\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
    .md\:pt-\[170px\] {
      padding-top: 170px;
    }
    .md\:pt-\[175px\] {
      padding-top: 175px;
    }
    .md\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
    .md\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .md\:text-\[38px\] {
      font-size: 38px;
    }
    .md\:text-\[42px\] {
      font-size: 42px;
    }
    .md\:text-\[46px\] {
      font-size: 46px;
    }
    .md\:text-\[48px\] {
      font-size: 48px;
    }
    .md\:text-\[50px\] {
      font-size: 50px;
    }
  }
  @media (width >= 64rem) {
    .lg\:-left-12 {
      left: calc(var(--spacing) * -12);
    }
    .lg\:order-1 {
      order: 1;
    }
    .lg\:order-2 {
      order: 2;
    }
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .lg\:col-span-8 {
      grid-column: span 8 / span 8;
    }
    .lg\:-mt-20 {
      margin-top: calc(var(--spacing) * -20);
    }
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
    .lg\:block {
      display: block;
    }
    .lg\:w-\[220px\] {
      width: 220px;
    }
    .lg\:w-\[560px\] {
      width: 560px;
    }
    .lg\:max-w-2xl {
      max-width: var(--container-2xl);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[1fr_520px\] {
      grid-template-columns: 1fr 520px;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:flex-row-reverse {
      flex-direction: row-reverse;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .lg\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }
    .lg\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
    .lg\:pr-8 {
      padding-right: calc(var(--spacing) * 8);
    }
    .lg\:pl-12 {
      padding-left: calc(var(--spacing) * 12);
    }
    .lg\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .lg\:text-\[48px\] {
      font-size: 48px;
    }
  }
  @media (width >= 80rem) {
    .xl\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .xl\:block {
      display: block;
    }
    .xl\:flex {
      display: flex;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:text-\[54px\] {
      font-size: 54px;
    }
    .xl\:text-\[58px\] {
      font-size: 58px;
    }
  }
}
:root {
  --primary-orange: #F97316;
  --primary-green: #22C55E;
  --primary-blue: #1D4ED8;
  --header-black: #111111;
  --header-black-2: #393738;
  --text-body: #707173;
  --text-body-light: #A5A5A5;
  --white: #FFFFFF;
  --black: #000000;
  --section-light: #F9F9F9;
  --section-dark: #1C1D18;
  --border: #D7D7D7;
  --footer-border: #252525;
  --container-width: 1440px;
  --content-width: 1200px;
  --service-width: 1290px;
  --radius-sm: 5px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --section-space: 80px;
}
@media (max-width:768px) {
  :root {
    --section-space: 60px;
  }
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/instrumentsans.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Inter', sans-serif;
  color: #393738;
  overflow-x: hidden;
  max-width: 100%;
}
header, main, footer, section, .container-custom {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.section-with-bg {
  background: url(../images/why-choose-bg.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  [data-aos] {
    transform: none !important;
  }
}
.skip-to-main-content-link {
  position: fixed;
  left: -9999px;
  z-index: 9999;
  padding: 1em;
  background-color: var(--color-primary-orange);
  border-color: var(--color-primary-orange);
  color: var(--color-white);
  opacity: 0;
  border-radius: 0px 0px 9px 9px;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  outline: 1px solid var(--color-primary-green);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.skip-to-main-content-link:hover {
  background-color: var(--color-primary-green);
  color: var(--text-white);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Instrument Sans', sans-serif;
}
.container-custom {
  max-width: var(--container-width);
  margin: auto;
  padding-inline: 20px;
}
.nav-link {
  font-family: 'Instrument Sans';
  font-size: 16px;
  font-weight: 600;
  color: #0C3757;
  transition: all 0.3s ease;
  line-height: 30px;
  padding: 20px 0px;
}
.nav-link:hover,.nav-link.active,.mobile-link.active {
  color: #E8441A;
  transition: all 0.3s ease;
}
.logo-main {
  background: url(../images/logo-bg.webp) no-repeat top center;
  width: 175px;
  height: 177px;
  position: absolute;
  top: -21px;
  text-align: center;
  padding: 20px 0px;
  left: 0;
}
.logo-main img {
  margin: 0 auto;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 100px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.btn-primary {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  background: linear-gradient( 180deg, #E8441A 0%, #82260F 100% );
  color: #fff;
  font-family: 'Instrument Sans';
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}
.btn-black {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  background: #1C1B1F;
  color: #fff;
  font-family: 'Instrument Sans';
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-black:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}
.btn-icon {
  width: 20px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-box {
  border-radius: 0px;
  padding: 30px 0;
  color: #fff;
}
.feature-box-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.feature-icon {
  width: auto;
  height: 41px;
  border-radius: 0;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-form {
  background: rgba(1,146,229,.60);
  border-radius: 10px;
  padding: 30px;
}
.hero-form h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero-form label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.hero-form form {
  text-align: center;
}
.hero-form input, .hero-form select {
  width: 100%;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  font-size: 12px;
}
.hero-form .btn-primary {
  width: auto;
}
.form-badge {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 11px;
}
.service-card {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 20px;
  min-height: 214px;
  display: flex;
  flex-direction: column;
}
.service-title {
  font-family: 'Inter',sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #E8441A;
  line-height: 1.5;
}
.service-line {
  width: 18px;
  height: 3px;
  background: #E8441A;
  margin: 12px 0 16px;
}
.service-text {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #707173;
  padding-bottom: 30px;
}
.service-icon {
  width: 54px;
  height: 54px;
  margin-top: auto;
}
.choose-list {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  color: #393738;
}
.choose-list i {
  color: #F97316;
  font-size: 14px;
}
.chooseSwiper .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.chooseSwiper .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 20px;
  background: #D9D9D9;
  opacity: 1;
}
.chooseSwiper .swiper-pagination-bullet-active {
  background: #F97316;
}
.area-card {
  padding: 40px 22px;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  min-height: 285px;
  display: flex;
  flex-direction: column;
  transition: .35s ease;
}
.area-card:hover {
  background: rgba(255,255,255,.04);
}
.location-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #F97316;
}
.area-title {
  font-family: 'Instrument Sans';
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.area-line {
  width: 100%;
  height: 1px;
  background: #F97316;
  display: block;
  margin-bottom: 25px;
}
.area-text {
  font-family: 'Instrument Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
  opacity: .9;
  margin-bottom: 25px;
}
.area-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Instrument Sans';
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  transition: .3s;
}
.area-arrow {
  width: 14px;
  height: 14px;
  transition: .3s;
}
.area-link:hover .area-arrow {
  transform: translate(3px,-3px);
}
.bottom-notice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Instrument Sans';
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.notice-dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  background: #F97316;
}
.bg-blue {
  background: linear-gradient( 180deg, rgba(12, 55, 87, 0) 0%, rgba(12, 55, 87, 1) 100% );
}
.pt-35 {
  padding-top: calc(var(--spacing) * 35);
}
@media (max-width:1024px) {
  .about-image {
    width: 100%;
    height: auto;
  }
  .badge {
    left: 20px;
    width: 160px;
  }
}
@media (max-width:1279px) {
  .area-card:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width:1280px) {
  .area-card:nth-child(3n) {
    border-right: none;
  }
  .area-card:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width:767px) {
  .area-card {
    min-height: auto;
    padding: 30px 20px;
  }
  .area-title {
    font-size: 18px;
  }
  .area-text {
    font-size: 15px;
  }
  .bottom-notice {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.why-card {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 40px 20px;
  min-height: 166px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.why-card:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  background-color: var(--primary-orange);
  transition: all 0.3s ease;
  transform: translateY(-6px) !important;
}
.why-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.why-title {
  font-family: 'Inter',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #393738;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.why-card:hover .why-icon {
  filter: brightness(0) invert(1);
}
.why-card:hover .why-title {
  color: var(--white);
}
@media (max-width:767px) {
  .why-card {
    min-height: 140px;
    padding: 25px 15px;
  }
  .why-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
  }
  .why-title {
    font-size: 13px;
  }
}
.social-icon {
  width: 47px;
  height: 42px;
  background: #2E2F31;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  transition: .3s;
}
.social-icon:hover {
  background: #F97316;
  transform: translateY(-3px);
}
.footer-title {
  font-family: 'Inter',sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
}
.footer-line {
  width: 28px;
  height: 3px;
  display: block;
  margin-top: 12px;
  background: #F97316;
}
.footer-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #A5A5A5;
}
.footer-info i {
  margin-top: 3px;
  color: #A5A5A5;
}
.footer-info a {
  color: #A5A5A5;
  transition: .3s;
}
.footer-info a:hover {
  color: #F97316;
}
.footer-service {
  position: relative;
  padding-left: 14px;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #A5A5A5;
  transition: .3s;
}
.footer-service::before {
  content: '›';
  position: absolute;
  left: 0;
  top: 0;
}
.footer-service:hover {
  color: #F97316;
  transform: translateX(4px);
}
.working-hours {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #D0D0D0;
}
.copyright-text {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
@media (max-width:767px) {
  .footer-title {
    font-size: 22px;
  }
  .footer-service {
    font-size: 15px;
  }
  .working-hours {
    font-size: 15px;
  }
  .copyright-text {
    font-size: 14px;
  }
}
.swiper-pagination {
  width: fit-content !important;
}
.mobile-link {
  padding: 14px 20px;
  color: #fff;
  font-family: 'Instrument Sans';
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: .3s;
}
.mobile-link:hover {
  background: rgba(255,255,255,.05);
  color: #F97316;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(7, 7, 7, 0.5);
  transition: color .3s;
}
.breadcrumb a:hover {
  color: #F97316;
}
.breadcrumb span.sep {
  color: rgba(0, 0, 0, 0.25);
  font-size: 13px;
}
.breadcrumb span.cur {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #F97316;
}
.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  border-radius: 4px;
  background: #F97316;
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  margin-top: 48px;
}
.stat-strip-item {
  flex: 1 1 150px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  transition: background .3s;
}
.stat-strip-item:last-child {
  border-right: none;
}
.stat-strip-item:hover {
  background: rgba(249,115,22,0.12);
}
.stat-val {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #F97316;
  line-height: 1;
}
.stat-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.60);
  margin-top: 6px;
}
.intro-number {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 120px;
  font-weight: 900;
  color: #F2F2F2;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}
.timeline-wrap {
  position: relative;
  padding-left: 36px;
}
.timeline-wrap::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #F97316 0%, rgba(249,115,22,0.10) 100%);
}
.tl-step {
  position: relative;
  padding-bottom: 36px;
}
.tl-step:last-child {
  padding-bottom: 0;
}
.tl-dot {
  position: absolute;
  left: -36px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F97316;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(249,115,22,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-dot span {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 9px;
  font-weight: 800;
  color: #fff;
}
.tl-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #393738;
  margin-bottom: 5px;
}
.tl-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #707173;
}
.tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.tab-btn {
  padding: 9px 20px;
  border-radius: 5px;
  border: 1.5px solid #E0E0E0;
  background: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #707173;
  cursor: pointer;
  transition: all .25s;
}
.tab-btn:hover, .tab-btn.active {
  background: #F97316;
  border-color: #F97316;
  color: #fff;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: grid;
}
.dmg-panel-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  background: #1B1B1B;
}
.dmg-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}
.dmg-panel-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #F97316;
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.dmg-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #393738;
  line-height: 1.6;
}
.dmg-check i {
  color: #F97316;
  margin-top: 2px;
  flex-shrink: 0;
}
.warn-card {
  padding: 28px 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #EBEBEB;
  position: relative;
  overflow: hidden;
  transition: .35s ease;
}
.warn-card:hover {
  border-color: #F97316;
  box-shadow: 0 12px 35px rgba(249,115,22,0.10);
  transform: translateY(-4px);
}
.warn-num {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: rgba(249,115,22,0.08);
  position: absolute;
  top: -4px;
  right: 12px;
  line-height: 1;
  user-select: none;
}
.warn-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #F97316, #B54B00);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.warn-icon i {
  color: #fff;
  font-size: 18px;
}
.warn-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #393738;
  margin-bottom: 8px;
}
.warn-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #707173;
}
.trust-bar {
  background: #0F6494;
  padding: 18px 0;
}
.trust-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 40px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.trust-item i {
  font-size: 16px;
  opacity: 0.85;
}
.trust-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.40);
}
.dark-box {
  background: #1C1D18;
  border-radius: 12px;
  padding: 36px 30px;
}
.dark-box-label {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #F97316;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}
.dark-box-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 14px;
}
.dark-box-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 24px;
}
.dark-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 10px;
}
.dark-check i {
  color: #F97316;
}
.faq-row {
  border-bottom: 1px solid #EBEBEB;
}
.faq-row:first-child {
  border-top: 1px solid #EBEBEB;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  text-align: left;
  background: transparent;
  cursor: pointer;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #393738;
  transition: color .25s;
}
.faq-q:hover {
  color: #F97316;
}
.faq-q .faq-arrow {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 2px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #393738;
  font-size: 12px;
  transition: all .3s;
}
.faq-row.open .faq-q {
  color: #F97316;
}
.faq-row.open .faq-arrow {
  background: #F97316;
  border-color: #F97316;
  color: #fff;
  transform: rotate(180deg);
}
.faq-a {
  display: none;
  padding: 0 0 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #707173;
}
.faq-row.open .faq-a {
  display: block;
}
.review-card {
  border-radius: 10px;
  padding: 30px 26px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  transition: .35s ease;
}
.review-card:hover {
  background: rgba(255,255,255,0.10);
  transform: translateY(-4px);
}
.review-stars {
  color: #F97316;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.review-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}
.review-name {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.review-loc {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #F97316;
  margin-top: 2px;
}
.ins-strip {
  background: linear-gradient(100deg, #1C1D18 60%, #2a2b20 100%);
  border-radius: 14px;
  padding: 42px 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-left: 5px solid #F97316;
}
.ins-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.ins-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.60);
  margin-top: 5px;
}
.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.sec-label-line {
  width: 28px;
  height: 3px;
  background: #F97316;
  border-radius: 2px;
}
.sec-label-text {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #f04e23;
}
.sec-label-text.on-dark {
  color: rgba(255,255,255,0.55);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: all 300ms ease;
  background: #ffffff;
}
header.scrolled {
  background: #ffffff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}
@media (max-width:990px) {
  .tab-bar {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: start;
  }
  .tab-btn {
    text-wrap: nowrap;
  }
}
.ada_toggle {
  border: 0px solid #fff;
  width: 52px;
  line-height: 60px;
  text-align: center;
  background: var(--primary-orange) !important;
  color: #fff;
  position: fixed;
  top: 165px;
  border-radius: 0px 5px 5px 0px;
  left: -2px;
  z-index: 99999 !important;
  cursor: pointer;
  height: 50px;
}
.ada_button_outer {
  z-index: 9999 !important;
}
.ada_button_outer .cmn_ada_box .trigger_desaturate, .ada_button_outer .cmn_ada_box .trigger_highlight_links, .ada_button_outer .cmn_ada_box .trigger_legible_fonts, .ada_button_outer .cmn_ada_box .trigger_read_page, .ada_button_outer .cmn_ada_box .trigger_keyboard_nav {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reset_btn {
  background: var(--primary-orange) !important;
  color: #0E121D !important;
}
.reset_btn:hover {
  background: #27282c !important;
  color: #fff !important;
}
.ada_toggle img {
  filter: brightness(0);
}
.mobile-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 999999 !important;
  padding: 0 50px;
}
.mobile-menu.show {
  max-height: 80vh;
  opacity: 1;
}
@media (max-width:1280px) {
  .logo-main {
    width: 120px;
    height: 120px;
    top: -21px;
    left: -2px;
    background-size: contain;
  }
}
@media (max-width:480px) {
  .mobile-menu {
    padding: 0;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}
@media(max-width:1280px){
    .gap-11 {
    gap: 50px;
}
}
.custom-button-desktop{
    display:none;
}
@media(min-width:768px){
    .custom-button-desktop{
        display:flex;
    }
    .custom-button-mobile{
        display:none;
    }
}
@media (width >= 80rem) {
    footer .xl\:grid-cols-5 {
        grid-template-columns: 1fr 0.7fr 1fr 1fr 1.3fr;
    }
}