/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --tw-color-gray-200: oklch(92.8% 0.006 264.531);
    --tw-color-gray-600: oklch(44.6% 0.03 256.802);
    --tw-color-black: #000;
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-text-xs: 0.75rem;
    --tw-text-xs--line-height: calc(1 / 0.75);
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-base: 1rem;
    --tw-text-base--line-height: calc(1.5 / 1);
    --tw-text-lg: 1.125rem;
    --tw-text-lg--line-height: calc(1.75 / 1.125);
    --tw-text-xl: 1.25rem;
    --tw-text-xl--line-height: calc(1.75 / 1.25);
    --tw-text-2xl: 1.5rem;
    --tw-text-2xl--line-height: calc(2 / 1.5);
    --tw-text-3xl: 1.875rem;
    --tw-text-3xl--line-height: calc(2.25 / 1.875);
    --tw-text-4xl: 2.25rem;
    --tw-text-4xl--line-height: calc(2.5 / 2.25);
    --tw-font-weight-light: 300;
    --tw-font-weight-normal: 400;
    --tw-font-weight-medium: 500;
    --tw-font-weight-semibold: 600;
    --tw-font-weight-bold: 700;
    --tw-leading-normal: 1.5;
    --tw-radius-sm: 0.25rem;
    --tw-radius-md: 0.375rem;
    --tw-radius-lg: 0.5rem;
    --tw-radius-xl: 0.75rem;
    --tw-ease-in: cubic-bezier(0.4, 0, 1, 1);
    --tw-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-font-mono);
  }
}
@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(--tw-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(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-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(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-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 {
  .tw\:pointer-events-none {
    pointer-events: none;
  }
  .tw\:invisible {
    visibility: hidden;
  }
  .tw\:visible {
    visibility: visible;
  }
  .tw\:absolute {
    position: absolute;
  }
  .tw\:fixed {
    position: fixed;
  }
  .tw\:relative {
    position: relative;
  }
  .tw\:sticky {
    position: sticky;
  }
  .tw\:inset-0 {
    inset: calc(var(--tw-spacing) * 0);
  }
  .tw\:-top-\[2px\] {
    top: calc(2px * -1);
  }
  .tw\:top-0 {
    top: calc(var(--tw-spacing) * 0);
  }
  .tw\:top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .tw\:top-\[-6px\] {
    top: -6px;
  }
  .tw\:top-\[-8px\] {
    top: -8px;
  }
  .tw\:top-\[3px\] {
    top: 3px;
  }
  .tw\:top-\[4px\] {
    top: 4px;
  }
  .tw\:top-\[6px\] {
    top: 6px;
  }
  .tw\:top-\[9px\] {
    top: 9px;
  }
  .tw\:top-\[12px\] {
    top: 12px;
  }
  .tw\:top-\[20px\] {
    top: 20px;
  }
  .tw\:top-\[25px\] {
    top: 25px;
  }
  .tw\:top-\[40px\] {
    top: 40px;
  }
  .tw\:top-\[74px\] {
    top: 74px;
  }
  .tw\:top-\[100\%\] {
    top: 100%;
  }
  .tw\:top-\[100px\] {
    top: 100px;
  }
  .tw\:right-0 {
    right: calc(var(--tw-spacing) * 0);
  }
  .tw\:right-\[15px\] {
    right: 15px;
  }
  .tw\:right-\[20px\] {
    right: 20px;
  }
  .tw\:bottom-0 {
    bottom: calc(var(--tw-spacing) * 0);
  }
  .tw\:bottom-\[30px\] {
    bottom: 30px;
  }
  .tw\:left-0 {
    left: calc(var(--tw-spacing) * 0);
  }
  .tw\:left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .tw\:left-4 {
    left: calc(var(--tw-spacing) * 4);
  }
  .tw\:left-\[-6px\] {
    left: -6px;
  }
  .tw\:left-\[-10px\] {
    left: -10px;
  }
  .tw\:left-\[3px\] {
    left: 3px;
  }
  .tw\:left-\[6px\] {
    left: 6px;
  }
  .tw\:left-\[10px\] {
    left: 10px;
  }
  .tw\:left-\[15px\] {
    left: 15px;
  }
  .tw\:left-\[200\%\] {
    left: 200%;
  }
  .tw\:left-auto {
    left: auto;
  }
  .tw\:left-full {
    left: 100%;
  }
  .tw\:z-\[2\] {
    z-index: 2;
  }
  .tw\:z-\[3\] {
    z-index: 3;
  }
  .tw\:z-\[99\] {
    z-index: 99;
  }
  .tw\:z-\[100\] {
    z-index: 100;
  }
  .tw\:z-\[111\] {
    z-index: 111;
  }
  .tw\:z-\[999\] {
    z-index: 999;
  }
  .tw\:z-\[9999\] {
    z-index: 9999;
  }
  .tw\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .tw\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .tw\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .tw\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .tw\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .tw\:\!m-0 {
    margin: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:m-0 {
    margin: calc(var(--tw-spacing) * 0);
  }
  .tw\:m-auto {
    margin: auto;
  }
  .tw\:mx-\[10px\] {
    margin-inline: 10px;
  }
  .tw\:mx-auto {
    margin-inline: auto;
  }
  .tw\:my-2\.5 {
    margin-block: calc(var(--tw-spacing) * 2.5);
  }
  .tw\:my-3 {
    margin-block: calc(var(--tw-spacing) * 3);
  }
  .tw\:my-4 {
    margin-block: calc(var(--tw-spacing) * 4);
  }
  .tw\:my-5 {
    margin-block: calc(var(--tw-spacing) * 5);
  }
  .tw\:my-6 {
    margin-block: calc(var(--tw-spacing) * 6);
  }
  .tw\:my-\[4px\] {
    margin-block: 4px;
  }
  .tw\:my-\[15px\] {
    margin-block: 15px;
  }
  .tw\:\!mt-0 {
    margin-top: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:-mt-\[5px\] {
    margin-top: calc(5px * -1);
  }
  .tw\:mt-0 {
    margin-top: calc(var(--tw-spacing) * 0);
  }
  .tw\:mt-2 {
    margin-top: calc(var(--tw-spacing) * 2);
  }
  .tw\:mt-3 {
    margin-top: calc(var(--tw-spacing) * 3);
  }
  .tw\:mt-4 {
    margin-top: calc(var(--tw-spacing) * 4);
  }
  .tw\:mt-5 {
    margin-top: calc(var(--tw-spacing) * 5);
  }
  .tw\:mt-6 {
    margin-top: calc(var(--tw-spacing) * 6);
  }
  .tw\:mt-8 {
    margin-top: calc(var(--tw-spacing) * 8);
  }
  .tw\:mt-10 {
    margin-top: calc(var(--tw-spacing) * 10);
  }
  .tw\:mt-\[-5px\] {
    margin-top: -5px;
  }
  .tw\:mt-\[-50px\] {
    margin-top: -50px;
  }
  .tw\:mt-\[0px\] {
    margin-top: 0px;
  }
  .tw\:mt-\[10px\] {
    margin-top: 10px;
  }
  .tw\:mt-\[15px\] {
    margin-top: 15px;
  }
  .tw\:mt-\[20px\] {
    margin-top: 20px;
  }
  .tw\:mt-\[25px\] {
    margin-top: 25px;
  }
  .tw\:mt-\[30px\] {
    margin-top: 30px;
  }
  .tw\:mt-\[50px\] {
    margin-top: 50px;
  }
  .tw\:mr-\[5px\] {
    margin-right: 5px;
  }
  .tw\:mr-\[10px\] {
    margin-right: 10px;
  }
  .tw\:mr-\[15px\] {
    margin-right: 15px;
  }
  .tw\:\!mb-4 {
    margin-bottom: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:\!mb-\[5px\] {
    margin-bottom: 5px !important;
  }
  .tw\:mb-0 {
    margin-bottom: calc(var(--tw-spacing) * 0);
  }
  .tw\:mb-2 {
    margin-bottom: calc(var(--tw-spacing) * 2);
  }
  .tw\:mb-2\.5 {
    margin-bottom: calc(var(--tw-spacing) * 2.5);
  }
  .tw\:mb-4 {
    margin-bottom: calc(var(--tw-spacing) * 4);
  }
  .tw\:mb-5 {
    margin-bottom: calc(var(--tw-spacing) * 5);
  }
  .tw\:mb-6 {
    margin-bottom: calc(var(--tw-spacing) * 6);
  }
  .tw\:mb-\[-120px\] {
    margin-bottom: -120px;
  }
  .tw\:mb-\[1px\] {
    margin-bottom: 1px;
  }
  .tw\:mb-\[5px\] {
    margin-bottom: 5px;
  }
  .tw\:mb-\[10px\] {
    margin-bottom: 10px;
  }
  .tw\:mb-\[15px\] {
    margin-bottom: 15px;
  }
  .tw\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .tw\:mb-\[35px\] {
    margin-bottom: 35px;
  }
  .tw\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .tw\:mb-\[130px\] {
    margin-bottom: 130px;
  }
  .tw\:ml-0 {
    margin-left: calc(var(--tw-spacing) * 0);
  }
  .tw\:ml-\[5px\] {
    margin-left: 5px;
  }
  .tw\:ml-\[15px\] {
    margin-left: 15px;
  }
  .tw\:ml-\[25px\] {
    margin-left: 25px;
  }
  .tw\:\!block {
    display: block !important;
  }
  .tw\:\!inline-block {
    display: inline-block !important;
  }
  .tw\:\!inline-flex {
    display: inline-flex !important;
  }
  .tw\:block {
    display: block;
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:grid {
    display: grid;
  }
  .tw\:hidden {
    display: none;
  }
  .tw\:inline {
    display: inline;
  }
  .tw\:inline-block {
    display: inline-block;
  }
  .tw\:inline-flex {
    display: inline-flex;
  }
  .tw\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .tw\:h-\[1px\] {
    height: 1px;
  }
  .tw\:h-\[2px\] {
    height: 2px;
  }
  .tw\:h-\[3px\] {
    height: 3px;
  }
  .tw\:h-\[5px\] {
    height: 5px;
  }
  .tw\:h-\[6px\] {
    height: 6px;
  }
  .tw\:h-\[7px\] {
    height: 7px;
  }
  .tw\:h-\[8px\] {
    height: 8px;
  }
  .tw\:h-\[10px\] {
    height: 10px;
  }
  .tw\:h-\[11px\] {
    height: 11px;
  }
  .tw\:h-\[12px\] {
    height: 12px;
  }
  .tw\:h-\[13px\] {
    height: 13px;
  }
  .tw\:h-\[15px\] {
    height: 15px;
  }
  .tw\:h-\[20px\] {
    height: 20px;
  }
  .tw\:h-\[25px\] {
    height: 25px;
  }
  .tw\:h-\[30px\] {
    height: 30px;
  }
  .tw\:h-\[35px\] {
    height: 35px;
  }
  .tw\:h-\[40px\] {
    height: 40px;
  }
  .tw\:h-\[50px\] {
    height: 50px;
  }
  .tw\:h-\[60px\] {
    height: 60px;
  }
  .tw\:h-\[70px\] {
    height: 70px;
  }
  .tw\:h-\[80\%\] {
    height: 80%;
  }
  .tw\:h-\[90px\] {
    height: 90px;
  }
  .tw\:h-\[100px\] {
    height: 100px;
  }
  .tw\:h-\[500px\] {
    height: 500px;
  }
  .tw\:h-\[calc\(100\%-25px\)\] {
    height: calc(100% - 25px);
  }
  .tw\:h-\[calc\(100\%-74px\)\] {
    height: calc(100% - 74px);
  }
  .tw\:h-\[calc\(100vh-100px\)\] {
    height: calc(100vh - 100px);
  }
  .tw\:h-auto {
    height: auto;
  }
  .tw\:h-full {
    height: 100%;
  }
  .tw\:max-h-\[40px\] {
    max-height: 40px;
  }
  .tw\:max-h-\[45px\] {
    max-height: 45px;
  }
  .tw\:max-h-\[60px\] {
    max-height: 60px;
  }
  .tw\:max-h-\[calc\(100vh-400px\)\] {
    max-height: calc(100vh - 400px);
  }
  .tw\:min-h-\[75px\] {
    min-height: 75px;
  }
  .tw\:\!w-full {
    width: 100% !important;
  }
  .tw\:w-0\.5 {
    width: calc(var(--tw-spacing) * 0.5);
  }
  .tw\:w-10 {
    width: calc(var(--tw-spacing) * 10);
  }
  .tw\:w-\[4px\] {
    width: 4px;
  }
  .tw\:w-\[5px\] {
    width: 5px;
  }
  .tw\:w-\[6px\] {
    width: 6px;
  }
  .tw\:w-\[7px\] {
    width: 7px;
  }
  .tw\:w-\[8px\] {
    width: 8px;
  }
  .tw\:w-\[10px\] {
    width: 10px;
  }
  .tw\:w-\[12px\] {
    width: 12px;
  }
  .tw\:w-\[13px\] {
    width: 13px;
  }
  .tw\:w-\[15px\] {
    width: 15px;
  }
  .tw\:w-\[20px\] {
    width: 20px;
  }
  .tw\:w-\[25px\] {
    width: 25px;
  }
  .tw\:w-\[30px\] {
    width: 30px;
  }
  .tw\:w-\[35px\] {
    width: 35px;
  }
  .tw\:w-\[45\%\] {
    width: 45%;
  }
  .tw\:w-\[50px\] {
    width: 50px;
  }
  .tw\:w-\[60px\] {
    width: 60px;
  }
  .tw\:w-\[70px\] {
    width: 70px;
  }
  .tw\:w-\[75px\] {
    width: 75px;
  }
  .tw\:w-\[90\%\] {
    width: 90%;
  }
  .tw\:w-\[95\%\] {
    width: 95%;
  }
  .tw\:w-\[100px\] {
    width: 100px;
  }
  .tw\:w-\[135px\] {
    width: 135px;
  }
  .tw\:w-\[150px\] {
    width: 150px;
  }
  .tw\:w-\[152px\] {
    width: 152px;
  }
  .tw\:w-\[250px\] {
    width: 250px;
  }
  .tw\:w-\[300px\] {
    width: 300px;
  }
  .tw\:w-\[350px\] {
    width: 350px;
  }
  .tw\:w-auto {
    width: auto;
  }
  .tw\:w-fit {
    width: fit-content;
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:w-px {
    width: 1px;
  }
  .tw\:\!max-w-\[700px\] {
    max-width: 700px !important;
  }
  .tw\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .tw\:max-w-\[120px\] {
    max-width: 120px;
  }
  .tw\:max-w-\[135px\] {
    max-width: 135px;
  }
  .tw\:max-w-\[140px\] {
    max-width: 140px;
  }
  .tw\:max-w-\[232px\] {
    max-width: 232px;
  }
  .tw\:max-w-\[660px\] {
    max-width: 660px;
  }
  .tw\:max-w-\[875px\] {
    max-width: 875px;
  }
  .tw\:max-w-\[900px\] {
    max-width: 900px;
  }
  .tw\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .tw\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .tw\:max-w-\[1450px\] {
    max-width: 1450px;
  }
  .tw\:max-w-full {
    max-width: 100%;
  }
  .tw\:max-w-none {
    max-width: none;
  }
  .tw\:flex-1 {
    flex: 1;
  }
  .tw\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:translate-x-0 {
    --tw-translate-x: calc(var(--tw-spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .tw\:-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .tw\:rotate-45 {
    rotate: 45deg;
  }
  .tw\:rotate-\[45deg\] {
    rotate: 45deg;
  }
  .tw\:transform-none {
    transform: none;
  }
  .tw\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .tw\:cursor-pointer {
    cursor: pointer;
  }
  .tw\:list-none {
    list-style-type: none;
  }
  .tw\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tw\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tw\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tw\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tw\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .tw\:grid-cols-\[1fr_120px\] {
    grid-template-columns: 1fr 120px;
  }
  .tw\:flex-col {
    flex-direction: column;
  }
  .tw\:flex-row {
    flex-direction: row;
  }
  .tw\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .tw\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .tw\:flex-wrap {
    flex-wrap: wrap;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:items-end {
    align-items: flex-end;
  }
  .tw\:items-start {
    align-items: flex-start;
  }
  .tw\:justify-around {
    justify-content: space-around;
  }
  .tw\:justify-between {
    justify-content: space-between;
  }
  .tw\:justify-center {
    justify-content: center;
  }
  .tw\:justify-end {
    justify-content: flex-end;
  }
  .tw\:justify-start {
    justify-content: flex-start;
  }
  .tw\:gap-0 {
    gap: calc(var(--tw-spacing) * 0);
  }
  .tw\:gap-1 {
    gap: calc(var(--tw-spacing) * 1);
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:gap-2\.5 {
    gap: calc(var(--tw-spacing) * 2.5);
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3);
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-5 {
    gap: calc(var(--tw-spacing) * 5);
  }
  .tw\:gap-8 {
    gap: calc(var(--tw-spacing) * 8);
  }
  .tw\:gap-10 {
    gap: calc(var(--tw-spacing) * 10);
  }
  .tw\:gap-\[5px\] {
    gap: 5px;
  }
  .tw\:gap-\[6px\] {
    gap: 6px;
  }
  .tw\:gap-\[10px\] {
    gap: 10px;
  }
  .tw\:gap-\[15px\] {
    gap: 15px;
  }
  .tw\:gap-\[20px\] {
    gap: 20px;
  }
  .tw\:gap-\[25px\] {
    gap: 25px;
  }
  .tw\:gap-\[30px\] {
    gap: 30px;
  }
  .tw\:gap-\[60px\] {
    gap: 60px;
  }
  .tw\:gap-\[100px\] {
    gap: 100px;
  }
  .tw\:gap-x-2 {
    column-gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:gap-x-4 {
    column-gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-x-\[15px\] {
    column-gap: 15px;
  }
  .tw\:gap-y-0 {
    row-gap: calc(var(--tw-spacing) * 0);
  }
  .tw\:gap-y-\[7px\] {
    row-gap: 7px;
  }
  .tw\:self-start {
    align-self: flex-start;
  }
  .tw\:overflow-auto {
    overflow: auto;
  }
  .tw\:overflow-hidden {
    overflow: hidden;
  }
  .tw\:overflow-y-auto {
    overflow-y: auto;
  }
  .tw\:rounded-\[0\] {
    border-radius: 0;
  }
  .tw\:rounded-\[3px\] {
    border-radius: 3px;
  }
  .tw\:rounded-\[4px\] {
    border-radius: 4px;
  }
  .tw\:rounded-\[5px\] {
    border-radius: 5px;
  }
  .tw\:rounded-\[7px\] {
    border-radius: 7px;
  }
  .tw\:rounded-\[10px\] {
    border-radius: 10px;
  }
  .tw\:rounded-\[12px\] {
    border-radius: 12px;
  }
  .tw\:rounded-\[15px\] {
    border-radius: 15px;
  }
  .tw\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .tw\:rounded-\[30px\] {
    border-radius: 30px;
  }
  .tw\:rounded-\[38px\] {
    border-radius: 38px;
  }
  .tw\:rounded-\[50px\] {
    border-radius: 50px;
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .tw\:rounded-lg {
    border-radius: var(--tw-radius-lg);
  }
  .tw\:rounded-md {
    border-radius: var(--tw-radius-md);
  }
  .tw\:rounded-sm {
    border-radius: var(--tw-radius-sm);
  }
  .tw\:rounded-xl {
    border-radius: var(--tw-radius-xl);
  }
  .tw\:rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .tw\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .tw\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .tw\:border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .tw\:border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .tw\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .tw\:border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .tw\:border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .tw\:border-t-\[10px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 10px;
  }
  .tw\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .tw\:border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .tw\:border-r-\[2px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .tw\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .tw\:border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .tw\:border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .tw\:border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .tw\:border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .tw\:border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .tw\:border-l-\[2px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .tw\:border-l-\[4px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .tw\:border-l-\[5px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 5px;
  }
  .tw\:\!border-\[\#ccc\] {
    border-color: #ccc !important;
  }
  .tw\:border-\[\#EBEBEB\] {
    border-color: #EBEBEB;
  }
  .tw\:border-\[\#c6ddfb\] {
    border-color: #c6ddfb;
  }
  .tw\:border-\[\#ccc\] {
    border-color: #ccc;
  }
  .tw\:border-\[\#cfd3d5\] {
    border-color: #cfd3d5;
  }
  .tw\:border-\[\#ebebeb\] {
    border-color: #ebebeb;
  }
  .tw\:border-\[\#f1f1f1\] {
    border-color: #f1f1f1;
  }
  .tw\:border-\[var\(--tw-color-accent-1\)\] {
    border-color: var(--tw-color-accent-1);
  }
  .tw\:border-\[var\(--tw-color-border\)\] {
    border-color: var(--tw-color-border);
  }
  .tw\:border-\[var\(--tw-input-border-color\)\] {
    border-color: var(--tw-input-border-color);
  }
  .tw\:border-\[var\(--tw-input-error-color\)\] {
    border-color: var(--tw-input-error-color);
  }
  .tw\:border-\[var\(--tw-loan-heading\)\] {
    border-color: var(--tw-loan-heading);
  }
  .tw\:border-\[var\(--tw-text-link-color\)\] {
    border-color: var(--tw-text-link-color);
  }
  .tw\:border-black {
    border-color: var(--tw-color-black);
  }
  .tw\:border-gray-200 {
    border-color: var(--tw-color-gray-200);
  }
  .tw\:border-white {
    border-color: var(--tw-color-white);
  }
  .tw\:border-t-\[\#EDEFF4\] {
    border-top-color: #EDEFF4;
  }
  .tw\:border-t-\[\#F4F6FA\] {
    border-top-color: #F4F6FA;
  }
  .tw\:border-t-\[\#d5e3fd\] {
    border-top-color: #d5e3fd;
  }
  .tw\:border-t-\[\#ebebeb\] {
    border-top-color: #ebebeb;
  }
  .tw\:border-t-\[rgba\(0\,106\,167\,0\.11\)\] {
    border-top-color: rgba(0,106,167,0.11);
  }
  .tw\:border-t-\[var\(--accent-color\)\] {
    border-top-color: var(--accent-color);
  }
  .tw\:border-r-\[\#000\] {
    border-right-color: #000;
  }
  .tw\:border-r-\[\#006aa71c\] {
    border-right-color: #006aa71c;
  }
  .tw\:border-r-\[var\(--tw-color-accent-3\)\] {
    border-right-color: var(--tw-color-accent-3);
  }
  .tw\:border-b-\[\#000\] {
    border-bottom-color: #000;
  }
  .tw\:border-b-\[\#EDEFF4\] {
    border-bottom-color: #EDEFF4;
  }
  .tw\:border-b-\[var\(--tw-color-accent-2\)\] {
    border-bottom-color: var(--tw-color-accent-2);
  }
  .tw\:border-b-\[var\(--tw-color-accent-3\)\] {
    border-bottom-color: var(--tw-color-accent-3);
  }
  .tw\:border-l-\[\#eee\] {
    border-left-color: #eee;
  }
  .tw\:border-l-\[var\(--tw-color-accent-2\)\] {
    border-left-color: var(--tw-color-accent-2);
  }
  .tw\:\!bg-\[\#F6FAFF\] {
    background-color: #F6FAFF !important;
  }
  .tw\:\!bg-\[var\(--tw-btn-primary\)\] {
    background-color: var(--tw-btn-primary) !important;
  }
  .tw\:\!bg-\[var\(--tw-color-accent-1\)\] {
    background-color: var(--tw-color-accent-1) !important;
  }
  .tw\:\!bg-\[var\(--tw-color-accent-2\)\] {
    background-color: var(--tw-color-accent-2) !important;
  }
  .tw\:\!bg-\[var\(--tw-color-accent-3\)\] {
    background-color: var(--tw-color-accent-3) !important;
  }
  .tw\:bg-\[\#F4F6FA\] {
    background-color: #F4F6FA;
  }
  .tw\:bg-\[\#ccc\] {
    background-color: #ccc;
  }
  .tw\:bg-\[\#d5e3fd\] {
    background-color: #d5e3fd;
  }
  .tw\:bg-\[\#f1f1f1\] {
    background-color: #f1f1f1;
  }
  .tw\:bg-\[rgb\(21_21_21_\/_20\%\)\] {
    background-color: rgb(21 21 21 / 20%);
  }
  .tw\:bg-\[var\(--color-bg\)\] {
    background-color: var(--color-bg);
  }
  .tw\:bg-\[var\(--tw-color-accent-1\)\] {
    background-color: var(--tw-color-accent-1);
  }
  .tw\:bg-\[var\(--tw-color-accent-2\)\] {
    background-color: var(--tw-color-accent-2);
  }
  .tw\:bg-\[var\(--tw-color-accent-3\)\] {
    background-color: var(--tw-color-accent-3);
  }
  .tw\:bg-\[var\(--tw-color-bg\)\] {
    background-color: var(--tw-color-bg);
  }
  .tw\:bg-\[var\(--tw-faq-bg\)\] {
    background-color: var(--tw-faq-bg);
  }
  .tw\:bg-\[var\(--tw-input-border-color\)\] {
    background-color: var(--tw-input-border-color);
  }
  .tw\:bg-\[var\(--tw-loan-heading\)\] {
    background-color: var(--tw-loan-heading);
  }
  .tw\:bg-\[var\(--tw-menu-bg\)\] {
    background-color: var(--tw-menu-bg);
  }
  .tw\:bg-\[var\(--tw-yellow-block\)\] {
    background-color: var(--tw-yellow-block);
  }
  .tw\:bg-black {
    background-color: var(--tw-color-black);
  }
  .tw\:bg-transparent {
    background-color: transparent;
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white);
  }
  .tw\:bg-\[url\(\'\.\.\/img\/icon-tick\.svg\'\)\] {
    background-image: url('../img/icon-tick.svg');
  }
  .tw\:bg-\[url\(\.\.\/img\/plus-rotate\.svg\)\] {
    background-image: url(../img/plus-rotate.svg);
  }
  .tw\:bg-\[url\(\.\.\/img\/plus\.svg\)\] {
    background-image: url(../img/plus.svg);
  }
  .tw\:bg-none {
    background-image: none;
  }
  .tw\:bg-contain {
    background-size: contain;
  }
  .tw\:bg-cover {
    background-size: cover;
  }
  .tw\:bg-size-\[16px\] {
    background-size: 16px;
  }
  .tw\:bg-center {
    background-position: center;
  }
  .tw\:bg-right {
    background-position: right;
  }
  .tw\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .tw\:object-contain {
    object-fit: contain;
  }
  .tw\:object-cover {
    object-fit: cover;
  }
  .tw\:p-0 {
    padding: calc(var(--tw-spacing) * 0);
  }
  .tw\:p-2 {
    padding: calc(var(--tw-spacing) * 2);
  }
  .tw\:p-2\.5 {
    padding: calc(var(--tw-spacing) * 2.5);
  }
  .tw\:p-3 {
    padding: calc(var(--tw-spacing) * 3);
  }
  .tw\:p-4 {
    padding: calc(var(--tw-spacing) * 4);
  }
  .tw\:p-5 {
    padding: calc(var(--tw-spacing) * 5);
  }
  .tw\:p-6 {
    padding: calc(var(--tw-spacing) * 6);
  }
  .tw\:p-10 {
    padding: calc(var(--tw-spacing) * 10);
  }
  .tw\:p-\[0px\] {
    padding: 0px;
  }
  .tw\:p-\[2px\] {
    padding: 2px;
  }
  .tw\:p-\[5px\] {
    padding: 5px;
  }
  .tw\:p-\[10px\] {
    padding: 10px;
  }
  .tw\:p-\[11px\] {
    padding: 11px;
  }
  .tw\:p-\[13px\] {
    padding: 13px;
  }
  .tw\:p-\[20px\] {
    padding: 20px;
  }
  .tw\:p-\[25px\] {
    padding: 25px;
  }
  .tw\:\!px-\[15px\] {
    padding-inline: 15px !important;
  }
  .tw\:px-4 {
    padding-inline: calc(var(--tw-spacing) * 4);
  }
  .tw\:px-5 {
    padding-inline: calc(var(--tw-spacing) * 5);
  }
  .tw\:px-6 {
    padding-inline: calc(var(--tw-spacing) * 6);
  }
  .tw\:px-7 {
    padding-inline: calc(var(--tw-spacing) * 7);
  }
  .tw\:px-8 {
    padding-inline: calc(var(--tw-spacing) * 8);
  }
  .tw\:px-10 {
    padding-inline: calc(var(--tw-spacing) * 10);
  }
  .tw\:px-\[10px\] {
    padding-inline: 10px;
  }
  .tw\:px-\[14px\] {
    padding-inline: 14px;
  }
  .tw\:px-\[15px\] {
    padding-inline: 15px;
  }
  .tw\:px-\[20px\] {
    padding-inline: 20px;
  }
  .tw\:px-\[22px\] {
    padding-inline: 22px;
  }
  .tw\:px-\[25px\] {
    padding-inline: 25px;
  }
  .tw\:px-\[35px\] {
    padding-inline: 35px;
  }
  .tw\:\!py-\[10px\] {
    padding-block: 10px !important;
  }
  .tw\:py-1 {
    padding-block: calc(var(--tw-spacing) * 1);
  }
  .tw\:py-2 {
    padding-block: calc(var(--tw-spacing) * 2);
  }
  .tw\:py-3 {
    padding-block: calc(var(--tw-spacing) * 3);
  }
  .tw\:py-4 {
    padding-block: calc(var(--tw-spacing) * 4);
  }
  .tw\:py-5 {
    padding-block: calc(var(--tw-spacing) * 5);
  }
  .tw\:py-6 {
    padding-block: calc(var(--tw-spacing) * 6);
  }
  .tw\:py-8 {
    padding-block: calc(var(--tw-spacing) * 8);
  }
  .tw\:py-12 {
    padding-block: calc(var(--tw-spacing) * 12);
  }
  .tw\:py-\[3px\] {
    padding-block: 3px;
  }
  .tw\:py-\[4px\] {
    padding-block: 4px;
  }
  .tw\:py-\[5px\] {
    padding-block: 5px;
  }
  .tw\:py-\[7\.5px\] {
    padding-block: 7.5px;
  }
  .tw\:py-\[7px\] {
    padding-block: 7px;
  }
  .tw\:py-\[8px\] {
    padding-block: 8px;
  }
  .tw\:py-\[10px\] {
    padding-block: 10px;
  }
  .tw\:py-\[15px\] {
    padding-block: 15px;
  }
  .tw\:py-\[70px\] {
    padding-block: 70px;
  }
  .tw\:\!pt-0 {
    padding-top: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:pt-0 {
    padding-top: calc(var(--tw-spacing) * 0);
  }
  .tw\:pt-1 {
    padding-top: calc(var(--tw-spacing) * 1);
  }
  .tw\:pt-2 {
    padding-top: calc(var(--tw-spacing) * 2);
  }
  .tw\:pt-3 {
    padding-top: calc(var(--tw-spacing) * 3);
  }
  .tw\:pt-4 {
    padding-top: calc(var(--tw-spacing) * 4);
  }
  .tw\:pt-5 {
    padding-top: calc(var(--tw-spacing) * 5);
  }
  .tw\:pt-6 {
    padding-top: calc(var(--tw-spacing) * 6);
  }
  .tw\:pt-8 {
    padding-top: calc(var(--tw-spacing) * 8);
  }
  .tw\:pt-10 {
    padding-top: calc(var(--tw-spacing) * 10);
  }
  .tw\:pt-12 {
    padding-top: calc(var(--tw-spacing) * 12);
  }
  .tw\:pt-\[2px\] {
    padding-top: 2px;
  }
  .tw\:pt-\[5px\] {
    padding-top: 5px;
  }
  .tw\:pt-\[15px\] {
    padding-top: 15px;
  }
  .tw\:pt-\[20px\] {
    padding-top: 20px;
  }
  .tw\:pt-\[25px\] {
    padding-top: 25px;
  }
  .tw\:pt-\[30px\] {
    padding-top: 30px;
  }
  .tw\:pt-\[40px\] {
    padding-top: 40px;
  }
  .tw\:pr-2\.5 {
    padding-right: calc(var(--tw-spacing) * 2.5);
  }
  .tw\:pr-7 {
    padding-right: calc(var(--tw-spacing) * 7);
  }
  .tw\:pr-\[10px\] {
    padding-right: 10px;
  }
  .tw\:pr-\[25px\] {
    padding-right: 25px;
  }
  .tw\:pr-\[30px\] {
    padding-right: 30px;
  }
  .tw\:pr-\[65px\] {
    padding-right: 65px;
  }
  .tw\:\!pb-3 {
    padding-bottom: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:\!pb-6 {
    padding-bottom: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:pb-0 {
    padding-bottom: calc(var(--tw-spacing) * 0);
  }
  .tw\:pb-2 {
    padding-bottom: calc(var(--tw-spacing) * 2);
  }
  .tw\:pb-2\.5 {
    padding-bottom: calc(var(--tw-spacing) * 2.5);
  }
  .tw\:pb-3 {
    padding-bottom: calc(var(--tw-spacing) * 3);
  }
  .tw\:pb-8 {
    padding-bottom: calc(var(--tw-spacing) * 8);
  }
  .tw\:pb-12 {
    padding-bottom: calc(var(--tw-spacing) * 12);
  }
  .tw\:pb-\[5px\] {
    padding-bottom: 5px;
  }
  .tw\:pb-\[7px\] {
    padding-bottom: 7px;
  }
  .tw\:pb-\[15px\] {
    padding-bottom: 15px;
  }
  .tw\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .tw\:pb-\[65px\] {
    padding-bottom: 65px;
  }
  .tw\:pb-\[100\%\] {
    padding-bottom: 100%;
  }
  .tw\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .tw\:\!pl-0 {
    padding-left: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:pl-0 {
    padding-left: calc(var(--tw-spacing) * 0);
  }
  .tw\:pl-4 {
    padding-left: calc(var(--tw-spacing) * 4);
  }
  .tw\:pl-5 {
    padding-left: calc(var(--tw-spacing) * 5);
  }
  .tw\:pl-6 {
    padding-left: calc(var(--tw-spacing) * 6);
  }
  .tw\:pl-\[10px\] {
    padding-left: 10px;
  }
  .tw\:pl-\[15px\] {
    padding-left: 15px;
  }
  .tw\:pl-\[25px\] {
    padding-left: 25px;
  }
  .tw\:pl-\[30px\] {
    padding-left: 30px;
  }
  .tw\:pl-\[50px\] {
    padding-left: 50px;
  }
  .tw\:text-center {
    text-align: center;
  }
  .tw\:text-left {
    text-align: left;
  }
  .tw\:text-right {
    text-align: right;
  }
  .tw\:align-bottom {
    vertical-align: bottom;
  }
  .tw\:align-middle {
    vertical-align: middle;
  }
  .tw\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .tw\:text-2xl {
    font-size: var(--tw-text-2xl);
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
  }
  .tw\:text-3xl {
    font-size: var(--tw-text-3xl);
    line-height: var(--tw-leading, var(--tw-text-3xl--line-height));
  }
  .tw\:text-4xl {
    font-size: var(--tw-text-4xl);
    line-height: var(--tw-leading, var(--tw-text-4xl--line-height));
  }
  .tw\:text-base {
    font-size: var(--tw-text-base);
    line-height: var(--tw-leading, var(--tw-text-base--line-height));
  }
  .tw\:text-lg {
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
  }
  .tw\:text-sm {
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  }
  .tw\:text-xl {
    font-size: var(--tw-text-xl);
    line-height: var(--tw-leading, var(--tw-text-xl--line-height));
  }
  .tw\:text-xs {
    font-size: var(--tw-text-xs);
    line-height: var(--tw-leading, var(--tw-text-xs--line-height));
  }
  .tw\:\!text-\[16px\] {
    font-size: 16px !important;
  }
  .tw\:\!text-\[20px\] {
    font-size: 20px !important;
  }
  .tw\:text-\[10px\] {
    font-size: 10px;
  }
  .tw\:text-\[12px\] {
    font-size: 12px;
  }
  .tw\:text-\[13px\] {
    font-size: 13px;
  }
  .tw\:text-\[14px\] {
    font-size: 14px;
  }
  .tw\:text-\[15px\] {
    font-size: 15px;
  }
  .tw\:text-\[16px\] {
    font-size: 16px;
  }
  .tw\:text-\[18px\] {
    font-size: 18px;
  }
  .tw\:text-\[20px\] {
    font-size: 20px;
  }
  .tw\:text-\[21px\] {
    font-size: 21px;
  }
  .tw\:text-\[25px\] {
    font-size: 25px;
  }
  .tw\:text-\[30px\] {
    font-size: 30px;
  }
  .tw\:text-\[35px\] {
    font-size: 35px;
  }
  .tw\:text-\[40px\] {
    font-size: 40px;
  }
  .tw\:leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .tw\:leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .tw\:leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .tw\:leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .tw\:leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .tw\:leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .tw\:leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .tw\:\!font-bold {
    --tw-font-weight: var(--tw-font-weight-bold) !important;
    font-weight: var(--tw-font-weight-bold) !important;
  }
  .tw\:\!font-medium {
    --tw-font-weight: var(--tw-font-weight-medium) !important;
    font-weight: var(--tw-font-weight-medium) !important;
  }
  .tw\:\!font-normal {
    --tw-font-weight: var(--tw-font-weight-normal) !important;
    font-weight: var(--tw-font-weight-normal) !important;
  }
  .tw\:\!font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold) !important;
    font-weight: var(--tw-font-weight-semibold) !important;
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
  }
  .tw\:font-light {
    --tw-font-weight: var(--tw-font-weight-light);
    font-weight: var(--tw-font-weight-light);
  }
  .tw\:font-medium {
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
  }
  .tw\:font-normal {
    --tw-font-weight: var(--tw-font-weight-normal);
    font-weight: var(--tw-font-weight-normal);
  }
  .tw\:font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
  }
  .tw\:break-all {
    word-break: break-all;
  }
  .tw\:whitespace-nowrap {
    white-space: nowrap;
  }
  .tw\:\!text-\[var\(--tw-color-accent-1\)\] {
    color: var(--tw-color-accent-1) !important;
  }
  .tw\:\!text-white {
    color: var(--tw-color-white) !important;
  }
  .tw\:text-\[\#102d5e\] {
    color: #102d5e;
  }
  .tw\:text-\[\#333\] {
    color: #333;
  }
  .tw\:text-\[\#919191\] {
    color: #919191;
  }
  .tw\:text-\[rgb\(0_106_167_\/_50\%\)\] {
    color: rgb(0 106 167 / 50%);
  }
  .tw\:text-\[var\(--accent-color\)\] {
    color: var(--accent-color);
  }
  .tw\:text-\[var\(--color-body\)\] {
    color: var(--color-body);
  }
  .tw\:text-\[var\(--font-body-sm\)\] {
    color: var(--font-body-sm);
  }
  .tw\:text-\[var\(--font-sm\)\] {
    color: var(--font-sm);
  }
  .tw\:text-\[var\(--tw-color-accent-1\)\] {
    color: var(--tw-color-accent-1);
  }
  .tw\:text-\[var\(--tw-color-body\)\] {
    color: var(--tw-color-body);
  }
  .tw\:text-\[var\(--tw-input-error-color\)\] {
    color: var(--tw-input-error-color);
  }
  .tw\:text-\[var\(--tw-text-link-color\)\] {
    color: var(--tw-text-link-color);
  }
  .tw\:text-black {
    color: var(--tw-color-black);
  }
  .tw\:text-gray-600 {
    color: var(--tw-color-gray-600);
  }
  .tw\:text-white {
    color: var(--tw-color-white);
  }
  .tw\:uppercase {
    text-transform: uppercase;
  }
  .tw\:italic {
    font-style: italic;
  }
  .tw\:not-italic {
    font-style: normal;
  }
  .tw\:\!no-underline {
    text-decoration-line: none !important;
  }
  .tw\:no-underline {
    text-decoration-line: none;
  }
  .tw\:underline {
    text-decoration-line: underline;
  }
  .tw\:opacity-0 {
    opacity: 0%;
  }
  .tw\:opacity-100 {
    opacity: 100%;
  }
  .tw\:shadow-\[0_0_1px_\#1515151a\,0_2px_8px_-1px_\#15151533\] {
    --tw-shadow: 0 0 1px var(--tw-shadow-color, #1515151a), 0 2px 8px -1px var(--tw-shadow-color, #15151533);
    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-\[0_0_15px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 0 15px var(--tw-shadow-color, rgba(0,0,0,0.15));
    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-\[0_5px_5px_\#cccccc8c\] {
    --tw-shadow: 0 5px 5px var(--tw-shadow-color, #cccccc8c);
    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-\[0px_0px_20px_0px_rgba\(0\,106\,167\,0\.2\)\] {
    --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, rgba(0,106,167,0.2));
    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-\[1px_0_8px_rgba\(0\,0\,0\,\.24\)\] {
    --tw-shadow: 1px 0 8px var(--tw-shadow-color, rgba(0,0,0,.24));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .tw\:backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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,);
  }
  .tw\:transition-\[opacity\,visibility\] {
    transition-property: opacity,visibility;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\: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(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .tw\:duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .tw\:duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .tw\:duration-\[250ms\] {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .tw\:duration-\[400ms\] {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .tw\:ease-in {
    --tw-ease: var(--tw-ease-in);
    transition-timing-function: var(--tw-ease-in);
  }
  .tw\:ease-in-out {
    --tw-ease: var(--tw-ease-in-out);
    transition-timing-function: var(--tw-ease-in-out);
  }
  .tw\:content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
  }
  .tw\:content-\[attr\(data-title\)\] {
    --tw-content: attr(data-title);
    content: var(--tw-content);
  }
  .tw\:\!outline-none {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
  .tw\:outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .tw\:\[scrollbar-width\:thin\] {
    scrollbar-width: thin;
  }
  .tw\:before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .tw\:before\:hidden {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
  .tw\:before\:pb-\[100\%\] {
    &::before {
      content: var(--tw-content);
      padding-bottom: 100%;
    }
  }
  .tw\:before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .tw\:hover\:scale-\[1\.05\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .tw\:hover\:text-\[var\(--tw-color-accent-2\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-accent-2);
      }
    }
  }
  .tw\:hover\:\!no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none !important;
      }
    }
  }
  .tw\:focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .tw\:focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .tw\:sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .tw\:sm\:\!text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px !important;
    }
  }
  .tw\:md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .tw\:lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .tw\:xl\:grid-cols-\[3fr_2fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 3fr 2fr;
    }
  }
}
.tw-lenders-tabs-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(var(--tw-spacing) * 8);
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.tw-lender-btns {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--tw-spacing) * 2.5);
}
.tw-lenders-tab {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 30px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--tw-color-accent-1);
  background-color: transparent;
  padding-inline: calc(var(--tw-spacing) * 5);
  padding-block: 11px;
  font-size: var(--tw-text-lg);
  line-height: var(--tw-leading, var(--tw-text-lg--line-height));
  white-space: nowrap;
  color: #333;
  -webkit-user-select: none;
  user-select: none;
}
.tw-lenders-tab.active,.tw-lenders-tab:hover {
  background-color: var(--tw-color-accent-1);
  text-decoration-line: none;
  color: #fff !important;
}
.tw-lender-search {
  position: relative;
}
.tw-lenders-tab i {
  font-size: var(--tw-text-2xl);
  line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
}
.tw-lenders-tab span {
  margin-left: calc(var(--tw-spacing) * 2.5);
  display: inline-block;
  --tw-leading: 1;
  line-height: 1;
}
.tw-lender-search i {
  position: absolute;
  top: 51%;
  left: calc(var(--tw-spacing) * 2.5);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  font-size: var(--tw-text-lg);
  line-height: var(--tw-leading, var(--tw-text-lg--line-height));
  color: var(--tw-accent-color);
}
.tw-lender-search input.tw-input-lender {
  border-radius: 20px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #e0e0e0;
  padding-block: calc(var(--tw-spacing) * 2.5);
  padding-right: calc(var(--tw-spacing) * 1.5);
  padding-left: 35px;
  font-size: var(--tw-text-sm);
  line-height: var(--tw-leading, var(--tw-text-sm--line-height));
}
.tw-lender-search input.tw-input-submit {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
}
.tw-lenders-tabs-contents {
  position: relative;
}
.tw-lenders-tabs-content {
  display: none;
}
.tw-lenders-tabs-content.active {
  display: block;
}
.tw-lenders-tabs-content .tw-mb-review {
  margin-top: calc(var(--tw-spacing) * 0);
  margin-bottom: calc(var(--tw-spacing) * 0);
  padding-top: 25px;
  font-size: var(--tw-text-xl);
  line-height: var(--tw-leading, var(--tw-text-xl--line-height));
}
.tw-review-row {
  position: relative;
  margin-inline: calc(15px * -1);
  display: flex;
  align-items: center;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: transparent;
}
.tw-rev-flx {
  position: relative;
  float: left;
  display: flex;
  min-height: 1px;
  width: calc(1 / 3 * 100%);
  align-items: center;
  padding-inline: 15px;
}
.tw-rev-flx1 {
  position: relative;
  float: left;
  display: flex;
  min-height: 1px;
  width: calc(2 / 3 * 100%);
  flex: 1;
  align-items: center;
  padding-inline: 15px;
}
.tw-review-row .tw-rev-flx .tw-col {
  width: calc(1 / 2 * 100%);
}
.tw-review-row .tw-image .tw-bg-full {
  background-size: contain;
}
.tw-flex-center {
  display: flex;
  align-items: center;
}
.tw-flex-1 {
  flex: 1;
}
.tw-review-row .tw-image {
  margin-block: calc(var(--tw-spacing) * 5);
  margin-right: 35px;
}
.tw-review-row p {
  padding: 30px;
}
.tw-review-row .tw-read-more {
  margin-left: 7px;
  background-color: var(--tw-color-white);
  font-size: 14px;
  white-space: nowrap;
  color: var(--tw-color-accent-3);
}
.tw-btn-secondary {
  margin-inline: auto;
  display: block;
  border-radius: 7px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--tw-color-accent-3);
  background-color: var(--tw-color-white);
  padding-inline: 41px;
  padding-block: calc(var(--tw-spacing) * 2);
  text-align: center;
  font-size: 15px;
  --tw-font-weight: var(--tw-font-weight-semibold);
  font-weight: var(--tw-font-weight-semibold);
  color: var(--tw-color-accent-3);
  text-decoration-line: none;
}
.tw-review-row .tw-btn-secondary {
  margin-left: 35px;
  padding-inline: 30px;
  padding-block: calc(var(--tw-spacing) * 2);
  white-space: nowrap;
}
.tw-rcount {
  padding-right: 15px;
  padding-left: 50px;
  font-size: 26px;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  white-space: nowrap;
}
.tw-rstars-rtext {
  white-space: nowrap;
}
.tw-lender-wrap .tw-rcount {
  padding-left: 25px;
}
.tw-rstars {
  font-size: 15px;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-accent-color);
}
.tw-rstars-rtext .tw-rstars {
  display: flex;
  gap: 3px;
}
.tw-rstars-rtext .star {
  display: inline-block;
  height: 15px;
  width: 15px;
}
.tw-rstars-rtext .star svg {
  height: 100%;
  width: 100%;
}
.tw-tool-tip-score {
  margin-top: calc(var(--tw-spacing) * -0.5);
  display: flex;
  align-items: center;
  --tw-leading: 1;
  line-height: 1;
}
.tw-review-row .tw-tool-tip-score {
  margin-top: 5px;
}
.tw-tool-tip-text {
  font-size: var(--tw-text-xs);
  line-height: var(--tw-leading, var(--tw-text-xs--line-height));
  --tw-font-weight: var(--tw-font-weight-medium);
  font-weight: var(--tw-font-weight-medium);
}
.tw-tool-tip-i {
  position: relative;
  color: 0;
}
.tw-tool-tip-score .tw-tool-tip-i {
  margin-left: calc(var(--tw-spacing) * 1);
}
.tw-tool-tip-i span {
  position: relative;
  margin-left: 3px;
  display: inline-flex;
  height: 13px;
  width: 13px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--tw-color-black);
  background-color: var(--tw-color-black);
  font-family: var(--tw-font-mono);
  font-size: var(--tw-text-xs);
  line-height: var(--tw-leading, var(--tw-text-xs--line-height));
  color: var(--tw-color-white);
}
.tw-tool-txt .title {
  font-size: var(--tw-text-base);
  line-height: var(--tw-leading, var(--tw-text-base--line-height));
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
}
.tw-tool-txt .desc {
  padding-top: 5px;
  font-size: 13px;
  --tw-leading: 1.5;
  line-height: 1.5;
}
.tw-review-tab-block {
  margin-inline: auto;
  margin-block: calc(var(--tw-spacing) * 10);
  max-width: 1100px;
}
.tw-review-row .tw-image::before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.tw-lenders-tabs-content .tw-review-row:first-of-type::after {
  opacity: 0%;
}
.tw-review-row::after {
  content: '';
  position: absolute;
  top: calc(var(--tw-spacing) * 0);
  left: 15px;
  height: 1px;
  background-color: rgba(0,106,167,0.25);
  width: calc(100% - 30px);
}
.tw-btn-secondary:hover {
  background-color: var(--tw-color-accent-3);
  color: #fff !important;
}
.tw-statistics-block {
  margin-inline: auto;
  display: flex;
  max-width: 1100px;
  gap: calc(var(--tw-spacing) * 2.5);
  padding-top: 6vw;
  padding-bottom: 50px;
}
.tw-statistics-block .tw-image-block-content {
  width: calc(100% - 400px);
}
.tw-statistics-block h2 {
  margin-top: calc(var(--tw-spacing) * 0);
  max-width: 500px;
  font-size: 2.875em;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-accent-1);
  font-style: normal;
}
.tw-statistics-block .tw-image-txt-repeater {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--tw-spacing) * 5);
}
.tw-statistics-block .tw-image-txt-repeater .tw-image-txt-block {
  width: calc(33.33% - 14px);
}
.tw-statistics-block .tw-image-txt-repeater .tw-image-txt-block h3.tw-image-txt-item-heading {
  margin-top: calc(var(--tw-spacing) * 0);
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: var(--tw-accent-color-light-blue);
  text-align: center;
  font-size: 3.125em;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-accent-1);
  font-style: normal;
}
.tw-statistics-block .tw-image-txt-repeater .tw-image-txt-block p.tw-image-txt-item-subheading {
  margin-top: 14px;
  margin-bottom: calc(var(--tw-spacing) * 0);
  padding-inline: 30px;
  text-align: center;
}
.tw-statistics-block .tw-text-block-img {
  margin-right: calc(9vw * -1);
  display: flex;
  flex: 1;
  align-items: center;
}
.tw-statistics-block .tw-text-block-img img {
  border-radius: 30px;
}
.tw-call-to-action {
  margin-block: calc(var(--tw-spacing) * 10);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 70px;
  border-radius: 30px;
  background-color: var(--tw-accent-color-blue);
  padding-inline: 40px;
  padding-block: 50px;
}
.tw-call-to-action .tw-image-content {
  flex: 1;
}
.tw-call-to-action h2.tw-section-heading {
  margin-top: calc(var(--tw-spacing) * 0);
  margin-bottom: calc(var(--tw-spacing) * 5);
  font-size: 2.875em;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-white);
}
.tw-call-to-action .tw-image-content img {
  border-radius: 30px;
}
.tw-call-to-action .tw-image-items {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--tw-spacing) * 5);
  width: calc(100% - 590px);
}
.tw-call-to-action .tw-image-items .tw-image-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-radius: 20px;
  background-color: var(--tw-accent-color-light-blue);
  padding-inline: 30px;
  padding-block: calc(var(--tw-spacing) * 5);
  width: calc(50% - 10px);
}
.tw-call-to-action .tw-image-items .tw-image-item i {
  margin-right: 10px;
  font-size: 30px;
}
.tw-call-to-action .tw-image-items .tw-image-item .tw-item-text {
  color: var(--tw-color-accent-1);
}
.tw-call-to-action .tw-image-items .tw-image-item:hover i {
  color: var(--tw-color-accent-1);
}
.tw-call-to-action .tw-image-items .tw-image-item:hover {
  text-decoration-line: none;
}
.tw-custom-tab-blocks {
  margin-block: calc(var(--tw-spacing) * 10);
  border-radius: 30px;
  background-color: var(--tw-accent-color-blue);
  padding-inline: 40px;
  padding-top: calc(var(--tw-spacing) * 0);
  padding-bottom: 50px;
}
.tw-tab-section {
  width: 100%;
}
.tw-tab-titles {
  margin-bottom: calc(var(--tw-spacing) * 4);
  display: flex;
  list-style-type: none;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: #ddd;
  padding: calc(var(--tw-spacing) * 0);
}
.tw-custom-tab-blocks .tw-tab-titles {
  position: relative;
  top: calc(34px * -1);
  max-width: max-content;
  gap: 7px;
  border-radius: 50px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--tw-accent-color-light-blue);
  padding: 10px;
}
.tw-tab-title {
  margin-right: calc(var(--tw-spacing) * 4);
  cursor: pointer;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  padding-inline: calc(var(--tw-spacing) * 4);
  padding-block: calc(var(--tw-spacing) * 2);
}
.tw-custom-tab-blocks .tw-tab-titles li.tw-tab-title {
  margin-right: calc(var(--tw-spacing) * 0);
  border-radius: 242px;
  border-style: var(--tw-border-style);
  border-width: 0.5px;
  border-color: var(--tw-color-accent-1);
  background-color: transparent;
  padding-inline: 1.6rem;
  padding-block: calc(var(--tw-spacing) * 2);
  font-size: 15px;
  --tw-font-weight: var(--tw-font-weight-medium);
  font-weight: var(--tw-font-weight-medium);
  color: var(--tw-accent-color-blue);
}
.tw-custom-tab-blocks .tw-tab-titles li.tw-tab-title.active {
  background-color: var(--tw-color-accent-1);
  color: var(--tw-color-white);
}
.tw-tab-content {
  display: none;
}
.tw-tab-content.active {
  display: block;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content {
  flex-wrap: wrap;
  gap: calc(var(--tw-spacing) * 10);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content.active {
  display: flex;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left {
  margin-top: calc(var(--tw-spacing) * 5);
  flex: 1;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left h2 {
  margin-top: calc(var(--tw-spacing) * 0);
  margin-bottom: calc(var(--tw-spacing) * 5);
  font-size: 3.125em;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-white);
  font-style: normal;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left p {
  margin-bottom: calc(var(--tw-spacing) * 10);
  color: var(--tw-color-white);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right {
  width: calc(100% - 560px);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background-color: var(--tw-color-accent-1);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--tw-spacing) * 5);
  padding-block: 15px;
  width: calc(100% - 65px);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t.arrow_hide .tw-tab-card .tw-left-t {
  width: 100%;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t .tw-tab-col {
  flex: 1;
  padding-block: 5px;
  text-align: center;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t .tw-tab-col:nth-child(2) {
  position: relative;
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
  border-right-color: rgb(255 255 255 / 22%);
  border-left-color: rgb(255 255 255 / 22%);
}
.tw-tab-col .tw-tab-label {
  margin-top: calc(var(--tw-spacing) * 0);
  margin-bottom: calc(var(--tw-spacing) * 2);
  font-size: 16px;
  --tw-font-weight: var(--tw-font-weight-normal);
  font-weight: var(--tw-font-weight-normal);
  color: var(--tw-color-white);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t .tw-tab-col p.tw-tab-value {
  margin-bottom: calc(var(--tw-spacing) * 0);
  font-size: 16px;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-white);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t .tw-tab-col:first-child p.tw-tab-value {
  font-size: 15px;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-right-t {
  flex: 1;
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-right-t .tw-tab-icon i {
  height: calc(var(--tw-spacing) * 8);
  width: calc(var(--tw-spacing) * 8);
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--tw-color-white);
  text-align: center;
  --tw-leading: calc(var(--tw-spacing) * 8);
  line-height: calc(var(--tw-spacing) * 8);
  color: var(--tw-color-accent-1);
}
.tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-right-t .tw-tab-icon:hover i {
  background-color: var(--tw-accent-color-blue);
  color: var(--tw-color-white);
}
.tw-btn-primary {
  position: relative;
  margin-inline: auto;
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--tw-color-accent-3);
  padding-inline: 45px;
  padding-block: calc(var(--tw-spacing) * 3);
  text-align: center;
  font-size: 15px;
  --tw-font-weight: var(--tw-font-weight-semibold);
  font-weight: var(--tw-font-weight-semibold);
  color: var(--tw-color-white);
  text-decoration-line: none;
}
.tw-btn-primary:hover {
  border-color: #204d74;
  background-color: #286090;
  color: var(--tw-color-white);
}
.tw-tool-txt {
  visibility: hidden;
  position: absolute;
  left: calc(1 / 2 * 100%);
  z-index: 2;
  margin-top: 13px;
  width: 300px;
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--tw-color-white);
  padding-inline: calc(var(--tw-spacing) * 5);
  padding-block: 15px;
  white-space: normal;
  opacity: 0%;
  --tw-shadow: 0px 4px 10px 2px var(--tw-shadow-color, rgba(0,0,0,0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  transform: translateX(-50%);
}
.tw-tool-txt::after {
  content: '';
  position: absolute;
  top: calc(6px * -1);
  left: calc(1 / 2 * 100%);
  height: 10px;
  width: 10px;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-top-color: var(--tw-color-white);
  border-right-color: var(--tw-color-white);
  background-color: var(--tw-color-white);
  transform: translateX(-50%) rotate(-45deg);
}
.tw-tool-tip-i:hover .tw-tool-txt {
  visibility: visible;
  opacity: 100%;
}
.tw-rstars-rtext .star svg path {
  stroke: #0157ff;
  stroke-width: 1;
}
.tw-tooltip-span {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1599px) {
  .tw-statistics-block h2 {
    font-size: 2.625em;
  }
  .tw-statistics-block {
    padding-top: 6vw;
    padding-bottom: 70px;
  }
  .tw-statistics-block .tw-text-block-img {
    margin-right: calc(var(--tw-spacing) * 0);
  }
  .tw-call-to-action .tw-image-items {
    width: calc(100% - 520px);
  }
  .tw-call-to-action h2.tw-section-heading {
    font-size: 2.625em;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left h2 {
    margin-bottom: 15px;
    font-size: 2.625em;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left p {
    margin-bottom: 30px;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right {
    width: calc(100% - 490px);
  }
}
@media (max-width: 1270px) {
  .tw-review-row .tw-image .tw-bg-full {
    background-position: left;
  }
  .tw-review-row {
    display: block;
  }
  .tw-review-row .tw-rev-flx, .tw-review-row .tw-flex-center, .tw-review-row .tw-rev-flx1 {
    width: 100%;
    justify-content: flex-end;
  }
  .tw-review-row .tw-rev-flx, .tw-review-row .tw-rev-flx1 {
    float: none;
  }
  .tw-review-row .tw-image::before {
    padding-bottom: 20%;
  }
  .tw-lender-search {
    margin-top: calc(var(--tw-spacing) * 5);
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .tw-statistics-block h2 {
    font-size: 2.4em;
  }
  .tw-statistics-block {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .tw-statistics-block .tw-image-txt-repeater {
    margin-top: 30px;
    gap: 10px;
  }
  .tw-statistics-block .tw-text-block-img {
    margin-right: calc(var(--tw-spacing) * 0);
  }
  .tw-statistics-block .tw-image-txt-repeater .tw-image-txt-block h3.tw-image-txt-item-heading {
    height: auto;
    border-radius: 15px;
    padding-block: 40px;
    font-size: 2em;
    --tw-leading: var(--tw-leading-normal);
    line-height: var(--tw-leading-normal);
  }
  .tw-statistics-block .tw-image-txt-repeater .tw-image-txt-block p.tw-image-txt-item-subheading {
    margin-top: 10px;
    padding-inline: 15px;
  }
  .tw-call-to-action .tw-image-content {
    flex: inherit;
    width: 100%;
  }
  .tw-call-to-action .tw-image-items {
    width: 100%;
  }
  .tw-call-to-action {
    padding-inline: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content {
    margin-top: calc(30px * -1);
    flex-direction: column;
    gap: 30px;
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left {
    flex: inherit;
    margin-top: calc(var(--tw-spacing) * 0);
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right {
    width: 100%;
  }
  .tw-custom-tab-blocks {
    padding-inline: 40px;
    padding-top: calc(var(--tw-spacing) * 0);
    padding-bottom: 40px;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left p {
    margin-bottom: calc(var(--tw-spacing) * 5);
  }
}
@media screen and (max-width: 1023px) {
  .tw-statistics-block .tw-image-block-content {
    order: 1;
    width: 100%;
  }
  .tw-statistics-block .tw-text-block-img {
    margin-top: calc(var(--tw-spacing) * 5);
    width: 100%;
    flex: none;
  }
  .tw-statistics-block {
    flex-wrap: wrap;
  }
  .tw-call-to-action .tw-image-items .tw-image-item {
    border-radius: 10px;
  }
  .tw-call-to-action h2.tw-section-heading {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .tw-statistics-block h2 {
    font-size: 2em;
  }
  .tw-statistics-block {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .tw-statistics-block .tw-image-txt-repeater {
    margin-top: calc(var(--tw-spacing) * 5);
  }
  .tw-call-to-action {
    gap: 10px;
    padding-inline: calc(var(--tw-spacing) * 5);
    padding-block: 40px;
  }
  .tw-call-to-action .tw-image-items {
    margin-top: 30px;
    gap: 10px;
  }
  .tw-call-to-action .tw-image-items .tw-image-item {
    width: 100%;
    gap: 5px;
    padding-inline: calc(var(--tw-spacing) * 5);
    padding-block: 15px;
  }
  .tw-call-to-action .tw-image-items .tw-image-item .tw-item-image img {
    height: calc(var(--tw-spacing) * 10);
    width: calc(var(--tw-spacing) * 10);
  }
  .tw-call-to-action .tw-image-items .tw-image-item .tw-item-text {
    font-size: 14px;
  }
  .tw-call-to-action h2.tw-section-heading {
    font-size: 1.7em;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-left h2 {
    font-size: 2em;
  }
  .tw-custom-tab-blocks {
    padding-inline: calc(var(--tw-spacing) * 5);
    padding-top: calc(var(--tw-spacing) * 0);
    padding-bottom: calc(var(--tw-spacing) * 5);
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t {
    width: calc(100% - 50px);
    gap: 10px;
    padding-block: 10px;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card h5.tw-tab-label {
    font-size: 14px;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t .tw-tab-col:first-child p.tw-tab-value {
    font-size: 14px;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-right-t .tw-tab-icon i {
    height: 25px;
    width: 25px;
    --tw-leading: 25px;
    line-height: 25px;
  }
  .tw-custom-tab-blocks .tw-tab-titles li.tw-tab-title {
    padding-inline: 1.1rem;
    padding-block: calc(var(--tw-spacing) * 2);
    font-size: 14px;
  }
  .tw-custom-tab-blocks .tw-tab-titles {
    max-width: max-content;
    gap: 7px;
    background-color: var(--tw-accent-color-light-blue);
    padding-inline: 10px;
    padding-block: 6px;
  }
}
@media (max-width: 740px) {
  .tw-review-row .tw-btn-secondary {
    margin-inline: auto;
    display: inline-block;
    width: auto;
  }
  .tw-review-row {
    padding-inline: 10px;
  }
  .tw-review-row .tw-rev-flx1 {
    display: block;
  }
  .tw-review-row .tw-rev-flx1 .col {
    margin-bottom: 30px;
    text-align: center;
  }
  .tw-rcount {
    padding-right: 10px;
    padding-left: calc(var(--tw-spacing) * 0);
    font-size: 19px;
  }
  .tw-review-row p {
    padding: 15px;
  }
  .star {
    width: calc(var(--tw-spacing) * 3);
    height: calc(var(--tw-spacing) * 3);
  }
}
@media (max-width: 600px) {
  .tw-lenders-tabs {
    overflow: hidden;
  }
  .tw-lenders-tabs-buttons {
    flex-direction: column;
    gap: calc(var(--tw-spacing) * 0);
  }
  .tw-lender-search {
    margin-left: calc(var(--tw-spacing) * 0);
  }
  .tw-lenders-tab {
    padding-inline: 15px;
    padding-block: calc(var(--tw-spacing) * 2.5);
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  }
}
@media screen and (max-width: 500px) {
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t .tw-tab-col:last-child {
    display: none;
  }
  .tw-custom-tab-blocks .tw-tab-contents .tw-tab-content .tw-tab-right .tw-content-t .tw-tab-card .tw-left-t .tw-tab-col:nth-child(2) {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
}
@media screen and (max-width: 480px) {
  .tw-statistics-block .tw-image-txt-repeater .tw-image-txt-block {
    width: 100%;
  }
  .tw-statistics-block .tw-image-txt-repeater .tw-image-txt-block h3.tw-image-txt-item-heading {
    padding-block: 30px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-content: "";
    }
  }
}
