/*! tailwindcss v4.1.11 | 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-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-4xl: 56rem;
    --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);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --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;
  }
  :-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;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .\!relative {
    position: relative !important;
  }
  .\!sticky {
    position: sticky !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .top-\[18px\] {
    top: 18px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .\!z-10 {
    z-index: 10 !important;
  }
  .\!z-30 {
    z-index: 30 !important;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-50 {
    z-index: 50;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-23 {
    grid-column: 23;
  }
  .col-auto {
    grid-column: auto;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-0 {
    margin-inline-end: calc(var(--spacing) * 0);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .\!mt-8 {
    margin-top: calc(var(--spacing) * 8) !important;
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .\!h-\[340px\] {
    height: 340px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[60\%\] {
    height: 60%;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[570px\] {
    height: 570px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[450px\] {
    max-height: 450px;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .\!w-1\/2 {
    width: calc(1/2 * 100%) !important;
  }
  .\!w-\[30\%\] {
    width: 30% !important;
  }
  .\!w-\[250px\] {
    width: 250px !important;
  }
  .\!w-\[260px\] {
    width: 260px !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-\[148px\] {
    width: 148px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-\[6px\] {
    --tw-translate-x: 6px;
    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-\[12px\] {
    --tw-translate-y: calc(12px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[16px\] {
    --tw-translate-y: calc(16px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[60px\] {
    --tw-translate-y: 60px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[64px\] {
    --tw-translate-y: 64px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\!flex-row {
    flex-direction: row !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .\!justify-center {
    justify-content: center !important;
  }
  .\!justify-end {
    justify-content: flex-end !important;
  }
  .\!justify-start {
    justify-content: flex-start !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-\[100px\] {
    gap: 100px !important;
  }
  .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-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .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)));
    }
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#9898AC\] {
    border-color: #9898AC;
  }
  .border-\[\#FAA31A\] {
    border-color: #FAA31A;
  }
  .border-\[\#FFFFFF\] {
    border-color: #FFFFFF;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-\[\#2c2f58\] {
    background-color: #2c2f58;
  }
  .bg-\[\#00012D\] {
    background-color: #00012D;
  }
  .bg-\[\#EEEEEE\] {
    background-color: #EEEEEE;
  }
  .bg-\[\#F1F1F1\] {
    background-color: #F1F1F1;
  }
  .bg-\[\#F3F3F3\] {
    background-color: #F3F3F3;
  }
  .bg-\[\#F6F6F6\] {
    background-color: #F6F6F6;
  }
  .bg-\[\#FAA31A29\] {
    background-color: #FAA31A29;
  }
  .bg-\[\#FAA31A\] {
    background-color: #FAA31A;
  }
  .bg-\[\#FFFFFF3D\] {
    background-color: #FFFFFF3D;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#eeeeee\] {
    background-color: #eeeeee;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-none {
    background-image: none;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .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-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .\!pt-\[175px\] {
    padding-top: 175px !important;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .\!pl-0 {
    padding-left: calc(var(--spacing) * 0) !important;
  }
  .\!text-center {
    text-align: center !important;
  }
  .\!text-start {
    text-align: start !important;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .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-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-\[16px\] {
    font-size: 16px !important;
  }
  .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-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\] {
    --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-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .\!text-\[\#FAA31A\] {
    color: #FAA31A !important;
  }
  .\!text-\[\#FFFFFF\] {
    color: #FFFFFF !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#0B0B0B78\] {
    color: #0B0B0B78;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#6a7883\] {
    color: #6a7883;
  }
  .text-\[\#00012D\] {
    color: #00012D;
  }
  .text-\[\#00000047\] {
    color: #00000047;
  }
  .text-\[\#22222278\] {
    color: #22222278;
  }
  .text-\[\#42424266\] {
    color: #42424266;
  }
  .text-\[\#ADADBB\] {
    color: #ADADBB;
  }
  .text-\[\#B2B3C1\] {
    color: #B2B3C1;
  }
  .text-\[\#FAA31A\] {
    color: #FAA31A;
  }
  .text-\[\#FFFFFF7D\] {
    color: #FFFFFF7D;
  }
  .text-\[\#FFFFFF82\] {
    color: #FFFFFF82;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .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-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .group-hover\:\!rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg !important;
      }
    }
  }
  .group-hover\:fill-\[\#000000\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #000000;
      }
    }
  }
  .group-hover\:fill-\[\#00012D\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #00012D;
      }
    }
  }
  .group-hover\:fill-\[\#020202\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #020202;
      }
    }
  }
  .group-hover\:fill-\[\#FFFFFF\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #FFFFFF;
      }
    }
  }
  .hover\:\!bg-\[\#00000010\] {
    &:hover {
      @media (hover: hover) {
        background-color: #00000010 !important;
      }
    }
  }
  .hover\:bg-\[\#2c2f58\] {
    &:hover {
      @media (hover: hover) {
        background-color: #2c2f58;
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:w-1\/3 {
    @media (width >= 40rem) {
      width: calc(1/3 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 40rem) {
      width: calc(2/3 * 100%);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:space-y-0 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .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)));
      }
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:h-\[260px\] {
    @media (width >= 48rem) {
      height: 260px;
    }
  }
  .md\:h-\[575px\] {
    @media (width >= 48rem) {
      height: 575px;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .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\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .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-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-24 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .md\:gap-x-4 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-y-10 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-y-12 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-7 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-\[12px\] {
    @media (width >= 48rem) {
      font-size: 12px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[19px\] {
    @media (width >= 48rem) {
      font-size: 19px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .lg\:bottom-8 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:left-8 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 8);
    }
  }
  .lg\:\!mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto !important;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-12 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[280px\] {
    @media (width >= 64rem) {
      height: 280px;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 64rem) {
      height: 450px;
    }
  }
  .lg\:\!w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%) !important;
    }
  }
  .lg\:\!w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70% !important;
    }
  }
  .lg\:\!w-fit {
    @media (width >= 64rem) {
      width: fit-content !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[25\%\] {
    @media (width >= 64rem) {
      width: 25%;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 64rem) {
      width: 35%;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 64rem) {
      width: 55%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[65\%\] {
    @media (width >= 64rem) {
      width: 65%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-\[120\%\] {
    @media (width >= 64rem) {
      width: 120%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:\!flex-row {
    @media (width >= 64rem) {
      flex-direction: row !important;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:\!justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end !important;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 64rem) {
      padding-block: 120px;
    }
  }
  .lg\:\!pt-\[140px\] {
    @media (width >= 64rem) {
      padding-top: 140px !important;
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:\!text-start {
    @media (width >= 64rem) {
      text-align: start !important;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 64rem) {
      font-size: 80px;
    }
  }
  .xl\:mt-8 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .xl\:mt-10 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:mt-12 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .xl\:mt-\[150px\] {
    @media (width >= 80rem) {
      margin-top: 150px;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:translate-y-\[100px\] {
    @media (width >= 80rem) {
      --tw-translate-y: 100px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:translate-y-\[120px\] {
    @media (width >= 80rem) {
      --tw-translate-y: 120px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-9 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-16 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:gap-\[10px\] {
    @media (width >= 80rem) {
      gap: 10px;
    }
  }
  .xl\:border-t {
    @media (width >= 80rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .xl\:py-\[18px\] {
    @media (width >= 80rem) {
      padding-block: 18px;
    }
  }
  .xl\:py-\[160px\] {
    @media (width >= 80rem) {
      padding-block: 160px;
    }
  }
  .xl\:pt-\[160px\] {
    @media (width >= 80rem) {
      padding-top: 160px;
    }
  }
  .xl\:\!text-\[24px\] {
    @media (width >= 80rem) {
      font-size: 24px !important;
    }
  }
  .xl\:text-\[16px\] {
    @media (width >= 80rem) {
      font-size: 16px;
    }
  }
  .xl\:text-\[18px\] {
    @media (width >= 80rem) {
      font-size: 18px;
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 80rem) {
      font-size: 20px;
    }
  }
  .xl\:text-\[24px\] {
    @media (width >= 80rem) {
      font-size: 24px;
    }
  }
  .xl\:text-\[32px\] {
    @media (width >= 80rem) {
      font-size: 32px;
    }
  }
  .\32 xl\:mt-4 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:mt-12 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:mt-16 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:mt-\[60px\] {
    @media (width >= 96rem) {
      margin-top: 60px;
    }
  }
  .\32 xl\:h-\[280px\] {
    @media (width >= 96rem) {
      height: 280px;
    }
  }
  .\32 xl\:h-\[340px\] {
    @media (width >= 96rem) {
      height: 340px;
    }
  }
  .\32 xl\:h-\[520px\] {
    @media (width >= 96rem) {
      height: 520px;
    }
  }
  .\32 xl\:h-\[613px\] {
    @media (width >= 96rem) {
      height: 613px;
    }
  }
  .\32 xl\:w-\[80\%\] {
    @media (width >= 96rem) {
      width: 80%;
    }
  }
  .\32 xl\:gap-4 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:gap-5 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:gap-6 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:gap-8 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:gap-10 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:gap-16 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:gap-24 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:gap-\[80px\] {
    @media (width >= 96rem) {
      gap: 80px;
    }
  }
  .\32 xl\:gap-y-16 {
    @media (width >= 96rem) {
      row-gap: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:\!py-\[120px\] {
    @media (width >= 96rem) {
      padding-block: 120px !important;
    }
  }
  .\32 xl\:py-\[120px\] {
    @media (width >= 96rem) {
      padding-block: 120px;
    }
  }
  .\32 xl\:py-\[160px\] {
    @media (width >= 96rem) {
      padding-block: 160px;
    }
  }
  .\32 xl\:pt-8 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:pt-\[160px\] {
    @media (width >= 96rem) {
      padding-top: 160px;
    }
  }
  .\32 xl\:text-\[14px\] {
    @media (width >= 96rem) {
      font-size: 14px;
    }
  }
  .\32 xl\:text-\[20px\] {
    @media (width >= 96rem) {
      font-size: 20px;
    }
  }
  .\32 xl\:text-\[22px\] {
    @media (width >= 96rem) {
      font-size: 22px;
    }
  }
  .\32 xl\:text-\[24px\] {
    @media (width >= 96rem) {
      font-size: 24px;
    }
  }
  .\32 xl\:text-\[32px\] {
    @media (width >= 96rem) {
      font-size: 32px;
    }
  }
  .\32 xl\:text-\[120px\] {
    @media (width >= 96rem) {
      font-size: 120px;
    }
  }
}
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-track {
  background-color: #b6b2b2;
}
::-webkit-scrollbar-thumb {
  background-color: #00012D;
}
body {
  font-family: "Manrope", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .container {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 767px;
    padding-inline: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 1023px;
    padding-inline: 3rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .container {
    max-width: 1440px;
    padding-inline: 3rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1535px) {
  .container {
    max-width: 1535px;
    padding-inline: 3rem;
  }
}
@media only screen and (min-width: 1536px) and (max-width: 1680px) {
  .container {
    max-width: 1535px;
    padding-inline: 5rem;
  }
}
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}
.common-sec-gap {
  margin-bottom: calc(var(--spacing) * 10);
  @media (width >= 64rem) {
    margin-bottom: 60px;
  }
  @media (width >= 80rem) {
    margin-bottom: 80px;
  }
  @media (width >= 96rem) {
    margin-bottom: 100px;
  }
}
.common-section-padding {
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    padding-block: 60px;
  }
  @media (width >= 64rem) {
    padding-block: 70px;
  }
  @media (width >= 96rem) {
    padding-block: 80px;
  }
}
.navbar-top {
  position: relative;
  top: calc(var(--spacing) * 0);
  z-index: 40;
  width: 100% !important;
  background-color: #00012d;
}
.scrolled {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 50;
  width: 100%;
  transition: all 0.3s ease-out;
  background-color: #00012D;
  backdrop-filter: blur(10px);
}
.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 1) !important;
  border-radius: 0;
  font-size: 16px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  color: #F4F5F6;
  text-transform: capitalize;
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    bottom: -4px;
  }
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    height: 2px;
  }
  &::after {
    content: var(--tw-content);
    width: 0px;
  }
  &::after {
    content: var(--tw-content);
    background-color: #FFFFFF;
  }
  &::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  &::after {
    content: var(--tw-content);
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  &::after {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: transparent;
    }
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.dropdown-list {
  padding-block: calc(var(--spacing) * 1);
  font-size: 16px !important;
  color: var(--color-gray-500);
  &:hover {
    @media (hover: hover) {
      color: #00012d;
    }
  }
}
.nav-drop:hover .nav-links {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.nav-drop {
  padding-inline: 16px;
  padding-block: 24px !important;
  @media (width >= 96rem) {
    padding-inline: 18px;
  }
}
.nav-drop:first-child {
  padding-left: calc(var(--spacing) * 12) !important;
}
.center-dropdown {
  position: absolute;
  top: 64px;
  left: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: #F4F4F4;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  padding-block: calc(var(--spacing) * 4);
}
.nav-drop:hover .center-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.drop-list {
  display: flex;
  width: 60%;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  padding-block: 24px;
  font-size: 18px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: #0B0B0B78;
  &:hover {
    @media (hover: hover) {
      color: #000000;
    }
  }
}
.drop-list::after {
  content: url('data:image/svg+xml,<svg width="6" height="8" viewBox="0 0 6 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.2151 4.34938L1.73665 7.82783L0.867188 6.95837L3.91091 3.91465L0.867188 0.870924L1.73665 0.00146484L5.2151 3.47992C5.33037 3.59523 5.39513 3.7516 5.39513 3.91465C5.39513 4.0777 5.33037 4.23407 5.2151 4.34938Z" fill="%230BD866"/></svg>');
  display: none;
}
.center-dropdown .cd-submenu:hover .drop-list {
  color: #00012D !important;
}
.center-dropdown .cd-submenu:hover .drop-list::after {
  display: block;
}
.btn-type-1 {
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #FFFFFF;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 2);
  text-align: center;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 1;
  letter-spacing: 1;
  color: #FFFFFF;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: #00012D;
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: #FFFFFF;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: #00012D;
    }
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 64rem) {
    font-size: 18px;
  }
  @media (width >= 80rem) {
    padding-block: 10px;
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 12);
  }
  @media (width >= 96rem) {
    font-size: 20px;
  }
}
.sub-drop-list {
  font-size: 16px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: #000000;
}
.sub-center-dropdown .cd-submenu:hover .sub-drop-list {
  color: #000000;
}
.ham-main {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
.ham-list {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: #76706B;
  &:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
}
.ham-links {
  position: relative;
  padding-block: calc(var(--spacing) * 3);
  font-size: 24px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  @media (width >= 48rem) {
    font-size: 28px;
  }
}
.ham-submenu {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: calc(var(--spacing) * 4);
}
.submenu-list {
  margin-bottom: calc(var(--spacing) * 4);
  padding-left: calc(var(--spacing) * 6);
  font-size: 16px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.ham-accordion {
  width: 100%;
  cursor: pointer;
}
.ham-content {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 36;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  background-color: #00012D;
  padding-top: calc(var(--spacing) * 16);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  @media (width >= 64rem) {
    display: flex;
  }
}
.ham-accordion:after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.1875 5.5H10.8125M6 0.6875V10.3125" stroke="%23FFFFFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 11px;
  right: 10px;
}
.hamActive:after {
  content: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.1875 5.5H10.8125" stroke="%23FFFFFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 11px;
  right: 10px;
}
.newPanel {
  max-height: calc(var(--spacing) * 0);
  overflow: hidden;
  transition-property: max-height;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.2s;
  transition-duration: 0.2s;
  --tw-ease: ease-out;
  transition-timing-function: ease-out;
}
.ham-dropdown span {
  position: absolute;
  right: calc(var(--spacing) * 0);
  height: 3px;
  width: 25px;
  background-color: #FFFFFF;
  transition-property: 0.4s;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.bar1 {
  top: calc(var(--spacing) * 0);
}
.bar2, .bar3 {
  top: calc(var(--spacing) * 2);
}
.bar4 {
  top: calc(var(--spacing) * 4);
}
.change-icon .bar1 {
  opacity: 0;
  top: calc(var(--spacing) * 2);
}
.change-icon .bar2 {
  rotate: 45deg;
}
.change-icon .bar3 {
  rotate: calc(45deg * -1);
}
.change-icon .bar4 {
  opacity: 0;
  top: calc(var(--spacing) * 2);
}
.change {
  --tw-translate-x: 0;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.98, 0, 0.03, 0.99) !important;
}
.slider-content-wrapper {
  position: absolute;
  top: calc(var(--spacing) * 0);
  z-index: 10;
  display: flex;
  height: 100% !important;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 4);
}
.video-slider-overlay {
  opacity: 0.5;
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #00012D;
  padding-inline: calc(var(--spacing) * 4);
  padding-top: 100px;
}
.image-slider-overlay {
  opacity: 0.8;
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #00012D;
  padding-inline: calc(var(--spacing) * 4);
  padding-top: 100px;
}
.video-slider-overlay h2, .image-slider-overlay h2, .hero-banner-slider-title, .slider-content-wrapper h2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    width: 50%;
  }
  @media (width >= 64rem) {
    font-size: 36px;
  }
  @media (width >= 96rem) {
    font-size: 42px;
  }
}
.video-slider-overlay p, .image-slider-overlay p, .hero-banner-slider-description, .slider-content-wrapper p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: 300;
  font-weight: 300;
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: #B2B3C1;
  @media (width >= 64rem) {
    width: 55%;
  }
  @media (width >= 96rem) {
    font-size: 16px;
  }
}
.hero-btn-sec {
  margin-top: calc(var(--spacing) * 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 3);
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.heroSwiper-pagination {
  position: absolute !important;
  bottom: 40px !important;
  left: calc(1/2 * 100%) !important;
  z-index: 1 !important;
  display: flex;
  --tw-translate-x: -50% !important;
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  align-items: center;
  justify-content: center;
}
.heroSwiper-pagination .swiper-pagination-bullet {
  height: 11px !important;
  width: 11px !important;
  border-radius: 20px !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: #FFFFFF !important;
  background-color: transparent;
}
.heroSwiper-pagination .swiper-pagination-bullet-active {
  height: 15px !important;
  width: 15px !important;
  background-color: #FFFFFF;
}
.video-slide-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #00012D;
}
.video-slide-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.btn-type-2 {
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FFFFFF;
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1;
  letter-spacing: 1;
  color: #00012D;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #00012D;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: #FFFFFF;
    }
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 96rem) {
    padding-block: 16px;
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.about-video-wrapper {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: calc(10 * -1);
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-btn {
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FFFFFF;
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1;
  letter-spacing: 1;
  color: #00012D;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #00012D;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: #FFFFFF;
    }
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 96rem) {
    padding-block: 16px;
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.about-text {
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  @media (width >= 96rem) {
    font-size: 16px;
  }
}
.about-description {
  font-size: 14px;
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  color: #FFFFFF;
  @media (width >= 96rem) {
    font-size: 16px;
  }
}
.btn-type-3 {
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FFFFFF;
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1;
  letter-spacing: 1;
  color: #00012D;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #00012D;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: #FFFFFF;
    }
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 96rem) {
    padding-block: 16px;
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.btn-type-4 {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  background-color: #00012D;
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #FAA31A;
    }
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 18px;
  }
}
.btn-type-5 {
  width: 100%;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #FAA31A;
  background-color: #FFFFFF;
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-black);
  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));
  &:hover {
    @media (hover: hover) {
      background-color: #FAA31A;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: #FFFFFF;
    }
  }
  @media (width >= 40rem) {
    width: auto;
  }
}
@keyframes marquee--move__logos {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.marquee-logos {
  position: relative;
  margin-top: calc(var(--spacing) * 10);
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.marquee-logos__container {
  display: flex;
  animation: marquee--move__logos 35s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
.marquee-logos__container img {
  height: calc(var(--spacing) * 9);
  width: 140px;
  min-width: 15rem;
  object-fit: contain;
}
.marquee-logos__fade {
  position: absolute;
  z-index: 1;
  width: calc(var(--spacing) * 8);
  background-image: linear-gradient(90deg,rgba(0,0,18,0),#000012);
}
.marquee-logos__container .swiper-slide {
  width: auto;
}
.about-sec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-color: #FFFFFF;
  &:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.about-sec-item:nth-child(2) {
  border-right-style: var(--tw-border-style);
  border-right-width: 0px;
  border-color: #FFFFFF;
  @media (width >= 64rem) {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
.section-heading {
  position: relative;
  margin-bottom: calc(var(--spacing) * 3);
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #838383;
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.section-title {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 28px;
  --tw-leading: 1;
  line-height: 1;
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 28px;
  }
  @media (width >= 80rem) {
    font-size: 32px;
  }
  @media (width >= 96rem) {
    margin-bottom: calc(var(--spacing) * 4);
  }
  @media (width >= 96rem) {
    font-size: 40px;
  }
}
.section-description {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 14px;
  color: #838383;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.data-sec-box {
  display: flex;
  flex-direction: column;
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-color: #FFFFFF;
  padding-inline: calc(var(--spacing) * 1);
  &:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 2);
  }
}
.data-number {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 24px;
  --tw-leading: 1;
  line-height: 1;
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 28px;
  }
  @media (width >= 64rem) {
    font-size: 32px;
  }
  @media (width >= 96rem) {
    font-size: 44px;
  }
}
.data-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #FFFFFF;
  @media (width >= 96rem) {
    font-size: 16px;
  }
}
.data-sec-btn {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  @media (width >= 96rem) {
    margin-top: 60px;
  }
}
.tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius-md);
  padding-block: calc(var(--spacing) * 3);
  padding-right: calc(var(--spacing) * 4);
  padding-left: calc(var(--spacing) * 6);
  text-align: start;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  font-size: 16px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-gray-500);
  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));
  &:hover {
    @media (hover: hover) {
      background-color: #2c2f58;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.c-arrow {
  display: none;
}
.tab-content {
  position: relative;
}
.tab-content-img-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 5);
  }
  @media (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 96rem) {
    gap: calc(var(--spacing) * 6);
  }
}
.tab-content-img-wrapper figure {
  position: relative;
  margin-bottom: calc(var(--spacing) * 0) !important;
  height: 250px;
  width: 100%;
  border-radius: 12px;
  @media (width >= 48rem) {
    height: 220px;
  }
  @media (width >= 80rem) {
    height: 250px;
  }
}
.tab-content-img-wrapper figure a {
  height: 100% !important;
}
.tab-content-img-wrapper img {
  height: 100% !important;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.tab-content-img-wrapper figure span {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 100% !important;
  width: 100% !important;
  border-radius: 12px;
  padding: calc(var(--spacing) * 4);
  font-size: 18px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  @media (width >= 48rem) {
    font-size: 14px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
  @media (width >= 96rem) {
    font-size: 19px;
  }
}
.tab-content a {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
.tab-content button::after {
  content: url('data:image/svg+xml,<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.5L17 7.5M17 7.5L11 13.5M17 7.5L11 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: none;
}
.tab-content a:hover::after {
  display: block;
}
.active-tab {
  position: relative;
  background-color: #2c2f58;
  color: var(--color-white);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: 8px;
  }
  &::before {
    content: var(--tw-content);
    left: 8px;
  }
  &::before {
    content: var(--tw-content);
    height: 28px;
  }
  &::before {
    content: var(--tw-content);
    width: 6px;
  }
  &::before {
    content: var(--tw-content);
    border-radius: 2px;
  }
  &::before {
    content: var(--tw-content);
    background-color: #FFFFFF;
  }
  &::before {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
}
.active-tab .c-arrow {
  display: block;
}
.upcoming, .past {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #B3B3B3;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: #000000;
    }
  }
  @media (width >= 96rem) {
    height: calc(var(--spacing) * 9);
  }
  @media (width >= 96rem) {
    width: calc(var(--spacing) * 9);
  }
}
.brand-box {
  border-radius: 12px;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 8);
  &:first-child {
    background-color: #FDDCA8;
  }
}
.brand-box span {
  font-size: 20px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 21px;
  }
}
.brand-box p {
  margin-top: calc(var(--spacing) * 3);
  font-size: 15px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00062D78;
  @media (width >= 48rem) {
    font-size: 16px;
  }
}
.multi-slider-sec {
  margin-top: calc(var(--spacing) * 6) !important;
}
.cat-filter-sec {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: calc(var(--spacing) * 2);
  overflow: auto;
  @media (width >= 64rem) {
    flex-wrap: wrap;
  }
}
.cat-filter-btn {
  margin-bottom: calc(var(--spacing) * 2);
  min-width: 140px;
  cursor: pointer;
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #0000000D;
  background-color: white;
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 12px;
  white-space: nowrap;
  color: #8F8F8F;
  @media (width >= 64rem) {
    width: fit-content;
  }
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 80rem) {
    padding-block: 10px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.active-filter {
  background-color: #FAA31A !important;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #000000 !important;
}
.single-swiper {
  height: 100%;
  background-color: #00012D;
}
.single-swiper-card-wrapper {
  width: 100% !important;
  @media (width >= 80rem) {
    width: calc(1/2 * 100%) !important;
  }
  @media (width >= 80rem) {
    padding-top: 50px !important;
  }
  @media (width >= 80rem) {
    padding-right: calc(var(--spacing) * 10) !important;
  }
}
.single-swiper-card {
  height: 100% !important;
  padding: calc(var(--spacing) * 4);
  padding-right: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    padding-right: calc(var(--spacing) * 8);
  }
  @media (width >= 80rem) {
    padding: calc(var(--spacing) * 8);
  }
  @media (width >= 80rem) {
    padding-right: 60px;
  }
}
.single-swiper-card h3 {
  margin-bottom: calc(var(--spacing) * 2);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #FFFFFF1A;
  padding-right: calc(var(--spacing) * 0);
  padding-bottom: calc(var(--spacing) * 4);
  font-size: 18px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: #FFFFFF;
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    font-size: 19px;
  }
  @media (width >= 64rem) {
    padding-right: 40px;
  }
  @media (width >= 64rem) {
    font-size: 20px;
  }
}
.single-swiper-card p {
  margin-bottom: calc(var(--spacing) * 4);
  padding-right: calc(var(--spacing) * 0);
  font-size: 14px !important;
  color: #FFFFFFAD;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-right: 40px;
  }
  @media (width >= 96rem) {
    font-size: 15px;
  }
}
.single-swiper-card h4 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 17px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 18px;
  }
  @media (width >= 64rem) {
    font-size: 18px;
  }
}
.custom-border {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #FFFFFF1A;
  padding-bottom: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 6);
  }
}
.single-next, .single-prev {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #B3B3B3;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: #FFFFFF;
    }
  }
  @media (width >= 96rem) {
    height: calc(var(--spacing) * 9);
  }
  @media (width >= 96rem) {
    width: calc(var(--spacing) * 9);
  }
}
.box-swiper {
  height: 350px !important;
  @media (width >= 48rem) {
    height: 608px !important;
  }
}
.box-card {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.box-card img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.box-overlay {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  background-color: #00012D99;
  padding: calc(var(--spacing) * 3);
  @media (width >= 96rem) {
    padding: calc(var(--spacing) * 5);
  }
}
.box-overlay h3 {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 100% !important;
  width: 100% !important;
  border-radius: 12px;
  padding: calc(var(--spacing) * 4);
  font-size: 18px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  @media (width >= 48rem) {
    font-size: 14px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
  @media (width >= 96rem) {
    font-size: 19px;
  }
}
.box-overlay p {
  font-size: 14px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
}
.box-upcoming, .box-past {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #B3B3B3;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: #000000;
    }
  }
  @media (width >= 96rem) {
    height: calc(var(--spacing) * 9);
  }
  @media (width >= 96rem) {
    width: calc(var(--spacing) * 9);
  }
}
.testimonial-card figure {
  position: relative;
  margin-bottom: calc(var(--spacing) * 4);
  height: 220px;
  width: 220px;
  border-radius: 6px;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    height: 274px;
  }
  @media (width >= 64rem) {
    width: 274px;
  }
  @media (width >= 80rem) {
    margin-bottom: calc(var(--spacing) * 9);
  }
}
.testimonial-card figure img {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.testimonial-card p {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 14px;
  color: #FFFFFF;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.testimonial-card h3 {
  margin-bottom: calc(var(--spacing) * 1);
  font-size: 14px;
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.testimonial-card span {
  font-size: 14px;
  color: #838383;
  @media (width >= 48rem) {
    font-size: 15px;
  }
}
.next, .prev {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #B3B3B3;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: #FFFFFF;
    }
  }
  @media (width >= 96rem) {
    height: calc(var(--spacing) * 9);
  }
  @media (width >= 96rem) {
    width: calc(var(--spacing) * 9);
  }
}
.homepage-form-sec {
  border-radius: 12px;
  background-color: #F6F6F6;
  padding: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 96rem) {
    padding-block: calc(var(--spacing) * 10);
  }
}
.homepage-form-sec form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  @media (width >= 96rem) {
    gap: calc(var(--spacing) * 4);
  }
}
.homepage-form-sec form div {
  position: relative;
}
.homepage-form-sec span svg path {
  fill: #00012d !important;
}
.form-input, .homepage-form-sec input {
  width: 100%;
  appearance: none;
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #00000014;
  background-color: #fff;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  color: #00012D;
  &::placeholder {
    --tw-leading: 1;
    line-height: 1;
  }
  &::placeholder {
    color: #42424266;
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 5);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.homepage-form-sec select:not(:has(option[value=""]:checked)) {
  color: #00012D;
}
.homepage-form-sec div select {
  width: 100%;
  appearance: none;
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #00000014;
  background-color: #fff;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  color: #42424266;
  &::placeholder {
    --tw-leading: 1;
    line-height: 1;
  }
  &::placeholder {
    color: #42424266;
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 5);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.homepage-form-sec select option {
  color: #00012D !important;
}
.homepage-form-sec button {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  background-color: #00012D;
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #FAA31A;
    }
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 18px;
  }
}
.footer-sec {
  background-color: #00012D;
}
.footer-main {
  position: relative;
}
.isoImage {
  position: absolute;
  bottom: -10px;
  left: calc(var(--spacing) * 0);
  height: 60px;
  width: 60px;
  object-fit: contain;
}
@media (max-width: 996px) {
  .isoImage {
    left: initial;
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
  }
}
.footer-icon-box {
  display: flex;
  height: 52px;
  width: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #292A4FE3;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #FFFFFF;
    }
  }
}
.footer-btn {
  border-radius: 34px;
  background-color: #020202;
  padding: 11px;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: var(--color-green-300);
  text-transform: uppercase;
}
.footer-item-box {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
  @media (width >= 80rem) {
    gap: calc(var(--spacing) * 4);
  }
}
.footer-item-box h3 {
  font-size: 24px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: var(--color-white);
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 2);
  }
  @media (width >= 48rem) {
    font-size: 16px;
  }
  @media (width >= 80rem) {
    font-size: 18px;
  }
}
.footer-item-box a {
  position: relative;
  display: inline-block;
  width: fit-content;
  overflow: hidden;
  font-size: 16px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: #FFFFFF7D;
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
  @media (width >= 48rem) {
    font-size: 12px;
  }
  @media (width >= 96rem) {
    font-size: 14px;
  }
}
.footer-bottom-text {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  font-size: 12px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: var(--color-white);
  &::after {
    content: var(--tw-content);
    display: flex;
  }
  &::after {
    content: var(--tw-content);
    height: 4px;
  }
  &::after {
    content: var(--tw-content);
    width: 4px;
  }
  &::after {
    content: var(--tw-content);
    align-items: center;
  }
  &::after {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::after {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &::after {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
  &:last-child {
    &::after {
      content: var(--tw-content);
      display: none !important;
    }
  }
  @media (width >= 80rem) {
    gap: calc(var(--spacing) * 4);
  }
}
.footer-item-box .footer-item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: left 0.4s;
}
.footer-item-box .footer-item-link:hover:after {
  left: 0;
}
.menu-footer-menu-container ul, .menu-service-menu-container ul {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
}
.common-banner-title {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 28px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    font-size: 36px;
  }
  @media (width >= 96rem) {
    font-size: 48px;
  }
}
.common-banner-description {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 14px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: 300;
  font-weight: 300;
  --tw-tracking: 1px;
  letter-spacing: 1px;
  color: #B2B3C1;
  @media (width >= 64rem) {
    font-size: 16px;
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.calculate-box {
  background: linear-gradient(115.34deg, #3C3C58 18.45%, #00012D 86.66%);
  position: relative;
  border-radius: 12px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 6);
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 8);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 12);
  }
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 10);
  }
}
.ring-box {
  position: relative;
  border-radius: 12px;
  padding-inline: calc(var(--spacing) * 4);
  padding-bottom: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 96rem) {
    padding-bottom: calc(var(--spacing) * 10);
  }
}
.approach-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 2);
  }
}
.approach-icon-box {
  position: absolute;
  top: 10px;
  left: calc(1/2 * 100%);
  display: none;
  height: 36px;
  width: 36px;
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #272749;
  @media (width >= 48rem) {
    display: flex;
  }
}
.tool-icon {
  display: none;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #272749;
  @media (width >= 48rem) {
    display: flex;
  }
}
.approach-box h3 {
  width: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 20px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 22px;
  }
}
.tool-box {
  width: fit-content;
  border-radius: 8px;
  padding: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 16px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 18px;
  }
}
.approach-box span {
  position: relative;
  font-size: 14px;
  color: #0B0B0B78;
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: 8px;
  }
  &::before {
    content: var(--tw-content);
    left: -16px;
  }
  &::before {
    content: var(--tw-content);
    height: 10px;
  }
  &::before {
    content: var(--tw-content);
    width: 10px;
  }
  &::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::before {
    content: var(--tw-content);
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  &::before {
    content: var(--tw-content);
    border-color: #FAA31A;
  }
  &::before {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &::before {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.calculate-box-text {
  text-align: center;
  font-size: 18px;
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 20px;
  }
}
.calculate-icon {
  margin-bottom: calc(var(--spacing) * 2);
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: calc(var(--spacing) * 4);
  &:last-child {
    display: none !important;
  }
  @media (width >= 48rem) {
    &:last-child {
      display: block;
    }
  }
  @media (width >= 96rem) {
    height: 80px;
  }
  @media (width >= 96rem) {
    width: 80px;
  }
}
.circle-icon-box {
  position: absolute;
  top: -44px;
  left: calc(1/2 * 100%);
  display: flex;
  height: 70px;
  width: 70px;
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #FFFFFF;
}
.equal-icon-box {
  position: absolute;
  top: calc(1/2 * 100%);
  left: -40px;
  display: none;
  height: 50px;
  width: 50px;
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #FFFFFF;
  @media (width >= 64rem) {
    display: flex;
  }
  @media (width >= 96rem) {
    height: 70px;
  }
  @media (width >= 96rem) {
    width: 70px;
  }
}
.call-connect, .mail-connect {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  font-size: 14px;
  color: #FFFFFFAB;
  @media (width >= 48rem) {
    font-size: 16px;
  }
}
.call-connect::before {
  content: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9297 17.5811C19.7962 18.1549 19.4813 18.6704 19.0317 19.0511C18.5298 19.5615 17.9307 19.9663 17.2698 20.2414C16.6089 20.5166 15.8996 20.6565 15.1837 20.6531H14.8257C13.3398 20.5756 11.8834 20.2081 10.5387 19.5711C10.2127 19.4181 9.89572 19.2751 9.51872 19.1011C7.94277 18.211 6.4963 17.1091 5.21972 15.8261C3.56027 14.2697 2.20043 12.4221 1.20772 10.3751C0.661201 9.25832 0.293068 8.06281 0.116721 6.83207C-0.129653 5.54957 0.0160077 4.22259 0.534721 3.02407C0.857383 2.47996 1.25231 1.98209 1.70872 1.54407C1.91719 1.31665 2.16929 1.13349 2.45001 1.00551C2.73072 0.877518 3.03432 0.807314 3.34272 0.799072C3.67901 0.834619 4.00482 0.93696 4.30104 1.10009C4.59725 1.26323 4.85791 1.48387 5.06772 1.74907C5.53772 2.26907 6.08772 2.76907 6.58772 3.29907L7.23172 3.93307C7.61172 4.26607 7.84672 4.73507 7.88472 5.23907C7.88572 5.70307 7.71472 6.15007 7.40472 6.49507C7.20951 6.73699 7.0019 6.96864 6.78272 7.18907L6.56772 7.41407C6.44251 7.53042 6.34481 7.67322 6.28172 7.83207C6.22972 7.98607 6.21172 8.15007 6.23172 8.31207C6.39572 8.75607 6.65272 9.16007 6.98672 9.49607C7.50672 10.2001 8.00672 10.8131 8.56872 11.5381C9.53799 12.6564 10.6871 13.6051 11.9687 14.3451C12.0917 14.4451 12.2387 14.5121 12.3967 14.5391C12.5367 14.5601 12.6777 14.5391 12.8047 14.4771C13.1941 14.2686 13.5406 13.9884 13.8257 13.6511C14.1857 13.2071 14.7077 12.9251 15.2757 12.8641C15.5484 12.8651 15.818 12.9207 16.0688 13.0277C16.3196 13.1347 16.5463 13.2909 16.7357 13.4871C16.9691 13.6884 17.1901 13.9027 17.3987 14.1301L17.7047 14.4571L18.0217 14.7631C18.2147 14.9571 18.3987 15.1311 18.5817 15.3351C18.9151 15.6217 19.2251 15.9314 19.5117 16.2641C19.8047 16.6381 19.9527 17.1061 19.9297 17.5811Z" fill="%23FFFFFF"/></svg>');
}
.mail-connect::before {
  content: url('data:image/svg+xml,<svg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.75 0.976074C2.02065 0.976074 1.32118 1.26581 0.805456 1.78153C0.289731 2.29726 0 2.99673 0 3.72607V13.7261C0 14.4554 0.289731 15.1549 0.805456 15.6706C1.32118 16.1863 2.02065 16.4761 2.75 16.4761H18.75C19.4793 16.4761 20.1788 16.1863 20.6945 15.6706C21.2103 15.1549 21.5 14.4554 21.5 13.7261V3.72607C21.5 2.99673 21.2103 2.29726 20.6945 1.78153C20.1788 1.26581 19.4793 0.976074 18.75 0.976074H2.75ZM6.18 5.11207C6.01698 5.0057 5.81899 4.96686 5.62787 5.00379C5.43674 5.04071 5.26746 5.1505 5.1558 5.30994C5.04414 5.46939 4.99884 5.666 5.02948 5.85823C5.06012 6.05046 5.1643 6.22325 5.32 6.34007L10.32 9.84007C10.446 9.92828 10.5962 9.97558 10.75 9.97558C10.9038 9.97558 11.054 9.92828 11.18 9.84007L16.18 6.34007C16.2642 6.28512 16.3365 6.21379 16.3926 6.13033C16.4487 6.04686 16.4874 5.95297 16.5065 5.85424C16.5256 5.75551 16.5246 5.65394 16.5036 5.55559C16.4827 5.45724 16.4421 5.36411 16.3845 5.28174C16.3268 5.19938 16.2531 5.12945 16.1679 5.07612C16.0826 5.02279 15.9875 4.98715 15.8882 4.97133C15.7889 4.9555 15.6874 4.9598 15.5898 4.98398C15.4922 5.00816 15.4004 5.05172 15.32 5.11207L10.75 8.31107L6.18 5.11207Z" fill="%23FFFFFF"/></svg>');
  padding-top: 6px;
}
.contact-page-form-sec form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
}
.contact-page-form-sec form div {
  position: relative;
}
.contact-form-sec, .contact-page-form-sec {
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 16);
  }
  @media (width >= 96rem) {
    padding-inline: 80px;
  }
}
.c-form-input, .contact-page-form-sec input {
  width: 100%;
  appearance: none;
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #00000014;
  background-color: #FFFFFF38;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  color: #FFFFFF;
  &::placeholder {
    --tw-leading: 1;
    line-height: 1;
  }
  &::placeholder {
    color: #FFFFFF66;
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.contact-form-sec select, .contact-page-form-sec select {
  color: #FFFFFF66;
}
.contact-form-sec select:not(:has(option[value=""]:checked)), .contact-page-form-sec select:not(:has(option[value=""]:checked)) {
  color: var(--color-white);
}
.contact-page-form-sec div select {
  width: 100%;
  appearance: none;
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #00000014;
  background-color: #FFFFFF38;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  color: #FFFFFF66;
  &::placeholder {
    --tw-leading: 1;
    line-height: 1;
  }
  &::placeholder {
    color: #FFFFFF66;
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 5);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.contact-form-sec select option, .contact-page-form-sec select option {
  color: #00012D;
}
.contact-page-form-sec button {
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FFFFFF;
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 1;
  letter-spacing: 1;
  color: #00012D;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #00012D;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: #FFFFFF;
    }
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 80rem) {
    padding-block: 16px;
  }
  @media (width >= 80rem) {
    font-size: 18px;
  }
}
.accordion-section {
  border-radius: 5px;
  margin-bottom: 8px;
  overflow: hidden;
}
.accordion-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F3F3F3;
  color: #1A1D21;
  transition: background 0.3s;
}
.accordion-toggle .accordion-name {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
.accordion-panel {
  padding: 0 15px;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: max-height 0.3s ease-out;
}
.accordion-panel p {
  margin: 10px 0;
  color: #292A4FE3;
}
.icon {
  transition: transform 0.3s ease;
}
.accordion-section.active .icon {
  transform: rotate(180deg);
}
.insight-card {
  box-shadow: 0px 4px 24.1px 0px #00000021;
  border-radius: 10px;
  background-color: #F6F6F6;
  padding: calc(var(--spacing) * 4);
}
.insight-card figure {
  position: relative;
  margin-bottom: calc(var(--spacing) * 4);
  height: 210px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.insight-card figure img {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.insight-title {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 18px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
}
.insight-description {
  margin-bottom: calc(var(--spacing) * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #0B0B0B78;
}
.insight-text {
  font-size: 12px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #0B0B0B78;
  @media (width >= 48rem) {
    font-size: 13px;
  }
}
.insight-category {
  position: absolute;
  top: calc(var(--spacing) * 2);
  left: calc(var(--spacing) * 2);
  border-radius: 4px;
  background-color: #FFFFFF;
  padding-inline: 12px;
  padding-block: calc(var(--spacing) * 2);
  font-size: 15px;
  --tw-leading: 1;
  line-height: 1;
  color: #0B0B0B78;
}
.article-card figure {
  position: relative;
  margin-bottom: calc(var(--spacing) * 4);
  height: 220px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.article-card figure img {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.search-input {
  width: 100%;
  border-radius: 6px;
  background-color: #F3F3F3;
  padding: calc(var(--spacing) * 3);
  font-size: 14px;
  --tw-leading: 1;
  line-height: 1;
  --tw-outline-style: none;
  outline-style: none;
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 7);
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.value-box {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #00012d1e;
  background-color: #FFFFFF;
  padding: calc(var(--spacing) * 2);
  @media (width >= 96rem) {
    padding: calc(var(--spacing) * 4);
  }
}
.value-box .icon-bar {
  display: flex;
  height: calc(var(--spacing) * 10);
  min-width: calc(var(--spacing) * 10);
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #00012d1e;
}
.value-box p {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #00012D;
  @media (width >= 80rem) {
    font-size: 15px;
  }
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.perks-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.perks-card figure {
  height: 320px;
  width: 100%;
  border-radius: 12px;
  @media (width >= 64rem) {
    height: 350px;
  }
  @media (width >= 96rem) {
    height: 400px;
  }
}
.perks-card figure img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.perks-card-overlay {
  background: linear-gradient(219.82deg, rgba(0, 1, 45, 0) 30.39%, #00012D 82.64%);
  position: absolute;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  padding: calc(var(--spacing) * 4);
  @media (width >= 64rem) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 80rem) {
    padding: calc(var(--spacing) * 7);
  }
}
.perks-card-overlay h3 {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: 20px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 22px;
  }
}
.perks-card-overlay p {
  width: 90%;
  font-size: 16px;
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 17px;
  }
  @media (width >= 64rem) {
    font-size: 18px;
  }
}
.value-card-wrapper {
  margin-top: calc(var(--spacing) * 4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  @media (width >= 40rem) {
    flex-direction: row;
  }
  @media (width >= 40rem) {
    flex-wrap: wrap;
  }
  @media (width >= 64rem) {
    margin-top: calc(var(--spacing) * 8);
  }
}
.value-card {
  position: relative;
  display: flex;
  height: 380px;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 2);
  overflow: hidden;
  padding: calc(var(--spacing) * 4);
  padding-top: 50px !important;
  text-align: center;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  @media (width >= 40rem) {
    width: 20%;
  }
  @media (width >= 96rem) {
    padding: calc(var(--spacing) * 6);
  }
}
.value-card ul li {
  position: relative;
  margin-bottom: calc(var(--spacing) * 2);
  list-style-type: none;
  font-size: 13px;
  --tw-leading: 1.4;
  line-height: 1.4;
  color: #FFFFFF;
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: -5px;
  }
  &::before {
    content: var(--tw-content);
    left: -20px;
  }
  &::before {
    content: var(--tw-content);
    margin-right: calc(var(--spacing) * 2);
  }
  &::before {
    content: var(--tw-content);
    font-size: 20px;
  }
  &::before {
    content: var(--tw-content);
    color: #FFFFFF;
  }
  &::before {
    content: var(--tw-content);
    --tw-content: "•";
    content: var(--tw-content);
  }
}
.value-card p {
  font-size: 13px;
  color: #FFFFFF;
}
.value-card-wrapper .value-card:nth-child(1) {
  background-color: rgb(0 1 45);
  &:hover {
    @media (hover: hover) {
      background-color: #020460;
    }
  }
}
.value-card-wrapper .value-card:nth-child(2) {
  background-color: rgb(44 49 138);
  &:hover {
    @media (hover: hover) {
      background-color: #343AA8;
    }
  }
}
.value-card-wrapper .value-card:nth-child(3) {
  background-color: #4449ad;
  &:hover {
    @media (hover: hover) {
      background-color: #545ACF;
    }
  }
}
.value-card-wrapper .value-card:nth-child(4) {
  background-color: #464cc4;
  &:hover {
    @media (hover: hover) {
      background-color: #4F56DF;
    }
  }
}
.value-card-wrapper .value-card:nth-child(5) {
  background-color: #6f74e2;
  &:hover {
    @media (hover: hover) {
      background-color: #7D82FF;
    }
  }
}
.value-card-wrapper h3 {
  font-size: 18px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #FFFFFF;
  @media (width >= 96rem) {
    font-size: 20px;
  }
}
.icon-circle {
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #FFFFFF;
}
.icon-circle img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.job-category {
  font-size: 20px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 22px;
  }
  @media (width >= 64rem) {
    font-size: 24px;
  }
}
.job-list {
  box-shadow: 0px 0px 9.1px 0px #00000021;
  margin-top: calc(var(--spacing) * 4);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 5);
  }
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 96rem) {
    padding: calc(var(--spacing) * 8);
  }
}
.job-title {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #00000063;
  @media (width >= 48rem) {
    font-size: 18px;
  }
}
.job-location {
  font-size: 15px;
  color: #00000063;
  @media (width >= 48rem) {
    font-size: 16px;
  }
  @media (width >= 64rem) {
    font-size: 17px;
  }
}
.accordion-head {
  background: linear-gradient(92.79deg, rgba(0, 1, 45, 0.62) -50%, #00012D 74.06%);
  margin-bottom: calc(var(--spacing) * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #EDEDED;
}
.accordion-index {
  font-size: 20px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FAA31A;
  @media (width >= 48rem) {
    font-size: 24px;
  }
  @media (width >= 96rem) {
    font-size: 26px;
  }
}
.accordion-title {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 19px;
  }
  @media (width >= 96rem) {
    font-size: 20px;
  }
}
.accordion-btn {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  font-size: 18px;
  color: #000000;
}
.job-btn {
  font-size: 15px;
  color: #FAA31A;
  @media (width >= 48rem) {
    font-size: 16px;
  }
  @media (width >= 64rem) {
    font-size: 17px;
  }
}
.l1-btn {
  border-radius: 6px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #FAA31A;
  background-color: var(--color-white);
}
.l1-box {
  cursor: pointer;
}
.acc-expand {
  border-radius: 6px !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: #FFCC7D;
  background-color: #FFEDD1 !important;
}
.l2-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  color: #000000;
  &:hover {
    @media (hover: hover) {
      background-color: #FFFFFF;
    }
  }
}
.page-h1 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 28px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    font-size: 40px;
  }
  @media (width >= 80rem) {
    font-size: 48px;
  }
  @media (width >= 96rem) {
    font-size: 54px;
  }
}
.page-h2 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 28px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    font-size: 36px;
  }
  @media (width >= 80rem) {
    font-size: 40px;
  }
  @media (width >= 96rem) {
    font-size: 44px;
  }
}
.page-h3 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 24px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 28px;
  }
  @media (width >= 64rem) {
    font-size: 32px;
  }
  @media (width >= 80rem) {
    font-size: 36px;
  }
  @media (width >= 96rem) {
    font-size: 40px;
  }
}
.page-h4 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 22px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 24px;
  }
  @media (width >= 64rem) {
    font-size: 26px;
  }
  @media (width >= 80rem) {
    font-size: 28px;
  }
  @media (width >= 96rem) {
    font-size: 36px;
  }
}
.page-h5 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 20px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 22px;
  }
  @media (width >= 64rem) {
    font-size: 24px;
  }
  @media (width >= 80rem) {
    font-size: 26px;
  }
  @media (width >= 96rem) {
    font-size: 30px;
  }
}
.responsive-map {
  height: 400px;
  width: 100%;
}
.responsive-map iframe {
  height: 100%;
  width: 100%;
}
input[type="file"] {
  color: #FFFFFF66 !important;
  &::file-selector-button {
    display: none;
  }
}
.job-detail-box h4 {
  width: 260px;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding-inline: calc(var(--spacing) * 2);
  padding-block: 14px;
  text-align: center;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 17px;
  }
  @media (width >= 64rem) {
    font-size: 18px;
  }
}
.job-detail-box p {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 14px;
  color: #06060678;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.job-detail-box ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
  padding-top: calc(var(--spacing) * 4);
  padding-bottom: calc(var(--spacing) * 8);
  padding-left: calc(var(--spacing) * 6);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #06060678;
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
  @media (width >= 96rem) {
    padding-top: calc(var(--spacing) * 10);
  }
}
.blog-icon-box {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  border-radius: 5px;
  background-color: #FFFFFF3D;
  padding-inline: 18px;
  padding-block: 10px;
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 2);
  }
}
.job-detail-box h6 {
  position: relative;
  border-radius: 12px;
  background-color: #F3F3F3;
  padding-inline: calc(var(--spacing) * 10);
  padding-block: calc(var(--spacing) * 4);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00000047;
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.job-detail-box h6::before {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V9H11V15ZM11 7H9V5H11V7Z" fill="black" fill-opacity="0.16"/></svg>');
  position: absolute;
  top: calc(var(--spacing) * 4);
  left: calc(var(--spacing) * 3);
}
.blog-content h1 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 28px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    font-size: 40px;
  }
  @media (width >= 80rem) {
    font-size: 48px;
  }
  @media (width >= 96rem) {
    font-size: 54px;
  }
}
.blog-content h2 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 28px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    font-size: 36px;
  }
  @media (width >= 80rem) {
    font-size: 40px;
  }
  @media (width >= 96rem) {
    font-size: 44px;
  }
}
.blog-content h3 {
  margin-bottom: calc(var(--spacing) * 4);
  width: fit-content;
  min-width: 260px;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding-inline: calc(var(--spacing) * 8);
  padding-block: 14px;
  text-align: center;
  font-size: 18px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 20px;
  }
  @media (width >= 64rem) {
    font-size: 24px;
  }
  @media (width >= 80rem) {
    font-size: 28px;
  }
  @media (width >= 96rem) {
    font-size: 32px;
  }
}
.blog-content h4 {
  margin-bottom: calc(var(--spacing) * 4);
  width: fit-content;
  min-width: 260px;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding-inline: calc(var(--spacing) * 8);
  padding-block: 14px;
  text-align: center;
  font-size: 18px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 22px;
  }
  @media (width >= 64rem) {
    font-size: 24px;
  }
  @media (width >= 80rem) {
    font-size: 26px;
  }
  @media (width >= 96rem) {
    font-size: 30px;
  }
}
.blog-content h5 {
  margin-bottom: calc(var(--spacing) * 4);
  width: fit-content;
  min-width: 260px;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding-inline: calc(var(--spacing) * 8);
  padding-block: 14px;
  text-align: center;
  font-size: 18px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 20px;
  }
  @media (width >= 64rem) {
    font-size: 22px;
  }
  @media (width >= 80rem) {
    font-size: 24px;
  }
  @media (width >= 96rem) {
    font-size: 28px;
  }
}
.hero-sec .swiper-wrapper {
  height: 95vh;
}
.blog-content p {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 14px;
  color: #838383;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.blog-content ul {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
  padding-bottom: calc(var(--spacing) * 8);
  padding-left: calc(var(--spacing) * 2);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #06060678;
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.blog-content ul li {
  margin-bottom: calc(var(--spacing) * 2);
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  --tw-leading: 1;
  line-height: 1;
}
.blog-content ul li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 12 12"><path fill="currentColor" d="M8 9.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>');
}
.blog-content figure {
  margin-bottom: calc(var(--spacing) * 2);
  height: 100%;
  width: 100%;
  border-radius: 8px;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 4);
  }
}
.blog-content figure img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.related-card figure {
  margin-bottom: calc(var(--spacing) * 2);
  height: 280px;
  width: 100%;
  border-radius: 12px;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 4);
  }
}
.related-card figure img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.pagination-sec {
  margin-top: calc(var(--spacing) * 10);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 16);
  }
  @media (width >= 80rem) {
    margin-top: 80px;
  }
  @media (width >= 96rem) {
    margin-top: 100px;
  }
}
.pagination-sec span {
  font-size: 16px;
  color: #0B0B0B36;
  @media (width >= 48rem) {
    font-size: 17px;
  }
  @media (width >= 64rem) {
    font-size: 18px;
  }
}
.pagination-btn {
  margin-inline: calc(var(--spacing) * 5);
  display: flex;
  height: 45px;
  width: 45px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #F3F3F3;
  &:hover {
    @media (hover: hover) {
      background-color: #e9e9e9;
    }
  }
}
.activePage {
  color: #FFFFFF !important;
}
.overlay {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 1000;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-backdrop-blur: blur(5px);
  -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,);
  background: rgba(0, 0, 0, 0.5);
}
.popup {
  position: relative;
  width: 90%;
  max-width: 700px;
  animation: fadeIn 0.3s ease-in-out;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 25px;
  padding-top: 60px !important;
  --tw-shadow: 0 5px 20px var(--tw-shadow-color, rgba(0,0,0,0.3));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.popup h2 {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 15px;
  text-align: center;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.close-btn {
  position: absolute;
  top: calc(var(--spacing) * 2.5);
  right: 15px;
  display: flex;
  height: calc(var(--spacing) * 9);
  width: calc(var(--spacing) * 9);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-color: none;
  background-color: #eeeeee;
  font-family: bold;
  font-size: 36px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #333;
  transition-property: color;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.2s;
  transition-duration: 0.2s;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-300);
    }
  }
}
.popup form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
}
.popup input, .popup textarea {
  width: 100%;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ccc;
  padding: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.popup button[type="submit"] {
  cursor: pointer;
  border-radius: var(--radius-md);
  border-color: none;
  padding: calc(var(--spacing) * 2.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: white;
  transition-property: background;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.2s;
  transition-duration: 0.2s;
  background: #FAA31A;
}
.popup button[type="submit"]:hover {
  background: #FAA31c;
}
.level1-child {
  display: none;
}
.industry-l2-child {
  display: none;
}
.level2-child {
  display: none;
}
.level1 {
  width: 100%;
  border-radius: 6px;
  padding-inline: calc(var(--spacing) * 4);
  font-size: 18px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.level1-name-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: calc(var(--spacing) * 3);
}
.level1:hover .level1-name {
  color: #00012D;
}
.level1:hover .level1-name-wrapper {
  border-radius: 4px;
  background-color: #00000010;
}
.level1-name {
  width: 100%;
  padding: calc(var(--spacing) * 4);
  font-size: 16px;
  color: var(--color-gray-500);
}
.level1:hover .industry-l2-child {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  box-shadow: 0 1px 1px rgb(0 0 0 / 0.2);
  position: absolute;
  top: -16px;
  left: 100%;
  display: flex;
  height: fit-content !important;
  flex-direction: column;
  border-bottom-right-radius: 12px;
  background-color: #F4F4F4;
  padding-block: calc(var(--spacing) * 4);
}
.level1:hover .level1-svg {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      fill: #00012D !important;
    }
  }
}
.level1-box {
  display: flex;
  height: 140px !important;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 18px;
  --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);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #00012D;
    }
  }
}
.level1-box h3 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 16px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-500);
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.level1-box:hover h3 {
  color: #FFFFFF;
}
.level1-box p {
  letter-spacing: 0.25px;
  margin-bottom: calc(var(--spacing) * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 11px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-500);
}
.level1-box:hover p {
  color: #FFFFFF;
}
.level1-box a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-500);
  &:hover {
    @media (hover: hover) {
      color: #00012D;
    }
  }
}
.level1-box:hover a {
  color: #FFFFFF;
}
.view_box_btn {
  width: fit-content;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: transparent;
  &:hover {
    @media (hover: hover) {
      border-color: #FFFFFF;
    }
  }
}
.view_box_btn::after {
  content: url('data:image/svg+xml,<svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.78906 3.52649L1.22354 0.1959C1.15705 0.133792 1.07812 0.0845254 0.991249 0.0509129C0.904377 0.0173003 0.811269 0 0.717239 0C0.527338 0 0.345215 0.0704672 0.210935 0.1959C0.144446 0.258007 0.0917043 0.33174 0.0557208 0.412888C0.0197373 0.494036 0.00121732 0.58101 0.00121732 0.668843C0.00121732 0.846231 0.0766549 1.01635 0.210935 1.14179L3.27728 3.99943L0.210935 6.85708C0.144097 6.919 0.0910462 6.99267 0.0548428 7.07385C0.0186395 7.15502 0 7.24208 0 7.33002C0 7.41795 0.0186395 7.50502 0.0548428 7.58619C0.0910462 7.66737 0.144097 7.74104 0.210935 7.80296C0.277227 7.8654 0.356097 7.91495 0.442996 7.94877C0.529894 7.98259 0.623101 8 0.717239 8C0.811377 8 0.904584 7.98259 0.991482 7.94877C1.07838 7.91495 1.15725 7.8654 1.22354 7.80296L4.78906 4.47238C4.8559 4.41045 4.90895 4.33678 4.94516 4.25561C4.98136 4.17443 5 4.08737 5 3.99943C5 3.9115 4.98136 3.82443 4.94516 3.74326C4.90895 3.66209 4.8559 3.58841 4.78906 3.52649Z" fill="%236A7282"/></svg>');
}
.level1-box:hover .view_box_btn::after {
  content: url('data:image/svg+xml,<svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.78906 3.52649L1.22354 0.1959C1.15705 0.133792 1.07812 0.0845254 0.991249 0.0509129C0.904377 0.0173003 0.811269 0 0.717239 0C0.527338 0 0.345215 0.0704672 0.210935 0.1959C0.144446 0.258007 0.0917043 0.33174 0.0557208 0.412888C0.0197373 0.494036 0.00121732 0.58101 0.00121732 0.668843C0.00121732 0.846231 0.0766549 1.01635 0.210935 1.14179L3.27728 3.99943L0.210935 6.85708C0.144097 6.919 0.0910462 6.99267 0.0548428 7.07385C0.0186395 7.15502 0 7.24208 0 7.33002C0 7.41795 0.0186395 7.50502 0.0548428 7.58619C0.0910462 7.66737 0.144097 7.74104 0.210935 7.80296C0.277227 7.8654 0.356097 7.91495 0.442996 7.94877C0.529894 7.98259 0.623101 8 0.717239 8C0.811377 8 0.904584 7.98259 0.991482 7.94877C1.07838 7.91495 1.15725 7.8654 1.22354 7.80296L4.78906 4.47238C4.8559 4.41045 4.90895 4.33678 4.94516 4.25561C4.98136 4.17443 5 4.08737 5 3.99943C5 3.9115 4.98136 3.82443 4.94516 3.74326C4.90895 3.66209 4.8559 3.58841 4.78906 3.52649Z" fill="%23FFFFFF"/></svg>');
}
.level1:hover .level2-child {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: 94%;
  display: flex;
  height: 100% !important;
  width: 100%;
  flex-direction: column;
  padding-left: 36px;
}
.level2-box {
  padding: 15.5px;
  display: flex;
  justify-content: space-between;
  --tw-leading: 1;
  line-height: 1;
}
.level2-box h3 {
  font-size: 16px;
  --tw-leading: 1 !important;
  line-height: 1 !important;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-500);
  &:hover {
    @media (hover: hover) {
      color: #00012D;
    }
  }
}
.level2-box:hover h3 {
  color: #00012D;
}
.level3-menu {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: 99%;
  display: none;
  height: 100%;
  width: 100%;
  border-left-style: var(--tw-border-style);
  border-left-width: 16px;
  border-color: #f4f4f4;
  padding-top: 16px;
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    z-index: -1;
  }
  &::after {
    content: var(--tw-content);
    height: 100%;
  }
  &::after {
    content: var(--tw-content);
    width: 100%;
  }
  &::after {
    content: var(--tw-content);
    border-radius: 6px;
  }
  &::after {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
}
.level2-box:hover .level3-menu {
  display: block;
}
.levelHasChildren::after {
  content: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.67851 6.68725L1.96176 0.970497C1.85516 0.863892 1.7286 0.77933 1.58931 0.721636C1.45003 0.663942 1.30074 0.634247 1.14998 0.634247C0.845504 0.634247 0.553498 0.7552 0.338201 0.970497C0.231597 1.0771 0.147033 1.20366 0.0893395 1.34294C0.0316457 1.48223 0.00195179 1.63151 0.00195179 1.78228C0.00195179 2.08675 0.122904 2.37876 0.338201 2.59406L5.25461 7.49903L0.338201 12.404C0.231037 12.5103 0.145978 12.6367 0.0879319 12.7761C0.0298855 12.9154 0 13.0648 0 13.2158C0 13.3667 0.0298855 13.5162 0.0879319 13.6555C0.145978 13.7948 0.231037 13.9213 0.338201 14.0276C0.444491 14.1347 0.570946 14.2198 0.710274 14.2778C0.849602 14.3359 0.999044 14.3658 1.14998 14.3658C1.30092 14.3658 1.45036 14.3359 1.58969 14.2778C1.72901 14.2198 1.85547 14.1347 1.96176 14.0276L7.67851 8.31081C7.78568 8.20452 7.87074 8.07806 7.92878 7.93874C7.98683 7.79941 8.01672 7.64997 8.01672 7.49903C8.01672 7.34809 7.98683 7.19865 7.92878 7.05932C7.87074 6.92 7.78568 6.79354 7.67851 6.68725Z" fill="%23CECED5"/></svg>');
}
.levelHasChildren:hover::after {
  content: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.67851 6.68725L1.96176 0.970497C1.85516 0.863892 1.7286 0.77933 1.58931 0.721636C1.45003 0.663942 1.30074 0.634247 1.14998 0.634247C0.845504 0.634247 0.553498 0.7552 0.338201 0.970497C0.231597 1.0771 0.147033 1.20366 0.0893395 1.34294C0.0316457 1.48223 0.00195179 1.63151 0.00195179 1.78228C0.00195179 2.08675 0.122904 2.37876 0.338201 2.59406L5.25461 7.49903L0.338201 12.404C0.231037 12.5103 0.145978 12.6367 0.0879319 12.7761C0.0298855 12.9154 0 13.0648 0 13.2158C0 13.3667 0.0298855 13.5162 0.0879319 13.6555C0.145978 13.7948 0.231037 13.9213 0.338201 14.0276C0.444491 14.1347 0.570946 14.2198 0.710274 14.2778C0.849602 14.3359 0.999044 14.3658 1.14998 14.3658C1.30092 14.3658 1.45036 14.3359 1.58969 14.2778C1.72901 14.2198 1.85547 14.1347 1.96176 14.0276L7.67851 8.31081C7.78568 8.20452 7.87074 8.07806 7.92878 7.93874C7.98683 7.79941 8.01672 7.64997 8.01672 7.49903C8.01672 7.34809 7.98683 7.19865 7.92878 7.05932C7.87074 6.92 7.78568 6.79354 7.67851 6.68725Z" fill="%2300012D"/></svg>');
}
.level3-menu li {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding-bottom: 12px;
  font-size: 16px;
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-gray-500);
  &:hover {
    @media (hover: hover) {
      color: #00012D;
    }
  }
}
.center-dropdown:not(:hover) .level1:first-child .level1-name-wrapper {
  border-radius: 4px;
  background-color: #00000010;
}
.center-dropdown:not(:hover) .level1:first-child .level1-name-wrapper .level1-name {
  color: #00012D;
}
.center-dropdown:not(:hover) .level1:first-child {
  color: #00012D;
}
.center-dropdown:not(:hover) .level1:first-child .level1-name-wrapper::before {
  background-color: #FAA31A;
}
.center-dropdown:not(:hover) .level1:first-child .level1-svg {
  fill: #00012D;
}
.center-dropdown .level1-child {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.nav-drop:hover .center-dropdown:not(:has(.level1:hover)) .level1:first-child .level1-child {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: 90%;
  display: grid;
  height: 100% !important;
  width: 240%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 3);
  padding-left: 64px;
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.nav-drop:hover .center-dropdown .level1:hover .level1-child {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: 90%;
  display: grid;
  height: 100% !important;
  width: 240%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 3);
  padding-left: 64px;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.center-dropdown:not(:hover) .level1:first-child .level2-child {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: 94%;
  display: flex;
  height: 100% !important;
  width: 100%;
  flex-direction: column;
  padding-left: 36px;
}
.center-dropdown:not(:hover) .level1:first-child .level2-child .level2-box:first-child h3 {
  color: #00012D;
}
.center-dropdown:not(:hover) .level1:first-child .level2-child .level2-box:first-child::after {
  content: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.67851 6.68725L1.96176 0.970497C1.85516 0.863892 1.7286 0.77933 1.58931 0.721636C1.45003 0.663942 1.30074 0.634247 1.14998 0.634247C0.845504 0.634247 0.553498 0.7552 0.338201 0.970497C0.231597 1.0771 0.147033 1.20366 0.0893395 1.34294C0.0316457 1.48223 0.00195179 1.63151 0.00195179 1.78228C0.00195179 2.08675 0.122904 2.37876 0.338201 2.59406L5.25461 7.49903L0.338201 12.404C0.231037 12.5103 0.145978 12.6367 0.0879319 12.7761C0.0298855 12.9154 0 13.0648 0 13.2158C0 13.3667 0.0298855 13.5162 0.0879319 13.6555C0.145978 13.7948 0.231037 13.9213 0.338201 14.0276C0.444491 14.1347 0.570946 14.2198 0.710274 14.2778C0.849602 14.3359 0.999044 14.3658 1.14998 14.3658C1.30092 14.3658 1.45036 14.3359 1.58969 14.2778C1.72901 14.2198 1.85547 14.1347 1.96176 14.0276L7.67851 8.31081C7.78568 8.20452 7.87074 8.07806 7.92878 7.93874C7.98683 7.79941 8.01672 7.64997 8.01672 7.49903C8.01672 7.34809 7.98683 7.19865 7.92878 7.05932C7.87074 6.92 7.78568 6.79354 7.67851 6.68725Z" fill="%2300012D"/></svg>');
}
.center-dropdown:not(:hover) .level2-box:first-child .level3-menu {
  display: block;
}
.team-card figure {
  height: 200px;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #EAEAEA;
  @media (width >= 96rem) {
    height: 240px;
  }
}
.team-card figure img {
  height: 290px;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.team-card-detail {
  background: linear-gradient(92.79deg, rgba(0, 1, 45, 0.62) -50%, #00012D 74.06%);
  position: relative;
  height: 90px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: calc(var(--spacing) * 2);
  @media (width >= 96rem) {
    height: 100px;
  }
  @media (width >= 96rem) {
    padding: calc(var(--spacing) * 4);
  }
}
.team-card-detail h3 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 18px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  @media (width >= 96rem) {
    font-size: 20px;
  }
}
.team-card-detail p {
  font-size: 12px;
  --tw-leading: 1;
  line-height: 1;
  color: #FFFFFF;
}
.linkedin-svg {
  position: absolute;
  top: 20px;
  right: 16px;
  margin: calc(var(--spacing) * 0) !important;
  @media (width >= 96rem) {
    right: 20px;
  }
}
.linkedin-svg i {
  font-size: 24px;
  color: #FFFFFF;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      color: #FAA31A;
    }
  }
}
.team-card-btn-wrapper {
  margin-top: calc(var(--spacing) * 4);
  display: flex;
  justify-content: space-between;
  gap: calc(var(--spacing) * 1);
}
.team-card-btn {
  font-size: 12px;
  --tw-leading: 1;
  line-height: 1;
  --tw-tracking: 1;
  letter-spacing: 1;
  color: #FFFFFF;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      color: #FAA31A;
    }
  }
}
.team-card-btn::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 14 14" fill="none"><path d="M1.58301 12.4168L12.4163 1.5835M12.4163 1.5835H1.58301M12.4163 1.5835V12.4168" stroke="%23FFFFFF" stroke-width="1.8" stroke-linecap="round"></path></svg>');
  margin-left: calc(var(--spacing) * 1);
}
.team-card-btn:hover::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 14 14" fill="none"><path d="M1.58301 12.4168L12.4163 1.5835M12.4163 1.5835H1.58301M12.4163 1.5835V12.4168" stroke="%23FAA31A" stroke-width="1.8" stroke-linecap="round"></path></svg>');
}
.expand-card {
  background-image: url(../images/spring-img.png);
  border-radius: 16px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: flex .4s ease-in-out;
  position: relative;
  padding: 28px;
  border-radius: 12px;
  height: 520px;
  padding: calc(var(--spacing) * 4);
  @media (width >= 64rem) {
    height: 500px;
  }
  @media (width >= 64rem) {
    padding-top: 180px;
  }
  @media (width >= 96rem) {
    height: 560px;
  }
  @media (width >= 96rem) {
    padding: 28px;
  }
  @media (width >= 96rem) {
    padding-top: 200px;
  }
}
.expand-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 40px;
}
.new {
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 50;
  height: 200px;
  width: 100%;
  background-color: red;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-content: "";
  content: var(--tw-content);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
}
.expand-card .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background-color .8s ease;
}
.expand-card .content {
  z-index: 2;
}
.expand-card .content h3 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 24px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  @media (width >= 48rem) {
    font-size: 28px;
  }
  @media (width >= 96rem) {
    font-size: 32px;
  }
}
.expand-card:hover {
  flex: 6;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: calc(var(--spacing) * 4) !important;
  @media (width >= 96rem) {
    padding-top: calc(var(--spacing) * 7) !important;
  }
}
.expand-card:hover .overlay {
  background-color: rgba(0, 0, 0, 0.95);
}
.expand-content-box {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding-top: calc(var(--spacing) * 2);
  @media (width >= 64rem) {
    display: flex;
  }
  @media (width >= 96rem) {
    gap: calc(var(--spacing) * 2);
  }
}
.expand-content-box li {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  font-size: 13px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  &::before {
    content: var(--tw-content);
    display: block;
  }
  &::before {
    content: var(--tw-content);
    height: 10px;
  }
  &::before {
    content: var(--tw-content);
    min-width: 10px;
  }
  &::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::before {
    content: var(--tw-content);
    background-color: #FFFFFF;
  }
  &::before {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
  @media (width >= 96rem) {
    font-size: 15px;
  }
}
.expand-card-sec:hover .expand-content-box {
  display: none;
}
.expand-card .content h3 {
  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));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.expand-card-sec:hover .expand-card .content h3 {
  font-size: 24px;
  @media (width >= 64rem) {
    rotate: calc(90deg * -1);
  }
  @media (width >= 80rem) {
    width: 300px;
  }
}
.expand-card:hover .content h3 {
  rotate: 0deg !important;
}
.mini-card {
  backdrop-filter: blur(10px);
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #FFFFFF;
  background-color: #FFFFFF42;
  padding: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 3);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 2);
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 96rem) {
    padding-block: calc(var(--spacing) * 4);
  }
}
.mini-card h4 {
  position: relative;
  margin-bottom: calc(var(--spacing) * 2);
  padding-left: 14px;
  font-size: 16px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFF;
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: 4px;
  }
  &::before {
    content: var(--tw-content);
    left: -2px;
  }
  &::before {
    content: var(--tw-content);
    display: block;
  }
  &::before {
    content: var(--tw-content);
    height: 10px;
  }
  &::before {
    content: var(--tw-content);
    width: 10px;
  }
  &::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::before {
    content: var(--tw-content);
    background-color: #FFFFFF;
  }
  &::before {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
  @media (width >= 48rem) {
    font-size: 17px;
  }
}
.mini-card p {
  font-size: 12px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #FFFFFFB3;
}
.expand-detail-box {
  visibility: hidden;
  max-height: calc(var(--spacing) * 0);
  overflow: hidden;
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 700ms;
  transition-duration: 700ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  transition-delay: 0s;
}
.expand-card:hover .expand-detail-box {
  visibility: visible;
  max-height: 1000px;
  opacity: 100%;
  transition-delay: 400ms;
}
.common-page-content h4 {
  margin-bottom: calc(var(--spacing) * 4);
  width: fit-content;
  min-width: 260px;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding-inline: calc(var(--spacing) * 8);
  padding-block: 14px;
  text-align: center;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00012D;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 17px;
  }
  @media (width >= 64rem) {
    font-size: 18px;
  }
}
.common-page-content p {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 14px;
  color: #06060678;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.common-page-content ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
  padding-bottom: calc(var(--spacing) * 8);
  padding-left: calc(var(--spacing) * 8);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #06060678;
  @media (width >= 48rem) {
    font-size: 15px;
  }
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.map {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #00012d;
}
.map img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  // opacity: 0.2;
}
.rpin {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) translateY(0);
  transition: all 0.3s ease;
  background: #FAA31A;
  border-radius: 50%;
}
.rpin:hover {
  cursor: pointer;
  transform: translateX(-50%) scale(1.5);
  transform-origin: 50% 50%;
}
.mexico {
  bottom: 46.2392%;
  left: 21%;
}
.saudi-north {
  bottom: 48%;
  left: 62%;
}
.gurugram {
  bottom: 48%;
  left: 69.5%;
}
.pulse {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(239, 123, 0, 0.4);
  animation: pulse 2s infinite;
}
.pulse-med {
  animation: pulse 3s infinite;
}
.pulse-slow {
  animation: pulse 4s infinite;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(239, 123, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(239, 123, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(239, 123, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(192, 208, 40, 0.4);
    box-shadow: 0 0 0 0 rgba(192, 208, 40, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(192, 208, 40, 0);
    box-shadow: 0 0 0 30px rgba(192, 208, 40, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(192, 208, 40, 0);
    box-shadow: 0 0 0 0 rgba(192, 208, 40, 0);
  }
}
.map .tooltip h3 {
  font-size: 1rem;
  margin-top: .2rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #FAA31A;
  color: #FAA31A;
}
.tooltip p {
  font-size: 0.6rem;
}
.tooltip .top {
  min-width: 150px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px;
  color: #444444;
  background-color: rgba(255,255,255,0.9);
  border-radius: 3px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.tooltip:hover .top {
  visibility: visible;
  opacity: 1;
}
.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #eeeeee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .rpin {
    width: 12px;
    height: 12px;
  }
}
.square-card {
  display: flex;
  height: 300px;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 8);
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #00012D;
  background-color: #F6F6F6;
  padding: calc(var(--spacing) * 4);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: #00012D;
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: #00012D;
    }
  }
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 96rem) {
    padding: calc(var(--spacing) * 8);
  }
}
.square-card h3 {
  text-align: center;
  font-size: 20px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #00012D;
  @media (width >= 48rem) {
    font-size: 21px;
  }
  @media (width >= 96rem) {
    font-size: 23px;
  }
}
.square-card:hover h3 {
  color: #FFFFFF;
}
.square-card-icon {
  display: flex;
  height: 88px;
  width: 88px;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #FFFFFF;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.solution-card-bg {
  background-image: url(../images/image4.png);
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}
.solution-sec-card {
  height: 100%;
  height: 270px;
  min-height: 270px;
  width: 100%;
  --tw-translate-y: 77.5%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: 8px;
  background-color: #EEEEEE;
  padding: calc(var(--spacing) * 2);
  text-transform: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.solution-card-bg:hover .solution-sec-card {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.solution-l1-btn {
  padding: calc(var(--spacing) * 2);
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #000000;
  @media (width >= 96rem) {
    font-size: 17px;
  }
}
.solution-l2-btn {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding-block: 10px;
  padding-left: calc(var(--spacing) * 2);
  font-size: 14px;
  --tw-leading: 1.3;
  line-height: 1.3;
  color: var(--color-gray-500);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: #00012D;
    }
  }
  @media (width >= 96rem) {
    padding-block: calc(var(--spacing) * 2);
  }
  @media (width >= 96rem) {
    font-size: 15px;
  }
}
.solution-l2-wrapper {
  margin-top: calc(var(--spacing) * 2);
  height: 195px;
  overflow-y: auto;
}
.ms-header__title {
  flex: 1 1 100%;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  font-size: 32px;
  @media (width >= 48rem) {
    font-size: 40px;
  }
  @media (width >= 64rem) {
    font-size: 80px;
  }
  @media (width >= 96rem) {
    font-size: 120px;
  }
}
.ms-slider {
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  vertical-align: middle;
  -webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}
.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: wordSlider 10s ease-out infinite;
}
.ms-slider__word {
  display: block;
  line-height: 1.3em;
  text-align: left;
}
@keyframes wordSlider {
  0%, 16% {
    transform: translateY(0%);
  }
  20%, 36% {
    transform: translateY(-20%);
  }
  40%, 56% {
    transform: translateY(-40%);
  }
  60%, 76% {
    transform: translateY(-60%);
  }
  80%, 100% {
    transform: translateY(-80%);
  }
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-border-style: solid;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-space-x-reverse: 0;
      --tw-content: "";
      --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;
    }
  }
}
