/*!tailwindcss v4.1.11 | 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: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}@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-slate-900: oklch(20.8% .042 265.755);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-4xl: 56rem;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-lg: .5rem;
    --radius-2xl: 1rem;
    --blur-3xl: 64px;
    --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);
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
    --font-body: "Inter", sans-serif;
  }
}@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;
  }

  :-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{.collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

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

  .top-1\/4 {
    top: 25%;
  }

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

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

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

  .col-span-6 {
    grid-column: span 6 / span 6;
  }

  .float-left {
    float: left;
  }

  .float-right {
    float: right;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .container {
      max-width: 480px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1536px) {
    .container {
      max-width: 1536px;
    }
  }

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

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

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

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

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

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

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

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

  .mb-\[19px\] {
    margin-bottom: 19px;
  }

  .mb-\[29px\] {
    margin-bottom: 29px;
  }

  .mb-\[30px\] {
    margin-bottom: 30px;
  }

  .mb-\[36px\] {
    margin-bottom: 36px;
  }

  .mb-\[40px\] {
    margin-bottom: 40px;
  }

  .mb-\[68px\] {
    margin-bottom: 68px;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

  .w-2\/5 {
    width: 40%;
  }

  .w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }

  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .translate-x-80 {
    --tw-translate-x: calc(var(--spacing) * 80);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-64 {
    --tw-translate-y: calc(var(--spacing) * -64);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-\[1\.5\] {
    scale: 1.5;
  }

  .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 {
    resize: both;
  }

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

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

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

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

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

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

  .gap-\[15px\] {
    gap: 15px;
  }

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

  :where(.space-y-\[29px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(29px * var(--tw-space-y-reverse));
    margin-block-end: calc(29px * calc(1 - var(--tw-space-y-reverse)));
  }

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

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

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

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

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

  .border-b-\[\#D4D4D4\] {
    border-bottom-color: #d4d4d4;
  }

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

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

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

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

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

  .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-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .stroke-\[\#061C3D\] {
    stroke: #061c3d;
  }

  .stroke-\[\#FFC759\] {
    stroke: #ffc759;
  }

  .stroke-\[\#FFD27A\] {
    stroke: #ffd27a;
  }

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

  .object-center {
    object-position: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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-\[0\.506rem\] {
    font-size: .506rem;
  }

  .text-\[0\.548rem\] {
    font-size: .548rem;
  }

  .text-\[0\.774rem\] {
    font-size: .774rem;
  }

  .text-\[1\.063rem\] {
    font-size: 1.063rem;
  }

  .text-\[2\.188rem\] {
    font-size: 2.188rem;
  }

  .text-\[2rem\] {
    font-size: 2rem;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }

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

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

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

  .text-\[\#1F1C14\] {
    color: #1f1c14;
  }

  .text-\[\#061C3D\] {
    color: #061c3d;
  }

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

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

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

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

  .text-transparent {
    color: #0000;
  }

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

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-100 {
    opacity: 1;
  }

  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }

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

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

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .ease-\[ease\] {
    --tw-ease: ease;
    transition-timing-function: ease;
  }

  .content-\[\'\'\] {
    --tw-content: "";
    content: var(--tw-content);
  }

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

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

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

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

  @media (min-width: 768px) {
    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .md\:mb-\[18px\] {
      margin-bottom: 18px;
    }

    .md\:mb-\[22px\] {
      margin-bottom: 22px;
    }

    .md\:mb-\[30px\] {
      margin-bottom: 30px;
    }

    .md\:mb-\[34px\] {
      margin-bottom: 34px;
    }

    .md\:mb-\[42px\] {
      margin-bottom: 42px;
    }

    .md\:mb-\[74px\] {
      margin-bottom: 74px;
    }

    .md\:mb-\[80px\] {
      margin-bottom: 80px;
    }

    .md\:mb-\[84px\] {
      margin-bottom: 84px;
    }

    .md\:block {
      display: block;
    }

    .md\:size-\[24px\] {
      width: 24px;
      height: 24px;
    }

    .md\:h-\[48px\] {
      height: 48px;
    }

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

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

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

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

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

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

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

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

    :where(.md\:space-y-\[34px\] > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(34px * var(--tw-space-y-reverse));
      margin-block-end: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    }

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

    :where(.md\:space-x-\[17px\] > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(17px * var(--tw-space-x-reverse));
      margin-inline-end: calc(17px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:rounded-\[8px\] {
      border-radius: 8px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:text-\[1\.75rem\] {
      font-size: 1.75rem;
    }

    .md\:text-\[1\.164rem\] {
      font-size: 1.164rem;
    }

    .md\:text-\[1\.352rem\] {
      font-size: 1.352rem;
    }

    .md\:text-\[2rem\] {
      font-size: 2rem;
    }

    .md\:text-\[3\.750rem\] {
      font-size: 3.75rem;
    }

    .md\:text-\[4\.375rem\] {
      font-size: 4.375rem;
    }

    .md\:leading-\[1\.2\] {
      --tw-leading: 1.2;
      line-height: 1.2;
    }

    .md\:leading-\[1\.4\] {
      --tw-leading: 1.4;
      line-height: 1.4;
    }

    .md\:leading-\[1\.55\] {
      --tw-leading: 1.55;
      line-height: 1.55;
    }

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

    .md\:leading-normal {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }

  @media (min-width: 1024px) {
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }

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

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

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

    .lg\:mb-\[15px\] {
      margin-bottom: 15px;
    }

    .lg\:mb-\[19px\] {
      margin-bottom: 19px;
    }

    .lg\:mb-\[26px\] {
      margin-bottom: 26px;
    }

    .lg\:mb-\[29px\] {
      margin-bottom: 29px;
    }

    .lg\:mb-\[63px\] {
      margin-bottom: 63px;
    }

    .lg\:mb-\[68px\] {
      margin-bottom: 68px;
    }

    .lg\:block {
      display: block;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:size-\[20px\] {
      width: 20px;
      height: 20px;
    }

    .lg\:h-\[41px\] {
      height: 41px;
    }

    .lg\:w-2\/3 {
      width: 66.6667%;
    }

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

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

    .lg\:w-\[45\%\] {
      width: 45%;
    }

    .lg\:w-\[81\%\] {
      width: 81%;
    }

    .lg\:w-\[90\%\] {
      width: 90%;
    }

    .lg\:w-\[96\%\] {
      width: 96%;
    }

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

    .lg\:max-w-screen-lg {
      max-width: var(--breakpoint-lg);
    }

    .lg\:flex-1 {
      flex: 1;
    }

    .lg\:flex-none {
      flex: none;
    }

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

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

    .lg\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }

    :where(.lg\:space-y-\[29px\] > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(29px * var(--tw-space-y-reverse));
      margin-block-end: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    }

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

    :where(.lg\:space-x-\[17px\] > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(17px * var(--tw-space-x-reverse));
      margin-inline-end: calc(17px * calc(1 - var(--tw-space-x-reverse)));
    }

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

    .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }

    .lg\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:text-\[1\.063rem\] {
      font-size: 1.063rem;
    }

    .lg\:text-\[1\.688rem\] {
      font-size: 1.688rem;
    }

    .lg\:text-\[2\.563rem\] {
      font-size: 2.563rem;
    }

    .lg\:text-\[3\.813rem\] {
      font-size: 3.813rem;
    }

    .lg\:leading-\[1\.2\] {
      --tw-leading: 1.2;
      line-height: 1.2;
    }

    .lg\:leading-\[1\.4\] {
      --tw-leading: 1.4;
      line-height: 1.4;
    }

    .lg\:leading-\[1\.55\] {
      --tw-leading: 1.55;
      line-height: 1.55;
    }

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

    .lg\:leading-normal {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }

  @media (min-width: 1200px) {
    .xl\:mb-\[18px\] {
      margin-bottom: 18px;
    }

    .xl\:mb-\[22px\] {
      margin-bottom: 22px;
    }

    .xl\:mb-\[30px\] {
      margin-bottom: 30px;
    }

    .xl\:mb-\[34px\] {
      margin-bottom: 34px;
    }

    .xl\:mb-\[42px\] {
      margin-bottom: 42px;
    }

    .xl\:mb-\[74px\] {
      margin-bottom: 74px;
    }

    .xl\:mb-\[80px\] {
      margin-bottom: 80px;
    }

    .xl\:size-\[24px\] {
      width: 24px;
      height: 24px;
    }

    .xl\:h-\[48px\] {
      height: 48px;
    }

    .xl\:w-7 {
      width: calc(var(--spacing) * 7);
    }

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

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

    .xl\:max-w-screen-xl {
      max-width: var(--breakpoint-xl);
    }

    .xl\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    :where(.xl\:space-y-\[34px\] > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(34px * var(--tw-space-y-reverse));
      margin-block-end: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    }

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

    :where(.xl\:space-x-\[22px\] > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(22px * var(--tw-space-x-reverse));
      margin-inline-end: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }

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

    .xl\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xl\:text-\[1\.75rem\] {
      font-size: 1.75rem;
    }

    .xl\:text-\[1\.164rem\] {
      font-size: 1.164rem;
    }

    .xl\:text-\[1\.352rem\] {
      font-size: 1.352rem;
    }

    .xl\:text-\[2rem\] {
      font-size: 2rem;
    }

    .xl\:text-\[4\.5rem\] {
      font-size: 4.5rem;
    }

    .xl\:text-\[4\.375rem\] {
      font-size: 4.375rem;
    }

    .xl\:leading-\[1\.2\] {
      --tw-leading: 1.2;
      line-height: 1.2;
    }

    .xl\:leading-\[1\.4\] {
      --tw-leading: 1.4;
      line-height: 1.4;
    }

    .xl\:leading-\[1\.55\] {
      --tw-leading: 1.55;
      line-height: 1.55;
    }

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

    .xl\:leading-normal {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }

  @media (min-width: 1536px) {
    .\32 xl\:leading-\[1\.2\] {
      --tw-leading: 1.2;
      line-height: 1.2;
    }

    .\32 xl\:leading-\[1\.4\] {
      --tw-leading: 1.4;
      line-height: 1.4;
    }

    .\32 xl\:leading-\[1\.55\] {
      --tw-leading: 1.55;
      line-height: 1.55;
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:bg-slate-900 {
      background-color: var(--color-slate-900);
    }
  }
}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-Bold.woff2)format("woff2"),url(/fonts/Inter18pt-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-BoldItalic.woff2)format("woff2"),url(/fonts/Inter18pt-BoldItalic.woff)format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-Italic.woff2)format("woff2"),url(/fonts/Inter18pt-Italic.woff)format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-Light.woff2)format("woff2"),url(/fonts/Inter18pt-Light.woff)format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-Medium.woff2)format("woff2"),url(/fonts/Inter18pt-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-Regular.woff2)format("woff2"),url(/fonts/Inter18pt-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-SemiBold.woff2)format("woff2"),url(/fonts/Inter18pt-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter18pt-SemiBoldItalic.woff2)format("woff2"),url(/fonts/Inter18pt-SemiBoldItalic.woff)format("woff");font-weight:600;font-style:italic;font-display:swap}[x-cloak]{display:none!important}body{font-family:var(--font-body);--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.page-content h2{--tw-leading:var(--leading-normal);font-size:2.125rem;line-height:var(--leading-normal);--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold);color:#1f1c14;margin-bottom:17px}@media(min-width:768px){.page-content h2{--tw-leading:var(--leading-normal);font-size:2.5rem;line-height:var(--leading-normal);margin-bottom:20px}}@media(min-width:1024px){.page-content h2{--tw-leading:var(--leading-normal);font-size:2.125rem;line-height:var(--leading-normal);margin-bottom:17px}}@media(min-width:1200px){.page-content h2{--tw-leading:var(--leading-normal);font-size:2.5rem;line-height:var(--leading-normal);margin-bottom:20px}}.page-content h3{--tw-leading:var(--leading-normal);font-size:1.688rem;line-height:var(--leading-normal);--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold);color:#1f1c14;margin-bottom:17px}@media(min-width:768px){.page-content h3{--tw-leading:var(--leading-normal);font-size:2rem;line-height:var(--leading-normal);margin-bottom:20px}}@media(min-width:1024px){.page-content h3{--tw-leading:var(--leading-normal);font-size:1.688rem;line-height:var(--leading-normal);margin-bottom:17px}}@media(min-width:1200px){.page-content h3{--tw-leading:var(--leading-normal);font-size:2rem;line-height:var(--leading-normal);margin-bottom:20px}}.page-content :is(p,ol,ul)~h2{margin-top:49px}@media(min-width:768px){.page-content :is(p,ol,ul)~h2{margin-top:58px}}@media(min-width:1024px){.page-content :is(p,ol,ul)~h2{margin-top:49px}}@media(min-width:1200px){.page-content :is(p,ol,ul)~h2{margin-top:58px}}.page-content p{margin-bottom:17px}@media(min-width:768px){.page-content p{margin-bottom:20px}}@media(min-width:1024px){.page-content p{margin-bottom:17px}}@media(min-width:1200px){.page-content p{margin-bottom:20px}}@property --tw-translate-x{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-translate-y{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-translate-z{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-rotate-x{syntax: "*";
  inherits: false
}@property --tw-rotate-y{syntax: "*";
  inherits: false
}@property --tw-rotate-z{syntax: "*";
  inherits: false
}@property --tw-skew-x{syntax: "*";
  inherits: false
}@property --tw-skew-y{syntax: "*";
  inherits: false
}@property --tw-space-y-reverse{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-space-x-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-blur{syntax: "*";
  inherits: false
}@property --tw-brightness{syntax: "*";
  inherits: false
}@property --tw-contrast{syntax: "*";
  inherits: false
}@property --tw-grayscale{syntax: "*";
  inherits: false
}@property --tw-hue-rotate{syntax: "*";
  inherits: false
}@property --tw-invert{syntax: "*";
  inherits: false
}@property --tw-opacity{syntax: "*";
  inherits: false
}@property --tw-saturate{syntax: "*";
  inherits: false
}@property --tw-sepia{syntax: "*";
  inherits: false
}@property --tw-drop-shadow{syntax: "*";
  inherits: false
}@property --tw-drop-shadow-color{syntax: "*";
  inherits: false
}@property --tw-drop-shadow-alpha{syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-drop-shadow-size{syntax: "*";
  inherits: false
}@property --tw-duration{syntax: "*";
  inherits: false
}@property --tw-ease{syntax: "*";
  inherits: false
}@property --tw-content{syntax: "*";
  inherits: false;
  initial-value: "";
}