@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! tailwindcss v4.1.3 | 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

@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-green-700: #15803d;
    --color-gray-800: oklch(.278 .033 256.848);
    --color-gray-950: #1f2128;
    --color-neutral-50: #fafbfc;
    --color-neutral-100: #f4f5f7;
    --color-neutral-200: #e4e6ea;
    --color-neutral-300: #d1d4db;
    --color-neutral-400: #bec2cd;
    --color-neutral-500: #acb0c3;
    --color-neutral-600: #8d91a8;
    --color-neutral-700: #6e728a;
    --color-neutral-800: #555866;
    --color-neutral-900: #3d4149;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
    --color-kenya-red-500: #d87f4b;
    --color-secondary-500: #d87f4b;
    --color-secondary-600: #c7714a;
  }
}

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

  body {
    line-height: inherit;
  }

  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;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    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;
  }

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

  * {
    border-color: oklch(.922 0 0);
    outline-color: color-mix(in oklab, oklch(.708 0 0) 50%, transparent);
  }

  body {
    background-color: oklch(1 0 0);
    color: oklch(.145 0 0);
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

  .top-1\/2 {
    top: 50%;
  }

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

  .top-\[72px\] {
    top: 72px;
  }

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

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

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

  .right-12 {
    right: calc(var(--spacing) * 12);
  }

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

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

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

  .left-1\/2 {
    left: 50%;
  }

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

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

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

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

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[100\] {
    z-index: 100;
  }

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

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

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .flex-1 {
    flex: 1;
  }

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

  .flex-grow {
    flex-grow: 1;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .list-none {
    list-style-type: none;
  }

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

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

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

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

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

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

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

  .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-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }

  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: .625rem;
  }

  .rounded-xl {
    border-radius: 1.025rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-kenya-red-500 {
    border-color: var(--color-kenya-red-500);
  }

  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }

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

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

  .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-b-\[rgba\(255\,255\,255\,0\.22\)\] {
    border-bottom-color: #ffffff38;
  }

  .\!bg-white\/20 {
    background-color: #fff3 !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent) !important;
    }
  }

  .bg-\[\#1F9762\] {
    background-color: #1f9762;
  }

  .bg-\[\#009AA8\] {
    background-color: #009aa8;
  }

  .bg-\[\#472E75\] {
    background-color: #472e75;
  }

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

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

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

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

  .bg-kenya-red-500 {
    background-color: var(--color-kenya-red-500);
  }

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

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

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

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

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white\/70 {
    background-color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/70 {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

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

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

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

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

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

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

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

  .p-\[0px\] {
    padding: 0;
  }

  .p-\[40px\] {
    padding: 40px;
  }

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

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

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

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

  .px-\[42px\] {
    padding-inline: 42px;
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

  .py-\[0px\] {
    padding-block: 0;
  }

  .py-\[18px\] {
    padding-block: 18px;
  }

  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

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

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

  .pt-\[36px\] {
    padding-top: 36px;
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pr-\[32px\] {
    padding-right: 32px;
  }

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

  .pb-\[32px\] {
    padding-bottom: 32px;
  }

  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }

  .pl-\[32px\] {
    padding-left: 32px;
  }

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

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

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

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

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

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

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

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

  .\!text-\[14px\] {
    font-size: 14px !important;
  }

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

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

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

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

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

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

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

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }

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

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

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

  .tracking-\[0\.28em\] {
    --tw-tracking: .28em;
    letter-spacing: .28em;
  }

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

  .\!text-white\/80 {
    color: #fffc !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent) !important;
    }
  }

  .text-\[\#009AA8\] {
    color: #009aa8;
  }

  .text-\[\#565A56\] {
    color: #565a56;
  }

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

  .text-\[rgb\(93\,24\,124\)\] {
    color: #5d187c;
  }

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

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-500 {
    color: var(--color-neutral-500);
  }

  .text-neutral-600 {
    color: var(--color-neutral-600);
  }

  .text-neutral-700 {
    color: var(--color-neutral-700);
  }

  .text-neutral-800 {
    color: var(--color-neutral-800);
  }

  .text-neutral-900 {
    color: var(--color-neutral-900);
  }

  .text-secondary-500 {
    color: var(--color-secondary-500);
  }

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

  .text-white\/90 {
    color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .underline-offset-8 {
    text-underline-offset: 8px;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    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));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .\!outline-none {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  .checked\:border-neutral-900:checked {
    border-color: var(--color-neutral-900);
  }

  .checked\:bg-neutral-900:checked {
    background-color: var(--color-neutral-900);
  }

  @media (hover: hover) {
    .hover\:-translate-y-px:hover {
      --tw-translate-y: -1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:\!bg-white\/30:hover {
      background-color: #ffffff4d !important;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:\!bg-white\/30:hover {
        background-color: color-mix(in oklab, var(--color-white) 30%, transparent) !important;
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#3a2560\]:hover {
      background-color: #3a2560;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-800:hover {
      background-color: var(--color-gray-800);
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-100:hover {
      background-color: var(--color-neutral-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary-600:hover {
      background-color: var(--color-secondary-600);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/20:hover {
      background-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/90:hover {
      background-color: #ffffffe6;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/90:hover {
        background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#007a86\]:hover {
      color: #007a86;
    }
  }

  @media (hover: hover) {
    .hover\:text-black:hover {
      color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .hover\:text-green-700:hover {
      color: var(--color-green-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-neutral-700:hover {
      color: var(--color-neutral-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:text-white\/80:hover {
      color: #fffc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-white\/80:hover {
        color: color-mix(in oklab, var(--color-white) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus\:border-kenya-red-500:focus {
    border-color: var(--color-kenya-red-500);
  }

  .focus\:border-neutral-300:focus {
    border-color: var(--color-neutral-300);
  }

  .focus\:border-neutral-900:focus {
    border-color: var(--color-neutral-900);
  }

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

  .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-kenya-red-500:focus {
    --tw-ring-color: var(--color-kenya-red-500);
  }

  .focus\:ring-neutral-900:focus {
    --tw-ring-color: var(--color-neutral-900);
  }

  .focus\:ring-neutral-900\/20:focus {
    --tw-ring-color: #3d414933;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-neutral-900\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--color-neutral-900) 20%, transparent);
    }
  }

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

  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:right-4 {
      right: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:right-6 {
      right: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:bottom-6 {
      bottom: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:left-4 {
      left: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:ml-2 {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:h-4 {
      height: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:h-5 {
      height: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .md\:h-12 {
      height: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:w-4 {
      width: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:w-5 {
      width: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .md\:w-12 {
      width: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:p-2 {
      padding: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[80px\] {
      padding: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[60px\] {
      padding-inline: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[80px\] {
      padding-inline: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .md\:pr-12 {
      padding-right: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:pl-12 {
      padding-left: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}



body {
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  color: var(--color-gray-950);
  letter-spacing: -.025em;
  font-family: Geologica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--color-gray-950);
  font-family: Geologica, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: var(--color-gray-950);
  font-family: Geologica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: var(--color-gray-950);
  font-family: Geologica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: var(--color-gray-950);
  font-family: Geologica, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--color-gray-950);
  font-family: Geologica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: var(--color-neutral-800);
  font-size: 1rem;
  line-height: 1.6;
}

@media (width <= 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #3d4149;
}

* {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

input[type="checkbox"] {
  accent-color: #3d4149;
  cursor: pointer;
  border-radius: .5rem;
}

select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233d4149' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.ik-invest-wrapper {
  width: 100%;
}

.hero-title-with-line {
  padding-top: 30px;
  position: relative;
}

.hero-title-with-line:before {
  content: "";
  background: var(--color-secondary-500);
  width: 86px;
  height: 6px;
  margin-bottom: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-title, .hero-word {
  display: inline;
}

.hero-word:not(:last-child):after {
  content: " ";
}

@media (width <= 768px) {
  .hero-title-mobile {
    flex-direction: column;
    gap: .15rem;
    transform: translateY(-35px);
    line-height: 1.15 !important;
    display: flex !important;
  }

  .hero-title-mobile .hero-word {
    display: block;
    font-size: 2.5rem !important;
  }

  .hero-title-mobile .hero-word:after {
    content: none;
  }
}

@media (width <= 767px) {
  .hero-video-mobile {
    object-position: 87% center;
  }
}

.ik-invest-safe {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.ik-invest-tabs-bg .ik-invest-safe {
  max-width: none;
  margin: 0;
  padding: 0;
}

.ik-invest-header {
  margin-bottom: 24px;
}

.ik-red-line {
  background-color: var(--color-secondary-500);
  width: 40px;
  height: 3px;
  margin-bottom: 16px;
}

.ik-invest-main-title-text {
  color: #101110;
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.ik-title-part1 {
  font-family: Geologica, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.ik-title-part2 {
  color: #565a56;
  font-weight: 600;
  display: block;
}

.ik-invest-description {
  color: #555866;
  max-width: 800px;
  margin: 24px 0 40px;
  font-size: 16px;
  line-height: 1.6;
}

.ik-invest-tabs-wrapper {
  margin-bottom: 0;
  overflow-x: auto;
}

.ik-invest-tabs {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 1px solid #e4e6ea;
  flex-wrap: nowrap;
  gap: 24px;
  display: flex;
  overflow-x: auto;
}

.ik-invest-tabs::-webkit-scrollbar {
  display: none;
}

.ik-invest-tab-btn {
  color: #3d4149;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  flex-shrink: 0;
  min-width: fit-content;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
  position: relative;
}

.ik-invest-tab-btn:hover {
  color: var(--color-secondary-500);
  background: none;
}

.ik-invest-tab-btn.active {
  color: var(--color-secondary-500);
  background: none;
  border: none;
  font-weight: 400;
}

.ik-invest-tab-btn.active:after {
  content: "";
  background-color: var(--color-secondary-500);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.ik-invest-tabs-bg {
  background: #f9fafb;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0;
  position: relative;
  left: 50%;
  right: 50%;
}

.ik-invest-tabs-content {
  width: 100%;
}

.ik-invest-tab {
  display: none;
}

.ik-invest-tab.active {
  display: block;
}

.ik-invest-number-block {
  margin-bottom: 40px;
}

.ik-invest-number-row {
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.ik-invest-number {
  color: var(--color-secondary-500);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.ik-invest-number-separator {
  background: #e4e6ea;
  width: 2px;
  height: 60px;
}

.ik-invest-number-title {
  color: #101110;
  flex: 1;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.ik-invest-number-description {
  color: #555866;
  max-width: 800px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
}

.ik-invest-number-btn {
  color: #fff;
  background: #472e75;
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.ik-invest-number-btn:hover {
  background: #3a2560;
  transform: translateY(-2px);
}

.ik-invest-btn-icon {
  width: 20px;
  height: 20px;
}

.ik-invest-subtitle {
  color: #101110;
  margin: 48px 0 24px;
  font-size: 24px;
  font-weight: 600;
}

.ik-invest-big-title {
  color: #101110;
  margin: 60px 0 32px;
  font-size: 32px;
  font-weight: 600;
}

.ik-invest-big-title:first-child {
  margin-top: 0;
}

.ik-invest-image-grid {
  grid-template-columns: 1fr;
}

.ik-invest-img-card {
  background: #fff;
  border-radius: 12px;
  transition: all .2s;
  overflow: hidden;
}

.ik-invest-img-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px #0000001a;
}

.ik-invest-img-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.ik-invest-img-wrapper {
  background: #fafbfc;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  padding: 24px;
  display: flex;
}

.ik-invest-img-wrapper img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

.ik-invest-img-underline {
  background: #e4e6ea;
  height: 2px;
  margin: 0 24px;
}

.ik-invest-img-text {
  color: #555866;
  margin: 0;
  padding: 16px 24px 24px;
  font-size: 14px;
  line-height: 1.5;
}

.ik-invest-single-image-wrapper {
  max-width: 400px;
}

.ik-invest-block {
  margin-bottom: 48px;
}

@media (width <= 768px) {
  .ik-invest-main-title-text {
    font-size: 32px;
  }

  .ik-invest-number {
    font-size: 48px;
  }

  .ik-invest-number-separator {
    height: 48px;
  }

  .ik-invest-number-title, .ik-invest-big-title {
    font-size: 24px;
  }

  .ik-invest-subtitle {
    font-size: 20px;
  }

  .ik-invest-image-grid {
    grid-template-columns: 1fr;
  }

  .ik-invest-tabs-bg {
    padding: 40px 0;
  }
}

.section-title-serif {
  letter-spacing: -.02em;
  font-family: Geologica, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}

.hero-title-serif {
  letter-spacing: -.02em;
  font-family: Geologica, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}

.section-title-secondary {
  letter-spacing: -.02em;
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
}

.footer-heading {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.footer-link, .footer-text {
  color: #d0d0d0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.footer-social-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.footer-copyright {
  color: #888;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.bg-dashboard {
  background-color: #f2f3fa;
}

.bg-card-light {
  background-color: #f9f9fc;
}

.font-geologica {
  font-family: Geologica, sans-serif;
}

.untitled {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.untitled__shutters {
  pointer-events: none;
  z-index: 2;
  width: 150vmax;
  height: 150vmax;
  animation: 15s linear infinite rotateFrame;
  position: absolute;
  top: calc(50% - 75vmax);
  left: calc(50% - 75vmax);
}

@keyframes rotateFrame {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(180deg);
  }
}

.untitled__shutters:before, .untitled__shutters:after {
  content: "";
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.untitled__shutters:before {
  animation: 5s infinite openTop, 35s infinite shutterColorTop;
  bottom: 50%;
}

@keyframes shutterColorTop {
  0%, 100% {
    background-color: #4b988e;
  }

  14.28% {
    background-color: #d87f4b;
  }

  28.57% {
    background-color: #e2b150;
  }

  42.85% {
    background-color: #472e75;
  }

  57.14% {
    background-color: #d94759;
  }

  71.42% {
    background-color: #a4c639;
  }

  85.71% {
    background-color: #4b988e;
  }
}

@keyframes openTop {
  0% {
    animation-timing-function: cubic-bezier(.8, 0, .1, 1);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    transform: translate3d(-50%, -65vmax, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    transform: translate3d(-50%, -65vmax, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    transform: translate3d(-50%, 0, 0);
  }
}

.untitled__shutters:after {
  animation: 5s infinite openBottom, 35s infinite shutterColorBottom;
  top: 50%;
}

@keyframes shutterColorBottom {
  0%, 100% {
    background-color: #4b988e;
  }

  14.28% {
    background-color: #d87f4b;
  }

  28.57% {
    background-color: #e2b150;
  }

  42.85% {
    background-color: #472e75;
  }

  57.14% {
    background-color: #d94759;
  }

  71.42% {
    background-color: #a4c639;
  }

  85.71% {
    background-color: #4b988e;
  }
}

@keyframes openBottom {
  0% {
    animation-timing-function: cubic-bezier(.8, 0, .1, 1);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    transform: translate3d(-50%, 65vmax, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    transform: translate3d(-50%, 65vmax, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    transform: translate3d(-50%, 0, 0);
  }
}

.untitled__slides {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.untitled__slide {
  opacity: 0;
  width: 100%;
  height: 100%;
  animation: 35s step-end infinite showHideSlide;
  position: absolute;
}

@keyframes showHideSlide {
  0% {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }

  16.66% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }

  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}

.untitled__slide:first-child {
  animation-delay: 0s;
}

.untitled__slide:nth-child(2) {
  animation-delay: 5s;
}

.untitled__slide:nth-child(3) {
  animation-delay: 10s;
}

.untitled__slide:nth-child(4) {
  animation-delay: 15s;
}

.untitled__slide:nth-child(5) {
  animation-delay: 20s;
}

.untitled__slide:nth-child(6) {
  animation-delay: 25s;
}

.untitled__slide:nth-child(7) {
  animation-delay: 30s;
}

.untitled__slideBg {
  opacity: 1;
  z-index: -1;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  animation: 10s -5s infinite imageZoom;
  position: relative;
  top: 0;
  left: 0;
}

.untitled__slideOverlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes imageZoom {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.untitled__slideContent {
  color: #fff;
  letter-spacing: -.025em;
  z-index: 2;
  opacity: 1;
  mix-blend-mode: normal;
  font-family: Geologica, sans-serif;
  line-height: .8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.untitled__slideContent span {
  font-size: 15vmin;
  font-weight: 700;
  display: block;
}

.button {
  color: #000;
  letter-spacing: .05em;
  background: #fff;
  border: none;
  border-radius: 9999px;
  margin-top: 5vmin;
  padding: 2vmin 4vmin;
  font-family: Roboto, sans-serif;
  font-size: 2vmin;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 20px #0000004d;
}

.button:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 30px #0006;
}

.button:active {
  transform: translateY(0);
  box-shadow: 0 2px 15px #0000004d;
}

@media (width <= 768px) {
  .untitled {
    height: 500px;
  }

  .untitled__slideContent span {
    font-size: 12vmin;
  }

  .button {
    margin-top: 6.5vmin;
    padding: 3.5vmin 7vmin;
    font-size: 4.25vmin;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

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

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}

@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
}
