/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@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;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.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-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;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-4xl: 30px;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-black: #000;
    --color-white: #fff;
    --color-primary: #F8F5F2;
    --color-neutral-500: #707070;
    --color-green: #27D93C;
    --color-red: #FF0000;
    --breakpoint-xl: 1240px;
    --breakpoint-2xl: 1300px;
    --breakpoint-3xl: 1480px;
    --breakpoint-4xl: 1600px;
    --breakpoint-5xl: 1920px;
    --font-forum: 'Forum', sans-serif;
    --font-montserrat: 'Montserrat', sans-serif;
    --delay-time-100: 100ms;
    --delay-time-300: 300ms;
    --delay-time-500: 500ms;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-\[63px\] {
    top: calc(63px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-7\.5 {
    top: calc(var(--spacing) * 7.5);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .top-37\.5 {
    top: calc(var(--spacing) * 37.5);
  }
  .top-40 {
    top: calc(var(--spacing) * 40);
  }
  .top-48 {
    top: calc(var(--spacing) * 48);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-\[15px\] {
    right: 15px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2\.5 {
    bottom: calc(var(--spacing) * 2.5);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-\[9px\] {
    bottom: 9px;
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .-left-18\.5 {
    left: calc(var(--spacing) * -18.5);
  }
  .-left-full {
    left: -100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[-31px\] {
    left: -31px;
  }
  .left-\[15px\] {
    left: 15px;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-19 {
    z-index: 19;
  }
  .z-20 {
    z-index: 20;
  }
  .z-21 {
    z-index: 21;
  }
  .z-40 {
    z-index: 40;
  }
  .z-41 {
    z-index: 41;
  }
  .z-42 {
    z-index: 42;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 393px) {
      max-width: 393px;
    }
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1240px) {
      max-width: 1240px;
    }
    @media (width >= 1300px) {
      max-width: 1300px;
    }
    @media (width >= 1480px) {
      max-width: 1480px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .container-small {
    margin-inline: auto;
    padding-inline: 15px;
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
    @media (width >= 1240px) {
      max-width: 1360px;
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 5);
    @media (width >= 1240px) {
      max-width: var(--breakpoint-xl);
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .my-25 {
    margin-block: calc(var(--spacing) * 25);
  }
  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }
  .-mt-24 {
    margin-top: calc(var(--spacing) * -24);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-20\.5 {
    margin-bottom: calc(var(--spacing) * 20.5);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .mb-37\.5 {
    margin-bottom: calc(var(--spacing) * 37.5);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[7px\] {
    margin-bottom: 7px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[171\/200\] {
    aspect-ratio: 171/200;
  }
  .aspect-\[174\/139\] {
    aspect-ratio: 174/139;
  }
  .aspect-\[178\/215\] {
    aspect-ratio: 178/215;
  }
  .aspect-\[277\/224\] {
    aspect-ratio: 277/224;
  }
  .aspect-\[323\/201\] {
    aspect-ratio: 323/201;
  }
  .aspect-\[363\/199\] {
    aspect-ratio: 363/199;
  }
  .aspect-\[363\/218\] {
    aspect-ratio: 363/218;
  }
  .aspect-\[363\/247\] {
    aspect-ratio: 363/247;
  }
  .aspect-\[363\/477\] {
    aspect-ratio: 363/477;
  }
  .aspect-\[382\/238\] {
    aspect-ratio: 382/238;
  }
  .aspect-\[513\/429\] {
    aspect-ratio: 513/429;
  }
  .aspect-\[545\/319\] {
    aspect-ratio: 545/319;
  }
  .aspect-\[565\/771\] {
    aspect-ratio: 565/771;
  }
  .aspect-\[800\/493\] {
    aspect-ratio: 800/493;
  }
  .aspect-\[920\/493\] {
    aspect-ratio: 920/493;
  }
  .aspect-\[1860\/717\] {
    aspect-ratio: 1860/717;
  }
  .aspect-\[1860\/831\] {
    aspect-ratio: 1860/831;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .image-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-7\.5 {
    width: calc(var(--spacing) * 7.5);
    height: calc(var(--spacing) * 7.5);
  }
  .size-12\.5 {
    width: calc(var(--spacing) * 12.5);
    height: calc(var(--spacing) * 12.5);
  }
  .size-37\.5 {
    width: calc(var(--spacing) * 37.5);
    height: calc(var(--spacing) * 37.5);
  }
  .size-\[57px\] {
    width: 57px;
    height: 57px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9\.5 {
    height: calc(var(--spacing) * 9.5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-12\.5 {
    height: calc(var(--spacing) * 12.5);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[50\%\] {
    height: 50%;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[57px\] {
    height: 57px;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[175px\] {
    height: 175px;
  }
  .h-\[495px\] {
    height: 495px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-svh {
    height: 100svh;
  }
  .max-h-12 {
    max-height: calc(var(--spacing) * 12);
  }
  .max-h-52\.5 {
    max-height: calc(var(--spacing) * 52.5);
  }
  .max-h-\[209px\] {
    max-height: 209px;
  }
  .max-h-\[337px\] {
    max-height: 337px;
  }
  .max-h-\[477px\] {
    max-height: 477px;
  }
  .max-h-\[493px\] {
    max-height: 493px;
  }
  .max-h-\[504px\] {
    max-height: 504px;
  }
  .max-h-\[517px\] {
    max-height: 517px;
  }
  .max-h-\[831px\] {
    max-height: 831px;
  }
  .min-h-\[108px\] {
    min-height: 108px;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-\[200\%\] {
    width: 200%;
  }
  .w-\[237\%\] {
    width: 237%;
  }
  .w-\[800\%\] {
    width: 800%;
  }
  .w-\[1533px\] {
    width: 1533px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .container {
    padding-inline: 15px;
    @media (width >= 992px) {
      max-width: var(--breakpoint-xl);
    }
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
    @media (width >= 1240px) {
      max-width: var(--breakpoint-xl);
    }
    @media (width >= 1300px) {
      max-width: var(--breakpoint-2xl);
    }
    @media (width >= 1480px) {
      max-width: var(--breakpoint-3xl);
    }
    @media (width >= 1600px) {
      max-width: var(--breakpoint-4xl);
    }
    @media (width >= 1920px) {
      max-width: var(--breakpoint-5xl);
    }
  }
  .max-w-\[171px\] {
    max-width: 171px;
  }
  .max-w-\[301px\] {
    max-width: 301px;
  }
  .max-w-\[382px\] {
    max-width: 382px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[565px\] {
    max-width: 565px;
  }
  .max-w-\[573px\] {
    max-width: 573px;
  }
  .max-w-\[696px\] {
    max-width: 696px;
  }
  .max-w-\[738px\] {
    max-width: 738px;
  }
  .max-w-\[775px\] {
    max-width: 775px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[889px\] {
    max-width: 889px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[1156px\] {
    max-width: 1156px;
  }
  .max-w-\[1860px\] {
    max-width: 1860px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[183px\] {
    min-width: 183px;
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-\[1\.5\] {
    flex: 1.5;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/4 {
    --tw-translate-x: calc(calc(1/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-3\/4 {
    --tw-translate-x: calc(calc(3/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    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);
  }
  .translate-y-1\/4 {
    --tw-translate-y: calc(1/4 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-135 {
    rotate: 135deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_1\.3fr\] {
    grid-template-columns: 1fr 1.3fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .\!items-center {
    align-items: center !important;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .\!gap-1 {
    gap: calc(var(--spacing) * 1) !important;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-9\.5 {
    gap: calc(var(--spacing) * 9.5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-15\.5 {
    gap: calc(var(--spacing) * 15.5);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[75px\] {
    gap: 75px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[147px\] {
    border-radius: 147px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-b-4xl {
    border-bottom-right-radius: var(--radius-4xl);
    border-bottom-left-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/50 {
    border-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-neutral-500 {
    background-color: var(--color-neutral-500);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/50 {
    --tw-gradient-from: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black {
    --tw-gradient-to: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-7\.5 {
    padding-inline: calc(var(--spacing) * 7.5);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10\.5 {
    padding-block: calc(var(--spacing) * 10.5);
  }
  .py-11 {
    padding-block: calc(var(--spacing) * 11);
  }
  .py-25 {
    padding-block: calc(var(--spacing) * 25);
  }
  .py-28\.5 {
    padding-block: calc(var(--spacing) * 28.5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pl-3\.5 {
    padding-left: calc(var(--spacing) * 3.5);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .text-center {
    text-align: center;
  }
  .font-forum {
    font-family: var(--font-forum);
  }
  .\!text-4xl {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--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-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[55px\] {
    font-size: 55px;
  }
  .text-\[78px\] {
    font-size: 78px;
  }
  .leading-8\.5 {
    --tw-leading: calc(var(--spacing) * 8.5);
    line-height: calc(var(--spacing) * 8.5);
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[55px\] {
    --tw-leading: 55px;
    line-height: 55px;
  }
  .leading-\[78px\] {
    --tw-leading: 78px;
    line-height: 78px;
  }
  .leading-px {
    --tw-leading: 1px;
    line-height: 1px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#C4C4C4\] {
    color: #C4C4C4;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur-md {
    --tw-blur: blur(var(--blur-md));
    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-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: 300ms;
    transition-duration: 300ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .animation-delay-100 {
    animation-delay: var(--delay-time-100);
  }
  .animation-delay-300 {
    animation-delay: var(--delay-time-300);
  }
  .animation-delay-500 {
    animation-delay: var(--delay-time-500);
  }
  .group-hover\:rotate-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 0deg;
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:border-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .group-hover\:bg-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .odd\:bg-primary {
    &:nth-child(odd) {
      background-color: var(--color-primary);
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-neutral-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-500);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .max-xl\:bottom-0 {
    @media (width < 1240px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:hidden {
    @media (width < 1240px) {
      display: none;
    }
  }
  .max-xl\:flex-col {
    @media (width < 1240px) {
      flex-direction: column;
    }
  }
  .max-xl\:flex-col-reverse {
    @media (width < 1240px) {
      flex-direction: column-reverse;
    }
  }
  .max-xl\:text-sm {
    @media (width < 1240px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:fixed {
    @media (width < 992px) {
      position: fixed;
    }
  }
  .max-lg\:top-7\.5 {
    @media (width < 992px) {
      top: calc(var(--spacing) * 7.5);
    }
  }
  .max-lg\:right-\[15px\] {
    @media (width < 992px) {
      right: 15px;
    }
  }
  .max-lg\:-left-1\/2 {
    @media (width < 992px) {
      left: calc(calc(1/2 * 100%) * -1);
    }
  }
  .max-lg\:order-first {
    @media (width < 992px) {
      order: -9999;
    }
  }
  .max-lg\:order-last {
    @media (width < 992px) {
      order: 9999;
    }
  }
  .max-lg\:container-small {
    @media (width < 992px) {
      margin-inline: auto;
      padding-inline: 15px;
      @media (width >= 992px) {
        padding-inline: calc(var(--spacing) * 7.5);
      }
      @media (width >= 1240px) {
        max-width: 1360px;
      }
    }
  }
  .max-lg\:-mt-27 {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * -27);
    }
  }
  .max-lg\:mr-5 {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:mb-5 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:mb-25 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .max-lg\:hidden {
    @media (width < 992px) {
      display: none;
    }
  }
  .max-lg\:aspect-\[352\/417\] {
    @media (width < 992px) {
      aspect-ratio: 352/417;
    }
  }
  .max-lg\:size-7\.5 {
    @media (width < 992px) {
      width: calc(var(--spacing) * 7.5);
      height: calc(var(--spacing) * 7.5);
    }
  }
  .max-lg\:h-7\.5 {
    @media (width < 992px) {
      height: calc(var(--spacing) * 7.5);
    }
  }
  .max-lg\:h-\[337px\] {
    @media (width < 992px) {
      height: 337px;
    }
  }
  .max-lg\:w-\[200\%\] {
    @media (width < 992px) {
      width: 200%;
    }
  }
  .max-lg\:max-w-\[218px\] {
    @media (width < 992px) {
      max-width: 218px;
    }
  }
  .max-lg\:flex-col {
    @media (width < 992px) {
      flex-direction: column;
    }
  }
  .max-lg\:items-center {
    @media (width < 992px) {
      align-items: center;
    }
  }
  .max-lg\:justify-between {
    @media (width < 992px) {
      justify-content: space-between;
    }
  }
  .max-lg\:gap-3 {
    @media (width < 992px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-lg\:gap-5 {
    @media (width < 992px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:gap-12\.5 {
    @media (width < 992px) {
      gap: calc(var(--spacing) * 12.5);
    }
  }
  .max-lg\:bg-primary {
    @media (width < 992px) {
      background-color: var(--color-primary);
    }
  }
  .max-lg\:px-4 {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:py-10 {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:text-center {
    @media (width < 992px) {
      text-align: center;
    }
  }
  .max-lg\:text-sm {
    @media (width < 992px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:text-xs {
    @media (width < 992px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-lg\:text-\[8px\] {
    @media (width < 992px) {
      font-size: 8px;
    }
  }
  .max-lg\:text-\[10px\] {
    @media (width < 992px) {
      font-size: 10px;
    }
  }
  .max-lg\:text-\[11px\] {
    @media (width < 992px) {
      font-size: 11px;
    }
  }
  .max-md\:absolute {
    @media (width < 768px) {
      position: absolute;
    }
  }
  .max-md\:mb-50 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 50);
    }
  }
  .max-md\:mb-\[30vw\] {
    @media (width < 768px) {
      margin-bottom: 30vw;
    }
  }
  .max-md\:translate-y-1\/2 {
    @media (width < 768px) {
      --tw-translate-y: calc(1/2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-md\:px-5 {
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-xs\:flex-col {
    @media (width < 480px) {
      flex-direction: column;
    }
  }
  .max-xs\:text-\[12px\] {
    @media (width < 480px) {
      font-size: 12px;
    }
  }
  .max-xxs\:px-4 {
    @media (width < 393px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xxs\:text-sm {
    @media (width >= 393px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xxs\:text-xl {
    @media (width >= 393px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xxs\:text-\[28px\] {
    @media (width >= 393px) {
      font-size: 28px;
    }
  }
  .sm\:-mt-24 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * -24);
    }
  }
  .sm\:pt-24 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .sm\:text-3xl {
    @media (width >= 640px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:mt-5 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:overflow-hidden {
    @media (width >= 768px) {
      overflow: hidden;
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 768px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 992px) {
      position: absolute;
    }
  }
  .lg\:fixed {
    @media (width >= 992px) {
      position: fixed;
    }
  }
  .lg\:sticky {
    @media (width >= 992px) {
      position: sticky;
    }
  }
  .lg\:right-10 {
    @media (width >= 992px) {
      right: calc(var(--spacing) * 10);
    }
  }
  .lg\:bottom-5 {
    @media (width >= 992px) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:bottom-7\.5 {
    @media (width >= 992px) {
      bottom: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:left-5\.5 {
    @media (width >= 992px) {
      left: calc(var(--spacing) * 5.5);
    }
  }
  .lg\:left-10 {
    @media (width >= 992px) {
      left: calc(var(--spacing) * 10);
    }
  }
  .lg\:left-\[-81px\] {
    @media (width >= 992px) {
      left: -81px;
    }
  }
  .lg\:order-1 {
    @media (width >= 992px) {
      order: 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 992px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:row-span-4 {
    @media (width >= 992px) {
      grid-row: span 4 / span 4;
    }
  }
  .lg\:row-span-7 {
    @media (width >= 992px) {
      grid-row: span 7 / span 7;
    }
  }
  .lg\:row-span-10 {
    @media (width >= 992px) {
      grid-row: span 10 / span 10;
    }
  }
  .lg\:container-small {
    @media (width >= 992px) {
      margin-inline: auto;
      padding-inline: 15px;
      @media (width >= 992px) {
        padding-inline: calc(var(--spacing) * 7.5);
      }
      @media (width >= 1240px) {
        max-width: 1360px;
      }
    }
  }
  .lg\:my-38 {
    @media (width >= 992px) {
      margin-block: calc(var(--spacing) * 38);
    }
  }
  .lg\:my-\[75px\] {
    @media (width >= 992px) {
      margin-block: 75px;
    }
  }
  .lg\:-mt-\[21\%\] {
    @media (width >= 992px) {
      margin-top: calc(21% * -1);
    }
  }
  .lg\:mt-5 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-7\.5 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:mt-17\.5 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 17.5);
    }
  }
  .lg\:mt-\[-17px\] {
    @media (width >= 992px) {
      margin-top: -17px;
    }
  }
  .lg\:mb-2 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-7\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:mb-10 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-10\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 10.5);
    }
  }
  .lg\:mb-17\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 17.5);
    }
  }
  .lg\:mb-20\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 20.5);
    }
  }
  .lg\:mb-22\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 22.5);
    }
  }
  .lg\:mb-29 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 29);
    }
  }
  .lg\:mb-72 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 72);
    }
  }
  .lg\:mb-\[-29px\] {
    @media (width >= 992px) {
      margin-bottom: -29px;
    }
  }
  .lg\:mb-\[175px\] {
    @media (width >= 992px) {
      margin-bottom: 175px;
    }
  }
  .lg\:\!hidden {
    @media (width >= 992px) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 992px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 992px) {
      display: inline;
    }
  }
  .lg\:aspect-\[436\/509\] {
    @media (width >= 992px) {
      aspect-ratio: 436/509;
    }
  }
  .lg\:aspect-\[513\/429\] {
    @media (width >= 992px) {
      aspect-ratio: 513/429;
    }
  }
  .lg\:aspect-\[640\/433\] {
    @media (width >= 992px) {
      aspect-ratio: 640/433;
    }
  }
  .lg\:aspect-\[766\/429\] {
    @media (width >= 992px) {
      aspect-ratio: 766/429;
    }
  }
  .lg\:aspect-\[915\/460\] {
    @media (width >= 992px) {
      aspect-ratio: 915/460;
    }
  }
  .lg\:aspect-\[915\/1008\] {
    @media (width >= 992px) {
      aspect-ratio: 915/1008;
    }
  }
  .lg\:aspect-\[1860\/781\] {
    @media (width >= 992px) {
      aspect-ratio: 1860/781;
    }
  }
  .lg\:aspect-\[1860\/831\] {
    @media (width >= 992px) {
      aspect-ratio: 1860/831;
    }
  }
  .lg\:aspect-square {
    @media (width >= 992px) {
      aspect-ratio: 1 / 1;
    }
  }
  .lg\:size-12\.5 {
    @media (width >= 992px) {
      width: calc(var(--spacing) * 12.5);
      height: calc(var(--spacing) * 12.5);
    }
  }
  .lg\:h-17\.5 {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 17.5);
    }
  }
  .lg\:h-30 {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 30);
    }
  }
  .lg\:h-\[105px\] {
    @media (width >= 992px) {
      height: 105px;
    }
  }
  .lg\:h-\[503px\] {
    @media (width >= 992px) {
      height: 503px;
    }
  }
  .lg\:max-h-\[429px\] {
    @media (width >= 992px) {
      max-height: 429px;
    }
  }
  .lg\:max-h-\[432px\] {
    @media (width >= 992px) {
      max-height: 432px;
    }
  }
  .lg\:max-h-\[781px\] {
    @media (width >= 992px) {
      max-height: 781px;
    }
  }
  .lg\:max-h-\[830px\] {
    @media (width >= 992px) {
      max-height: 830px;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 992px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:max-w-\[436px\] {
    @media (width >= 992px) {
      max-width: 436px;
    }
  }
  .lg\:max-w-\[513px\] {
    @media (width >= 992px) {
      max-width: 513px;
    }
  }
  .lg\:max-w-\[521px\] {
    @media (width >= 992px) {
      max-width: 521px;
    }
  }
  .lg\:max-w-\[541px\] {
    @media (width >= 992px) {
      max-width: 541px;
    }
  }
  .lg\:max-w-\[545px\] {
    @media (width >= 992px) {
      max-width: 545px;
    }
  }
  .lg\:max-w-\[565px\] {
    @media (width >= 992px) {
      max-width: 565px;
    }
  }
  .lg\:max-w-\[748px\] {
    @media (width >= 992px) {
      max-width: 748px;
    }
  }
  .lg\:max-w-\[766px\] {
    @media (width >= 992px) {
      max-width: 766px;
    }
  }
  .lg\:max-w-\[793px\] {
    @media (width >= 992px) {
      max-width: 793px;
    }
  }
  .lg\:\!flex-1 {
    @media (width >= 992px) {
      flex: 1 !important;
    }
  }
  .lg\:\!flex-\[2\.5\] {
    @media (width >= 992px) {
      flex: 2.5 !important;
    }
  }
  .lg\:flex-1 {
    @media (width >= 992px) {
      flex: 1;
    }
  }
  .lg\:flex-\[2\] {
    @media (width >= 992px) {
      flex: 2;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 992px) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 992px) {
      flex-direction: column;
    }
  }
  .lg\:items-center {
    @media (width >= 992px) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 992px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 992px) {
      justify-content: space-between;
    }
  }
  .lg\:\!gap-5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 5) !important;
    }
  }
  .lg\:gap-5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-7\.5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:gap-8 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-8\.5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 8.5);
    }
  }
  .lg\:gap-22\.5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 22.5);
    }
  }
  .lg\:gap-32\.5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 32.5);
    }
  }
  .lg\:gap-\[15px\] {
    @media (width >= 992px) {
      gap: 15px;
    }
  }
  .lg\:gap-y-10 {
    @media (width >= 992px) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:rounded-4xl {
    @media (width >= 992px) {
      border-radius: var(--radius-4xl);
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 992px) {
      border-radius: 20px;
    }
  }
  .lg\:rounded-t-\[163px\] {
    @media (width >= 992px) {
      border-top-left-radius: 163px;
      border-top-right-radius: 163px;
    }
  }
  .lg\:border {
    @media (width >= 992px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:border-primary {
    @media (width >= 992px) {
      border-color: var(--color-primary);
    }
  }
  .lg\:bg-black {
    @media (width >= 992px) {
      background-color: var(--color-black);
    }
  }
  .lg\:bg-white {
    @media (width >= 992px) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-10 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-11 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 11);
    }
  }
  .lg\:p-12\.5 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 12.5);
    }
  }
  .lg\:px-4 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-7\.5 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:px-10 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-4\.5 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 4.5);
    }
  }
  .lg\:py-7\.5 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:py-8\.5 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 8.5);
    }
  }
  .lg\:py-9 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 9);
    }
  }
  .lg\:py-42 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 42);
    }
  }
  .lg\:py-\[175px\] {
    @media (width >= 992px) {
      padding-block: 175px;
    }
  }
  .lg\:pt-17 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 17);
    }
  }
  .lg\:pr-2\.5 {
    @media (width >= 992px) {
      padding-right: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:pr-5 {
    @media (width >= 992px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-18\.5 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 18.5);
    }
  }
  .lg\:pb-20 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-21 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 21);
    }
  }
  .lg\:pl-8 {
    @media (width >= 992px) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-10 {
    @media (width >= 992px) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-2xl {
    @media (width >= 992px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 992px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 992px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 992px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 992px) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-\[23px\] {
    @media (width >= 992px) {
      font-size: 23px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 992px) {
      font-size: 25px;
    }
  }
  .lg\:text-\[35px\] {
    @media (width >= 992px) {
      font-size: 35px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 992px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[55px\] {
    @media (width >= 992px) {
      font-size: 55px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 992px) {
      font-size: 60px;
    }
  }
  .lg\:text-\[75px\] {
    @media (width >= 992px) {
      font-size: 75px;
    }
  }
  .lg\:text-\[95px\] {
    @media (width >= 992px) {
      font-size: 95px;
    }
  }
  .lg\:text-\[135px\] {
    @media (width >= 992px) {
      font-size: 135px;
    }
  }
  .lg\:text-\[155px\] {
    @media (width >= 992px) {
      font-size: 155px;
    }
  }
  .lg\:leading-\[25px\] {
    @media (width >= 992px) {
      --tw-leading: 25px;
      line-height: 25px;
    }
  }
  .lg\:leading-\[30px\] {
    @media (width >= 992px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .lg\:leading-\[35px\] {
    @media (width >= 992px) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 992px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:leading-\[55px\] {
    @media (width >= 992px) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .lg\:leading-\[60px\] {
    @media (width >= 992px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .lg\:leading-\[75px\] {
    @media (width >= 992px) {
      --tw-leading: 75px;
      line-height: 75px;
    }
  }
  .lg\:leading-\[95px\] {
    @media (width >= 992px) {
      --tw-leading: 95px;
      line-height: 95px;
    }
  }
  .lg\:leading-\[135px\] {
    @media (width >= 992px) {
      --tw-leading: 135px;
      line-height: 135px;
    }
  }
  .lg\:leading-\[155px\] {
    @media (width >= 992px) {
      --tw-leading: 155px;
      line-height: 155px;
    }
  }
  .lg\:text-white {
    @media (width >= 992px) {
      color: var(--color-white);
    }
  }
  .lg\:max-xl\:max-w-\[500px\] {
    @media (width >= 992px) {
      @media (width < 1240px) {
        max-width: 500px;
      }
    }
  }
  .xl\:absolute {
    @media (width >= 1240px) {
      position: absolute;
    }
  }
  .xl\:top-1\/2 {
    @media (width >= 1240px) {
      top: calc(1/2 * 100%);
    }
  }
  .xl\:-left-1\/3 {
    @media (width >= 1240px) {
      left: calc(calc(1/3 * 100%) * -1);
    }
  }
  .xl\:hidden {
    @media (width >= 1240px) {
      display: none;
    }
  }
  .xl\:aspect-\[696\/712\] {
    @media (width >= 1240px) {
      aspect-ratio: 696/712;
    }
  }
  .xl\:h-9 {
    @media (width >= 1240px) {
      height: calc(var(--spacing) * 9);
    }
  }
  .xl\:w-3\/4 {
    @media (width >= 1240px) {
      width: calc(3/4 * 100%);
    }
  }
  .xl\:max-w-\[600px\] {
    @media (width >= 1240px) {
      max-width: 600px;
    }
  }
  .xl\:-translate-y-1\/2 {
    @media (width >= 1240px) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:gap-1 {
    @media (width >= 1240px) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .xl\:gap-7 {
    @media (width >= 1240px) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .xl\:px-7 {
    @media (width >= 1240px) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .xl\:py-\[111px\] {
    @media (width >= 1240px) {
      padding-block: 111px;
    }
  }
  .xl\:pl-\[376px\] {
    @media (width >= 1240px) {
      padding-left: 376px;
    }
  }
  .xl\:text-\[75px\] {
    @media (width >= 1240px) {
      font-size: 75px;
    }
  }
  .xl\:leading-\[35px\] {
    @media (width >= 1240px) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .xl\:leading-\[75px\] {
    @media (width >= 1240px) {
      --tw-leading: 75px;
      line-height: 75px;
    }
  }
  .\32 xl\:gap-15 {
    @media (width >= 1300px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .\32 xl\:pl-\[calc\(\(100\%-1300px\)\/2\)\] {
    @media (width >= 1300px) {
      padding-left: calc((100% - 1300px) / 2);
    }
  }
  .\34 xl\:max-w-\[700px\] {
    @media (width >= 1600px) {
      max-width: 700px;
    }
  }
  .\35 xl\:max-w-\[800px\] {
    @media (width >= 1920px) {
      max-width: 800px;
    }
  }
  .\[\&_\.mobile-menu\]\:text-xl {
    & .mobile-menu {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&_strong\]\:whitespace-normal {
    & strong {
      white-space: normal;
    }
  }
  .lg\:\[\&\.active\]\:bg-white {
    @media (width >= 992px) {
      &.active {
        background-color: var(--color-white);
      }
    }
  }
  .lg\:\[\&\.active\]\:text-black {
    @media (width >= 992px) {
      &.active {
        color: var(--color-black);
      }
    }
  }
  .lg\:\[\&\.active\]\:opacity-100 {
    @media (width >= 992px) {
      &.active {
        opacity: 100%;
      }
    }
  }
  .\[\&\>p\]\:space-y-5 {
    &>p {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .\[\&\>p\]\:leading-\[30px\] {
    &>p {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .\[\&\>p\]\:leading-\[35px\] {
    &>p {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .max-lg\:\[\&\>p\]\:\!my-0 {
    @media (width < 992px) {
      &>p {
        margin-block: calc(var(--spacing) * 0) !important;
      }
    }
  }
  .\[\&\>p\]\:lg\:leading-\[35px\] {
    &>p {
      @media (width >= 992px) {
        --tw-leading: 35px;
        line-height: 35px;
      }
    }
  }
  .\[\&\>p\:last-child\]\:lg\:mb-0 {
    &>p:last-child {
      @media (width >= 992px) {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&\>ul\]\:\!mb-0 {
    &>ul {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&\>ul\>li\]\:\!my-1 {
    &>ul>li {
      margin-block: calc(var(--spacing) * 1) !important;
    }
  }
}
@layer base {
  body {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-black);
  }
  input,textarea,button {
    border-radius: 0;
  }
  input:focus,textarea:focus,button:focus {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  input::placeholder,textarea::placeholder {
    color: currentcolor;
    opacity: 70%;
  }
  button:hover {
    cursor: pointer;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 992px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  a {
    color: currentcolor;
    &:hover {
      @media (hover: hover) {
        color: currentcolor;
      }
    }
  }
}
@layer components {
  .editor-content {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :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;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :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;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :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;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :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;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :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;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :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;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :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;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :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;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
      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;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :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;
    }
    :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;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :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;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :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;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :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;
    }
    --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: NaN NaN NaN;
    --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: 255 255 255;
    --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;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :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;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :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;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .bb-button {
    display: flex;
    height: calc(var(--spacing) * 12);
    width: fit-content;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    background-color: var(--color-black);
    padding-inline: calc(var(--spacing) * 5);
    text-align: center;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
    &.alt {
      background-color: transparent;
      color: var(--color-black);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    &.arrow::after {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      content: '\f061';
      font-family: 'Font Awesome 6 Pro';
    }
  }
}
[x-cloak] {
  display: none;
}
@layer base {
  body {
    overflow-x: hidden;
    font-family: var(--font-montserrat);
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-forum);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
  }
  .font-forum {
    font-family: var(--font-forum);
  }
  .font-montserrat {
    font-family: var(--font-montserrat);
  }
}
@layer components {
  .tb-button {
    display: flex;
    height: 50px;
    width: fit-content;
    align-items: center;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 7.5);
    color: var(--color-black);
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    &.alt {
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-white);
      background-color: var(--color-black);
      color: var(--color-white);
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-black);
        }
      }
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-black);
        }
      }
    }
    &.transparent {
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-black);
      background-color: transparent;
      color: var(--color-black);
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-white);
        }
      }
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    &.small {
      @media (width < 1240px) {
        height: 40px;
      }
      @media (width < 1240px) {
        padding-inline: calc(var(--spacing) * 5);
      }
      @media (width < 1240px) {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
    }
  }
  .underscore {
    position: relative;
    width: fit-content;
    &::after {
      position: absolute;
      bottom: calc(var(--spacing) * 0);
      left: calc(var(--spacing) * 0);
      height: calc(var(--spacing) * 0.5);
      width: calc(var(--spacing) * 12);
      max-width: 100%;
      background-color: var(--color-black);
      content: '';
    }
  }
}
.theme-1 .editor-content .long-text {
  @media (width < 992px) {
    margin-bottom: calc(var(--spacing) * 25);
  }
}
.cm-text-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.grecaptcha-badge {
  visibility: hidden;
}
.gfield--type-captcha {
  display: none !important;
}
.editor-content ul {
  margin-left: calc(var(--spacing) * 0);
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
}
.editor-content ul li {
  display: flex;
  gap: calc(var(--spacing) * 2);
  padding-left: calc(var(--spacing) * 0);
}
.editor-content ul li::before {
  display: inline-block;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-neutral-500);
  content: '\f00c';
  font-family: 'Font Awesome 7 Pro';
}
body.single-project .desktop_logo {
  display: none;
  @media (width >= 992px) {
    display: block;
  }
}
body.single-project .mobile_project_logo {
  display: block;
  @media (width >= 992px) {
    display: none;
  }
}
.mobile_project_logo {
  display: none;
}
body.home .cm-hero .hero {
  @media (width >= 992px) {
    max-height: 65vh;
  }
}
.cm-header .main-menu {
  display: flex;
  @media (width >= 1480px) {
    gap: calc(var(--spacing) * 7);
  }
}
.cm-header .main-menu .menu-item {
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 2);
  @media (width < 1240px) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  @media (width >= 1240px) {
    padding-inline: 23px;
  }
  @media (width >= 1240px) {
    padding-block: calc(var(--spacing) * 3);
  }
}
.cm-header .main-menu .current-menu-item,
.cm-header .main-menu .current-page-ancestor {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
}
.cm-header .main-menu .current-menu-item::before, 
.cm-header .main-menu .current-page-ancestor::before {
  padding-right: calc(var(--spacing) * 2);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  font-weight: 900;
  content: '\e7d1';
  font-family: 'Font Awesome 7 Pro';
}
.cm-header .mobile-menu .menu-item {
  border-radius: 10px;
  padding: calc(var(--spacing) * 4);
}
.cm-header .mobile-menu .current-menu-item,
.cm-header .mobile-menu .current-page-ancestor {
  background-color: var(--color-white);
}
.cm-footer .footer-menu {
  color: var(--color-neutral-500);
}
.featured-swiper .swiper-slide .animate {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.featured-swiper .swiper-slide.active-pop .animate {
  --tw-translate-y: calc(var(--spacing) * -10);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  @media (width >= 992px) {
    --tw-translate-y: calc(var(--spacing) * -20);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.featured-swiper .swiper-slide.active-pop .icon {
  opacity: 100%;
}
.featured-swiper .swiper-slide a {
  pointer-events: none;
}
.featured-swiper .swiper-slide.active-pop a {
  pointer-events: auto;
}
.gfield_required.gfield_required_text {
  display: none;
}
.gform-footer {
  flex-direction: column !important;
  input {
    width: fit-content !important;
  }
  a {
    color: var(--color-neutral-500) !important;
    &:hover {
      @media (hover: hover) {
        color: var(--color-black) !important;
      }
    }
  }
}
.gform_button {
  height: calc(var(--spacing) * 12.5) !important;
  border-radius: calc(infinity * 1px) !important;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-white) !important;
  background-color: var(--color-black) !important;
  padding-inline: calc(var(--spacing) * 7.5) !important;
  color: var(--color-white) !important;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-black) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-black) !important;
    }
  }
}
.gfield_label.gform-field-label {
  color: var(--color-neutral-500) !important;
}
.gform_fields {
  column-gap: 17px !important;
  row-gap: 11px !important;
}
.ginput_container.ginput_container_text input,
.ginput_container.ginput_container_phone input,
.ginput_container.ginput_container_email input,
.ginput_container.ginput_container_textarea textarea {
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.cm-quote #field_2_3,
.cm-quote #field_2_4,
.cm-quote #field_2_5,
.cm-quote #field_2_6,
.cm-quote #field_2_14 {
  @media (width >= 992px) {
    margin-bottom: calc(var(--spacing) * 17.5);
  }
}
.cm-quote .gfield_checkbox input:checked::before {
  display: none !important;
  height: calc(var(--spacing) * 0) !important;
  width: calc(var(--spacing) * 0) !important;
}
.cm-quote .gchoice {
  cursor: pointer;
}
.cm-quote .gfield_checkbox input:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  color: var(--color-white);
}
.cm-quote .gfield_checkbox input:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
  --tw-outline-style: none;
  outline-style: none;
}
.cm-quote .gfield_checkbox input:checked {
  background-color: var(--color-black);
  padding: calc(var(--spacing) * 0);
}
.cm-quote fieldset .gfield_label.gform-field-label {
  @media (width >= 992px) {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
.cm-quote .ginput_container.ginput_container_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm-quote .ginput_container.ginput_container_radio input {
  --tw-outline-style: none;
  outline-style: none;
}
.cm-quote .ginput_container.ginput_container_radio input:checked {
  border-color: var(--color-neutral-500);
}
.cm-quote .ginput_container.ginput_container_radio input::before {
  background-color: var(--color-neutral-500);
}
.cm-quote .gfield_radio,
.cm-quote .gfield_checkbox {
  flex-direction: row !important;
}
.cm-quote #field_2_4,
.cm-quote #field_2_5 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: var(--color-neutral-500);
}
.cm-quote #input_2_4,
.cm-quote #input_2_5 {
  background-color: var(--color-primary);
  padding: calc(var(--spacing) * 0);
}
.cm-contact input, 
.cm-quote input {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.vacancy-form .gform_fields {
  gap: calc(var(--spacing) * 5) !important;
  @media (width >= 992px) {
    column-gap: calc(var(--spacing) * 6) !important;
  }
  @media (width >= 992px) {
    row-gap: calc(var(--spacing) * 7) !important;
  }
}
.vacancy-form #gform_fields_5 {
  gap: calc(var(--spacing) * 7);
}
.vacancy-form .ginput_container.ginput_container_text,
.vacancy-form .ginput_container.ginput_container_email,
.vacancy-form .ginput_container.ginput_container_phone {
  input {
    --tw-border-style: none;
    border-style: none;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  border-radius: 5px;
  background-color: var(--color-primary) !important;
}
.vacancy-form .gfield_description.gform_fileupload_rules {
  display: none;
}
.vacancy-form .ginput_container.ginput_container_fileupload {
  background-color: var(--color-primary);
}
.vacancy-form .filename {
  color: var(--color-white);
}
.vacancy-form #field_3_8 label::before,
.vacancy-form #field_3_9 label::before {
  margin-right: calc(var(--spacing) * 5);
  display: inline-block;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-neutral-500);
  content: '\e09a';
  font-family: 'Font Awesome 7 Pro';
}
.vacancy-form #field_3_8 label,
.vacancy-form #field_3_9 label {
  .gfield_required.gfield_required_text {
    display: none;
  }
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-white);
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 7.5);
  padding-block: calc(var(--spacing) * 8);
  color: var(--color-white);
}
.vacancy-form #input_3_8,
.vacancy-form #input_3_9 {
  display: none;
}
@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-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;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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: 0px;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
      --tw-space-y-reverse: 0;
    }
  }
}