/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-3xl: 64px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Gilroy", sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-blue-ZE: #23556F;
    --color-blue-OE: #0E69AE;
    --color-yellow-EI: #E1AC0D;
    --color-yellow-FE: #FEC620;
    --color-black-ZA: #2A2A2A;
    --color-gray-FE: #F3F2EC;
    --spacing-container: 1230px;
    --font-ranoya: "Ranoya", sans-serif;
    --default-line-height: 1.3;
    --default-font-size: 16px;
  }
}
@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)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-4px\] {
    top: -4px;
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[-40px\] {
    top: -40px;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .top-\[225px\] {
    top: 225px;
  }
  .top-\[265px\] {
    top: 265px;
  }
  .top-\[385px\] {
    top: 385px;
  }
  .top-\[430px\] {
    top: 430px;
  }
  .top-\[525px\] {
    top: 525px;
  }
  .top-full {
    top: 100%;
  }
  .-right-\[45px\] {
    right: calc(45px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[90px\] {
    right: 90px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-\[-250px\] {
    bottom: -250px;
  }
  .bottom-\[-320px\] {
    bottom: -320px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .-left-\[45px\] {
    left: calc(45px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[15px\] {
    left: 15px;
  }
  .left-\[430px\] {
    left: 430px;
  }
  .left-\[480px\] {
    left: 480px;
  }
  .left-\[595px\] {
    left: 595px;
  }
  .left-\[665px\] {
    left: 665px;
  }
  .left-\[725px\] {
    left: 725px;
  }
  .left-\[810px\] {
    left: 810px;
  }
  .left-\[820px\] {
    left: 820px;
  }
  .left-\[835px\] {
    left: 835px;
  }
  .left-\[935px\] {
    left: 935px;
  }
  .left-\[995px\] {
    left: 995px;
  }
  .left-\[1005px\] {
    left: 1005px;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-49 {
    z-index: 49;
  }
  .z-1001 {
    z-index: 1001;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .container {
    width: 100%;
  }
  @media (width >= 1366px) {
    .container {
      max-width: 1366px;
    }
  }
  @media (width >= 1600px) {
    .container {
      max-width: 1600px;
    }
  }
  @media (width >= 1920px) {
    .container {
      max-width: 1920px;
    }
  }
  @media (width >= 2560px) {
    .container {
      max-width: 2560px;
    }
  }
  @media (width >= 3840px) {
    .container {
      max-width: 3840px;
    }
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-\[20px\] {
    margin-inline: 20px;
  }
  .mx-\[58px\] {
    margin-inline: 58px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[80px\] {
    margin-top: calc(80px * -1);
  }
  .-mt-\[150px\] {
    margin-top: calc(150px * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .-mr-\[18px\] {
    margin-right: calc(18px * -1);
  }
  .-mr-\[80px\] {
    margin-right: calc(80px * -1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-\[18px\] {
    margin-right: 18px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[80px\] {
    margin-right: 80px;
  }
  .mr-\[142px\] {
    margin-right: 142px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[305px\] {
    height: 305px;
  }
  .h-\[370px\] {
    height: 370px;
  }
  .h-\[615px\] {
    height: 615px;
  }
  .h-\[650px\] {
    height: 650px;
  }
  .h-\[763px\] {
    height: 763px;
  }
  .h-\[768px\] {
    height: 768px;
  }
  .h-\[875px\] {
    height: 875px;
  }
  .h-\[1050px\] {
    height: 1050px;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[540px\] {
    min-height: 540px;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[875px\] {
    width: 875px;
  }
  .w-\[1050px\] {
    width: 1050px;
  }
  .w-\[calc\(33\.33333\%-80px\)\] {
    width: calc(33.33333% - 80px);
  }
  .w-\[calc\(50\%-18px\)\] {
    width: calc(50% - 18px);
  }
  .w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px);
  }
  .w-\[calc\(100\%-352px\)\] {
    width: calc(100% - 352px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[50px\] {
    max-width: 50px;
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[285px\] {
    max-width: 285px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[445px\] {
    max-width: 445px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[485px\] {
    max-width: 485px;
  }
  .max-w-\[635px\] {
    max-width: 635px;
  }
  .max-w-\[670px\] {
    max-width: 670px;
  }
  .max-w-\[690px\] {
    max-width: 690px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[740px\] {
    max-width: 740px;
  }
  .max-w-\[770px\] {
    max-width: 770px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1366px\] {
    max-width: 1366px;
  }
  .max-w-container {
    max-width: var(--spacing-container);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .resize {
    resize: both;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-1\.5 {
    column-gap: calc(var(--spacing) * 1.5);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-\[\#233368\] {
    border-color: #233368;
  }
  .border-\[\#aaa\] {
    border-color: #aaa;
  }
  .border-\[rgba\(147\,105\,49\,0\.50\)\] {
    border-color: rgba(147,105,49,0.50);
  }
  .border-black-ZA {
    border-color: var(--color-black-ZA);
  }
  .border-black\/40 {
    border-color: color-mix(in srgb, #000 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/40 {
      border-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .border-blue-OE {
    border-color: var(--color-blue-OE);
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/40 {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .border-white\/50 {
    border-color: color-mix(in srgb, #fff 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/50 {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-\[\#f1f1f1\] {
    background-color: #f1f1f1;
  }
  .bg-\[rgba\(0\,0\,0\,0\.3\)\] {
    background-color: rgba(0,0,0,0.3);
  }
  .bg-\[rgba\(0\,0\,0\,0\.7803921569\)\] {
    background-color: rgba(0,0,0,0.7803921569);
  }
  .bg-\[rgba\(8\,59\,98\,0\.70\)\] {
    background-color: rgba(8,59,98,0.70);
  }
  .bg-\[rgba\(243\,242\,236\,1\)\] {
    background-color: rgba(243,242,236,1);
  }
  .bg-blue-OE {
    background-color: var(--color-blue-OE);
  }
  .bg-gray-FE {
    background-color: var(--color-gray-FE);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-EI {
    background-color: var(--color-yellow-EI);
  }
  .bg-yellow-FE {
    background-color: var(--color-yellow-FE);
  }
  .bg-\[url\(\'\.\.\/images\/bg_col_s8\.png\'\)\] {
    background-image: url('../images/bg_col_s8.png');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[80px\] {
    padding-inline: 80px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-right {
    text-align: right;
  }
  .font-ranoya {
    font-family: var(--font-ranoya);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .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-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .text-\[62px\] {
    font-size: 62px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[82px\] {
    font-size: 82px;
  }
  .text-\[172px\] {
    font-size: 172px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[65px\] {
    --tw-leading: 65px;
    line-height: 65px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .-tracking-\[1\.28px\] {
    --tw-tracking: calc(1.28px * -1);
    letter-spacing: calc(1.28px * -1);
  }
  .tracking-\[-10\.341px\] {
    --tw-tracking: -10.341px;
    letter-spacing: -10.341px;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#233368\] {
    color: #233368;
  }
  .text-\[14x\] {
    color: 14x;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black-ZA {
    color: var(--color-black-ZA);
  }
  .text-black\/70 {
    color: color-mix(in srgb, #000 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/70 {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .text-blue-OE {
    color: var(--color-blue-OE);
  }
  .text-blue-ZE {
    color: var(--color-blue-ZE);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-yellow-EI {
    color: var(--color-yellow-EI);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  @media (hover: hover) {
    .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }
  @media (hover: hover) {
    .group-hover\:translate-y-0:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:bg-blue-OE:is(:where(.group):hover *) {
      background-color: var(--color-blue-OE);
    }
  }
  @media (hover: hover) {
    .group-hover\:bg-yellow-EI:is(:where(.group):hover *) {
      background-color: var(--color-yellow-EI);
    }
  }
  @media (hover: hover) {
    .group-hover\:text-white:is(:where(.group):hover *) {
      color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .group-hover\:text-yellow-EI:is(:where(.group):hover *) {
      color: var(--color-yellow-EI);
    }
  }
  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:top-0::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0);
  }
  .before\:top-\[8px\]::before {
    content: var(--tw-content);
    top: 8px;
  }
  .before\:-left-\[24px\]::before {
    content: var(--tw-content);
    left: calc(24px * -1);
  }
  .before\:left-\[10px\]::before {
    content: var(--tw-content);
    left: 10px;
  }
  .before\:h-\[10px\]::before {
    content: var(--tw-content);
    height: 10px;
  }
  .before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }
  .before\:w-\[10px\]::before {
    content: var(--tw-content);
    width: 10px;
  }
  .before\:w-px::before {
    content: var(--tw-content);
    width: 1px;
  }
  .before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  .before\:bg-yellow-EI::before {
    content: var(--tw-content);
    background-color: var(--color-yellow-EI);
  }
  .before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:bottom-\[-5px\]::after {
    content: var(--tw-content);
    bottom: -5px;
  }
  .after\:left-\[200px\]::after {
    content: var(--tw-content);
    left: 200px;
  }
  .after\:z-10::after {
    content: var(--tw-content);
    z-index: 10;
  }
  .after\:h-\[46px\]::after {
    content: var(--tw-content);
    height: 46px;
  }
  .after\:w-\[24px\]::after {
    content: var(--tw-content);
    width: 24px;
  }
  .after\:bg-\[url\(\'\.\.\/images\/icons\/Scroll\.png\'\)\]::after {
    content: var(--tw-content);
    background-image: url('../images/icons/Scroll.png');
  }
  .after\:bg-center::after {
    content: var(--tw-content);
    background-position: center;
  }
  .after\:bg-no-repeat::after {
    content: var(--tw-content);
    background-repeat: no-repeat;
  }
  .after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
  .first\:ml-0:first-child {
    margin-left: calc(var(--spacing) * 0);
  }
  .last\:mr-0:last-child {
    margin-right: calc(var(--spacing) * 0);
  }
  .last\:mb-0:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (hover: hover) {
    .hover\:z-10:hover {
      z-index: 10;
    }
  }
  @media (hover: hover) {
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .hover\:border-blue-OE:hover {
      border-color: var(--color-blue-OE);
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#E6E6E6\]:hover {
      background-color: #E6E6E6;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#F1E6DA\]:hover {
      background-color: #F1E6DA;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#f9f9f9\]:hover {
      background-color: #f9f9f9;
    }
  }
  @media (hover: hover) {
    .hover\:bg-blue-OE:hover {
      background-color: var(--color-blue-OE);
    }
  }
  @media (hover: hover) {
    .hover\:bg-yellow-EI:hover {
      background-color: var(--color-yellow-EI);
    }
  }
  @media (hover: hover) {
    .hover\:bg-yellow-FE:hover {
      background-color: var(--color-yellow-FE);
    }
  }
  @media (hover: hover) {
    .hover\:text-blue-OE:hover {
      color: var(--color-blue-OE);
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-2xl:hover {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .hover\:\[box-shadow\:inset_0_0_0_100px_rgb\(0_0_0\/5\%\)\]:hover {
      box-shadow: inset 0 0 0 100px rgb(0 0 0/5%);
    }
  }
  @media (width >= 1600px) {
    .full-hd\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }
  }
  @media (width >= 48rem) {
    .md\:mx-2 {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 48rem) {
    .md\:mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 48rem) {
    .md\:mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 48rem) {
    .md\:mb-\[10px\] {
      margin-bottom: 10px;
    }
  }
  @media (width >= 48rem) {
    .md\:ml-4 {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:max-h-\[70px\] {
      max-height: 70px;
    }
  }
  @media (width >= 48rem) {
    .md\:w-1\/3 {
      width: calc(1/3 * 100%);
    }
  }
  @media (width >= 48rem) {
    .md\:w-2\/3 {
      width: calc(2/3 * 100%);
    }
  }
  @media (width >= 48rem) {
    .md\:w-\[70px\] {
      width: 70px;
    }
  }
  @media (width >= 48rem) {
    .md\:max-w-\[70px\] {
      max-width: 70px;
    }
  }
  @media (width >= 48rem) {
    .md\:rounded-\[5px\] {
      border-radius: 5px;
    }
  }
  @media (width >= 48rem) {
    .md\:p-2 {
      padding: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 48rem) {
    .md\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .md\:pl-2 {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:leading-5 {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:leading-\[14px\] {
      --tw-leading: 14px;
      line-height: 14px;
    }
  }
  .\[\&\.active\]\:visible.active {
    visibility: visible;
  }
  .\[\&\.active\]\:bg-\[\#F1E6DA\].active {
    background-color: #F1E6DA;
  }
  .\[\&\.active\]\:bg-blue-OE.active {
    background-color: var(--color-blue-OE);
  }
  .\[\&\.active\]\:text-blue-OE.active {
    color: var(--color-blue-OE);
  }
  .\[\&\.active\]\:text-white.active {
    color: var(--color-white);
  }
  .\[\&\.active\]\:underline.active {
    text-decoration-line: underline;
  }
  .\[\&\.active\]\:opacity-100.active {
    opacity: 100%;
  }
}
@layer base {
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Light.woff2") format("woff2");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Regular.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Medium.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-SemiBold.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Bold.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Italic.woff2") format("opentype");
  }
  @font-face {
    font-family: "Ranoya";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Ranoya/1FTV-Ranoya-Regular.woff2") format("opentype");
  }
  html,
    :host {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black-ZA);
    line-height: var(--default-line-height);
    font-size: var(--default-font-size);
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
}
@layer utilities {
  .wow {
    visibility: hidden;
  }
  .line-height-default {
    line-height: var(--default-line-height);
  }
  .font-size-default {
    font-size: var(--default-font-size);
  }
  .small-1 {
    width: calc(1/12 * 100%);
  }
  .small-2 {
    width: calc(2/12 * 100%);
  }
  .small-3 {
    width: calc(3/12 * 100%);
  }
  .small-4 {
    width: calc(4/12 * 100%);
  }
  .small-5 {
    width: calc(5/12 * 100%);
  }
  .small-6 {
    width: calc(6/12 * 100%);
  }
  .small-7 {
    width: calc(7/12 * 100%);
  }
  .small-8 {
    width: calc(8/12 * 100%);
  }
  .small-9 {
    width: calc(9/12 * 100%);
  }
  .small-10 {
    width: calc(10/12 * 100%);
  }
  .small-11 {
    width: calc(11/12 * 100%);
  }
  .small-12 {
    width: 100%;
  }
  @media (width >= 48rem) {
    .medium-1 {
      width: calc(1/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-2 {
      width: calc(2/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-3 {
      width: calc(3/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-4 {
      width: calc(4/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-5 {
      width: calc(5/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-6 {
      width: calc(6/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-7 {
      width: calc(7/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-8 {
      width: calc(8/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-9 {
      width: calc(9/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-10 {
      width: calc(10/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-11 {
      width: calc(11/12 * 100%);
    }
  }
  @media (width >= 48rem) {
    .medium-12 {
      width: 100%;
    }
  }
  @media (width >= 64rem) {
    .large-1 {
      width: calc(1/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-2 {
      width: calc(2/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-3 {
      width: calc(3/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-4 {
      width: calc(4/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-5 {
      width: calc(5/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-6 {
      width: calc(6/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-7 {
      width: calc(7/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-8 {
      width: calc(8/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-9 {
      width: calc(9/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-10 {
      width: calc(10/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-11 {
      width: calc(11/12 * 100%);
    }
  }
  @media (width >= 64rem) {
    .large-12 {
      width: 100%;
    }
  }
}
@layer components {
  .filter-image-customize:hover img.image-filter {
    filter: brightness(0) invert(1);
  }
  .textLine-1 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .textLine-2 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .textLine-3 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .textLine-4 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .textLine-5 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .section {
    position: relative;
    display: flex;
    min-height: auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding-block: 30px;
  }
  .section-bg {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    margin: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    padding: calc(var(--spacing) * 0);
  }
  .fill {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    margin: calc(var(--spacing) * 0);
    height: 100%;
    padding: calc(var(--spacing) * 0);
  }
  .bg-media {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-content {
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
  }
  .row {
    margin-inline: auto;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: var(--spacing-container);
    flex-direction: row;
    flex-wrap: wrap;
  }
  .row-full-width {
    max-width: 100%;
  }
  .row .row:not(.row-collapse) {
    margin-inline: calc(15px * -1);
    width: auto;
    padding-right: calc(var(--spacing) * 0);
    padding-left: calc(var(--spacing) * 0);
  }
  .row-small > .col {
    padding-inline: 10px;
  }
  .row-collapse > .col {
    padding: calc(var(--spacing) * 0);
  }
  .row-large > .col {
    padding-inline: 20px;
  }
  .col {
    position: relative;
    margin: calc(var(--spacing) * 0);
    box-sizing: border-box;
    width: 100%;
    padding-inline: 15px;
  }
  .col-inner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .content-single h1,
    .content-single h2,
    .content-single h3,
    .content-single h4,
    .content-single h5,
    .content-single p,
    .content-single ul,
    .content-single ol,
    .content-single img,
    .content-single iframe {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .content-single h1,
    .content-single h2,
    .content-single h3,
    .content-single h4,
    .content-single h5 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .content-single img,
    .content-single iframe {
    overflow: hidden;
    border-radius: 10px;
  }
  @keyframes bounce-scroll {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  .scroll-icon-bounce::after {
    animation: bounce-scroll 1.5s ease-in-out infinite;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .animate-fadeIn {
    animation: fadeIn 0.5s ease forwards;
  }
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    50% {
      transform: scale(1.1);
      box-shadow: 0 4px 15px rgba(255, 0, 0, 0.5);
    }
  }
  .location-label {
    position: absolute;
    top: 15px;
    left: 15px;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .location-label {
      background-color: color-mix(in oklab, var(--color-red-600) 90%, transparent);
    }
  }
  .location-label {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    animation: pulse 2s ease-in-out infinite;
  }
  @media (max-width: 768px) {
    .location-label {
      top: 10px;
      left: 10px;
      height: 35px;
      width: 35px;
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
}
@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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}