/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Slab:wght@100..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-black: 900;
    --tracking-tighter: -0.05em;
    --tracking-wide: 0.025em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-fixitgreen: #00A05B;
    --color-fixittextgrey: #787878;
    --color-fixitlightblue: #254AA5;
    --color-fixitdarkblue: #151949;
    --color-fixitheaderblue: #11002C;
    --color-fixitgrey: #E5E5E5;
    --color-fixitdarkgrey: #B3B3B3;
    --color-bg-grey-light: #F0F0F0;
    --color-fixittestitext: #474646;
    --font-primary: 'Inter';
    --font-secondary: 'Roboto Slab';
    --container-max-width: 1200px;
    --container-padding: 1rem;
  }
}
@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 {
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
@layer utilities {
  .bg-gradient-primary {
    background-image: var(--gradient-primary);
  }
}
@layer components {
  html {
    scroll-padding-top: calc(var(--spacing) * 25);
    scroll-behavior: smooth;
  }
  body {
    background-color: var(--color-bg-grey-light);
    font-family: var(--font-primary);
    font-size: clamp(1rem, 2.25vw, 1.125rem);
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    color: var(--color-fixittextgrey);
  }
  #mainWrapper {
    width: 100%;
    @media (width < 768px) {
      overflow: hidden;
    }
  }
  p {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: clamp(1rem, 2.25vw, 1.125rem);
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-fixittextgrey);
    @media (width < 640px) {
      text-align: justify;
    }
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  p strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
  }
  h1, h2, h3 {
    font-family: var(--font-secondary);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  h1 {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: clamp(1.75rem, 2.25vw, 3rem);
    --tw-leading: calc(var(--spacing) * 8.5);
    line-height: calc(var(--spacing) * 8.5);
    @media (width >= 1024px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  h2 {
    margin-bottom: calc(var(--spacing) * 2);
    font-size: clamp(1.75rem, 2.25vw, 2.5rem);
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
    color: var(--color-black);
    @media (width >= 1024px) {
      --tw-leading: calc(var(--spacing) * 13);
      line-height: calc(var(--spacing) * 13);
    }
  }
  h1 strong, h2 strong {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    color: var(--color-fixitgreen);
  }
  h3 {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  input {
    --tw-outline-style: none;
    outline-style: none;
  }
  .contentContainer {
    width: 100%;
    max-width: var(--container-max-width);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    margin-inline: auto;
  }
  .shadowEffect {
    position: relative;
    overflow: hidden;
  }
  .noOver {
    margin-top: calc(var(--spacing) * -8);
    height: calc(var(--spacing) * 5);
    width: 100%;
    padding-top: calc(var(--spacing) * 8);
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * -16);
    }
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .shadowEffect:after {
    content: '';
    box-shadow: 0 0 12px 8px rgb(0 0 0 / .2);
    border-radius: 50%;
    position: absolute;
    height: 10px;
    top: -10px;
    background-color: transparent;
    left: 20%;
    right: 20%;
    z-index: 1;
    overflow: hidden;
  }
  .section {
    padding-block: calc(var(--spacing) * 8);
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  header {
    position: relative;
    z-index: 10;
    background-color: var(--color-fixitheaderblue);
    padding-top: calc(var(--spacing) * 7);
    color: var(--color-white);
    @media (width < 640px) {
      padding-top: calc(var(--spacing) * 4);
    }
    @media (width >= 768px) {
      height: calc(var(--spacing) * 30);
    }
  }
  .topBar {
    margin-inline: auto;
    display: flex;
    max-width: var(--container-7xl);
    align-items: center;
    justify-content: space-between;
    @media (width < 640px) {
      flex-direction: column;
    }
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .fixitfinance {
      @media (width < 640px) {
        margin-bottom: calc(var(--spacing) * 3);
      }
      @media (width < 640px) {
        display: flex;
      }
      @media (width < 640px) {
        width: 100%;
      }
      @media (width < 640px) {
        justify-content: space-between;
      }
    }
    .contactInfo {
      display: flex;
      align-items: center;
      gap: calc(var(--spacing) * 10);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      >div {
        display: flex;
        align-items: center;
        gap: calc(var(--spacing) * 2);
        @media (width < 640px) {
          &:nth-of-type(2) {
            display: none;
          }
        }
      }
      img {
        @media (width < 640px) {
          display: none;
        }
      }
      span {
        display: grid;
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        strong {
          --tw-font-weight: var(--font-weight-normal);
          font-weight: var(--font-weight-normal);
          color: var(--color-fixitgreen);
        }
      }
    }
  }
  nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 10);
    border-radius: var(--radius-md);
    background-color: var(--color-fixitlightblue);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    @media (width < 640px) {
      background-color: transparent;
    }
    ul {
      display: flex;
      align-items: center;
      gap: calc(var(--spacing) * 10);
      li {
        cursor: pointer;
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        color: var(--color-white);
      }
    }
  }
  #sidebar-active {
    display: none;
  }
  .open-sidebar-button, .close-sidebar-button {
    display: none;
    @media (width < 768px) {
      display: block;
    }
    @media (width < 640px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .close-sidebar-button svg {
    margin-left: calc(var(--spacing) * 4);
    fill: var(--color-white);
  }
  .open-sidebar-button svg {
    fill: var(--color-white);
  }
  #sidebar-active:checked~.links-container {
    @media (width < 768px) {
      right: calc(var(--spacing) * 0);
    }
  }
  #sidebar-active:checked~#overlay {
    @media (width < 768px) {
      position: fixed;
    }
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
    @media (width < 768px) {
      left: calc(var(--spacing) * 0);
    }
    @media (width < 768px) {
      z-index: 10;
    }
    @media (width < 768px) {
      height: 100%;
    }
    @media (width < 768px) {
      width: 100%;
    }
  }
  .links-container, .mega-menu, #menu-header-menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 7);
    overflow-y: auto;
    @media (width < 768px) {
      height: 100%;
    }
    @media (width < 768px) {
      width: calc(var(--spacing) * 75);
    }
    @media (width < 768px) {
      flex-direction: column;
    }
    @media (width < 768px) {
      align-items: flex-start;
    }
    @media (width < 768px) {
      justify-content: flex-start;
    }
    @media (width < 768px) {
      gap: calc(var(--spacing) * 3);
    }
    @media (width < 768px) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    @media (width < 768px) {
      --tw-duration: 700ms;
      transition-duration: 700ms;
    }
    @media (width < 768px) {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .links-container {
    @media (width < 768px) {
      position: fixed;
    }
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
    @media (width < 768px) {
      right: -100%;
    }
    @media (width < 768px) {
      z-index: 10;
    }
    @media (width < 768px) {
      background-color: color-mix(in srgb, #000 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
      }
    }
  }
  .links-container a, .mega-menu-item > a, #menu-header-menu a {
    position: relative;
    padding-block: calc(var(--spacing) * 3);
    padding-right: calc(var(--spacing) * 3);
    font-size: 15px !important;
    color: var(--color-white) !important;
    @media (width < 768px) {
      height: auto;
    }
    @media (width < 768px) {
      width: 100%;
    }
    @media (width < 768px) {
      justify-content: flex-start;
    }
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 7);
    }
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 2);
    }
    @media (width < 768px) {
      color: var(--color-white) !important;
    }
  }
  .links-container a.active, .mega-menu-item a.active, #menu-header-menu a.active, .mega-current-menu-parent a, .mega-current-menu-ancestor a {
    background-color: transparent !important;
    @media (width < 768px) {
      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);
      }
    }
  }
  span.knav {
    display: inline-flex;
  }
  .btn {
    display: inline-block;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    @media (width < 640px) {
      margin-bottom: calc(var(--spacing) * 3);
    }
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 5);
    }
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .btnGreen {
    background-color: var(--color-fixitgreen);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #00A05B 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-fixitgreen) 70%, transparent);
        }
      }
    }
  }
  .btnBlue {
    background-color: var(--color-fixitlightblue);
    color: var(--color-white);
    --tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #254AA5 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-fixitlightblue) 70%, transparent);
        }
      }
    }
  }
  .imgWrapper {
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg);
    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  .heroBanner {
    position: relative;
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * -10);
    }
    .imgWrapper {
      position: relative;
      aspect-ratio: 5/6;
      width: 100%;
      border-radius: 0;
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
      &::after {
        content: var(--tw-content);
        inset: calc(var(--spacing) * 0);
      }
      &::after {
        content: var(--tw-content);
        background-color: color-mix(in srgb, #000 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
        }
      }
      &::after {
        --tw-content: '';
        content: var(--tw-content);
      }
      @media (width >= 768px) {
        aspect-ratio: 7/3;
      }
    }
  }
  .heroText {
    position: absolute;
    top: calc(1 / 2 * 100%);
    left: calc(1 / 2 * 100%);
    z-index: 1;
    width: 100%;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    text-align: left;
    color: var(--color-white);
    h1,p {
      max-width: calc(var(--spacing) * 165);
    }
  }
  .heroText p {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
    color: var(--color-white);
    @media (width < 640px) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .heroText .btn {
    margin-right: calc(var(--spacing) * 4);
  }
  .services {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(var(--spacing) * 8);
    @media (width >= 768px) {
      grid-template-columns: 330px auto;
    }
  }
  .card {
    border-radius: var(--radius-lg);
    padding: calc(var(--spacing) * 6);
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    h3 {
      margin-bottom: calc(var(--spacing) * 5);
      color: var(--color-black);
    }
  }
  .lightCard {
    display: grid;
    justify-content: center;
    background-color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-fixitgreen);
      }
    }
    .iconBox {
      display: flex;
      justify-content: center;
    }
    .iconWrapper {
      margin-bottom: calc(var(--spacing) * 4);
      display: flex;
      width: calc(var(--spacing) * 20);
      height: calc(var(--spacing) * 20);
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-fixitgreen);
    }
    h3,p {
      margin-bottom: calc(var(--spacing) * 2);
      text-align: center;
    }
  }
  .lightCard:hover h3, .lightCard:hover p {
    color: var(--color-white);
  }
  .cardWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(330px, 100%),1fr));
    gap: calc(var(--spacing) * 6);
  }
  .darkblueSection {
    background-color: var(--color-fixitdarkblue);
    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);
    }
    h2 {
      color: var(--color-white);
    }
    li {
      position: relative;
      padding-left: calc(var(--spacing) * 6);
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 3.5);
      }
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
      &::before {
        content: var(--tw-content);
        width: calc(var(--spacing) * 1.5);
        height: calc(var(--spacing) * 1.5);
      }
      &::before {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
      &::before {
        content: var(--tw-content);
        background-color: var(--color-fixitgreen);
      }
      &::before {
        --tw-content: '';
        content: var(--tw-content);
      }
      @media (width >= 768px) {
        margin-bottom: calc(var(--spacing) * 2);
      }
    }
  }
  .whyUs {
    display: grid;
    align-items: center;
    gap: calc(var(--spacing) * 10);
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 31);
    }
    .imgWrapper {
      margin-bottom: calc(var(--spacing) * 5);
    }
    p {
      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);
      }
    }
    strong {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      color: var(--color-white);
    }
  }
  .wesupport {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    p {
      max-width: calc(var(--spacing) * 225);
    }
  }
  .industriesWrapper {
    margin-bottom: calc(var(--spacing) * 5);
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    background-color: #f7f7f7;
    --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,);
    @media (width >= 768px) {
      grid-template-columns: 20% 20% 20% 20% 20%;
    }
    .industry {
      display: flex;
      height: 100%;
      max-width: calc(var(--spacing) * 60);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: calc(var(--spacing) * 3);
      border-radius: var(--radius-lg);
      padding-inline: calc(var(--spacing) * 4);
      padding-block: calc(var(--spacing) * 4);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      &:hover {
        @media (hover: hover) {
          --tw-scale-x: 115%;
          --tw-scale-y: 115%;
          --tw-scale-z: 115%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-fixitlightblue);
        }
      }
      &:hover {
        @media (hover: hover) {
          --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
          --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
          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,);
        }
      }
    }
    .knowmore {
      visibility: hidden;
      display: flex;
      width: calc(var(--spacing) * 6);
      height: calc(var(--spacing) * 6);
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-white);
      img {
        width: calc(var(--spacing) * 3);
        height: calc(var(--spacing) * 3);
      }
    }
    .industry:hover .wrapIcon .filled {
      fill: var(--color-white);
    }
    .industry:hover .wrapIcon .stroked {
      stroke: var(--color-white);
    }
    .industry:hover .knowmore {
      visibility: visible;
    }
    .wrapIcon {
      display: flex;
      height: calc(var(--spacing) * 14);
      align-items: flex-end;
      .filled {
        fill: var(--color-black);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
      }
      .stroked {
        stroke: var(--color-black);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
      }
    }
    span {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      color: var(--color-fixitlightblue);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
    .industry:hover span {
      color: var(--color-white);
    }
  }
  .stepsWrapper {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
    border-color: var(--color-fixitdarkgrey);
    background-color: var(--color-fixitgrey);
    padding-top: calc(var(--spacing) * 15);
    h2 {
      margin-bottom: calc(var(--spacing) * 7);
      text-align: center;
    }
    .steps {
      display: grid;
      gap: calc(var(--spacing) * 6);
      padding-bottom: calc(var(--spacing) * 15);
      @media (width >= 768px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      @media (width >= 1024px) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    .stepCard {
      display: flex;
      min-height: calc(var(--spacing) * 80);
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      border-radius: var(--radius-lg);
      background-color: var(--color-fixitdarkblue);
      padding: calc(var(--spacing) * 6);
      color: var(--color-white);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      &:hover {
        @media (hover: hover) {
          rotate: 3deg;
        }
      }
      @media (width < 640px) {
        margin-inline: auto;
      }
      @media (width < 640px) {
        max-width: calc(var(--spacing) * 90);
      }
    }
    .stepTitle span {
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
      color: var(--color-fixitgreen);
    }
    p {
      margin-bottom: calc(var(--spacing) * 0);
      color: color-mix(in srgb, #fff 80%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 80%, transparent);
      }
    }
    .says {
      padding-block: calc(var(--spacing) * 15);
      .testimonials {
        margin-top: calc(var(--spacing) * 15);
        display: grid;
        gap: calc(var(--spacing) * 6);
        @media (width >= 768px) {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        @media (width >= 1024px) {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .testimonialCard {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          gap: calc(var(--spacing) * 4);
          border-radius: var(--radius-lg);
          background-color: var(--color-white);
          text-align: center;
          --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,);
        }
        .companyLogo {
          margin-top: calc(var(--spacing) * -10);
          display: flex;
          width: calc(var(--spacing) * 23);
          height: calc(var(--spacing) * 23);
          align-items: center;
          justify-content: center;
          overflow: hidden;
          border-radius: calc(infinity * 1px);
        }
        p {
          padding-inline: calc(var(--spacing) * 6);
          text-align: center;
          font-size: var(--text-base);
          line-height: var(--tw-leading, var(--text-base--line-height));
          --tw-leading: calc(var(--spacing) * 6);
          line-height: calc(var(--spacing) * 6);
          color: var(--color-fixittestitext);
          font-style: italic;
        }
        .ratingWrapper {
          position: relative;
          display: flex;
          width: 100%;
          align-items: flex-end;
          justify-content: space-between;
          gap: calc(var(--spacing) * 2);
          overflow: hidden;
          border-bottom-right-radius: var(--radius-lg);
        }
        .ratingClient {
          display: flex;
          flex-direction: column;
          gap: calc(var(--spacing) * 1);
          padding-block: calc(var(--spacing) * 5);
          padding-left: calc(var(--spacing) * 6);
          span {
            font-size: 12px;
            --tw-font-weight: var(--font-weight-semibold);
            font-weight: var(--font-weight-semibold);
            color: var(--color-black);
          }
        }
        .rating {
          display: flex;
          align-items: center;
          gap: calc(var(--spacing) * 1);
        }
        .quote {
          position: absolute;
          right: calc(var(--spacing) * -27);
          bottom: calc(var(--spacing) * -27);
          width: calc(var(--spacing) * 50);
          height: calc(var(--spacing) * 50);
          border-radius: calc(infinity * 1px);
          background-color: var(--color-fixitgreen);
          padding-top: calc(var(--spacing) * 7);
          padding-left: calc(var(--spacing) * 7);
          --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          --tw-shadow-color: color-mix(in srgb, oklch(37.3% 0.034 259.733) 80%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-700) 80%, transparent) var(--tw-shadow-alpha), transparent);
          }
        }
        .testimonialCard:first-of-type .quote {
          background-color: var(--color-fixitlightblue);
        }
        .testimonialCard:last-of-type .quote {
          background-color: var(--color-fixitdarkblue);
        }
      }
      .clientAllWrapper {
        margin-inline: auto;
        margin-top: calc(var(--spacing) * 10);
        display: flex;
        max-width: calc(var(--spacing) * 248.5);
        align-items: center;
        justify-content: space-between;
        gap: calc(var(--spacing) * 6);
        border-radius: calc(infinity * 1px);
        border-color: #aaaaaa;
        padding: calc(var(--spacing) * 2.5);
        @media (width < 640px) {
          flex-direction: column;
        }
        @media (width >= 768px) {
          border-style: var(--tw-border-style);
          border-width: 1px;
        }
        @media (width >= 768px) {
          background-color: #d8d8d8;
        }
        @media (width >= 768px) {
          --tw-shadow: inset var(--tw-shadow-color, rgba(50,50,93,0.15)) 0px 20px 50px -12px, inset var(--tw-shadow-color, rgba(0,0,0,0.15)) 0px 15px 10px -10px;
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
        .btn {
          border-radius: calc(infinity * 1px);
        }
      }
      .clientPics {
        display: flex;
        align-items: center;
        @media (width < 640px) {
          display: none;
        }
        img {
          margin-left: calc(var(--spacing) * -1.5);
          width: calc(var(--spacing) * 12.5);
          height: calc(var(--spacing) * 12.5);
          border-radius: calc(infinity * 1px);
          object-fit: cover;
        }
        span {
          margin-left: calc(var(--spacing) * 6);
          font-size: var(--text-base);
          line-height: var(--tw-leading, var(--text-base--line-height));
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
          color: var(--color-black);
        }
      }
    }
  }
  .consulationBlock {
    background-color: var(--color-white);
    .section {
      display: grid;
      justify-content: space-between;
      gap: calc(var(--spacing) * 6);
      @media (width >= 1024px) {
        grid-template-columns: 500px 485px;
      }
    }
  }
  footer {
    background-color: var(--color-fixitdarkblue);
    padding-block: calc(var(--spacing) * 10);
    color: var(--color-white);
    .contentContainer {
      display: grid;
      justify-content: space-between;
      gap: calc(var(--spacing) * 6);
      @media (width >= 768px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    p {
      max-width: calc(var(--spacing) * 100);
      padding-top: calc(var(--spacing) * 4);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: color-mix(in srgb, #fff 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
    .socials {
      display: flex;
      align-items: center;
      gap: calc(var(--spacing) * 2.5);
      a {
        display: flex;
        width: calc(var(--spacing) * 7.5);
        height: calc(var(--spacing) * 7.5);
        align-items: center;
        justify-content: center;
        border-radius: var(--radius-sm);
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-color: color-mix(in srgb, #fff 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        color: color-mix(in srgb, #fff 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        &:hover {
          @media (hover: hover) {
            border-color: color-mix(in srgb, #fff 90%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
              border-color: color-mix(in oklab, var(--color-white) 90%, transparent);
            }
          }
        }
        &:hover {
          @media (hover: hover) {
            color: color-mix(in srgb, #fff 90%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
              color: color-mix(in oklab, var(--color-white) 90%, transparent);
            }
          }
        }
      }
    }
    .footerBottom {
      display: flex;
      gap: calc(var(--spacing) * 10);
      .footerLinks {
        display: flex;
        flex-direction: column;
        gap: calc(var(--spacing) * 1.5);
        strong {
          font-size: var(--text-lg);
          line-height: var(--tw-leading, var(--text-lg--line-height));
          --tw-font-weight: var(--font-weight-semibold);
          font-weight: var(--font-weight-semibold);
          color: var(--color-fixitgreen);
          text-transform: uppercase;
        }
        a {
          font-size: var(--text-sm);
          line-height: var(--tw-leading, var(--text-sm--line-height));
          --tw-leading: calc(var(--spacing) * 6);
          line-height: calc(var(--spacing) * 6);
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
          color: color-mix(in srgb, #fff 60%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-white) 60%, transparent);
          }
          transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
          transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
          transition-duration: var(--tw-duration, var(--default-transition-duration));
          --tw-duration: 300ms;
          transition-duration: 300ms;
          --tw-ease: var(--ease-in-out);
          transition-timing-function: var(--ease-in-out);
          &:hover {
            @media (hover: hover) {
              color: color-mix(in srgb, #fff 90%, transparent);
              @supports (color: color-mix(in lab, red, red)) {
                color: color-mix(in oklab, var(--color-white) 90%, transparent);
              }
            }
          }
        }
      }
    }
  }
  .introBlock {
    display: grid;
    @media (width >= 1024px) {
      grid-template-columns: 400px auto;
    }
  }
  .innerBanner {
    aspect-ratio: 7/3;
    overflow: hidden;
    @media (width >= 768px) {
      aspect-ratio: 11/3;
    }
    h1 {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .whoweare {
    padding-block: calc(var(--spacing) * 15);
    .titleBlock {
      margin-bottom: calc(var(--spacing) * 5);
      display: grid;
      @media (width >= 768px) {
        grid-template-columns: 40% auto;
      }
      @media (width >= 768px) {
        gap: calc(var(--spacing) * 6);
      }
    }
    .contentBlock {
      display: grid;
      gap: calc(var(--spacing) * 6);
      @media (width >= 768px) {
        grid-template-columns: 40% auto;
      }
      @media (width >= 768px) {
        gap: calc(var(--spacing) * 15);
      }
    }
  }
  .vision {
    display: grid;
    gap: calc(var(--spacing) * 6);
    strong {
      font-family: var(--font-secondary);
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
      color: var(--color-white);
    }
  }
  .whiteBg {
    background-color: var(--color-white);
    .industriesWrapper {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .collapseBlock {
    margin-bottom: calc(var(--spacing) * 6);
    border-radius: var(--radius-lg);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    --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,);
    .collapseTitle {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
      font-style: italic;
      h3 {
        margin-bottom: calc(var(--spacing) * 2);
        font-family: var(--font-primary);
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        color: var(--color-black);
      }
    }
    .collapseContent {
      p {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .contactIcon {
    display: flex;
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-fixitgreen);
  }
  .companyLocation > div {
    margin-bottom: calc(var(--spacing) * 7);
    display: flex;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
    strong {
      display: block;
      font-size: 12px;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      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-transform: uppercase;
    }
  }
  .formWrapper {
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #7177C0;
    padding: calc(var(--spacing) * 8);
  }
  .inputWrapper {
    display: grid;
    label {
      margin-bottom: calc(var(--spacing) * 1);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      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-transform: uppercase;
    }
    input, textarea {
      margin-bottom: calc(var(--spacing) * 6);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      border-color: #7177C0;
      padding-bottom: calc(var(--spacing) * 1);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-outline-style: none;
      outline-style: none;
      &:focus {
        --tw-ring-color: var(--color-fixitgreen);
      }
    }
  }
  .serviceBlock {
    margin-bottom: calc(var(--spacing) * 8);
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
    .titleBlock {
      display: grid;
      @media (width >= 768px) {
        margin-bottom: calc(var(--spacing) * 5);
      }
      @media (width >= 768px) {
        grid-template-columns: 33% auto;
      }
      @media (width >= 768px) {
        gap: calc(var(--spacing) * 6);
      }
      h2 {
        --tw-leading: calc(var(--spacing) * 10);
        line-height: calc(var(--spacing) * 10);
      }
    }
    .services {
      display: grid;
      gap: calc(var(--spacing) * 6);
      @media (width >= 768px) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .darkBlueCard {
      display: flex;
      min-height: calc(var(--spacing) * 80);
      flex-direction: column;
      align-items: flex-start;
      border-radius: var(--radius-lg);
      background-color: var(--color-fixitdarkblue);
      padding: calc(var(--spacing) * 6);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      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);
      }
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      &:hover {
        @media (hover: hover) {
          rotate: 3deg;
        }
      }
      @media (width < 640px) {
        margin-inline: auto;
      }
      @media (width < 640px) {
        width: 100%;
      }
      @media (width < 640px) {
        max-width: calc(var(--spacing) * 90);
      }
      h3 {
        font-size: clamp(1.125rem, 2.25vw, 1.5rem);
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        color: var(--color-white);
      }
      p {
        margin-bottom: calc(var(--spacing) * 0);
      }
      li {
        position: relative;
        margin-bottom: calc(var(--spacing) * 2);
        padding-left: calc(var(--spacing) * 6);
        &::before {
          content: var(--tw-content);
          position: absolute;
        }
        &::before {
          content: var(--tw-content);
          top: calc(var(--spacing) * 3);
        }
        &::before {
          content: var(--tw-content);
          left: calc(var(--spacing) * 0);
        }
        &::before {
          content: var(--tw-content);
          width: calc(var(--spacing) * 1.5);
          height: calc(var(--spacing) * 1.5);
        }
        &::before {
          content: var(--tw-content);
          border-radius: calc(infinity * 1px);
        }
        &::before {
          content: var(--tw-content);
          background-color: var(--color-fixitgreen);
        }
        &::before {
          --tw-content: '';
          content: var(--tw-content);
        }
      }
    }
  }
  .prose {
    li {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--color-black);
      font-style: italic;
    }
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: 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-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
    }
  }
}
