/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .left-4 {
    left: calc(var(--spacing) * 4);
  }

  .z-1 {
    z-index: 1;
  }

  .z-2 {
    z-index: 2;
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-auto {
    margin: auto;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[1024px\] {
    max-height: 1024px;
  }

  .min-h-\[100dvh\] {
    min-height: 100dvh;
  }

  .min-h-\[600px\] {
    min-height: 600px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-\[95vw\] {
    width: 95vw;
  }

  .w-auto {
    width: auto;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .max-w-37\.5 {
    max-width: calc(var(--spacing) * 37.5);
  }

  .max-w-350 {
    max-width: calc(var(--spacing) * 350);
  }

  .max-w-\[600px\] {
    max-width: 600px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-y {
    resize: vertical;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .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-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }

  .border-\[\#d0d0d0\] {
    border-color: #d0d0d0;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[\#01353C\] {
    background-color: #01353c;
  }

  .bg-\[\#014751\] {
    background-color: #014751;
  }

  .bg-\[\#C6F221\] {
    background-color: #c6f221;
  }

  .bg-\[\#C7D9DC\] {
    background-color: #c7d9dc;
  }

  .bg-\[\#F8F6F7\] {
    background-color: #f8f6f7;
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#F8F6F7\] {
    --tw-gradient-from: #f8f6f7;
    --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-white {
    --tw-gradient-from: var(--color-white);
    --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));
  }

  .via-\[\#f5f7fa\] {
    --tw-gradient-via: #f5f7fa;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[\#1468ea\] {
    --tw-gradient-to: #1468ea;
    --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-\[\#fcfbfb\] {
    --tw-gradient-to: #fcfbfb;
    --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-transparent {
    --tw-gradient-to: 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));
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .text-center {
    text-align: center;
  }

  .align-middle {
    vertical-align: middle;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[44px\] {
    font-size: 44px;
  }

  .leading-\[20\.8px\] {
    --tw-leading: 20.8px;
    line-height: 20.8px;
  }

  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }

  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }

  .leading-\[77\.2px\] {
    --tw-leading: 77.2px;
    line-height: 77.2px;
  }

  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-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);
  }

  .tracking-\[0\.6px\] {
    --tw-tracking: .6px;
    letter-spacing: .6px;
  }

  .tracking-\[0\.32px\] {
    --tw-tracking: .32px;
    letter-spacing: .32px;
  }

  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }

  .text-\[\#1C1C1C\], .text-\[\#1c1c1c\] {
    color: #1c1c1c;
  }

  .text-\[\#014751\] {
    color: #014751;
  }

  .text-black {
    color: var(--color-black);
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-60 {
    opacity: .6;
  }

  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }

    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[\#C6F221\]:focus {
    --tw-ring-color: #c6f221;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 48rem) {
    .md\:col-start-1 {
      grid-column-start: 1;
    }

    .md\:col-end-3 {
      grid-column-end: 3;
    }

    .md\:mt-48 {
      margin-top: calc(var(--spacing) * 48);
    }

    .md\:mt-60 {
      margin-top: calc(var(--spacing) * 60);
    }

    .md\:mt-auto {
      margin-top: auto;
    }

    .md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }

    .md\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }

    .md\:mb-14 {
      margin-bottom: calc(var(--spacing) * 14);
    }

    .md\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }

    .md\:block {
      display: block;
    }

    .md\:flex {
      display: flex;
    }

    .md\:hidden {
      display: none;
    }

    .md\:max-w-\[14ch\] {
      max-width: 14ch;
    }

    .md\:max-w-\[20ch\] {
      max-width: 20ch;
    }

    .md\:max-w-\[35ch\] {
      max-width: 35ch;
    }

    .md\:max-w-\[45ch\] {
      max-width: 45ch;
    }

    .md\:min-w-100 {
      min-width: calc(var(--spacing) * 100);
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:items-center {
      align-items: center;
    }

    .md\:gap-1 {
      gap: calc(var(--spacing) * 1);
    }

    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .md\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }

    .md\:gap-24 {
      gap: calc(var(--spacing) * 24);
    }

    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }

    .md\:py-26 {
      padding-block: calc(var(--spacing) * 26);
    }

    .md\:pt-26 {
      padding-top: calc(var(--spacing) * 26);
    }

    .md\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }

    .md\:pb-100 {
      padding-bottom: calc(var(--spacing) * 100);
    }

    .md\:text-\[20px\] {
      font-size: 20px;
    }

    .md\:text-\[36px\] {
      font-size: 36px;
    }

    .md\:text-nowrap {
      text-wrap: nowrap;
    }

    .md\:opacity-100 {
      opacity: 1;
    }
  }

  @media (min-width: 64rem) {
    .lg\:ml-auto {
      margin-left: auto;
    }

    .lg\:max-w-\[35ch\] {
      max-width: 35ch;
    }

    .lg\:flex-row {
      flex-direction: row;
    }
  }
}

@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-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

/* CUSTOM STYLES */
/* CUSTOM STYLES */
/* CUSTOM STYLES */
:root {
  --brandGreen: #014751;
  --accentYellow: #c6f221;
  --black: #000;
  --white: #fff;
}

body {
  background-color: var(--color-white);
  color: #1c1c1c;
  font-family: Neue Montreal, sans-serif;
}

.white {
  color: var(--white) !important;
}

.black {
  color: var(--black) !important;
}

.greenAccent {
  color: var(--brandGreen);
}

.blueAccent {
  color: var(--blueAccent);
}

.yellowAccent {
  color: var(--accentYellow);
}

main {
  transition: filter .3s;
}

h1 {
  letter-spacing: -1.24px;
  font-family: Neue Montreal, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.hero h1 {
  color: var(--white);
  letter-spacing: -2.04px;
  font-size: clamp(42px, 8vw, 68px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(45px, 8vw, 68px);
}

p {
  color: #1c1c1c;
}

.btn {
  text-align: center;
  cursor: pointer;
  align-items: center;
  gap: .25rem;
  width: fit-content;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn span {
  letter-spacing: .32px;
  background-color: #c6f221;
  border-radius: .125rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 3.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  display: flex;
}

a.cta {
	transition: background 1000ms ease;
	background: transparent;
}
a.cta:hover {
	transition: background 500ms ease;
	background: #c6f221;
}
a.cta svg {
	transition: transform 1000ms ease;
	transform: rotate(0deg);
}
a.cta:hover svg {
	transition: transform 500ms ease;
	transform: rotate(-40deg);
}
/* dark */
a.cta:has(.dark):hover {
	transition: background 500ms ease;
	background: #c7d9dc;
}

nav.custom-hidden {
  opacity: .1;
  pointer-events: none;
  transition: all .3s;
}

header svg path {
  transition: fill 1s ease-in-out;
}

header.insideDarkSection svg path {
  fill: var(--black);
}

header .menu a {
  transition: border 1s ease-in-out;
}

header.insideDarkSection .menu a {
  border: 1px solid var(--black);
  transition: border 1s ease-in-out;
}

header .menu a {
  position: relative;
  overflow: hidden;
}

@media (max-width: 800px) {
  header:before {
    content: "";
    z-index: -1;
    background: var(--brandGreen);
    opacity: .8;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  header.insideDarkSection:before {
    content: "";
    z-index: -1;
    opacity: .9;
    border-top: 1px dashed var(--brandGreen);
    border-bottom: 1px dashed var(--brandGreen);
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.menu-link-text-wrapper {
  flex-direction: column;
  line-height: .6;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.menu-link-text {
  z-index: 10;
  transition: transform .3s ease-out;
  display: block;
  position: relative;
}

.menu-link-text--primary {
  transform: translateY(40%);
}

.menu-link-text--clone {
  transform: translateY(150%);
}

header .menu a:hover .menu-link-text--primary {
  transform: translateY(-150%);
}

header .menu a:hover .menu-link-text--clone {
  transform: translateY(-80%);
}

header.insideDarkSection .menu a:before {
  background: var(--brandGreen);
  opacity: 1;
  z-index: 1;
}

header .menu a span {
  z-index: 10;
  transition: all .3s ease-out;
  position: relative;
}

header.insideDarkSection .menu a:hover span {
  transition: all .3s ease-out;
  color: var(--white) !important;
}

header .menu a:before {
  content: "";
  background: var(--accentYellow);
  z-index: 1;
  clip-path: circle(.1%);
  transform-origin: center;
  width: 100%;
  height: 200%;
  transition: all .3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.5);
}

header .menu a:hover:before {
  clip-path: circle(50%);
  transform-origin: bottom;
  transition: all .5s;
}

header.insideDarkSection #mobile-menu-button svg path {
  stroke: var(--black);
}

header.insideDarkSection #mobile-menu-button {
  border: 1px dashed var(--black);
}

#mobile-menu-button {
  border: 1px dashed #fff;
}

#mobile-menu-button svg path {
  stroke: var(--white);
}

#mobile-menu-button .line {
  transform-origin: center;
  transition: all .3s;
}

#mobile-menu-button.active .line1 {
  transform: translateY(4px)translateX(-4px)rotate(45deg);
}

#mobile-menu-button.active .line2 {
  opacity: 0;
}

#mobile-menu-button.active .line3 {
  transform: translateY(-5px)translateX(-4px)rotate(-45deg);
}

#mobile-menu {
  background-color: #fff;
}

#mobile-menu a {
  padding: 1em;
}

#mobile-menu a + a {
  border-top: 1px dashed #0006;
}

.subhero p {
  color: var(--brandGreen);
  letter-spacing: .4px;
  text-transform: uppercase;
  opacity: .6;
  /*font-family: Cascadia Mono;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  color: var(--black);
  letter-spacing: -2.01px;
  font-size: clamp(45px, 4vw, 67px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.hero {
  background: var(--brandGreen);
  background: #0c343b;
}

#gridEments .overlay {
  z-index: 10;
  pointer-events: none;
  filter: blur(10px);
  height: 20rem;
  margin-bottom: -30rem;
  position: relative;
}

#gridEments .grid-item {
  aspect-ratio: 1;
  border: 1px dashed #0000004f;
  padding: 1em;
  container-type: inline-size;
}

#gridEments .grid-item svg {
  aspect-ratio: 1;
  width: 35px;
  margin-top: 5px;
}

#gridEments .grid-item p {
  color: var(--black);
  opacity: 1;
  width: fit-content;
  font-size: min(20px, 8cqw);
}

#gridEments .grid-item.p-0 {
  padding: 0 !important;
}

#gridEments .grid-item-fixed-content {
  aspect-ratio: 1;
  background: #c6f221;
  padding: 1em;
}

#gridEments .grid-item-fixed-content h3 {
  font-size: min(44px, 13cqw);
  line-height: min(44px, 15cqw) !important;
}

#coordination .anim-images .img-container {
  border-radius: 16px;
  width: 250px;
  height: 25rem;
  overflow: hidden;
}

#coordination .anim-images .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#coordination .anim-images {
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: auto;
  position: relative;
}

#coordination .anim-images .img-container {
  position: absolute;
}

#coordination .anim-images .img-container:first-child {
  top: -20rem;
  left: -16rem;
}

#coordination .anim-images .img-container:nth-child(2) {
  z-index: 3;
  top: -10rem;
  left: -19rem;
}

#coordination .anim-images .img-container:nth-child(3) {
  z-index: 5;
  top: 3rem;
  right: 70%;
}

#coordination .anim-images .img-container:nth-child(4) {
  top: 0;
  right: -15rem;
  left: unset;
  z-index: 3;
}

#coordination .anim-images .img-container:nth-child(5) {
  top: -16rem;
  right: -20rem;
  left: unset;
  z-index: 2;
}

#coordination #anim-list {
  transition: opacity 1s ease-in-out;
}

#coordination #anim-list-final {
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

#coordination .hidden-list {
  transition: opacity 1s ease-in-out;
  opacity: 0 !important;
  visibility: hidden !important;
}

#coordinationHappens {
  background: var(--brandGreen);
}

.coordination-items .left {
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.coordination-items .left h3 {
  color: var(--white);
  padding-bottom: 2px;
  font-size: clamp(35px, 2vw, 44px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(35px, 2vw, 44px);
}

.coordination-items .left .coorItems .title-container h3.accent {
  color: #c6f221;
  clip-path: circle(0%);
  transition: all .5s;
  position: absolute;
  top: 0;
}

.coordination-items .left .coorItems.active .title-container h3.accent {
  clip-path: circle(100%);
  transition: clip-path 1s;
}

.coordination-items .left .coorItems.active .title-container h3.main {
  opacity: 0;
  transition: all .5s .5s;
}

.coordination-items .left p {
  color: #fff;
  letter-spacing: .6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.coordination-items .left .coorItems {
  opacity: .6;
  padding-left: min(5vw, 2em);
  transition: opacity .5s;
}

.coordination-items .left .coorItems .line {
  background: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  padding-left: 3rem;
  position: relative;
}

.coordination-items .left .coorItems .line:before {
  content: "";
  background: var(--white);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.coordination-items .left .coorItems.active {
  opacity: 1;
  transition: opacity .5s;
}

.coordination-items .right .right-item {
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coordination-items .right .right-item .lottie {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.coordination-items .right .right-item .lottie svg {
  width: 100%;
  max-height: 800px;
  height: 90% !important;
}

.coordination-items .right .right-item .content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  display: flex;
}

@media (min-width: 1400px) {
  .coordination-items .left .coorItems .line {
    margin-top: 3rem;
  }
}

@media (min-width: 1100px) {
  .coordination-items .left {
    justify-content: space-around;
  }
}

@media (max-width: 2300px) {
  .coordination-items .right .right-item .content {
    max-height: 90%;
    margin: auto;
  }
}

.coordination-items .right .right-item .content svg {
  width: 80%;
  height: 80%;
  max-height: 800px;
}

.coordination-items .right .right-item.active > .grid {
  position: relative;
}

.coordination-items .right .right-item .content-count {
  padding: 0;
  width: 100%;
  margin-top: auto;
  padding-inline: 2rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  overflow: hidden;
}

.coordination-items .right .right-item .content-count p {
  color: #fff;
  letter-spacing: .6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.coordination-items .right .right-item.active {
  opacity: 1;
  z-index: 1;
  transition: opacity 1s;
}

@media (max-width: 1500px) and (min-width: 798px) {
  .coordination-items .left h3 {
    font-size: clamp(18px, 1.8vw, 44px);
    line-height: clamp(18px, 1.8vw, 44px);
  }

  .coordination-items .left p, .coordination-items .right .right-item .content-count p {
    font-size: clamp(15px, 1.8vw, 18px);
  }

  .coordination-items .left {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 3000px) {
  .coordination-items .left h3 {
    font-size: 1.2vw;
    line-height: 1.2vw;
  }

  .coordination-items .left p, .coordination-items .right .right-item .content-count p {
    font-size: .8vw;
  }
}

.who-tabs-inner {
  border-left: 1px dotted #0006;
  border-right: 1px dotted #0006;
  align-items: stretch;
  display: flex;
}

.who-tab {
  appearance: none;
  cursor: pointer;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--black);
  background: none;
  border: none;
  flex: 1;
  margin: 0;
  padding: 1rem 1.25rem;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: background .2s;
  position: relative;
}

.who-tab:hover:not(.active) {
  background: #0000000a;
}

.who-tab.active {
  background: var(--accentYellow);
}

.who-left {
  border: 1px dotted #0006;
}

.who-left .content {
  padding: min(5vw, 3em);
}

.who-left .content h3 {
  color: var(--black);
  letter-spacing: -.44px;
  font-size: clamp(35px, 4vw, 44px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(35px, 4vw, 44px);
}

.who-left .content p {
  color: var(--black);
  letter-spacing: .6px;
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.who-tab.active:after {
  content: "";
  border-bottom: 1px dotted #0006;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.who-tab-sep {
  background: #d0d0d0;
  flex-shrink: 0;
  width: 1px;
}

.who-image-halftone {
  filter: contrast(1.05);
}

.intelligence-slider-container {
  --cards: 5;
  max-width: calc(500px * var(--cards));
}

.horizontal-slider {
  min-width: calc(480px * var(--cards));
  will-change: transform;
  gap: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.slider-item {
  aspect-ratio: 1;
  gap: 1rem;
  width: 480px;
  padding-bottom: 1em;
}

@media (min-width: 800px) {
  .slider-item {
    line-height: 2lh;
  }
}

@media (min-width: 2300px) {
  .slider-item {
    aspect-ratio: 1;
    flex: 1;
    gap: 1rem;
    min-width: 480px;
    max-width: 100%;
    padding-bottom: 1em;
  }
}

@media (max-width: 800px) {
  .slider-item {
    width: 100vw;
    max-width: 100vw;
  }

  .horizontal-slider {
    width: 500vw;
    min-width: 100%;
  }

  .horizontal-slider-container {
    min-width: 100%;
  }
}

.slider-item img {
  aspect-ratio: 1;
  flex: 1;
}

.slider-item p {
  color: var(--black);
  letter-spacing: .4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

footer h3, footer h4, footer a, footer p {
  color: var(--white);
  font-family: Neue Montreal;
}

footer h3 {
  color: var(--white);
  letter-spacing: -.37px;
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

footer form input {
  background-color: var(--white);
  padding: 1em;
}

footer form input::placeholder {
  color: var(--black);
  opacity: .6;
  letter-spacing: .26px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

footer .footer-links, footer .footer-links h4 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

footer .top ul li {
  color: var(--white);
  opacity: .7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

footer .top ul li:hover {
  opacity: 1;
}

footer .copy p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 800px) {
  .anim-content li {
    font-size: 1.5rem !important;
    line-height: 50px !important;
  }

  #coordination .anim-images .img-container {
    width: 150px;
    height: 15rem;
  }

  #coordination .anim-images {
    margin-bottom: 20rem;
  }

  #gridEments .grid-item, #gridEments .grid-item-fixed-content {
    aspect-ratio: unset;
  }

  #gridEments .grid-item-fixed {
    grid-row-start: 4;
  }

  #gridEments .overlay, #gridEments .grid-item-empty, .coordination-items .right {
    display: none;
  }

  .coordination-items .coorItems {
    opacity: 1 !important;
  }

  .who-tabs-inner .who-tab-sep {
    display: none !important;
  }

  .who-tabs-inner {
    grid-template-columns: 1fr 1fr;
    display: grid;
    border: none !important;
  }

  .who-tabs-inner .who-tab {
    text-align: center;
    border: 1px dotted #0006;
    border-right: none !important;
  }

  .who-left {
    border-top: none !important;
  }

  footer .footer-links {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  footer .top-bottom {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
}

.otherLinks {
  display: none !important;
}

@media (min-width: 800px) {
  .lity-close {
    position: absolute !important;
    top: -2rem !important;
    right: -2rem !important;
  }
}


#subscribe-form {
  width: 100%;
}

#subscribe-form .wpcf7-form p {
  margin: 0;
}

#subscribe-form label {
  display: contents;
}

#subscribe-form .wpcf7-form > p {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
}

@media (min-width: 768px) {
  #subscribe-form .wpcf7-form > p {
    gap: 0.25rem;
  }
}

#subscribe-form input[type="email"] {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 0.125rem;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  color: #111827;
  outline: none;

  background-color: var(--white);
  padding: 1em;
}

@media (min-width: 768px) {
  #subscribe-form input[type="email"] {
    min-width: 100px;
  }
}

#subscribe-form input[type="email"]:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}

#subscribe-form input::placeholder {
  color: #9ca3af;
}

#subscribe-form input[type="submit"] {
    overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  width: fit-content;
  text-align: center;
  transition: all 300ms ease-in-out;

  width: fit-content;
  border-radius: 0.125rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  height: 3.5rem;
  background-color: #C6F221;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: 0.32px;
  cursor: pointer;

  color: black;
}

#subscribe-form input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
}
#subscribe-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--accentYellow);
  color: white;
	width: fit-content;
}

#contact-form {
  width: 100%;
}

#contact-form .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  #contact-form .wpcf7-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

#contact-form .wpcf7-form p {
  margin: 0;
}

#contact-form .wpcf7-form p:has(.wpcf7-submit) {
  grid-column: 1 / -1;
}

#contact-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #111827;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #111827;
  outline: none;
}

#contact-form textarea {
  resize: vertical;
  min-height: 6rem;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #9ca3af;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus {
  border-color: #c6f221;
  box-shadow: 0 0 0 2px rgba(198, 242, 33, 0.6);
}

#contact-form .wpcf7-form-control-wrap {
  display: block;
}

#contact-form input[type="submit"] {
  margin-top: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #c6f221;
  color: #000000;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}

#contact-form input[type="submit"]:hover {
    color: #fff;
  background-color: #000000;
}

@media (min-width: 768px) {
  #contact-form input[type="submit"] {
    grid-column: 1 / -1;
  }
}
#contact-form .wpcf7-response-output {
 border-color: #46b450;
  color: black;
  margin: 0;
  grid-column: 1 / -1;
}