/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Simplon", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: "SimplonMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-xs: 4px;
    --aspect-video: 16 / 9;
    --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);
    --text-small: 0.875rem;
    --text-mobile-small: 0.75rem;
    --text-regular: 1rem;
    --text-mobile-regular: 0.875rem;
    --text-medium: 1.125rem;
    --text-mobile-medium: 1rem;
    --text-large: 1.25rem;
    --text-mobile-large: 1.125rem;
    --text-heading-2: 3rem;
    --text-mobile-heading-2: 2.25rem;
    --text-heading-3: 2.5rem;
    --text-mobile-heading-3: 2rem;
    --text-heading-4: 2rem;
    --text-mobile-heading-4: 1.5rem;
    --text-heading-5: 1.5rem;
    --text-mobile-heading-5: 1.25rem;
    --text-heading-6: 1.25rem;
    --text-mobile-heading-6: 1.125rem;
    --color-ecas-lightest: #E5F0F7;
    --color-ecas-lighter: #CCE2F0;
    --color-ecas-light: #4C9ACB;
    --color-ecas: #0070B5;
    --color-ecas-dark: #005990;
    --color-ecas-darker: #002C48;
    --color-ecas-darkest: #002136;
    --color-ecas-ai-lightest: #FFEDE8;
    --color-ecas-ai-lighter: #FFDCD2;
    --color-ecas-ai-light: #FF8564;
    --color-ecas-ai: #E77D5F;
    --color-ecas-ai-dark: #CC411B;
    --color-ecas-compensation-lightest: #E5F2ED;
    --color-ecas-compensation-lighter: #CCE6DB;
    --color-ecas-compensation-light: #4CA983;
    --color-ecas-compensation: #00854F;
    --color-ecas-compensation-dark: #006A3F;
    --color-ecas-neutral-darker: #251D1B;
    --color-ecas-neutral-darkest: #0D0402;
    --tracking-ecas: 0.0175em;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .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);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .order-1 {
    order: 1;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .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-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-\[16\.5rem\] {
    width: 16.5rem;
    height: 16.5rem;
  }
  .h-\(--offset-full-height\) {
    height: var(--offset-full-height);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[1\.6rem\] {
    height: 1.6rem;
  }
  .h-\[3\.75rem\] {
    height: 3.75rem;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[42\.75rem\] {
    min-height: 42.75rem;
  }
  .min-h-\[42\.875rem\] {
    min-height: 42.875rem;
  }
  .min-h-\[46rem\] {
    min-height: 46rem;
  }
  .min-h-\[77\.5rem\] {
    min-height: 77.5rem;
  }
  .min-h-\[84rem\] {
    min-height: 84rem;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-\[10rem\] {
    width: 10rem;
  }
  .w-\[14rem\] {
    width: 14rem;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }
  .min-w-21 {
    min-width: calc(var(--spacing) * 21);
  }
  .min-w-23 {
    min-width: calc(var(--spacing) * 23);
  }
  .min-w-25 {
    min-width: calc(var(--spacing) * 25);
  }
  .min-w-\[2\.5rem\] {
    min-width: 2.5rem;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .basis-2\/3 {
    flex-basis: calc(2/3 * 100%);
  }
  .basis-5\/12 {
    flex-basis: calc(5/12 * 100%);
  }
  .basis-7\/12 {
    flex-basis: calc(7/12 * 100%);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .scroll-m-16 {
    scroll-margin: calc(var(--spacing) * 16);
  }
  .break-inside-avoid {
    break-inside: avoid;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .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-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .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-16 {
    gap: calc(var(--spacing) * 16);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[0\.75rem\] {
    border-radius: 0.75rem;
  }
  .rounded-\[1\.5rem\] {
    border-radius: 1.5rem;
  }
  .rounded-\[1rem\] {
    border-radius: 1rem;
  }
  .rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .rounded-\[4\.625rem\] {
    border-radius: 4.625rem;
  }
  .rounded-\[5\.875rem\] {
    border-radius: 5.875rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-ecas {
    border-color: var(--color-ecas);
  }
  .border-ecas-ai {
    border-color: var(--color-ecas-ai);
  }
  .border-ecas-ai-light {
    border-color: var(--color-ecas-ai-light);
  }
  .border-ecas-ai-lighter {
    border-color: var(--color-ecas-ai-lighter);
  }
  .border-ecas-compensation {
    border-color: var(--color-ecas-compensation);
  }
  .border-ecas-compensation-light {
    border-color: var(--color-ecas-compensation-light);
  }
  .border-ecas-compensation-lighter {
    border-color: var(--color-ecas-compensation-lighter);
  }
  .border-ecas-compensation-lightest {
    border-color: var(--color-ecas-compensation-lightest);
  }
  .border-ecas-light {
    border-color: var(--color-ecas-light);
  }
  .border-ecas-lighter {
    border-color: var(--color-ecas-lighter);
  }
  .border-b-ecas-compensation-lightest {
    border-bottom-color: var(--color-ecas-compensation-lightest);
  }
  .bg-ecas {
    background-color: var(--color-ecas);
  }
  .bg-ecas-ai {
    background-color: var(--color-ecas-ai);
  }
  .bg-ecas-ai-lightest {
    background-color: var(--color-ecas-ai-lightest);
  }
  .bg-ecas-ai\/60 {
    background-color: color-mix(in srgb, #E77D5F 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-ecas-ai) 60%, transparent);
    }
  }
  .bg-ecas-compensation {
    background-color: var(--color-ecas-compensation);
  }
  .bg-ecas-compensation-lightest {
    background-color: var(--color-ecas-compensation-lightest);
  }
  .bg-ecas-compensation\/60 {
    background-color: color-mix(in srgb, #00854F 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-ecas-compensation) 60%, transparent);
    }
  }
  .bg-ecas-dark {
    background-color: var(--color-ecas-dark);
  }
  .bg-ecas-darker {
    background-color: var(--color-ecas-darker);
  }
  .bg-ecas-light {
    background-color: var(--color-ecas-light);
  }
  .bg-ecas-lightest {
    background-color: var(--color-ecas-lightest);
  }
  .bg-ecas-neutral-darker {
    background-color: var(--color-ecas-neutral-darker);
  }
  .bg-ecas-neutral-darker\/20 {
    background-color: color-mix(in srgb, #251D1B 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-ecas-neutral-darker) 20%, transparent);
    }
  }
  .bg-ecas-neutral-darker\/50 {
    background-color: color-mix(in srgb, #251D1B 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-ecas-neutral-darker) 50%, transparent);
    }
  }
  .bg-ecas\/60 {
    background-color: color-mix(in srgb, #0070B5 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-ecas) 60%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-linear-145 {
    --tw-gradient-position: 145deg;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: 145deg in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-180 {
    --tw-gradient-position: 180deg;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: 180deg in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#044268\]\/71 {
    --tw-gradient-from: color-mix(in oklab, #044268 71%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-ecas {
    --tw-gradient-from: var(--color-ecas);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-ecas-ai {
    --tw-gradient-from: var(--color-ecas-ai);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-ecas-compensation {
    --tw-gradient-from: var(--color-ecas-compensation);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-ecas\/71 {
    --tw-gradient-from: color-mix(in srgb, #0070B5 71%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-ecas) 71%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#FFA086\] {
    --tw-gradient-to: #FFA086;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black {
    --tw-gradient-to: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-ecas-ai-light {
    --tw-gradient-to: var(--color-ecas-ai-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-ecas-compensation-light {
    --tw-gradient-to: var(--color-ecas-compensation-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-ecas-light {
    --tw-gradient-to: var(--color-ecas-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-ecas-ai {
    fill: var(--color-ecas-ai);
  }
  .fill-ecas-neutral-darker {
    fill: var(--color-ecas-neutral-darker);
  }
  .fill-ecas-neutral-darkest {
    fill: var(--color-ecas-neutral-darkest);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .py-36 {
    padding-block: calc(var(--spacing) * 36);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-\[2\.5rem\]\/\[100\%\] {
    font-size: 2.5rem;
    line-height: 100%;
  }
  .text-\[2\.7rem\]\/\[100\%\] {
    font-size: 2.7rem;
    line-height: 100%;
  }
  .text-\[2\.625rem\]\/\[100\%\] {
    font-size: 2.625rem;
    line-height: 100%;
  }
  .text-\[3\.5rem\]\/\[100\%\] {
    font-size: 3.5rem;
    line-height: 100%;
  }
  .text-\[3\.6rem\]\/\[100\%\] {
    font-size: 3.6rem;
    line-height: 100%;
  }
  .text-\[3\.8rem\]\/\[100\%\] {
    font-size: 3.8rem;
    line-height: 100%;
  }
  .text-\[3\.9rem\]\/\[100\%\] {
    font-size: 3.9rem;
    line-height: 100%;
  }
  .text-heading-6\/\[120\%\] {
    font-size: var(--text-heading-6);
    line-height: 120%;
  }
  .text-mobile-heading-2\/\[100\%\] {
    font-size: var(--text-mobile-heading-2);
    line-height: 100%;
  }
  .text-mobile-heading-2\/\[120\%\] {
    font-size: var(--text-mobile-heading-2);
    line-height: 120%;
  }
  .text-mobile-heading-3\/\[120\%\] {
    font-size: var(--text-mobile-heading-3);
    line-height: 120%;
  }
  .text-mobile-heading-4\/\[120\%\] {
    font-size: var(--text-mobile-heading-4);
    line-height: 120%;
  }
  .text-mobile-heading-5\/\[100\%\] {
    font-size: var(--text-mobile-heading-5);
    line-height: 100%;
  }
  .text-mobile-heading-5\/\[120\%\] {
    font-size: var(--text-mobile-heading-5);
    line-height: 120%;
  }
  .text-mobile-heading-5\/\[130\%\] {
    font-size: var(--text-mobile-heading-5);
    line-height: 130%;
  }
  .text-mobile-heading-5\/\[150\%\] {
    font-size: var(--text-mobile-heading-5);
    line-height: 150%;
  }
  .text-mobile-heading-6\/\[120\%\] {
    font-size: var(--text-mobile-heading-6);
    line-height: 120%;
  }
  .text-mobile-heading-6\/\[140\%\] {
    font-size: var(--text-mobile-heading-6);
    line-height: 140%;
  }
  .text-mobile-large\/\[120\%\] {
    font-size: var(--text-mobile-large);
    line-height: 120%;
  }
  .text-mobile-large\/\[150\%\] {
    font-size: var(--text-mobile-large);
    line-height: 150%;
  }
  .text-mobile-medium\/\[150\%\] {
    font-size: var(--text-mobile-medium);
    line-height: 150%;
  }
  .text-mobile-regular\/\[100\%\] {
    font-size: var(--text-mobile-regular);
    line-height: 100%;
  }
  .text-mobile-regular\/\[110\%\] {
    font-size: var(--text-mobile-regular);
    line-height: 110%;
  }
  .text-mobile-regular\/\[150\%\] {
    font-size: var(--text-mobile-regular);
    line-height: 150%;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-mobile-heading-4 {
    font-size: var(--text-mobile-heading-4);
  }
  .text-mobile-heading-5 {
    font-size: var(--text-mobile-heading-5);
  }
  .text-mobile-large {
    font-size: var(--text-mobile-large);
  }
  .text-mobile-regular {
    font-size: var(--text-mobile-regular);
  }
  .text-mobile-small {
    font-size: var(--text-mobile-small);
  }
  .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);
  }
  .-tracking-ecas {
    --tw-tracking: calc(var(--tracking-ecas) * -1);
    letter-spacing: calc(var(--tracking-ecas) * -1);
  }
  .text-ecas {
    color: var(--color-ecas);
  }
  .text-ecas-ai {
    color: var(--color-ecas-ai);
  }
  .text-ecas-ai-dark {
    color: var(--color-ecas-ai-dark);
  }
  .text-ecas-ai-lightest {
    color: var(--color-ecas-ai-lightest);
  }
  .text-ecas-compensation {
    color: var(--color-ecas-compensation);
  }
  .text-ecas-compensation-dark {
    color: var(--color-ecas-compensation-dark);
  }
  .text-ecas-compensation-lighter {
    color: var(--color-ecas-compensation-lighter);
  }
  .text-ecas-compensation-lightest {
    color: var(--color-ecas-compensation-lightest);
  }
  .text-ecas-dark {
    color: var(--color-ecas-dark);
  }
  .text-ecas-darker {
    color: var(--color-ecas-darker);
  }
  .text-ecas-darkest {
    color: var(--color-ecas-darkest);
  }
  .text-ecas-lightest {
    color: var(--color-ecas-lightest);
  }
  .text-ecas-neutral-darker {
    color: var(--color-ecas-neutral-darker);
  }
  .text-ecas-neutral-darkest {
    color: var(--color-ecas-neutral-darkest);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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,);
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -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));
  }
  .duration-3000 {
    --tw-duration: 3000ms;
    transition-duration: 3000ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:fill-ecas-neutral-darkest {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-ecas-neutral-darkest);
      }
    }
  }
  .group-hover\:fill-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-white);
      }
    }
  }
  .hover\:bg-ecas-ai-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ecas-ai-light);
      }
    }
  }
  .hover\:bg-ecas-compensation-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ecas-compensation-light);
      }
    }
  }
  .hover\:bg-ecas-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ecas-light);
      }
    }
  }
  .hover\:bg-ecas-neutral-darkest {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ecas-neutral-darkest);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-ecas-neutral-darkest {
    &:hover {
      @media (hover: hover) {
        color: var(--color-ecas-neutral-darkest);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .motion-reduce\:scroll-auto {
    @media (prefers-reduced-motion: reduce) {
      scroll-behavior: auto;
    }
  }
  .xxxs\:w-\[12rem\] {
    @media (width >= 22.5rem) {
      width: 12rem;
    }
  }
  .xxs\:w-\[13rem\] {
    @media (width >= 23.4375rem) {
      width: 13rem;
    }
  }
  .xs\:min-h-\[39\.5rem\] {
    @media (width >= 25rem) {
      min-height: 39.5rem;
    }
  }
  .xs\:min-h-\[39\.875rem\] {
    @media (width >= 25rem) {
      min-height: 39.875rem;
    }
  }
  .xs\:min-h-\[62rem\] {
    @media (width >= 25rem) {
      min-height: 62rem;
    }
  }
  .xs\:min-h-\[72\.125rem\] {
    @media (width >= 25rem) {
      min-height: 72.125rem;
    }
  }
  .xs\:w-\[14rem\] {
    @media (width >= 25rem) {
      width: 14rem;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:min-h-\[53\.75rem\] {
    @media (width >= 40rem) {
      min-height: 53.75rem;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:text-\[3\.5rem\]\/\[100\%\] {
    @media (width >= 40rem) {
      font-size: 3.5rem;
      line-height: 100%;
    }
  }
  .md\:order-0 {
    @media (width >= 48rem) {
      order: 0;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[2\.05rem\] {
    @media (width >= 48rem) {
      height: 2.05rem;
    }
  }
  .md\:min-h-\[34rem\] {
    @media (width >= 48rem) {
      min-height: 34rem;
    }
  }
  .md\:min-h-\[37\.375rem\] {
    @media (width >= 48rem) {
      min-height: 37.375rem;
    }
  }
  .md\:min-h-\[44\.375rem\] {
    @media (width >= 48rem) {
      min-height: 44.375rem;
    }
  }
  .md\:min-h-\[50rem\] {
    @media (width >= 48rem) {
      min-height: 50rem;
    }
  }
  .md\:min-h-\[57\.8rem\] {
    @media (width >= 48rem) {
      min-height: 57.8rem;
    }
  }
  .md\:min-h-\[58\.875rem\] {
    @media (width >= 48rem) {
      min-height: 58.875rem;
    }
  }
  .md\:max-w-\[75\%\] {
    @media (width >= 48rem) {
      max-width: 75%;
    }
  }
  .md\:flex-none {
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .md\:basis-1\/2 {
    @media (width >= 48rem) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:rounded-\[2rem\] {
    @media (width >= 48rem) {
      border-radius: 2rem;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-14 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .md\:p-16 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:text-\[2\.625rem\]\/\[100\%\] {
    @media (width >= 48rem) {
      font-size: 2.625rem;
      line-height: 100%;
    }
  }
  .md\:text-\[4\.3rem\]\/\[100\%\] {
    @media (width >= 48rem) {
      font-size: 4.3rem;
      line-height: 100%;
    }
  }
  .md\:text-\[4\.5rem\]\/\[100\%\] {
    @media (width >= 48rem) {
      font-size: 4.5rem;
      line-height: 100%;
    }
  }
  .md\:text-heading-2\/\[100\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-2);
      line-height: 100%;
    }
  }
  .md\:text-heading-2\/\[120\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-2);
      line-height: 120%;
    }
  }
  .md\:text-heading-3\/\[120\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-3);
      line-height: 120%;
    }
  }
  .md\:text-heading-4\/\[120\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-4);
      line-height: 120%;
    }
  }
  .md\:text-heading-5\/\[100\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-5);
      line-height: 100%;
    }
  }
  .md\:text-heading-5\/\[120\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-5);
      line-height: 120%;
    }
  }
  .md\:text-heading-5\/\[130\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-5);
      line-height: 130%;
    }
  }
  .md\:text-heading-5\/\[150\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-5);
      line-height: 150%;
    }
  }
  .md\:text-heading-6\/\[120\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-6);
      line-height: 120%;
    }
  }
  .md\:text-heading-6\/\[140\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-heading-6);
      line-height: 140%;
    }
  }
  .md\:text-large\/\[120\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-large);
      line-height: 120%;
    }
  }
  .md\:text-large\/\[150\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-large);
      line-height: 150%;
    }
  }
  .md\:text-medium\/\[150\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-medium);
      line-height: 150%;
    }
  }
  .md\:text-regular\/\[100\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-regular);
      line-height: 100%;
    }
  }
  .md\:text-regular\/\[110\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-regular);
      line-height: 110%;
    }
  }
  .md\:text-regular\/\[150\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-regular);
      line-height: 150%;
    }
  }
  .md\:text-\[0\.98rem\] {
    @media (width >= 48rem) {
      font-size: 0.98rem;
    }
  }
  .md\:text-heading-4 {
    @media (width >= 48rem) {
      font-size: var(--text-heading-4);
    }
  }
  .md\:text-heading-5 {
    @media (width >= 48rem) {
      font-size: var(--text-heading-5);
    }
  }
  .md\:text-large {
    @media (width >= 48rem) {
      font-size: var(--text-large);
    }
  }
  .md\:text-regular {
    @media (width >= 48rem) {
      font-size: var(--text-regular);
    }
  }
  .md\:text-small {
    @media (width >= 48rem) {
      font-size: var(--text-small);
    }
  }
  .lg\:order-0 {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mt-41 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 41);
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:min-h-\[41rem\] {
    @media (width >= 64rem) {
      min-height: 41rem;
    }
  }
  .lg\:min-h-\[46rem\] {
    @media (width >= 64rem) {
      min-height: 46rem;
    }
  }
  .lg\:min-h-\[55rem\] {
    @media (width >= 64rem) {
      min-height: 55rem;
    }
  }
  .lg\:min-h-\[59\.375rem\] {
    @media (width >= 64rem) {
      min-height: 59.375rem;
    }
  }
  .lg\:min-h-\[61\.5rem\] {
    @media (width >= 64rem) {
      min-height: 61.5rem;
    }
  }
  .lg\:w-\[13\.75rem\] {
    @media (width >= 64rem) {
      width: 13.75rem;
    }
  }
  .lg\:max-w-\[35rem\] {
    @media (width >= 64rem) {
      max-width: 35rem;
    }
  }
  .lg\:basis-1\/2 {
    @media (width >= 64rem) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .lg\:basis-1\/3 {
    @media (width >= 64rem) {
      flex-basis: calc(1/3 * 100%);
    }
  }
  .lg\:basis-2\/3 {
    @media (width >= 64rem) {
      flex-basis: calc(2/3 * 100%);
    }
  }
  .lg\:columns-2 {
    @media (width >= 64rem) {
      columns: 2;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:self-center {
    @media (width >= 64rem) {
      align-self: center;
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:pt-6 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-end {
    @media (width >= 64rem) {
      text-align: end;
    }
  }
  .lg\:text-\[3rem\]\/\[100\%\] {
    @media (width >= 64rem) {
      font-size: 3rem;
      line-height: 100%;
    }
  }
  .lg\:text-\[4\.5rem\]\/\[100\%\] {
    @media (width >= 64rem) {
      font-size: 4.5rem;
      line-height: 100%;
    }
  }
  .lg\:text-\[6\.5rem\]\/\[100\%\] {
    @media (width >= 64rem) {
      font-size: 6.5rem;
      line-height: 100%;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:min-h-\[35\.5rem\] {
    @media (width >= 80rem) {
      min-height: 35.5rem;
    }
  }
  .xl\:min-h-\[49\.75rem\] {
    @media (width >= 80rem) {
      min-height: 49.75rem;
    }
  }
  .xl\:min-h-\[55\.625rem\] {
    @media (width >= 80rem) {
      min-height: 55.625rem;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:max-w-\[55\%\] {
    @media (width >= 80rem) {
      max-width: 55%;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:px-16 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:text-\[4\.5rem\]\/\[100\%\] {
    @media (width >= 80rem) {
      font-size: 4.5rem;
      line-height: 100%;
    }
  }
  .xl\:text-\[6\.5rem\]\/\[100\%\] {
    @media (width >= 80rem) {
      font-size: 6.5rem;
      line-height: 100%;
    }
  }
}
:root {
  --offset-full-height: calc(100vh - 92px);
}
@font-face {
  font-family: Simplon;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-Regular.otf") format("opentype");
}
@font-face {
  font-family: Simplon;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-RegularItalic.otf") format("opentype");
}
@font-face {
  font-family: Simplon;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-Bold.otf") format("opentype");
}
@font-face {
  font-family: Simplon;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-BoldItalic.otf") format("opentype");
}
@font-face {
  font-family: Simplon;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-Medium.otf") format("opentype");
}
@font-face {
  font-family: Simplon;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-MediumItalic.otf") format("opentype");
}
@font-face {
  font-family: Simplon;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-Light.otf") format("opentype");
}
@font-face {
  font-family: Simplon;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/simplon-norm/SimplonNorm-LightItalic.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-Regular.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-RegularItalic.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-Bold.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-BoldItalic.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-Medium.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-MediumItalic.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-Light.otf") format("opentype");
}
@font-face {
  font-family: SimplonMono;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/simplon-mono/SimplonMono-LightItalic.otf") format("opentype");
}
[x-cloak] {
  display: none !important;
}
@property --l11 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}
@property --l12 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}
@property --l21 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}
@property --l22 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}
@property --l23 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --l11: 0%;
      --l12: 0%;
      --l21: 0%;
      --l22: 0%;
      --l23: 100%;
    }
  }
}
