/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Nicky Sans";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --leading-normal: 1.4;
    --default-transition-duration: 0.4s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-nicky-alt: "Nicky Sans Alt";
    --ease-custom: cubic-bezier(0.25, 0.1, 0.25, 1);
    --color-primary: #525882;
    --color-custom-red: #ce3e3e;
    --color-custom-lilac: #c6c6e5;
    --color-custom-orange: #f2ab70;
    --color-custom-gray: #e9ecf4;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .container {
    max-width: 1288px;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
  .m-auto {
    margin: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }
  .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }
  .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }
  .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }
  .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .prose {
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
  }
  .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .-mr-6 {
    margin-right: calc(var(--spacing) * -6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .-ml-6 {
    margin-left: calc(var(--spacing) * -6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[150px\] {
    max-height: 150px;
  }
  .min-h-\[720px\] {
    min-height: 720px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[195px\] {
    width: 195px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[222px\] {
    max-width: 222px;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-10 {
    --tw-translate-x: calc(var(--spacing) * 10);
    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,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  :where(.space-y-7 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .border-s-3 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-custom-gray {
    background-color: var(--color-custom-gray);
  }
  .bg-custom-red {
    background-color: var(--color-custom-red);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-center {
    -o-object-position: center;
       object-position: center;
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-17 {
    padding-top: calc(var(--spacing) * 17);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pb-30\.5 {
    padding-bottom: calc(var(--spacing) * 30.5);
  }
  .text-center {
    text-align: center;
  }
  .c-heading-1 {
    font-family: var(--font-nicky-alt);
    font-size: 110px;
  }
  @media (width >= 64rem) {
    .c-heading-1 {
      font-size: 150px;
    }
  }
  .c-heading-1 {
    font-weight: 400;
    line-height: 1;
  }
  .c-heading-2 {
    font-family: var(--font-nicky-alt);
    font-size: 48px;
  }
  @media (width >= 64rem) {
    .c-heading-2 {
      font-size: 96px;
    }
  }
  .c-heading-2 {
    font-weight: 400;
    line-height: 1;
  }
  .c-heading-3 {
    font-family: var(--font-nicky-alt);
    font-size: 44px;
  }
  @media (width >= 64rem) {
    .c-heading-3 {
      font-size: 88px;
    }
  }
  .c-heading-3 {
    font-weight: 600;
    line-height: 0.84;
  }
  .c-heading-4 {
    font-family: var(--font-nicky-alt);
    font-size: 44px;
  }
  @media (width >= 64rem) {
    .c-heading-4 {
      font-size: 64px;
    }
  }
  .c-heading-4 {
    font-weight: 400;
    line-height: 1;
  }
  .c-heading-5 {
    font-family: var(--font-nicky-alt);
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
  }
  .c-heading-6 {
    font-family: var(--font-nicky-alt);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
  }
  .font-nicky-alt {
    font-family: var(--font-nicky-alt);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .c-body-2 {
    font-size: 20px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[75px\] {
    font-size: 75px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .leading-1 {
    --tw-leading: calc(var(--spacing) * 1);
    line-height: calc(var(--spacing) * 1);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-custom-lilac {
    color: var(--color-custom-lilac);
  }
  .text-custom-orange {
    color: var(--color-custom-orange);
  }
  .text-custom-red {
    color: var(--color-custom-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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, 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));
  }
  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }
  .dir-ltr {
    direction: ltr;
  }
  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .md\:c-heading-3 {
      font-family: var(--font-nicky-alt);
      font-size: 44px;
      font-weight: 600;
      line-height: 0.84;
    }
    @media (width >= 64rem) {
      .md\:c-heading-3 {
        font-size: 88px;
      }
    }
  }
  @media (width >= 48rem) {
    .md\:font-normal {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  @media (width >= 64rem) {
    .lg\:about__content {
      position: sticky;
      top: 0;
      left: 0;
      height: calc(100svh - var(--header-height, 88px));
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:order-0 {
      order: 0;
    }
  }
  @media (width >= 64rem) {
    .lg\:mr-0 {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-20 {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-36 {
      margin-bottom: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 64rem) {
    .lg\:ml-0 {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid {
      display: grid;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[721px\] {
      width: 721px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[820px\] {
      width: 820px;
    }
  }
  @media (width >= 64rem) {
    .lg\:translate-x-30 {
      --tw-translate-x: calc(var(--spacing) * 30);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-start {
      justify-content: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  @media (width >= 64rem) {
    .lg\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:pb-25 {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  @media (width >= 64rem) {
    .lg\:pb-30\.5 {
      padding-bottom: calc(var(--spacing) * 30.5);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-right {
      text-align: right;
    }
  }
  @media (width >= 64rem) {
    .lg\:c-heading-2 {
      font-family: var(--font-nicky-alt);
      font-size: 48px;
      font-weight: 400;
      line-height: 1;
    }
    @media (width >= 64rem) {
      .lg\:c-heading-2 {
        font-size: 96px;
      }
    }
  }
  @media (width >= 64rem) {
    .lg\:c-heading-4 {
      font-family: var(--font-nicky-alt);
      font-size: 44px;
      font-weight: 400;
      line-height: 1;
    }
    @media (width >= 64rem) {
      .lg\:c-heading-4 {
        font-size: 64px;
      }
    }
  }
  @media (width >= 64rem) {
    .lg\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[80px\] {
      font-size: 80px;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:gap-40 {
      gap: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 80rem) {
    .xl\:gap-50 {
      gap: calc(var(--spacing) * 50);
    }
  }
  @media (width >= 80rem) {
    .xl\:c-heading-2 {
      font-family: var(--font-nicky-alt);
      font-size: 48px;
      font-weight: 400;
      line-height: 1;
    }
    @media (width >= 64rem) {
      .xl\:c-heading-2 {
        font-size: 96px;
      }
    }
  }
  .prose-headings\:text-\[24px\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 24px;
  }
  .prose-headings\:font-medium :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }
}
@layer base {
  body {
    color: var(--color-primary);
    line-height: var(--leading-normal);
  }
}
@layer components {
  .backdrop {
    position: fixed;
    inset: 0;
    background-color: #00000080;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 80;
  }
  .overflow-right {
    margin-right: var(--sidePageNegative);
  }
  .overflow-left {
    margin-left: var(--sidePageNegative);
  }
  .scrollable {
    --sb-track-color: #e96a6a;
    --sb-thumb-color: #c6c6e5;
    --sb-size: 8px;
    overflow: auto;
  }
  .scrollable::-webkit-scrollbar {
    width: var(--sb-size);
  }
  .scrollable::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
  }
  .scrollable::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
  }
  @supports not selector(::-webkit-scrollbar) {
    .scrollable {
      scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@font-face {
  font-family: "Nicky Sans";
  src: url("../fonts/NickySans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nicky Sans";
  src: url("../fonts/NickySans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nicky Sans Alt";
  src: url("../fonts/NickySansAlt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nicky Sans Alt";
  src: url("../fonts/NickySansAlt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nicky Sans Alt";
  src: url("../fonts/NickySansAlt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.navigation-mobile {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
  background-color: #fff;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 90;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.navigation-mobile .menu .menu-item {
  display: block;
}
.navigation-mobile .menu .menu-item a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  transition: 0.4s var(--ease-custom);
}
.navigation-mobile .menu .menu-item a:hover {
  color: var(--color-custom-red);
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 50px 0 rgba(#000, 0.4);
  z-index: 70;
}
.header .menu {
  display: flex;
  gap: 56px;
}
.header .menu .menu-item {
  display: inline-flex;
}
.header .menu .menu-item a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 90px;
  overflow: hidden;
}
.header .menu .menu-item a:after {
  display: inline-flex;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--color-custom-red);
  transition: 0.4s var(--ease-custom);
  transform: translateY(6px);
}
.header .menu .menu-item a:hover:after {
  transform: translateY(0px);
}
.footer .menu {
  display: flex;
  flex-direction: column;
}
@media (width >= 64rem) {
  .footer .menu {
    flex-direction: row;
  }
}
.footer .menu {
  gap: 64px;
}
.footer .menu > .menu-item {
  display: block;
}
.footer .menu > .menu-item > a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer .menu .sub-menu li {
  display: block;
}
.footer .menu .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.footer .menu .sub-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.footer .menu .sub-menu li a:hover {
  text-decoration: underline;
}
.footer .menu .sub-menu li.instagram a:before {
  display: inline-flex;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/menu-instagram.svg) no-repeat;
  background-size: cover;
}
.btn {
  --radius: 8.89px;
  --current-color: var(--color);
  --current-bg: var(--bg);
  display: inline-flex;
  cursor: pointer;
}
.btn:hover {
  --current-color: var(--color-hover);
  --current-bg: var(--bg-hover);
}
.btn--text {
  display: inline-flex;
  font-weight: 600;
  font-size: var(--btn-text-font-size, 16px);
  color: var(--current-color);
  background-color: var(--current-bg);
  padding: var(--btn-text-padding, 8px 30px);
  border-radius: var(--radius);
  transition: 0.4s var(--ease-custom);
}
.btn--arrow {
  position: relative;
  display: inline-flex;
  align-self: stretch;
  width: var(--btn-arrow-width, 40px);
  background-color: var(--current-bg);
  border-radius: var(--radius);
  transition: 0.4s var(--ease-custom);
}
.btn--arrow:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--current-color);
  -webkit-mask-image: url(../images/arrow-btn.svg);
          mask-image: url(../images/arrow-btn.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: 0.4s var(--ease-custom);
}
.btn--primary {
  --color: var(--color-custom-lilac);
  --bg: var(--color-custom-red);
  --color-hover: var(--color-custom-lilac);
  --bg-hover: #e55559;
}
.btn--secondary {
  --color: var(--color-custom-red);
  --bg: #fff;
  --color-hover: var(--color-custom-red);
  --bg-hover: var(--color-custom-lilac);
}
.btn--tertiary {
  --color: #fff;
  --bg: var(--color-custom-orange);
  --color-hover: #fff;
  --bg-hover: #d4373a;
}
.btn--quaternary {
  --color: var(--color-custom-red);
  --bg: var(--color-custom-lilac);
  --color-hover: var(--color-custom-red);
  --bg-hover: #fff;
}
.btn--quinary {
  --color: #fff;
  --bg: var(--color-custom-red);
  --color-hover: #fff;
  --bg-hover: #e55559;
}
.btn--lg {
  --radius: 12px;
  --btn-text-padding: 12px 38px;
  --btn-text-font-size: 20px;
  --btn-arrow-width: 54px;
}
.form__line {
  margin-bottom: 16px;
}
.form__line--items {
  display: flex;
  flex-direction: column;
}
@media (width >= 64rem) {
  .form__line--items {
    flex-direction: row;
  }
}
.form__line--items {
  gap: 16px;
}
.form__field {
  display: block;
  width: 100%;
  font-size: 16px;
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 24px;
  padding: 19px 32px;
  outline: none;
  transition: 0.2s var(--ease-custom);
}
.form__field::-moz-placeholder {
  color: var(--color-primary);
}
.form__field::placeholder {
  color: var(--color-primary);
}
.form__field:focus, .form__field:hover {
  box-shadow: 0 2px 0 0 var(--color-custom-gray);
}
.form__base {
  display: flex;
  flex-direction: column;
}
@media (width >= 64rem) {
  .form__base {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .form__base {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .form__base {
    justify-content: space-between;
  }
}
.form__base {
  gap: 16px;
}
.form__base--acceptance label {
  display: flex;
  align-items: flex-start;
}
@media (width >= 64rem) {
  .form__base--acceptance label {
    align-items: center;
  }
}
.form__base--acceptance label {
  gap: 16px;
}
.form__base--acceptance input[type="checkbox"] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 2.67px;
}
.form__base--acceptance a {
  text-decoration: underline;
}
.form__base .btn--text {
  flex-grow: 1;
  justify-content: center;
}
@media (width >= 64rem) {
  .form__base .btn--text {
    flex-grow: 0;
  }
}
.form .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: var(--color-custom-red);
}
.form .wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  color: var(--color-custom-red);
  background-color: #fff;
  padding: 12px 32px;
  margin: 2rem 0 0;
  border-radius: 12px;
  border: 1px solid var(--color-custom-red);
}
.form .wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  color: var(--color-custom-red);
  background-color: var(--color-custom-lilac);
  padding: 12px 32px;
  margin: 2rem 0 0;
  border-radius: 12px;
  border: 1px solid var(--color-custom-lilac);
}
.modal-contact {
  width: 100%;
  padding: calc(var(--spacing) * 6);
}
@media (width >= 64rem) {
  .modal-contact {
    width: 710px;
  }
}
@media (width >= 64rem) {
  .modal-contact {
    padding: calc(var(--spacing) * 15);
  }
}
.modal-contact {
  background-color: #fff;
  border-radius: 32px;
  cursor: default;
}
.modal-contact__close {
  position: absolute;
  top: calc(42px * -1);
  right: calc(var(--spacing) * 0);
}
@media (width >= 64rem) {
  .modal-contact__close {
    top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .modal-contact__close {
    right: calc(42px * -1);
  }
}
.modal-contact__close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s var(--ease-custom);
}
.modal-contact__close:hover {
  background-color: #d3d5df;
}
.page-home .hero {
  position: relative;
  height: calc(100svh - var(--header-height, 88px));
}
.page-home .hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.4s var(--ease-custom);
}
.page-home .hero:after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.25) url(../images/bg-home-hero.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 115%;
}
@media (width < 64rem) {
  .page-home .hero:after {
    background-position: 18% 50%;
    background-size: cover;
  }
}
.page-home .hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (width >= 64rem) {
  .page-home .hero__content {
    align-items: center;
  }
}
.page-home .hero__content {
  justify-content: space-between;
  opacity: 0;
  z-index: 10;
}
.page-home .hero.animate-ready .hero__video,	.page-home .hero.animate-ready .hero__content {
  opacity: 1;
}
.page-home .manifest {
  background: var(--color-custom-red) url(../images/bg-manifesto.svg) no-repeat;
  background-position: 50% 50%;
  background-size: cover 100%;
}
.page-home .initiatives__slider--pagination {
  gap: 12px;
}
.page-home .initiatives__slider--pagination--item {
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
  border: 1px solid var(--color);
  padding: 9px 34px;
  border-radius: 10.68px;
  transition: 0.4s var(--ease-custom);
}
.page-home .initiatives__slider--pagination--item--active {
  display: inline-flex;
  color: var(--theme);
  background-color: var(--color);
}
.page-home .initiatives__slider--item {
  background-color: var(--theme);
}
.page-home .initiatives__slider--item--title {
  color: var(--color);
}
.page-home .initiatives__slider--item--excerpt {
  color: var(--color);
}
.page-home .initiatives__slider--item--image {
  display: block;
  width: 100%;
  height: calc(100svh - var(--header-height, 88px));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 64rem) {
  .page-home .initiatives__slider--item--image {
    height: auto;
  }
}
.page-home .initiatives__slider .swiper-slide-active .initiatives__slider--item--title {
  animation: fadeIn 0.4s var(--ease-custom) both;
  animation-delay: 0.2s;
}
.page-home .initiatives__slider .swiper-slide-active .initiatives__slider--item--excerpt {
  animation: fadeIn 0.4s var(--ease-custom) both;
  animation-delay: 0.3s;
}
.page-home .projects__slider--pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.page-home .projects__slider--pagination--item {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-custom-orange);
  transition: 0.4s var(--ease-custom);
}
.page-home .projects__slider--pagination--item--active {
  width: 45px;
  border-radius: 2rem;
}
.page-home .metrics__item:not(:last-child) {
  position: relative;
}
.page-home .metrics__item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 100%;
  left: calc(1/2 * 100%);
  height: 1px;
  width: 45px;
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
@media (width >= 64rem) {
  .page-home .metrics__item:not(:last-child):after {
    top: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .page-home .metrics__item:not(:last-child):after {
    left: 100%;
  }
}
@media (width >= 64rem) {
  .page-home .metrics__item:not(:last-child):after {
    height: 45px;
  }
}
@media (width >= 64rem) {
  .page-home .metrics__item:not(:last-child):after {
    width: 1px;
  }
}
@media (width >= 64rem) {
  .page-home .metrics__item:not(:last-child):after {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 64rem) {
  .page-home .metrics__item:not(:last-child):after {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.page-home .metrics__item:not(:last-child):after {
  background: #fff;
}
.page-home .governance {
  background: var(--color-custom-lilac) url(../images/bg-governanca.svg) no-repeat;
  background-position: 18% 50%;
  background-size: 115%;
}
.page-home .news__slider--image {
  position: relative;
}
.page-home .news__slider--image:after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
  z-index: 10;
}
.page-home .news__slider .swiper-slide-active .news__slider--title {
  animation: fadeIn 0.4s var(--ease-custom) both;
  animation-delay: 0.2s;
}
.page-home .news__slider .swiper-slide-active .news__slider--content {
  animation: fadeIn 0.4s var(--ease-custom) both;
  animation-delay: 0.3s;
}
.page-home .news__slider--pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-bottom: 60px;
  z-index: 20;
}
.page-home .news__slider--pagination--item {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.4s var(--ease-custom);
}
.page-home .news__slider--pagination--item--active {
  width: 45px;
  border-radius: 2rem;
}
.page-institucional__header {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
