/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "roboto", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-500: oklch(0.623 0.214 259.815);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-black: #000000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-sm: var(--wp--preset--font-size--sm, 0.875rem);
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: var(--wp--preset--font-size--base, 1rem);
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: var(--wp--preset--font-size--lg, 1.125rem);
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: var(--wp--preset--font-size--xl, 1.25rem);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: var(--wp--preset--font-size--5xl, 3rem);
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --radius-xs: 0.125rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-primary: var(--wp--preset--color--primary);
    --font-med: "roboto-med", sans-serif;
    --font-bold: "roboto-bold", sans-serif;
    --color-red: #e22747;
    --color-grey: #e6e6e6;
    --color-blue: #0b2131;
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    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;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::placeholder {
    opacity: 1;
    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 {
    -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 {
  .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;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[94px\] {
    top: 94px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-12 {
    bottom: calc(var(--spacing) * 12);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2\/4 {
    left: calc(2/4 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 782px) {
      max-width: 782px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-\[50px\] {
    margin-block: 50px;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[23px\] {
    margin-top: 23px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[87px\] {
    margin-top: 87px;
  }
  .-mb-\[68px\] {
    margin-bottom: calc(68px * -1);
  }
  .-mb-\[125px\] {
    margin-bottom: calc(125px * -1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .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-\[3px\] {
    margin-bottom: 3px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[21px\] {
    margin-bottom: 21px;
  }
  .mb-\[23px\] {
    margin-bottom: 23px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[37px\] {
    margin-bottom: 37px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[37px\] {
    height: 37px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[91px\] {
    height: 91px;
  }
  .h-\[287px\] {
    height: 287px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[56px\] {
    max-height: 56px;
  }
  .max-h-\[60px\] {
    max-height: 60px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[33px\] {
    width: 33px;
  }
  .w-\[91px\] {
    width: 91px;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[171px\] {
    width: 171px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[83px\] {
    max-width: 83px;
  }
  .max-w-\[104px\] {
    max-width: 104px;
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[475px\] {
    max-width: 475px;
  }
  .max-w-\[579px\] {
    max-width: 579px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[610px\] {
    max-width: 610px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-\[83px\] {
    min-width: 83px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    -moz-column-gap: calc(var(--spacing) * 6);
         column-gap: calc(var(--spacing) * 6);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[50px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(50px * var(--tw-space-x-reverse));
      margin-inline-end: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-\[50px\] {
    row-gap: 50px;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-grey {
    background-color: var(--color-grey);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[27px\] {
    padding-inline: 27px;
  }
  .px-\[36px\] {
    padding-inline: 36px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[36px\] {
    padding-block: 36px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[33px\] {
    padding-top: 33px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[125px\] {
    padding-top: 125px;
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-\[6px\] {
    padding-bottom: 6px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[27px\] {
    padding-bottom: 27px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-bold {
    font-family: var(--font-bold);
  }
  .font-med {
    font-family: var(--font-med);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:mt-\[90px\] {
    @media (width >= 600px) {
      margin-top: 90px;
    }
  }
  .sm\:mb-3 {
    @media (width >= 600px) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .sm\:mb-6 {
    @media (width >= 600px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:mb-\[60px\] {
    @media (width >= 600px) {
      margin-bottom: 60px;
    }
  }
  .sm\:ml-4 {
    @media (width >= 600px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .sm\:block {
    @media (width >= 600px) {
      display: block;
    }
  }
  .sm\:h-10 {
    @media (width >= 600px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:h-\[50px\] {
    @media (width >= 600px) {
      height: 50px;
    }
  }
  .sm\:h-\[80px\] {
    @media (width >= 600px) {
      height: 80px;
    }
  }
  .sm\:h-\[100px\] {
    @media (width >= 600px) {
      height: 100px;
    }
  }
  .sm\:max-h-\[85px\] {
    @media (width >= 600px) {
      max-height: 85px;
    }
  }
  .sm\:max-h-\[90px\] {
    @media (width >= 600px) {
      max-height: 90px;
    }
  }
  .sm\:min-h-\[112px\] {
    @media (width >= 600px) {
      min-height: 112px;
    }
  }
  .sm\:w-auto {
    @media (width >= 600px) {
      width: auto;
    }
  }
  .sm\:max-w-\[120px\] {
    @media (width >= 600px) {
      max-width: 120px;
    }
  }
  .sm\:max-w-\[160px\] {
    @media (width >= 600px) {
      max-width: 160px;
    }
  }
  .sm\:max-w-\[355px\] {
    @media (width >= 600px) {
      max-width: 355px;
    }
  }
  .sm\:max-w-none {
    @media (width >= 600px) {
      max-width: none;
    }
  }
  .sm\:min-w-\[138px\] {
    @media (width >= 600px) {
      min-width: 138px;
    }
  }
  .sm\:min-w-\[150px\] {
    @media (width >= 600px) {
      min-width: 150px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 600px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 600px) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 600px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 600px) {
      align-items: center;
    }
  }
  .sm\:items-start {
    @media (width >= 600px) {
      align-items: flex-start;
    }
  }
  .sm\:justify-center {
    @media (width >= 600px) {
      justify-content: center;
    }
  }
  .sm\:space-y-0 {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-4 {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:space-x-6 {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:p-2 {
    @media (width >= 600px) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .sm\:\!px-8 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 8) !important;
    }
  }
  .sm\:px-0 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-3 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:px-5 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-8 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:pt-5 {
    @media (width >= 600px) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:pl-0 {
    @media (width >= 600px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-center {
    @media (width >= 600px) {
      text-align: center;
    }
  }
  .sm\:text-base {
    @media (width >= 600px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 600px) {
      font-size: 22px;
    }
  }
  .md\:absolute {
    @media (width >= 782px) {
      position: absolute;
    }
  }
  .md\:right-0 {
    @media (width >= 782px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-0 {
    @media (width >= 782px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:order-2 {
    @media (width >= 782px) {
      order: 2;
    }
  }
  .md\:my-0 {
    @media (width >= 782px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:my-6 {
    @media (width >= 782px) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-0 {
    @media (width >= 782px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 782px) {
      margin-top: 40px;
    }
  }
  .md\:mt-\[43px\] {
    @media (width >= 782px) {
      margin-top: 43px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 782px) {
      margin-top: 50px;
    }
  }
  .md\:mt-\[85px\] {
    @media (width >= 782px) {
      margin-top: 85px;
    }
  }
  .md\:-mb-0 {
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * -0);
    }
  }
  .md\:-mb-\[120px\] {
    @media (width >= 782px) {
      margin-bottom: calc(120px * -1);
    }
  }
  .md\:mb-0 {
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[26px\] {
    @media (width >= 782px) {
      margin-bottom: 26px;
    }
  }
  .md\:mb-\[43px\] {
    @media (width >= 782px) {
      margin-bottom: 43px;
    }
  }
  .md\:mb-\[46px\] {
    @media (width >= 782px) {
      margin-bottom: 46px;
    }
  }
  .md\:ml-\[80px\] {
    @media (width >= 782px) {
      margin-left: 80px;
    }
  }
  .md\:ml-\[100px\] {
    @media (width >= 782px) {
      margin-left: 100px;
    }
  }
  .md\:flex {
    @media (width >= 782px) {
      display: flex;
    }
  }
  .md\:h-\[45px\] {
    @media (width >= 782px) {
      height: 45px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 782px) {
      height: 60px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 782px) {
      height: 200px;
    }
  }
  .md\:h-\[225px\] {
    @media (width >= 782px) {
      height: 225px;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 782px) {
      height: 350px;
    }
  }
  .md\:max-h-\[71px\] {
    @media (width >= 782px) {
      max-height: 71px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 782px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[160px\] {
    @media (width >= 782px) {
      width: 160px;
    }
  }
  .md\:w-auto {
    @media (width >= 782px) {
      width: auto;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 782px) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[605px\] {
    @media (width >= 782px) {
      max-width: 605px;
    }
  }
  .md\:max-w-none {
    @media (width >= 782px) {
      max-width: none;
    }
  }
  .md\:min-w-\[150px\] {
    @media (width >= 782px) {
      min-width: 150px;
    }
  }
  .md\:min-w-\[220px\] {
    @media (width >= 782px) {
      min-width: 220px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 782px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 782px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 782px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 782px) {
      flex-direction: row;
    }
  }
  .md\:items-stretch {
    @media (width >= 782px) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 782px) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 782px) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 782px) {
      justify-content: flex-end;
    }
  }
  .md\:gap-6 {
    @media (width >= 782px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-16 {
    @media (width >= 782px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-\[25px\] {
    @media (width >= 782px) {
      gap: 25px;
    }
  }
  .md\:space-x-6 {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:\!px-8 {
    @media (width >= 782px) {
      padding-inline: calc(var(--spacing) * 8) !important;
    }
  }
  .md\:px-0 {
    @media (width >= 782px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:py-5 {
    @media (width >= 782px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-\[50px\] {
    @media (width >= 782px) {
      padding-block: 50px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 782px) {
      padding-block: 100px;
    }
  }
  .md\:pt-6 {
    @media (width >= 782px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-10 {
    @media (width >= 782px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-\[46px\] {
    @media (width >= 782px) {
      padding-top: 46px;
    }
  }
  .md\:pt-\[50px\] {
    @media (width >= 782px) {
      padding-top: 50px;
    }
  }
  .md\:pt-\[140px\] {
    @media (width >= 782px) {
      padding-top: 140px;
    }
  }
  .md\:pr-8 {
    @media (width >= 782px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .md\:pr-12 {
    @media (width >= 782px) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .md\:pr-\[30px\] {
    @media (width >= 782px) {
      padding-right: 30px;
    }
  }
  .md\:pr-\[50px\] {
    @media (width >= 782px) {
      padding-right: 50px;
    }
  }
  .md\:pb-0 {
    @media (width >= 782px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-8 {
    @media (width >= 782px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-10 {
    @media (width >= 782px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-\[18px\] {
    @media (width >= 782px) {
      padding-bottom: 18px;
    }
  }
  .md\:pb-\[24px\] {
    @media (width >= 782px) {
      padding-bottom: 24px;
    }
  }
  .md\:pb-\[50px\] {
    @media (width >= 782px) {
      padding-bottom: 50px;
    }
  }
  .md\:pl-0 {
    @media (width >= 782px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 782px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 782px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 782px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 782px) {
      font-size: 26px;
    }
  }
  .lg\:absolute {
    @media (width >= 960px) {
      position: absolute;
    }
  }
  .lg\:right-0 {
    @media (width >= 960px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-0 {
    @media (width >= 960px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 960px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-2 {
    @media (width >= 960px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-\[94px\] {
    @media (width >= 960px) {
      margin-top: 94px;
    }
  }
  .lg\:mr-\[100px\] {
    @media (width >= 960px) {
      margin-right: 100px;
    }
  }
  .lg\:-mb-\[140px\] {
    @media (width >= 960px) {
      margin-bottom: calc(140px * -1);
    }
  }
  .lg\:mb-6 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-8 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-\[45px\] {
    @media (width >= 960px) {
      margin-bottom: 45px;
    }
  }
  .lg\:ml-\[105px\] {
    @media (width >= 960px) {
      margin-left: 105px;
    }
  }
  .lg\:ml-\[125px\] {
    @media (width >= 960px) {
      margin-left: 125px;
    }
  }
  .lg\:block {
    @media (width >= 960px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 960px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 960px) {
      display: none;
    }
  }
  .lg\:h-\[72px\] {
    @media (width >= 960px) {
      height: 72px;
    }
  }
  .lg\:h-\[92px\] {
    @media (width >= 960px) {
      height: 92px;
    }
  }
  .lg\:h-\[105px\] {
    @media (width >= 960px) {
      height: 105px;
    }
  }
  .lg\:h-\[119px\] {
    @media (width >= 960px) {
      height: 119px;
    }
  }
  .lg\:h-\[217px\] {
    @media (width >= 960px) {
      height: 217px;
    }
  }
  .lg\:h-\[270px\] {
    @media (width >= 960px) {
      height: 270px;
    }
  }
  .lg\:h-\[443px\] {
    @media (width >= 960px) {
      height: 443px;
    }
  }
  .lg\:h-auto {
    @media (width >= 960px) {
      height: auto;
    }
  }
  .lg\:max-h-\[123px\] {
    @media (width >= 960px) {
      max-height: 123px;
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 960px) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 960px) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-\[119px\] {
    @media (width >= 960px) {
      width: 119px;
    }
  }
  .lg\:w-\[225px\] {
    @media (width >= 960px) {
      width: 225px;
    }
  }
  .lg\:w-\[380px\] {
    @media (width >= 960px) {
      width: 380px;
    }
  }
  .lg\:max-w-\[155px\] {
    @media (width >= 960px) {
      max-width: 155px;
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 960px) {
      max-width: 400px;
    }
  }
  .lg\:max-w-\[590px\] {
    @media (width >= 960px) {
      max-width: 590px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 960px) {
      max-width: none;
    }
  }
  .lg\:min-w-\[175px\] {
    @media (width >= 960px) {
      min-width: 175px;
    }
  }
  .lg\:min-w-\[185px\] {
    @media (width >= 960px) {
      min-width: 185px;
    }
  }
  .lg\:min-w-\[250px\] {
    @media (width >= 960px) {
      min-width: 250px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 960px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 960px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 960px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 960px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 960px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 960px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-6 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-24 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:space-x-\[30px\] {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(30px * var(--tw-space-x-reverse));
        margin-inline-end: calc(30px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-\[50px\] {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(50px * var(--tw-space-x-reverse));
        margin-inline-end: calc(50px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:border-r-2 {
    @media (width >= 960px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
  }
  .lg\:border-red {
    @media (width >= 960px) {
      border-color: var(--color-red);
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 960px) {
      padding: 50px;
    }
  }
  .lg\:\!px-8 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 8) !important;
    }
  }
  .lg\:px-0 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 960px) {
      padding-inline: 50px;
    }
  }
  .lg\:py-\[115px\] {
    @media (width >= 960px) {
      padding-block: 115px;
    }
  }
  .lg\:pt-7 {
    @media (width >= 960px) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 960px) {
      padding-top: 50px;
    }
  }
  .lg\:pr-12 {
    @media (width >= 960px) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .lg\:pr-20 {
    @media (width >= 960px) {
      padding-right: calc(var(--spacing) * 20);
    }
  }
  .lg\:pr-\[32px\] {
    @media (width >= 960px) {
      padding-right: 32px;
    }
  }
  .lg\:pr-\[50px\] {
    @media (width >= 960px) {
      padding-right: 50px;
    }
  }
  .lg\:pr-\[75px\] {
    @media (width >= 960px) {
      padding-right: 75px;
    }
  }
  .lg\:pb-\[15px\] {
    @media (width >= 960px) {
      padding-bottom: 15px;
    }
  }
  .lg\:pb-\[34px\] {
    @media (width >= 960px) {
      padding-bottom: 34px;
    }
  }
  .lg\:pb-\[46px\] {
    @media (width >= 960px) {
      padding-bottom: 46px;
    }
  }
  .lg\:text-5xl {
    @media (width >= 960px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 960px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-\[29px\] {
    @media (width >= 960px) {
      font-size: 29px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 960px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 960px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 960px) {
      font-size: 60px;
    }
  }
  .xl\:-mb-\[160px\] {
    @media (width >= 1280px) {
      margin-bottom: calc(160px * -1);
    }
  }
  .xl\:ml-\[130px\] {
    @media (width >= 1280px) {
      margin-left: 130px;
    }
  }
  .xl\:ml-\[150px\] {
    @media (width >= 1280px) {
      margin-left: 150px;
    }
  }
  .xl\:w-\[250px\] {
    @media (width >= 1280px) {
      width: 250px;
    }
  }
  .xl\:w-\[462px\] {
    @media (width >= 1280px) {
      width: 462px;
    }
  }
  .xl\:pr-\[100px\] {
    @media (width >= 1280px) {
      padding-right: 100px;
    }
  }
  .xl\:pr-\[150px\] {
    @media (width >= 1280px) {
      padding-right: 150px;
    }
  }
}
html {
  overflow-x: hidden;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  overflow-x: hidden;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  &.overflow {
    overflow: hidden;
  }
}
:focus {
  outline: none;
}
a {
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
h1, h2, h3, h4 {
  line-height: 1.15 !important;
}
.wysiwyg {
  p {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: 15px;
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  h2 {
    font-family: var(--font-bold);
    font-size: 20px;
    @media (width >= 600px) {
      font-size: 22px;
    }
    @media (width >= 782px) {
      font-size: 26px;
    }
    @media (width >= 960px) {
      font-size: 30px;
    }
  }
}
.wysiwyg-dark {
  a {
    font-family: var(--font-bold);
    color: var(--color-red);
    text-decoration-line: underline;
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
}
.wysiwyg.wysiwyg-services {
  h3 {
    font-family: var(--font-bold);
    font-size: 25px;
    color: var(--color-red);
    @media (width >= 782px) {
      padding-bottom: 18px;
    }
    @media (width >= 782px) {
      font-size: 26px;
    }
    @media (width >= 960px) {
      font-size: 30px;
    }
  }
  ul {
    margin-bottom: calc(var(--spacing) * 5);
    margin-left: 25px;
    list-style-type: disc;
    li {
      margin-bottom: calc(var(--spacing) * 2);
      font-size: 15px;
      @media (width >= 782px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
      @media (width >= 960px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
}
p strong {
  font-family: var(--font-bold);
}
.editor-contact p {
  margin-bottom: calc(var(--spacing) * 5);
}
.legal-wysiwyg {
  p {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: 15px;
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  h2 {
    font-family: var(--font-bold);
    font-size: 20px;
    @media (width >= 600px) {
      font-size: 22px;
    }
    @media (width >= 782px) {
      font-size: 26px;
    }
    @media (width >= 960px) {
      font-size: 30px;
    }
  }
  ul {
    margin-bottom: calc(var(--spacing) * 5);
    margin-left: 25px;
    list-style-type: disc;
    li {
      margin-bottom: calc(var(--spacing) * 2);
      font-size: 15px;
      @media (width >= 782px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
      @media (width >= 960px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
}
@layer utilities {
  article > *:not(.entry-content), .entry-content > * {
    margin-inline: auto;
  }
  .entry-content, .block-editor-block-list__layout {
    h1 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    h2 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    h3 {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    p, ul, ol {
      a {
        color: var(--color-blue-500);
        text-decoration-line: underline;
        &:hover {
          text-decoration-line: none;
        }
      }
      margin-bottom: calc(var(--spacing) * 8);
    }
    ul:not(.block-editor-block-variation-picker__variations) {
      li {
        list-style-position: inside;
        list-style-type: disc;
      }
    }
    ol {
      li {
        list-style-position: inside;
        list-style-type: decimal;
      }
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 6);
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 8);
    }
    max-width: 1272px;
  }
  #hamburger {
    z-index: 40;
    width: 28px;
    height: 20px;
    transform: rotate(180deg);
    .bar {
      background-color: var(--color-red);
      height: 3px;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      transition: 0.4s;
      border-radius: 3px;
      &:nth-child(1) {
        top: calc(var(--spacing) * 0);
        width: 100%;
      }
      &:nth-child(2) {
        width: 100%;
        top: 43%;
      }
      &:nth-child(3) {
        width: 100%;
        bottom: -6%;
      }
    }
    &.animate {
      .bar {
        background-color: var(--color-red);
        opacity: 0%;
        &:nth-child(2) {
          opacity: 100%;
          transform: translateY(1px) rotate(135deg);
        }
        &:nth-child(3) {
          opacity: 100%;
          transform: translateY(-6px) rotate(-135deg);
          bottom: 10%;
        }
      }
    }
  }
  .show {
    overflow: hidden;
  }
  .nav-mob-container {
    transform: translateX(100vw);
    transition: 0.4s all cubic-bezier(0.6, 0.04, 0.4, 1);
    visibility: hidden;
    &.active-nav {
      transform: translateX(0px);
      visibility: visible;
    }
  }
  .med-hidden {
    @media (width >= 960px) {
      display: none;
    }
  }
  .accred-img {
    justify-content: center;
  }
  .page-id-319 header, .page-id-319 footer, .page-id-319 .sub-nav-desktop {
    display: none;
  }
  form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    label {
      margin-bottom: calc(var(--spacing) * 1);
      font-family: var(--font-med);
      font-size: 14px;
      @media (width >= 960px) {
        font-size: 18px;
      }
    }
  }
  .wpcf7-text {
    margin-bottom: calc(var(--spacing) * 4);
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-grey);
    padding: calc(var(--spacing) * 4);
    font-size: 15px;
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
    @media (width >= 782px) {
      padding-inline: 25px;
    }
    @media (width >= 782px) {
      padding-block: 14px;
    }
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    -webkit-appearance: none;
    transition: 0.4s all ease-in-out;
    box-sizing: border-box;
    @screen md {
      padding: 16px;
    }
  }
  .wpcf7-text:focus {
    outline: none;
  }
  textarea {
    margin-bottom: calc(var(--spacing) * 4);
    display: block;
    height: 150px;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-grey);
    padding: calc(var(--spacing) * 4);
    font-size: 15px;
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
    @media (width >= 782px) {
      height: 200px;
    }
    @media (width >= 782px) {
      padding-inline: 25px;
    }
    @media (width >= 782px) {
      padding-block: 14px;
    }
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    -webkit-appearance: none;
    transition: 0.4s all ease-in-out;
    box-sizing: border-box;
    @screen md {
      max-height: 200px;
    }
  }
  .wpcf7-form-control-wrap {
    margin-top: calc(var(--spacing) * 1);
    display: flex;
    flex-direction: column;
  }
  .checkbox-260 {
    align-items: flex-start;
  }
  span.wpcf7-list-item {
    margin: calc(var(--spacing) * 0);
    margin-left: calc(var(--spacing) * 0) !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wpcf7-form .wpcf7-checkbox input[type='checkbox'] {
    margin-right: 10px;
    margin-bottom: 0;
  }
  input[type='checkbox'] {
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    width: 35px;
    height: 35px;
  }
  span.wpcf7-list-item-label {
    position: relative;
    display: block;
    padding-left: 3.25rem;
    font-size: 15px;
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 782px) {
      padding-left: 4rem;
    }
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    padding-left: 3.25rem;
  }
  span.wpcf7-list-item {
    position: relative;
  }
  span.wpcf7-list-item-label::before {
    background-color: var(--color-white);
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    position: absolute;
    border: 1.5px solid black;
  }
  span.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 2px;
    height: 2px;
  }
  input[type='checkbox']:checked + span.wpcf7-list-item-label::after {
    background-color: var(--color-red);
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    visibility: visible;
  }
  .term_and_conditions span.wpcf7-acceptance span.wpcf7-list-item-label {
    cursor: pointer;
  }
  .wpcf7-submit {
    margin-top: calc(var(--spacing) * 5);
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: var(--color-red);
    padding: calc(var(--spacing) * 3);
    text-align: center;
    font-family: var(--font-bold);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-red);
      }
    }
    @media (width >= 600px) {
      width: auto;
    }
    @media (width >= 600px) {
      min-width: 150px;
    }
    @media (width >= 600px) {
      padding: calc(var(--spacing) * 2);
    }
    @media (width >= 782px) {
      margin-top: 43px;
    }
    @media (width >= 960px) {
      min-width: 185px;
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    transition: 0.3s all ease-in-out;
  }
  .wpcf7-submit:focus {
    outline: none;
  }
  ::-webkit-input-placeholder {
    color: #000000;
  }
  :-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  ::-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #000000;
  }
  span.wpcf7-not-valid-tip {
    font-size: 1.1em !important;
    color: red !important;
    position: absolute;
    bottom: -0.25rem;
    width: 100%;
  }
  span.wpcf7-not-valid-tip {
    display: none;
  }
  input.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red;
  }
  textarea.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red;
  }
  .wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-not-valid span.wpcf7-list-item-label::before {
    border-color: #000000;
  }
  .wpcf7-display-none {
    transform: translateY(100%);
    transition: 0.3s ease-in-out all;
    display: inline-block;
    visibility: hidden;
  }
  .wpcf7 form .wpcf7-response-output {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    margin: 0 !important;
    padding: 20px !important;
    transition: 0.3s ease-in-out all;
    background: transparent;
    border: none !important;
    font-size: 1.15em;
    transform: translateY(100%);
  }
  @screen sm {
    div.wpcf7-response-output {
      font-size: 1.25em;
    }
  }
  @screen md {
    div.wpcf7-response-output {
      font-size: 1.3em;
    }
  }
  .wpcf7 form.invalid .wpcf7-response-output {
    background-color: var(--color-red);
    font-family: var(--font-med);
    color: white;
    transform: translateY(0);
    visibility: visible;
    border: none;
    padding: 1.5rem;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--color-black);
    font-family: var(--font-bold);
    color: var(--color-red);
    transform: translateY(0);
    border: none;
    visibility: visible;
    padding: 1.5rem;
  }
  div.wpcf7 .ajax-loader {
    display: none !important;
  }
  .contact-form {
    .wpcf7-submit {
      &:hover {
        color: var(--color-white);
      }
    }
  }
  @screen lg {
    .first-name {
      @media (width >= 960px) {
        padding-right: calc(var(--spacing) * 3);
      }
    }
    .last-name {
      @media (width >= 960px) {
        padding-left: calc(var(--spacing) * 3);
      }
    }
  }
  .wpcf7-spinner {
    display: none !important;
    height: calc(var(--spacing) * 0) !important;
  }
  .max-w-contact {
    display: block;
    max-width: 220px;
    @media (width >= 782px) {
      max-width: none;
    }
  }
  .legal {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: 15px;
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    p {
      margin-bottom: 18px;
      &:last-of-type {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .swiper-slide {
    margin-bottom: calc(var(--spacing) * 10);
    @media (width >= 600px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  span.swiper-pagination-bullet {
    margin-inline: 7px !important;
    height: 20px !important;
    width: 20px !important;
    background-color: var(--color-black) !important;
    opacity: 100% !important;
  }
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-red) !important;
  }
  .swiper-cards span.swiper-pagination-bullet {
    background-color: var(--color-white) !important;
  }
  .swiper-cards span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-red) !important;
  }
  .accordion {
    list-style-type: none;
    padding: 0;
  }
  .acc-body ul {
    margin-left: 25px;
    list-style-type: disc;
    li {
      margin-bottom: calc(var(--spacing) * 2);
      --tw-border-style: none;
      border-style: none;
      font-size: 15px;
      @media (width >= 782px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
      @media (width >= 960px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
  .accordion button {
    transition: 0.3s all ease-in-out;
  }
  .accordion button:focus {
    background-color: var(--color-white);
    color: var(--color-red);
  }
  .accordion button.active {
    background-color: var(--color-white);
  }
  .accordion button.active .title {
    color: var(--color-red);
  }
  .accordion button .arrow .arrow-img {
    position: relative;
    transition: 0.3s all ease-in-out;
  }
  .accordion h3, .title {
    max-width: none !important;
  }
  .accordion button.active {
    background-color: var(--color-white);
    color: var(--color-red);
  }
  .accordion button.active .arrow .arrow-img {
    transform: rotate(180deg);
  }
  .acc-body {
    display: none;
    @screen md {
      border-radius: 0 0 0.3rem 0.3rem;
    }
  }
  .accordion p:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .accordion a {
    font-family: var(--font-bold);
    color: var(--color-red);
  }
  .tab {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    @media (width >= 960px) {
      flex-direction: row;
    }
    @media (width >= 960px) {
      align-items: center;
    }
  }
  .tab button {
    display: block;
    width: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-color: var(--color-red);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: 22px;
    text-align: left;
    font-family: var(--font-bold);
    font-size: 15px;
    color: var(--color-red);
    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: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }
    @media (width >= 960px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 2px;
    }
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 1);
    }
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 2);
    }
    @media (width >= 960px) {
      text-align: center;
    }
    @media (width >= 960px) {
      font-size: 13px;
    }
    @media only screen and (min-width: 1050px) {
      font-size: 15px;
    }
    @media only screen and (min-width: 1120px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media only screen and (min-width: 1250px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    &:hover {
      background-color: var(--color-red);
      color: var(--color-white);
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    &.active {
      cursor: default;
      background-color: var(--color-red);
      color: var(--color-white);
    }
  }
  .accordion li:first-of-type {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
    border-color: var(--color-black);
  }
  #tab-4 .cards-grid {
    margin-bottom: 44px;
  }
  .current_page_item a {
    color: var(--color-red);
  }
  .current-menu-parent a {
    color: var(--color-red);
  }
  .sub-nav li a {
    color: var(--color-white) !important;
  }
  .sub-nav li a:hover {
    color: var(--color-red) !important;
  }
  .sub-nav li.current-menu-item a {
    color: var(--color-red) !important;
  }
  .sub-nav-desktop {
    --tw-translate-y: calc(96px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transition-property: all;
    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;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .active-sub-nav {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cky-consent-container {
    .cky-notice-group p {
      font-family: var(--font-med);
      font-size: 15px !important;
      @media (width >= 782px) {
        font-size: var(--text-base) !important;
        line-height: var(--tw-leading, var(--text-base--line-height)) !important;
      }
      a {
        font-family: var(--font-med);
        font-size: 15px !important;
        @media (width >= 782px) {
          font-size: var(--text-base) !important;
          line-height: var(--tw-leading, var(--text-base--line-height)) !important;
        }
      }
    }
  }
  .cky-consent-container .cky-consent-bar {
    padding: 5px 16px 14px !important;
  }
  button.cky-btn.cky-btn-accept {
    display: inline-block !important;
    --tw-border-style: none !important;
    border-style: none !important;
    background-color: var(--color-red) !important;
    padding: calc(var(--spacing) * 3) !important;
    text-align: center !important;
    font-family: var(--font-bold) !important;
    color: var(--color-white) !important;
    transition-property: all;
    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;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black) !important;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-red) !important;
      }
    }
    @media (width >= 600px) {
      min-width: 150px !important;
    }
    @media (width >= 600px) {
      padding: calc(var(--spacing) * 2) !important;
    }
    @media (width >= 960px) {
      min-width: 185px !important;
    }
    @media (width >= 960px) {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
}
@font-face {
  font-family: "roboto";
  src: url(../fonts/Roboto-Regular.woff2?961bb0d4f14adf500700567a266cb134) format("woff2"),
        url(../fonts/Roboto-Regular.woff?d40ce83d9c36d8172bffb4d0b47db28a) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-med";
  src: url(../fonts/Roboto-Medium.woff2?b92d83a403bc4bdc1e14ef18fdad66df) format("woff2"),
        url(../fonts/Roboto-Medium.woff?370efa0052ba292938df0cd8d01283bf) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-semi";
  src: url(../fonts/Roboto-SemiBold.woff2?a4c1ba66b42918a0960d767473677c48) format("woff2"),
        url(../fonts/Roboto-SemiBold.woff?725fc0cc6eb52784952b7145bcd6e57b) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-bold";
  src: url(../fonts/Roboto-Bold.woff2?3a88595d0b70b190a937a85754de70ca) format("woff2"),
        url(../fonts/Roboto-Bold.woff?6c9355dcf58a4755639622c236b419b1) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}

