/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-poppins);
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-300: #e16512;
    --color-green-300: #09590b;
    --color-green-500: #042b05;
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-teal-100: #c9e5e1;
    --color-teal-300: #1bb299;
    --color-blue-300: #2c3b99;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --text-xs: 0.625rem;
    --text-xs--line-height: calc(0.875 / 0.625);
    --text-sm: 0.8125rem;
    --text-sm--line-height: calc(1.25 / 0.8125);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.25rem;
    --text-lg--line-height: calc(1.75 / 1.25);
    --text-xl: 1.5625rem;
    --text-xl--line-height: calc(1.75 / 1.5625);
    --text-2xl: 1.9375rem;
    --text-2xl--line-height: calc(2.125 / 1.9375);
    --text-3xl: 2.4375rem;
    --text-3xl--line-height: 1;
    --text-4xl: 3.0625rem;
    --text-4xl--line-height: 1;
    --text-5xl: 3.8125rem;
    --text-5xl--line-height: 1;
    --text-6xl: 4.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 5.9375rem;
    --text-7xl--line-height: 1;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --aspect-video: 16 / 9;
    --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);
    --font-poppins: 'Poppins', sans-serif;
    --text-meta: 13px;
    --text-meta--line-height: 1.25;
    --text-md: 1.125rem;
    --text-md--line-height: calc(1.625 / 1.125);
    --fluid-vw-min: 26.25rem;
    --fluid-vw-max: 90rem;
    --fluid-vw-progress: calc((100vw - var(--fluid-vw-min)) / (var(--fluid-vw-max) - var(--fluid-vw-min)));
    --text-fluid-sm: clamp(0.75rem, calc(0.75rem + (var(--text-sm) - 0.75rem) * var(--fluid-vw-progress)), var(--text-sm));
    --text-fluid-sm--line-height: var(--text-sm--line-height);
    --text-fluid-base: clamp(0.9375rem, calc(0.9375rem + (var(--text-base) - 0.9375rem) * var(--fluid-vw-progress)), var(--text-base));
    --text-fluid-base--line-height: var(--text-base--line-height);
    --text-fluid-lg: clamp(var(--text-md), calc(var(--text-md) + (var(--text-lg) - var(--text-md)) * var(--fluid-vw-progress)), var(--text-lg));
    --text-fluid-lg--line-height: var(--text-lg--line-height);
    --text-fluid-md: clamp(var(--text-base), calc(var(--text-base) + (var(--text-md) - var(--text-base)) * var(--fluid-vw-progress)), var(--text-md));
    --text-fluid-md--line-height: var(--text-md--line-height);
    --text-fluid-xl: clamp(var(--text-lg), calc(var(--text-lg) + (var(--text-xl) - var(--text-lg)) * var(--fluid-vw-progress)), var(--text-xl));
    --text-fluid-xl--line-height: var(--text-xl--line-height);
    --text-fluid-2xl: clamp(var(--text-xl), calc(var(--text-xl) + (var(--text-2xl) - var(--text-xl)) * var(--fluid-vw-progress)), var(--text-2xl));
    --text-fluid-2xl--line-height: var(--text-2xl--line-height);
    --text-fluid-3xl: clamp(var(--text-2xl), calc(var(--text-2xl) + (var(--text-3xl) - var(--text-2xl)) * var(--fluid-vw-progress)), var(--text-3xl));
    --text-fluid-3xl--line-height: var(--text-3xl--line-height);
    --text-fluid-4xl: clamp(var(--text-3xl), calc(var(--text-3xl) + (var(--text-4xl) - var(--text-3xl)) * var(--fluid-vw-progress)), var(--text-4xl));
    --text-fluid-4xl--line-height: var(--text-4xl--line-height);
    --text-fluid-5xl: clamp(var(--text-4xl), calc(var(--text-4xl) + (var(--text-5xl) - var(--text-4xl)) * var(--fluid-vw-progress)), var(--text-5xl));
    --text-fluid-5xl--line-height: var(--text-5xl--line-height);
    --text-fluid-6xl: clamp(var(--text-5xl), calc(var(--text-5xl) + (var(--text-6xl) - var(--text-5xl)) * var(--fluid-vw-progress)), var(--text-6xl));
    --text-fluid-6xl--line-height: var(--text-6xl--line-height);
    --text-fluid-7xl: clamp(var(--text-6xl), calc(var(--text-6xl) + (var(--text-7xl) - var(--text-6xl)) * var(--fluid-vw-progress)), var(--text-7xl));
    --text-fluid-7xl--line-height: var(--text-7xl--line-height);
    --max-width-page: 100rem;
    --color-docured-100: #e7d1cd;
    --color-docured-300: #d91f2a;
    --color-docured-400: #910303;
    --color-beige-100: #faf4e3;
    --color-beige-300: #e9d3b3;
    --color-beige-400: #d1b596;
    --color-sand-100: #f6f4f2;
    --color-sand-200: #efeae6;
    --color-sand-300: #e9e3de;
    --color-sand-400: #ddd6d0;
    --color-sand-500: #d0c8c1;
    --color-theme-primary: var(--color-docured-300);
    --color-theme-accent: var(--color-black);
    --color-theme-light: var(--color-sand-300);
    --color-docured: var(--color-docured-300);
    --animate-fade-in: fade-in linear both;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .top-0 {
    top: 0;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-32 {
    top: calc(var(--spacing) * 32);
  }
  .top-\[-15px\] {
    top: -15px;
  }
  .top-\[37px\] {
    top: 37px;
  }
  .top-\[92\%\] {
    top: 92%;
  }
  .top-\[101px\] {
    top: 101px;
  }
  .top-\[102px\] {
    top: 102px;
  }
  .top-auto {
    top: auto;
  }
  .-right-\[18\%\] {
    right: calc(18% * -1);
  }
  .right-0 {
    right: 0;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-15px\] {
    right: -15px;
  }
  .-bottom-\[15\%\] {
    bottom: calc(15% * -1);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-12 {
    bottom: calc(var(--spacing) * 12);
  }
  .left-0 {
    left: 0;
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-\[8\%\] {
    left: 8%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[2147483598\] {
    z-index: 2147483598;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 767px) {
      max-width: 767px;
    }
    @media (width >= 991px) {
      max-width: 991px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .m-0 {
    margin: 0;
  }
  .m-1 {
    margin: var(--spacing);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .-ms-3 {
    margin-inline-start: calc(var(--spacing) * -3);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mr-\[30px\] {
    margin-right: 30px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .\!mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-0\! {
    margin-bottom: 0 !important;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[10\%\] {
    margin-bottom: 10%;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-2\/1 {
    aspect-ratio: 2/1;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[6\/5\] {
    aspect-ratio: 6/5;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0 {
    height: 0;
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[67\.2px\] {
    height: 67.2px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[102px\] {
    height: 102px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[325px\] {
    height: 325px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[608px\] {
    height: 608px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-1\/2 {
    max-height: calc(1 / 2 * 100%);
  }
  .max-h-1\/3 {
    max-height: calc(1 / 3 * 100%);
  }
  .min-h-\[76px\] {
    min-height: 76px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[175px\] {
    min-height: 175px;
  }
  .min-h-\[393px\] {
    min-height: 393px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-auto {
    min-height: auto;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-3\/5 {
    width: calc(3 / 5 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[8\.33\%\] {
    width: 8.33%;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[67\.2px\] {
    width: 67.2px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[241px\] {
    width: 241px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-20 {
    max-width: calc(var(--spacing) * 20);
  }
  .max-w-32 {
    max-width: calc(var(--spacing) * 32);
  }
  .max-w-\[153px\] {
    max-width: 153px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[382px\] {
    max-width: 382px;
  }
  .max-w-\[448px\] {
    max-width: 448px;
  }
  .max-w-\[490px\] {
    max-width: 490px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1126px\] {
    max-width: 1126px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-\[3rem\] {
    min-width: 3rem;
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-5 {
    --tw-translate-x: calc(var(--spacing) * 5);
    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-4 {
    --tw-translate-y: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * -5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[672px\] {
    --tw-translate-y: calc(672px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[50\%\] {
    --tw-translate-y: 50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[672px\] {
    --tw-translate-y: 672px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-fade-in {
    animation: var(--animate-fade-in);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-20 {
    scroll-margin-top: calc(var(--spacing) * 20);
  }
  .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));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-0 {
    row-gap: 0;
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-b-md {
    border-bottom-right-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-10 {
    border-style: var(--tw-border-style);
    border-width: 10px;
  }
  .border-12 {
    border-style: var(--tw-border-style);
    border-width: 12px;
  }
  .border-\[11px\] {
    border-style: var(--tw-border-style);
    border-width: 11px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-16 {
    border-top-style: var(--tw-border-style);
    border-top-width: 16px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .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-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#E9E3DE\] {
    border-color: #E9E3DE;
  }
  .border-\[\#dddddd\] {
    border-color: #dddddd;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-black\/20 {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-black\/40 {
    border-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-neutral-500 {
    border-color: var(--color-neutral-500);
  }
  .border-sand-300 {
    border-color: var(--color-sand-300);
  }
  .border-theme-light {
    border-color: var(--color-theme-light);
  }
  .border-theme-light\/70 {
    border-color: color-mix(in srgb, #e9e3de 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-theme-light) 70%, transparent);
    }
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-black {
    border-top-color: var(--color-black);
  }
  .border-t-neutral-200 {
    border-top-color: var(--color-neutral-200);
  }
  .border-r-black {
    border-right-color: var(--color-black);
  }
  .border-b-black {
    border-bottom-color: var(--color-black);
  }
  .border-b-neutral-200 {
    border-bottom-color: var(--color-neutral-200);
  }
  .border-b-neutral-400 {
    border-bottom-color: var(--color-neutral-400);
  }
  .border-b-red-500 {
    border-bottom-color: var(--color-red-500);
  }
  .border-b-white {
    border-bottom-color: var(--color-white);
  }
  .border-l-red-500 {
    border-left-color: var(--color-red-500);
  }
  .bg-\[\#2e2e2e\] {
    background-color: #2e2e2e;
  }
  .bg-\[\#26d365\] {
    background-color: #26d365;
  }
  .bg-\[\#214B8F\] {
    background-color: #214B8F;
  }
  .bg-\[\#123266\] {
    background-color: #123266;
  }
  .bg-\[\#C11A24\] {
    background-color: #C11A24;
  }
  .bg-\[\#F6F4F2\] {
    background-color: #F6F4F2;
  }
  .bg-\[\#df404a\] {
    background-color: #df404a;
  }
  .bg-\[\#hex\] {
    background-color: #hex;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-docured {
    background-color: var(--color-docured);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-neutral-500 {
    background-color: var(--color-neutral-500);
  }
  .bg-neutral-700 {
    background-color: var(--color-neutral-700);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-red-700 {
    background-color: var(--color-red-700);
  }
  .bg-sand-100 {
    background-color: var(--color-sand-100);
  }
  .bg-sand-500 {
    background-color: var(--color-sand-500);
  }
  .bg-theme-accent {
    background-color: var(--color-theme-accent);
  }
  .bg-theme-light {
    background-color: var(--color-theme-light);
  }
  .bg-theme-primary {
    background-color: var(--color-theme-primary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'img\/periodistas\/amir\.jpg\'\)\] {
    background-image: url('img/periodistas/amir.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/andrea\.jpg\'\)\] {
    background-image: url('img/periodistas/andrea.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/anjelica\.jpg\'\)\] {
    background-image: url('img/periodistas/anjelica.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/april\.jpg\'\)\] {
    background-image: url('img/periodistas/april.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/christiana\.jpg\'\)\] {
    background-image: url('img/periodistas/christiana.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/clarissa\.jpg\'\)\] {
    background-image: url('img/periodistas/clarissa.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/ethar\.jpg\'\)\] {
    background-image: url('img/periodistas/ethar.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/fisayo\.jpg\'\)\] {
    background-image: url('img/periodistas/fisayo.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/giulia\.jpg\'\)\] {
    background-image: url('img/periodistas/giulia.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/josh\.jpg\'\)\] {
    background-image: url('img/periodistas/josh.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/madeline\.jpg\'\)\] {
    background-image: url('img/periodistas/madeline.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/max\.jpg\'\)\] {
    background-image: url('img/periodistas/max.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/mazin\.jpg\'\)\] {
    background-image: url('img/periodistas/mazin.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/michael\.jpg\'\)\] {
    background-image: url('img/periodistas/michael.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/nicolas\.jpg\'\)\] {
    background-image: url('img/periodistas/nicolas.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/ralph\.jpg\'\)\] {
    background-image: url('img/periodistas/ralph.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/rommel\.jpg\'\)\] {
    background-image: url('img/periodistas/rommel.jpg');
  }
  .bg-\[url\(\'img\/periodistas\/wilneida\.jpg\'\)\] {
    background-image: url('img/periodistas/wilneida.jpg');
  }
  .from-violet-500 {
    --tw-gradient-from: var(--color-violet-500);
    --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-pink-500 {
    --tw-gradient-to: var(--color-pink-500);
    --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-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left-top {
    background-position: left top;
  }
  .bg-right-bottom {
    background-position: right bottom;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-theme-light {
    fill: var(--color-theme-light);
  }
  .fill-theme-primary {
    fill: var(--color-theme-primary);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-right-bottom {
    object-position: right bottom;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[42px\] {
    padding-inline: 42px;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .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-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[33px\] {
    padding-block: 33px;
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-11 {
    padding-inline-start: calc(var(--spacing) * 11);
  }
  .pe-0 {
    padding-inline-end: 0;
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-6 {
    padding-inline-end: calc(var(--spacing) * 6);
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[71px\] {
    padding-top: 71px;
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-3\.5 {
    padding-right: calc(var(--spacing) * 3.5);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-9 {
    padding-right: calc(var(--spacing) * 9);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-\[13px\] {
    padding-right: 13px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .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-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .\!pl-0 {
    padding-left: 0 !important;
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .\!text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .\!font-poppins {
    font-family: var(--font-poppins) !important;
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-fluid-2xl {
    font-size: var(--text-fluid-2xl);
    line-height: var(--tw-leading, var(--text-fluid-2xl--line-height));
  }
  .text-fluid-3xl {
    font-size: var(--text-fluid-3xl);
    line-height: var(--tw-leading, var(--text-fluid-3xl--line-height));
  }
  .text-fluid-4xl {
    font-size: var(--text-fluid-4xl);
    line-height: var(--tw-leading, var(--text-fluid-4xl--line-height));
  }
  .text-fluid-5xl {
    font-size: var(--text-fluid-5xl);
    line-height: var(--tw-leading, var(--text-fluid-5xl--line-height));
  }
  .text-fluid-6xl {
    font-size: var(--text-fluid-6xl);
    line-height: var(--tw-leading, var(--text-fluid-6xl--line-height));
  }
  .text-fluid-7xl {
    font-size: var(--text-fluid-7xl);
    line-height: var(--tw-leading, var(--text-fluid-7xl--line-height));
  }
  .text-fluid-base {
    font-size: var(--text-fluid-base);
    line-height: var(--tw-leading, var(--text-fluid-base--line-height));
  }
  .text-fluid-lg {
    font-size: var(--text-fluid-lg);
    line-height: var(--tw-leading, var(--text-fluid-lg--line-height));
  }
  .text-fluid-md {
    font-size: var(--text-fluid-md);
    line-height: var(--tw-leading, var(--text-fluid-md--line-height));
  }
  .text-fluid-sm {
    font-size: var(--text-fluid-sm);
    line-height: var(--tw-leading, var(--text-fluid-sm--line-height));
  }
  .text-fluid-xl {
    font-size: var(--text-fluid-xl);
    line-height: var(--tw-leading, var(--text-fluid-xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-md {
    font-size: var(--text-md);
    line-height: var(--tw-leading, var(--text-md--line-height));
  }
  .text-meta {
    font-size: var(--text-meta);
    line-height: var(--tw-leading, var(--text-meta--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.6rem\] {
    font-size: 0.6rem;
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .\!leading-\[1\.25\] {
    --tw-leading: 1.25 !important;
    line-height: 1.25 !important;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[1\.3rem\] {
    --tw-leading: 1.3rem;
    line-height: 1.3rem;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.5rem\] {
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
  }
  .leading-\[1rem\] {
    --tw-leading: 1rem;
    line-height: 1rem;
  }
  .leading-\[3\.7rem\] {
    --tw-leading: 3.7rem;
    line-height: 3.7rem;
  }
  .leading-\[3rem\] {
    --tw-leading: 3rem;
    line-height: 3rem;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[27\] {
    --tw-leading: 27;
    line-height: 27;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-balance {
    text-wrap: balance;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-neutral-500 {
    color: var(--color-neutral-500) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#26d365\] {
    color: #26d365;
  }
  .text-\[\#33353a\] {
    color: #33353a;
  }
  .text-\[\#303030\] {
    color: #303030;
  }
  .text-\[\#717171\] {
    color: #717171;
  }
  .text-\[\#989898\] {
    color: #989898;
  }
  .text-\[\#ef4444\] {
    color: #ef4444;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/40 {
    color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-black\/80 {
    color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .text-docured {
    color: var(--color-docured);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-inherit {
    color: inherit;
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-neutral-800 {
    color: var(--color-neutral-800);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-theme-accent {
    color: var(--color-theme-accent);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .text-white\/95 {
    color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-transparent {
    text-decoration-color: transparent;
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-3 {
    text-underline-offset: 3px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .placeholder-black {
    &::placeholder {
      color: var(--color-black);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-normal {
    mix-blend-mode: normal;
  }
  .shadow {
    --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 {
    --tw-blur: blur(8px);
    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,);
  }
  .drop-shadow-xl {
    --tw-drop-shadow-size: drop-shadow(0 9px 7px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .saturate-0 {
    --tw-saturate: saturate(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .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;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[clip-path\:url\(\#featured-image-bubble\)\] {
    clip-path: url(#featured-image-bubble);
  }
  .\[clip-path\:url\(\#insideDoc-image-bubble\)\] {
    clip-path: url(#insideDoc-image-bubble);
  }
  .group-hover\:-top-80 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: calc(var(--spacing) * -80);
      }
    }
  }
  .group-hover\:h-\[1000px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        height: 1000px;
      }
    }
  }
  .group-hover\:w-60 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 60);
      }
    }
  }
  .group-hover\:w-\[1000px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 1000px;
      }
    }
  }
  .group-hover\:translate-x-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 0;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: var(--spacing);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: 0;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-150 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 150%;
        --tw-scale-y: 150%;
        --tw-scale-z: 150%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-\[104\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 104%;
      }
    }
  }
  .group-hover\:bg-\[\#091d40\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #091d40;
      }
    }
  }
  .group-hover\:bg-green-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-green-600);
      }
    }
  }
  .group-hover\:bg-red-800 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .group-hover\:bg-red-900 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-red-900);
      }
    }
  }
  .group-hover\:pb-5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        padding-bottom: calc(var(--spacing) * 5);
      }
    }
  }
  .group-hover\:text-lg {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
  .group-hover\:font-bold {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
  .group-hover\:text-docured {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-docured);
      }
    }
  }
  .group-hover\:text-transparent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: transparent;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:no-underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .group-hover\:opacity-20 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 20%;
      }
    }
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .group-hover\:saturate-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-saturate: saturate(100%);
        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,);
      }
    }
  }
  .selection\:bg-red-500 {
    & *::selection {
      background-color: var(--color-red-500);
    }
    &::selection {
      background-color: var(--color-red-500);
    }
  }
  .selection\:text-white {
    & *::selection {
      color: var(--color-white);
    }
    &::selection {
      color: var(--color-white);
    }
  }
  .placeholder\:font-poppins {
    &::placeholder {
      font-family: var(--font-poppins);
    }
  }
  .placeholder\:text-base {
    &::placeholder {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .placeholder\:text-sm {
    &::placeholder {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .placeholder\:font-light {
    &::placeholder {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
  .placeholder\:text-\[\#303030\] {
    &::placeholder {
      color: #303030;
    }
  }
  .placeholder\:text-black {
    &::placeholder {
      color: var(--color-black);
    }
  }
  .placeholder\:text-neutral-400 {
    &::placeholder {
      color: var(--color-neutral-400);
    }
  }
  .backdrop\:bg-black\/60 {
    &::backdrop {
      background-color: color-mix(in srgb, #000 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-2\.5 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 2.5);
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: 0;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: 0;
    }
  }
  .before\:h-2 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 2);
    }
  }
  .before\:h-\[3px\] {
    &::before {
      content: var(--tw-content);
      height: 3px;
    }
  }
  .before\:w-2 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:origin-bottom-left {
    &::before {
      content: var(--tw-content);
      transform-origin: 0 100%;
    }
  }
  .before\:-translate-x-4 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(var(--spacing) * -4);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:scale-y-0 {
    &::before {
      content: var(--tw-content);
      --tw-scale-y: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .before\:scale-y-\[2px\] {
    &::before {
      content: var(--tw-content);
      --tw-scale-y: 2px;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .before\:scale-y-\[3px\] {
    &::before {
      content: var(--tw-content);
      --tw-scale-y: 3px;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:bg-red-500 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-red-500);
    }
  }
  .before\:bg-red-600 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-red-600);
    }
  }
  .before\:transition-transform {
    &::before {
      content: var(--tw-content);
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:duration-300 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .before\:content-\[\"\"\] {
    &::before {
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .after\:border-t-red-600 {
    &::after {
      content: var(--tw-content);
      border-top-color: var(--color-red-600);
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: 0;
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: 0;
    }
  }
  .hover\:w-\[32px\] {
    &:hover {
      @media (hover: hover) {
        width: 32px;
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:border-theme-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-theme-primary);
      }
    }
  }
  .hover\:bg-\[\#123266\] {
    &:hover {
      @media (hover: hover) {
        background-color: #123266;
      }
    }
  }
  .hover\:bg-\[\#484848\] {
    &:hover {
      @media (hover: hover) {
        background-color: #484848;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-green-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-600);
      }
    }
  }
  .hover\:bg-neutral-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-100);
      }
    }
  }
  .hover\:bg-neutral-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-500);
      }
    }
  }
  .hover\:bg-neutral-900 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-900);
      }
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-600);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-red-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .hover\:bg-sand-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-sand-200);
      }
    }
  }
  .hover\:bg-slate-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-200);
      }
    }
  }
  .hover\:bg-theme-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-theme-primary);
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:pl-1 {
    &:hover {
      @media (hover: hover) {
        padding-left: var(--spacing);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-docured {
    &:hover {
      @media (hover: hover) {
        color: var(--color-docured);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-800);
      }
    }
  }
  .hover\:text-neutral-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-300);
      }
    }
  }
  .hover\:text-neutral-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-700);
      }
    }
  }
  .hover\:text-neutral-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-800);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:text-red-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-600);
      }
    }
  }
  .hover\:text-sand-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-sand-300);
      }
    }
  }
  .hover\:text-theme-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-theme-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:decoration-beige-400 {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-beige-400);
      }
    }
  }
  .hover\:decoration-black {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-black);
      }
    }
  }
  .hover\:decoration-blue-600 {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-blue-600);
      }
    }
  }
  .hover\:decoration-sand-300 {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-sand-300);
      }
    }
  }
  .hover\:decoration-sand-400 {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-sand-400);
      }
    }
  }
  .hover\:decoration-sand-500 {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-sand-500);
      }
    }
  }
  .hover\:decoration-theme-primary {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-theme-primary);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:saturate-100 {
    &:hover {
      @media (hover: hover) {
        --tw-saturate: saturate(100%);
        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,);
      }
    }
  }
  .before\:hover\:scale-y-\[2px\] {
    &::before {
      content: var(--tw-content);
      &:hover {
        @media (hover: hover) {
          --tw-scale-y: 2px;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .before\:hover\:scale-y-\[3px\] {
    &::before {
      content: var(--tw-content);
      &:hover {
        @media (hover: hover) {
          --tw-scale-y: 3px;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .focus\:border {
    &:focus {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .focus\:border-2 {
    &:focus {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .focus\:border-red-500 {
    &:focus {
      border-color: var(--color-red-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .xs\:mr-0 {
    @media (width >= 576px) {
      margin-right: 0;
    }
  }
  .xs\:h-\[350px\] {
    @media (width >= 576px) {
      height: 350px;
    }
  }
  .xs\:h-\[500px\] {
    @media (width >= 576px) {
      height: 500px;
    }
  }
  .xs\:max-w-\[300px\] {
    @media (width >= 576px) {
      max-width: 300px;
    }
  }
  .xs\:max-w-\[475px\] {
    @media (width >= 576px) {
      max-width: 475px;
    }
  }
  .xs\:max-w-\[576px\] {
    @media (width >= 576px) {
      max-width: 576px;
    }
  }
  .xs\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .xs\:border {
    @media (width >= 576px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .xs\:border-2 {
    @media (width >= 576px) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .xs\:border-red-600 {
    @media (width >= 576px) {
      border-color: var(--color-red-600);
    }
  }
  .xs\:bg-white {
    @media (width >= 576px) {
      background-color: var(--color-white);
    }
  }
  .xs\:text-3xl {
    @media (width >= 576px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xs\:font-normal {
    @media (width >= 576px) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .xs\:text-red-600 {
    @media (width >= 576px) {
      color: var(--color-red-600);
    }
  }
  .xs\:hover\:bg-red-600 {
    @media (width >= 576px) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red-600);
        }
      }
    }
  }
  .xs\:hover\:text-white {
    @media (width >= 576px) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .sm\:top-0 {
    @media (width >= 767px) {
      top: 0;
    }
  }
  .sm\:bottom-auto {
    @media (width >= 767px) {
      bottom: auto;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 767px) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:col-span-6 {
    @media (width >= 767px) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:col-span-8 {
    @media (width >= 767px) {
      grid-column: span 8 / span 8;
    }
  }
  .sm\:col-start-1 {
    @media (width >= 767px) {
      grid-column-start: 1;
    }
  }
  .sm\:col-start-7 {
    @media (width >= 767px) {
      grid-column-start: 7;
    }
  }
  .sm\:col-start-9 {
    @media (width >= 767px) {
      grid-column-start: 9;
    }
  }
  .sm\:row-start-1 {
    @media (width >= 767px) {
      grid-row-start: 1;
    }
  }
  .sm\:m-1 {
    @media (width >= 767px) {
      margin: var(--spacing);
    }
  }
  .sm\:mx-3 {
    @media (width >= 767px) {
      margin-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:mb-4 {
    @media (width >= 767px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:mb-12 {
    @media (width >= 767px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .sm\:block {
    @media (width >= 767px) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 767px) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 767px) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 767px) {
      display: none;
    }
  }
  .sm\:aspect-video {
    @media (width >= 767px) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .sm\:h-\[200px\] {
    @media (width >= 767px) {
      height: 200px;
    }
  }
  .sm\:h-\[250px\] {
    @media (width >= 767px) {
      height: 250px;
    }
  }
  .sm\:max-h-2\/3 {
    @media (width >= 767px) {
      max-height: calc(2 / 3 * 100%);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 767px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:w-1\/4 {
    @media (width >= 767px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .sm\:w-3\/4 {
    @media (width >= 767px) {
      width: calc(3 / 4 * 100%);
    }
  }
  .sm\:w-10 {
    @media (width >= 767px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .sm\:w-\[58\%\] {
    @media (width >= 767px) {
      width: 58%;
    }
  }
  .sm\:w-\[66\%\] {
    @media (width >= 767px) {
      width: 66%;
    }
  }
  .sm\:w-\[75\%\] {
    @media (width >= 767px) {
      width: 75%;
    }
  }
  .sm\:w-auto {
    @media (width >= 767px) {
      width: auto;
    }
  }
  .sm\:w-fit {
    @media (width >= 767px) {
      width: fit-content;
    }
  }
  .sm\:w-full {
    @media (width >= 767px) {
      width: 100%;
    }
  }
  .sm\:max-w-full {
    @media (width >= 767px) {
      max-width: 100%;
    }
  }
  .sm\:flex-1 {
    @media (width >= 767px) {
      flex: 1;
    }
  }
  .sm\:rotate-270 {
    @media (width >= 767px) {
      rotate: 270deg;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 767px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 767px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-12 {
    @media (width >= 767px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 767px) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 767px) {
      flex-direction: row;
    }
  }
  .sm\:justify-center {
    @media (width >= 767px) {
      justify-content: center;
    }
  }
  .sm\:gap-6 {
    @media (width >= 767px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-2\.5 {
    @media (width >= 767px) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:p-4 {
    @media (width >= 767px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-3 {
    @media (width >= 767px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:px-4 {
    @media (width >= 767px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-6 {
    @media (width >= 767px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 767px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-\[64\.5px\] {
    @media (width >= 767px) {
      padding-inline: 64.5px;
    }
  }
  .sm\:pt-2 {
    @media (width >= 767px) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .sm\:pt-8 {
    @media (width >= 767px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:pb-10 {
    @media (width >= 767px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:pb-12 {
    @media (width >= 767px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .sm\:pl-14 {
    @media (width >= 767px) {
      padding-left: calc(var(--spacing) * 14);
    }
  }
  .sm\:text-2xl {
    @media (width >= 767px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 767px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 767px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:font-medium {
    @media (width >= 767px) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .md\:absolute {
    @media (width >= 991px) {
      position: absolute;
    }
  }
  .md\:sticky {
    @media (width >= 991px) {
      position: sticky;
    }
  }
  .md\:inset-0 {
    @media (width >= 991px) {
      inset: 0;
    }
  }
  .md\:inset-x-0 {
    @media (width >= 991px) {
      inset-inline: 0;
    }
  }
  .md\:-top-\[40\%\] {
    @media (width >= 991px) {
      top: calc(40% * -1);
    }
  }
  .md\:top-30 {
    @media (width >= 991px) {
      top: calc(var(--spacing) * 30);
    }
  }
  .md\:-right-\[6\%\] {
    @media (width >= 991px) {
      right: calc(6% * -1);
    }
  }
  .md\:bottom-0 {
    @media (width >= 991px) {
      bottom: 0;
    }
  }
  .md\:bottom-auto {
    @media (width >= 991px) {
      bottom: auto;
    }
  }
  .md\:col-span-4 {
    @media (width >= 991px) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-7 {
    @media (width >= 991px) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-12 {
    @media (width >= 991px) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:mb-10 {
    @media (width >= 991px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:block {
    @media (width >= 991px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 991px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 991px) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 991px) {
      display: inline;
    }
  }
  .md\:aspect-2\/1 {
    @media (width >= 991px) {
      aspect-ratio: 2/1;
    }
  }
  .md\:aspect-auto {
    @media (width >= 991px) {
      aspect-ratio: auto;
    }
  }
  .md\:aspect-video {
    @media (width >= 991px) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .md\:h-6 {
    @media (width >= 991px) {
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-12 {
    @media (width >= 991px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:h-52 {
    @media (width >= 991px) {
      height: calc(var(--spacing) * 52);
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 991px) {
      height: 70px;
    }
  }
  .md\:h-\[150px\] {
    @media (width >= 991px) {
      height: 150px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 991px) {
      height: 200px;
    }
  }
  .md\:h-\[250px\] {
    @media (width >= 991px) {
      height: 250px;
    }
  }
  .md\:h-\[300px\] {
    @media (width >= 991px) {
      height: 300px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 991px) {
      height: 400px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 991px) {
      height: 500px;
    }
  }
  .md\:h-full {
    @media (width >= 991px) {
      height: 100%;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 991px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 991px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .md\:w-1\/12 {
    @media (width >= 991px) {
      width: calc(1 / 12 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 991px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .md\:w-3\/12 {
    @media (width >= 991px) {
      width: calc(3 / 12 * 100%);
    }
  }
  .md\:w-6 {
    @media (width >= 991px) {
      width: calc(var(--spacing) * 6);
    }
  }
  .md\:w-8\/12 {
    @media (width >= 991px) {
      width: calc(8 / 12 * 100%);
    }
  }
  .md\:w-9\/12 {
    @media (width >= 991px) {
      width: calc(9 / 12 * 100%);
    }
  }
  .md\:w-12 {
    @media (width >= 991px) {
      width: calc(var(--spacing) * 12);
    }
  }
  .md\:w-24 {
    @media (width >= 991px) {
      width: calc(var(--spacing) * 24);
    }
  }
  .md\:w-52 {
    @media (width >= 991px) {
      width: calc(var(--spacing) * 52);
    }
  }
  .md\:w-64 {
    @media (width >= 991px) {
      width: calc(var(--spacing) * 64);
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 991px) {
      width: 90%;
    }
  }
  .md\:w-\[calc\(50\%-10px\)\] {
    @media (width >= 991px) {
      width: calc(50% - 10px);
    }
  }
  .md\:w-auto {
    @media (width >= 991px) {
      width: auto;
    }
  }
  .md\:w-fit {
    @media (width >= 991px) {
      width: fit-content;
    }
  }
  .md\:w-full {
    @media (width >= 991px) {
      width: 100%;
    }
  }
  .md\:max-w-\[395px\] {
    @media (width >= 991px) {
      max-width: 395px;
    }
  }
  .md\:max-w-\[700px\] {
    @media (width >= 991px) {
      max-width: 700px;
    }
  }
  .md\:min-w-\[768px\] {
    @media (width >= 991px) {
      min-width: 768px;
    }
  }
  .md\:flex-1 {
    @media (width >= 991px) {
      flex: 1;
    }
  }
  .md\:translate-x-0 {
    @media (width >= 991px) {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-0 {
    @media (width >= 991px) {
      --tw-translate-y: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:rotate-0 {
    @media (width >= 991px) {
      rotate: 0deg;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 991px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 991px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 991px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 991px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 991px) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 991px) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 991px) {
      flex-direction: row-reverse;
    }
  }
  .md\:items-center {
    @media (width >= 991px) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 991px) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 991px) {
      align-items: flex-start;
    }
  }
  .md\:items-stretch {
    @media (width >= 991px) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 991px) {
      justify-content: space-between;
    }
  }
  .md\:gap-0 {
    @media (width >= 991px) {
      gap: 0;
    }
  }
  .md\:gap-1 {
    @media (width >= 991px) {
      gap: var(--spacing);
    }
  }
  .md\:gap-2\.5 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .md\:gap-4 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-12 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-18 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .md\:gap-x-5 {
    @media (width >= 991px) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-x-6 {
    @media (width >= 991px) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:self-start {
    @media (width >= 991px) {
      align-self: flex-start;
    }
  }
  .md\:overflow-visible {
    @media (width >= 991px) {
      overflow: visible;
    }
  }
  .md\:border-r {
    @media (width >= 991px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 991px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:border-l {
    @media (width >= 991px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:border-l-black {
    @media (width >= 991px) {
      border-left-color: var(--color-black);
    }
  }
  .md\:border-l-white {
    @media (width >= 991px) {
      border-left-color: var(--color-white);
    }
  }
  .md\:p-4 {
    @media (width >= 991px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-6 {
    @media (width >= 991px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-20 {
    @media (width >= 991px) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .md\:px-0 {
    @media (width >= 991px) {
      padding-inline: 0;
    }
  }
  .md\:px-10 {
    @media (width >= 991px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:py-8 {
    @media (width >= 991px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-12 {
    @media (width >= 991px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-16 {
    @media (width >= 991px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 991px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-6 {
    @media (width >= 991px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-20 {
    @media (width >= 991px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pr-3 {
    @media (width >= 991px) {
      padding-right: calc(var(--spacing) * 3);
    }
  }
  .md\:pr-5 {
    @media (width >= 991px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .md\:pr-12 {
    @media (width >= 991px) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-0 {
    @media (width >= 991px) {
      padding-bottom: 0;
    }
  }
  .md\:pb-4 {
    @media (width >= 991px) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:pb-6 {
    @media (width >= 991px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:pb-8 {
    @media (width >= 991px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-18 {
    @media (width >= 991px) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .md\:pb-24 {
    @media (width >= 991px) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:\!pl-0 {
    @media (width >= 991px) {
      padding-left: 0 !important;
    }
  }
  .md\:pl-1 {
    @media (width >= 991px) {
      padding-left: var(--spacing);
    }
  }
  .md\:pl-3 {
    @media (width >= 991px) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
  .md\:pl-12 {
    @media (width >= 991px) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .md\:pl-24 {
    @media (width >= 991px) {
      padding-left: calc(var(--spacing) * 24);
    }
  }
  .md\:text-left {
    @media (width >= 991px) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 991px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 991px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 991px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 991px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 991px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-md {
    @media (width >= 991px) {
      font-size: var(--text-md);
      line-height: var(--tw-leading, var(--text-md--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 991px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 991px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[3\.5rem\] {
    @media (width >= 991px) {
      font-size: 3.5rem;
    }
  }
  .md\:leading-2 {
    @media (width >= 991px) {
      --tw-leading: calc(var(--spacing) * 2);
      line-height: calc(var(--spacing) * 2);
    }
  }
  .md\:leading-8 {
    @media (width >= 991px) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:leading-\[3\.7rem\] {
    @media (width >= 991px) {
      --tw-leading: 3.7rem;
      line-height: 3.7rem;
    }
  }
  .md\:\[clip-path\:none\] {
    @media (width >= 991px) {
      clip-path: none;
    }
  }
  .md\:\[clip-path\:url\(\#featured-image-bubble-xl\)\] {
    @media (width >= 991px) {
      clip-path: url(#featured-image-bubble-xl);
    }
  }
  .md\:\[clip-path\:url\(\#insideDoc-image-bubble-xl\)\] {
    @media (width >= 991px) {
      clip-path: url(#insideDoc-image-bubble-xl);
    }
  }
  .md\:group-hover\:h-\[2000px\] {
    @media (width >= 991px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          height: 2000px;
        }
      }
    }
  }
  .md\:group-hover\:w-4\/5 {
    @media (width >= 991px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          width: calc(4 / 5 * 100%);
        }
      }
    }
  }
  .md\:group-hover\:w-\[2000px\] {
    @media (width >= 991px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          width: 2000px;
        }
      }
    }
  }
  .md\:before\:absolute {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .md\:before\:inset-0 {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        inset: 0;
      }
    }
  }
  .md\:before\:-z-1 {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        z-index: calc(1 * -1);
      }
    }
  }
  .md\:before\:h-full {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
  }
  .md\:before\:w-full {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .md\:before\:bg-linear-to-t {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        --tw-gradient-position: to top;
        @supports (background-image: linear-gradient(in lab, red, red)) {
          --tw-gradient-position: to top in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
      }
    }
  }
  .md\:before\:from-black\/70 {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, 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));
      }
    }
  }
  .md\:before\:to-black\/0 {
    @media (width >= 991px) {
      &::before {
        content: var(--tw-content);
        --tw-gradient-to: color-mix(in srgb, #000 0%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-gradient-to: color-mix(in oklab, var(--color-black) 0%, 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));
      }
    }
  }
  .md\:before\:content-\[\'\'\] {
    @media (width >= 991px) {
      &::before {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
  .last\:md\:border-r-0 {
    &:last-child {
      @media (width >= 991px) {
        border-right-style: var(--tw-border-style);
        border-right-width: 0px;
      }
    }
  }
  .md\:hover\:pl-4 {
    @media (width >= 991px) {
      &:hover {
        @media (hover: hover) {
          padding-left: calc(var(--spacing) * 4);
        }
      }
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 1024px) {
      position: relative;
    }
  }
  .lg\:top-16 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 16);
    }
  }
  .lg\:top-32 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 32);
    }
  }
  .lg\:bottom-32 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:left-32 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 32);
    }
  }
  .lg\:z-30 {
    @media (width >= 1024px) {
      z-index: 30;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 1024px) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 1024px) {
      grid-column-start: 2;
    }
  }
  .lg\:col-start-9 {
    @media (width >= 1024px) {
      grid-column-start: 9;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: 0;
    }
  }
  .lg\:mt-10 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-10 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:aspect-\[3\/2\] {
    @media (width >= 1024px) {
      aspect-ratio: 3/2;
    }
  }
  .lg\:h-20 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:h-\[15px\] {
    @media (width >= 1024px) {
      height: 15px;
    }
  }
  .lg\:h-\[30px\] {
    @media (width >= 1024px) {
      height: 30px;
    }
  }
  .lg\:h-\[180px\] {
    @media (width >= 1024px) {
      height: 180px;
    }
  }
  .lg\:h-\[250px\] {
    @media (width >= 1024px) {
      height: 250px;
    }
  }
  .lg\:h-\[350px\] {
    @media (width >= 1024px) {
      height: 350px;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 1024px) {
      height: 450px;
    }
  }
  .lg\:h-\[700px\] {
    @media (width >= 1024px) {
      height: 700px;
    }
  }
  .lg\:h-full {
    @media (width >= 1024px) {
      height: 100%;
    }
  }
  .lg\:h-screen {
    @media (width >= 1024px) {
      height: 100vh;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 1024px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 1024px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .lg\:w-60 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 60);
    }
  }
  .lg\:w-96 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 96);
    }
  }
  .lg\:w-\[15px\] {
    @media (width >= 1024px) {
      width: 15px;
    }
  }
  .lg\:w-\[30px\] {
    @media (width >= 1024px) {
      width: 30px;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1024px) {
      width: 50%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 1024px) {
      width: 70%;
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 1024px) {
      width: 90%;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 1024px) {
      width: 200px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 1024px) {
      width: 400px;
    }
  }
  .lg\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .lg\:max-w-\[448px\] {
    @media (width >= 1024px) {
      max-width: 448px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 1024px) {
      max-width: none;
    }
  }
  .lg\:min-w-\[400px\] {
    @media (width >= 1024px) {
      min-width: 400px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-center {
    @media (width >= 1024px) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-3 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-x-3 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-x-20 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-y-12 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:border-l-neutral-200 {
    @media (width >= 1024px) {
      border-left-color: var(--color-neutral-200);
    }
  }
  .lg\:bg-black {
    @media (width >= 1024px) {
      background-color: var(--color-black);
    }
  }
  .lg\:bg-neutral-100 {
    @media (width >= 1024px) {
      background-color: var(--color-neutral-100);
    }
  }
  .lg\:bg-white\/70 {
    @media (width >= 1024px) {
      background-color: color-mix(in srgb, #fff 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }
  }
  .lg\:p-0 {
    @media (width >= 1024px) {
      padding: 0;
    }
  }
  .lg\:p-4 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-8 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-12 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-3 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-12 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-20 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-14 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-16 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-20 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-32 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-0 {
    @media (width >= 1024px) {
      padding-bottom: 0;
    }
  }
  .lg\:pb-2 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:pb-3 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .lg\:pb-6 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-12 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .lg\:text-2xl {
    @media (width >= 1024px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 1024px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 1024px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 1024px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 1024px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 1024px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-md {
    @media (width >= 1024px) {
      font-size: var(--text-md);
      line-height: var(--tw-leading, var(--text-md--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 1024px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-xs {
    @media (width >= 1024px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .lg\:leading-\[30px\] {
    @media (width >= 1024px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .lg\:leading-\[48px\] {
    @media (width >= 1024px) {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }
  .lg\:leading-snug {
    @media (width >= 1024px) {
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
    }
  }
  .lg\:text-white {
    @media (width >= 1024px) {
      color: var(--color-white);
    }
  }
  .lg\:saturate-0 {
    @media (width >= 1024px) {
      --tw-saturate: saturate(0%);
      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,);
    }
  }
  .lg\:backdrop-blur {
    @media (width >= 1024px) {
      --tw-backdrop-blur: blur(8px);
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .lg\:transition-all {
    @media (width >= 1024px) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .lg\:duration-500 {
    @media (width >= 1024px) {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .lg\:group-hover\:-top-52 {
    @media (width >= 1024px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          top: calc(var(--spacing) * -52);
        }
      }
    }
  }
  .lg\:group-hover\:h-\[1000px\] {
    @media (width >= 1024px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          height: 1000px;
        }
      }
    }
  }
  .lg\:group-hover\:w-4\/5 {
    @media (width >= 1024px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          width: calc(4 / 5 * 100%);
        }
      }
    }
  }
  .lg\:group-hover\:w-\[1000px\] {
    @media (width >= 1024px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          width: 1000px;
        }
      }
    }
  }
  .lg\:group-hover\:scale-105 {
    @media (width >= 1024px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 105%;
          --tw-scale-y: 105%;
          --tw-scale-z: 105%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .lg\:hover\:border-l-red-500 {
    @media (width >= 1024px) {
      &:hover {
        @media (hover: hover) {
          border-left-color: var(--color-red-500);
        }
      }
    }
  }
  .lg\:hover\:bg-neutral-200 {
    @media (width >= 1024px) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-neutral-200);
        }
      }
    }
  }
  .xl\:absolute {
    @media (width >= 1280px) {
      position: absolute;
    }
  }
  .xl\:bottom-0 {
    @media (width >= 1280px) {
      bottom: 0;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 1280px) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 1280px) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:col-start-10 {
    @media (width >= 1280px) {
      grid-column-start: 10;
    }
  }
  .xl\:ml-6 {
    @media (width >= 1280px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .xl\:line-clamp-3 {
    @media (width >= 1280px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
  }
  .xl\:h-14 {
    @media (width >= 1280px) {
      height: calc(var(--spacing) * 14);
    }
  }
  .xl\:h-\[180px\] {
    @media (width >= 1280px) {
      height: 180px;
    }
  }
  .xl\:h-\[190px\] {
    @media (width >= 1280px) {
      height: 190px;
    }
  }
  .xl\:h-\[280px\] {
    @media (width >= 1280px) {
      height: 280px;
    }
  }
  .xl\:h-\[450px\] {
    @media (width >= 1280px) {
      height: 450px;
    }
  }
  .xl\:h-\[500px\] {
    @media (width >= 1280px) {
      height: 500px;
    }
  }
  .xl\:min-h-140 {
    @media (width >= 1280px) {
      min-height: calc(var(--spacing) * 140);
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 1280px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .xl\:w-14 {
    @media (width >= 1280px) {
      width: calc(var(--spacing) * 14);
    }
  }
  .xl\:flex-none {
    @media (width >= 1280px) {
      flex: none;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-12 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .xl\:flex-col {
    @media (width >= 1280px) {
      flex-direction: column;
    }
  }
  .xl\:items-stretch {
    @media (width >= 1280px) {
      align-items: stretch;
    }
  }
  .xl\:gap-8 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-12 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-24 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .xl\:border-b-16 {
    @media (width >= 1280px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 16px;
    }
  }
  .xl\:border-theme-primary {
    @media (width >= 1280px) {
      border-color: var(--color-theme-primary);
    }
  }
  .xl\:bg-white {
    @media (width >= 1280px) {
      background-color: var(--color-white);
    }
  }
  .xl\:p-4 {
    @media (width >= 1280px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .xl\:pb-9 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .xl\:pb-24 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .xl\:text-3xl {
    @media (width >= 1280px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 1280px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 1280px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 xl\:h-\[280px\] {
    @media (width >= 1536px) {
      height: 280px;
    }
  }
  .\32 xl\:h-\[500px\] {
    @media (width >= 1536px) {
      height: 500px;
    }
  }
  .\[\&_\>_\*\:nth-child\(1\)\]\:md\:pt-0 {
    & > *:nth-child(1) {
      @media (width >= 991px) {
        padding-top: 0;
      }
    }
  }
  .md\:\[\&_\>_\*\:nth-child\(2\)\]\:pt-0 {
    @media (width >= 991px) {
      & > *:nth-child(2) {
        padding-top: 0;
      }
    }
  }
  .md\:\[\&_\>_\*\:nth-last-child\(2\)\]\:border-b-0 {
    @media (width >= 991px) {
      & > *:nth-last-child(2) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
    }
  }
  .md\:\[\&_\>_\*\:nth-last-child\(2\)\]\:pb-0 {
    @media (width >= 991px) {
      & > *:nth-last-child(2) {
        padding-bottom: 0;
      }
    }
  }
  .\[\&_a\]\:text-inherit {
    & a {
      color: inherit;
    }
  }
  .\[\&_a\]\:no-underline {
    & a {
      text-decoration-line: none;
    }
  }
  .\[\&_a\]\:hover\:text-theme-primary {
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-theme-primary);
        }
      }
    }
  }
  .\[\&_a\]\:hover\:underline {
    & a {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
}
@layer utilities {
  .fade-in-on-scroll {
    animation-timeline: view();
    animation-range: entry 5% cover 25%;
  }
}
[data-theme='en'] {
  --color-theme-primary: var(--color-docured-300);
  --color-theme-accent: var(--color-black);
  --color-theme-light: var(--color-sand-300);
}
[data-theme='es'] {
  --color-theme-primary: var(--color-blue-300);
  --color-theme-accent: var(--color-teal-300);
  --color-theme-light: var(--color-teal-100);
}
[data-theme='zh'] {
  --color-theme-primary: var(--color-docured-400);
  --color-theme-accent: var(--color-beige-300);
  --color-theme-light: var(--color-docured-100);
}
[data-theme='cb'] {
  --color-theme-primary: var(--color-green-300);
  --color-theme-accent: var(--color-orange-300);
  --color-theme-light: var(--color-beige-100);
}
@layer base;
@layer components {
  .page-container {
    margin-inline: auto;
    width: 100%;
    max-width: var(--max-width-page);
    padding-inline: calc(var(--spacing) * 5);
    @media (width >= 991px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .toggleTab {
    position: relative;
  }
  .toggleTab.is-active {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: var(--spacing);
    }
    &::after {
      content: var(--tw-content);
      left: 0;
    }
    &::after {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 2.5);
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-sand-300);
    }
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(80px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-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-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
