/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-slab/roboto-slab-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab/roboto-slab-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab/roboto-slab-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab/roboto-slab-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab/roboto-slab-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab/roboto-slab-v23-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto-slab/roboto-slab-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab/roboto-slab-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab/roboto-slab-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab/roboto-slab-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/onts/roboto slab/roboto-slab-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab/roboto-slab-v23-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1rem !important;
    font-family: Roboto;
    font-size: 1rem;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.prose :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;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #21454D;
    text-decoration: underline;
    font-weight: 700;
    -webkit-text-decoration-color: #FFAA1A;
            text-decoration-color: #FFAA1A;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    transition: all .5s linear;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
    color: #54ADC2;
    -webkit-text-decoration-color: #21454D;
            text-decoration-color: #21454D;
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
    text-decoration: underline;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 700;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    -webkit-padding-start: 1.625em;
            padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    -webkit-padding-start: 1.625em;
            padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :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;
}
.prose :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;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.prose :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;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #007C99;
    font-weight: 700;
    font-size: 22px;
    margin-top: 2.5rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3333333;
    font-family: Roboto;
    letter-spacing: .025rem;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #21454D;
    font-weight: 400;
    font-size: 18px;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
    font-family: Roboto Slab;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #21454D;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    opacity: 0.8;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :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;
    -webkit-padding-end: 0.375em;
            padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    -webkit-padding-start: 0.375em;
            padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :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;
    -webkit-padding-end: 1.1428571em;
            padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    -webkit-padding-start: 1.1428571em;
            padding-inline-start: 1.1428571em;
}
.prose :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;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.prose :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;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    -webkit-padding-end: 0.5714286em;
            padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    -webkit-padding-start: 0.5714286em;
            padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :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;
}
.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --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: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    -webkit-padding-start: 0.375em;
            padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    -webkit-padding-start: 0.375em;
            padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :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;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    -webkit-padding-start: 1.625em;
            padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    -webkit-padding-end: 0.5714286em;
            padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    -webkit-padding-start: 0.5714286em;
            padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.prose-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
  .input-wrapper {
    display: flex;
}

  .text-input {
    height: 3rem;
    width: 100%;
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  .text-input:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

  .text-input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(84 173 194 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

  @media (min-width: 768px) {
    .text-input {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

  @media (min-width: 1024px) {
    .text-input {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

  .textarea-input {
    display: block !important;
    width: 100% !important;
    border-radius: 0.25rem !important;
    border-width: 2px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

  .textarea-input:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

  .textarea-input:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(84 173 194 / var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

  @media (min-width: 768px) {
    .textarea-input {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

  .textarea-input {
    height: 7rem;
    -webkit-appearance: none;
            appearance: none;
}

  .form-select {
    display: block !important;
    width: 100% !important;
    border-radius: 0.25rem !important;
    border-width: 2px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

  .form-select:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

  .form-select:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(84 173 194 / var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

  @media (min-width: 768px) {
    .form-select {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

  .form-select {
    height: 3rem;
    -webkit-appearance: none;
            appearance: none;
    background-clip: padding-box;
    background-repeat: no-repeat;
}

  @media (min-width: 1280px) {
    .form-select {
        margin-right: 1.25rem;
    }
}

  .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='primary' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-size: 20px 20px;
    padding: .6rem 30px .5rem 1.5rem !important
  }

  .checkbox-input {
    margin-right: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

  .checkbox-input:checked {
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(255 113 91 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(33 69 77 / var(--tw-ring-opacity, 1));
}

  .checkbox-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  }

  .radio-input {
    margin-right: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
    -webkit-appearance: none;
            appearance: none;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

  .radio-input:checked {
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(33 69 77 / var(--tw-ring-opacity, 1));
}

  .form-button {
    height: 3rem !important;
    cursor: pointer !important;
    border-radius: 0.25rem !important;
    border-width: 2px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    letter-spacing: 0.025em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 500ms !important;
}

  @media (min-width: 768px) {
    .form-button {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

  @media (min-width: 1024px) {
    .form-button {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

  .form-label {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
}
.-top-40 {
    top: -10rem;
}
.bottom-0 {
    bottom: 0px;
}
.bottom-12 {
    bottom: 3rem;
}
.bottom-\[20px\] {
    bottom: 20px;
}
.left-0 {
    left: 0px;
}
.left-2 {
    left: 0.5rem;
}
.left-full {
    left: 100%;
}
.right-0 {
    right: 0px;
}
.right-4 {
    right: 1rem;
}
.right-auto {
    right: auto;
}
.top-0 {
    top: 0px;
}
.top-4 {
    top: 1rem;
}
.top-40 {
    top: 10rem;
}
.top-6 {
    top: 1.5rem;
}
.top-60 {
    top: 15rem;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-\[100\] {
    z-index: 100;
}
.z-\[999\] {
    z-index: 999;
}
.order-2 {
    order: 2;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-10 {
    grid-column: span 10 / span 10;
}
.col-span-11 {
    grid-column: span 11 / span 11;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-5 {
    grid-column: span 5 / span 5;
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.col-span-7 {
    grid-column: span 7 / span 7;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.col-span-9 {
    grid-column: span 9 / span 9;
}
.col-span-full {
    grid-column: 1 / -1;
}
.m-0 {
    margin: 0px;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.-mb-16 {
    margin-bottom: -4rem;
}
.-mt-1 {
    margin-top: -0.25rem;
}
.-mt-10 {
    margin-top: -2.5rem;
}
.-mt-24 {
    margin-top: -6rem;
}
.-mt-56 {
    margin-top: -14rem;
}
.-mt-6 {
    margin-top: -1.5rem;
}
.-mt-8 {
    margin-top: -2rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-0 {
    margin-right: 0px;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mr-auto {
    margin-right: auto;
}
.mt-0 {
    margin-top: 0px;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-auto {
    margin-top: auto;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.aspect-image {
    aspect-ratio: 7 / 4.5;
}
.aspect-interior-header {
    aspect-ratio: 16 / 5;
}
.aspect-square {
    aspect-ratio: 1;
}
.aspect-video {
    aspect-ratio: 16 / 9;
}
.h-1 {
    height: 0.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-12 {
    height: 3rem;
}
.h-16 {
    height: 4rem;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-20 {
    height: 5rem;
}
.h-24 {
    height: 6rem;
}
.h-3 {
    height: 0.75rem;
}
.h-4 {
    height: 1rem;
}
.h-40 {
    height: 10rem;
}
.h-5 {
    height: 1.25rem;
}
.h-56 {
    height: 14rem;
}
.h-6 {
    height: 1.5rem;
}
.h-64 {
    height: 16rem;
}
.h-7 {
    height: 1.75rem;
}
.h-8 {
    height: 2rem;
}
.h-\[56px\] {
    height: 56px;
}
.h-\[60px\] {
    height: 60px;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.max-h-full {
    max-height: 100%;
}
.w-10 {
    width: 2.5rem;
}
.w-16 {
    width: 4rem;
}
.w-2\.5 {
    width: 0.625rem;
}
.w-20 {
    width: 5rem;
}
.w-24 {
    width: 6rem;
}
.w-3 {
    width: 0.75rem;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-5\/6 {
    width: 83.333333%;
}
.w-6 {
    width: 1.5rem;
}
.w-7 {
    width: 1.75rem;
}
.w-8 {
    width: 2rem;
}
.w-96 {
    width: 24rem;
}
.w-\[170px\] {
    width: 170px;
}
.w-\[60px\] {
    width: 60px;
}
.w-auto {
    width: auto;
}
.w-full {
    width: 100%;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-full {
    max-width: 100%;
}
.max-w-lg {
    max-width: 32rem;
}
.max-w-none {
    max-width: none;
}
.max-w-screen-2xl {
    max-width: 1536px;
}
.max-w-screen-xl {
    max-width: 1280px;
}
.max-w-xs {
    max-width: 20rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-grow {
    flex-grow: 1;
}
.grow {
    flex-grow: 1;
}
.translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}
.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cursor-context-menu {
    cursor: context-menu;
}
.cursor-pointer {
    cursor: pointer;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-7 {
    gap: 1.75rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-x-6 {
    column-gap: 1.5rem;
}
.gap-y-2 {
    row-gap: 0.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.self-center {
    align-self: center;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-clip {
    overflow: clip;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.text-clip {
    text-overflow: clip;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.text-wrap {
    text-wrap: wrap;
}
.text-nowrap {
    text-wrap: nowrap;
}
.text-balance {
    text-wrap: balance;
}
.text-pretty {
    text-wrap: pretty;
}
.break-words {
    overflow-wrap: break-word;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-none {
    border-radius: 0px;
}
.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-4 {
    border-width: 4px;
}
.border-8 {
    border-width: 8px;
}
.border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
}
.border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-4 {
    border-bottom-width: 4px;
}
.border-t {
    border-top-width: 1px;
}
.border-t-4 {
    border-top-width: 4px;
}
.border-t-8 {
    border-top-width: 8px;
}
.border-none {
    border-style: none;
}
.border-accent-orange {
    --tw-border-opacity: 1;
    border-color: rgb(255 170 26 / var(--tw-border-opacity, 1));
}
.border-accent-red {
    --tw-border-opacity: 1;
    border-color: rgb(255 113 91 / var(--tw-border-opacity, 1));
}
.border-error {
    --tw-border-opacity: 1;
    border-color: rgb(255 113 91 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
}
.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(84 173 194 / var(--tw-border-opacity, 1));
}
.border-secondary-light\/40 {
    border-color: rgb(194 233 242 / 0.4);
}
.border-transparent {
    border-color: transparent;
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
}
.border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
}
.bg-\[\#173339\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 51 57 / var(--tw-bg-opacity, 1));
}
.bg-accent-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}
.bg-accent-orange\/0 {
    background-color: rgb(255 170 26 / 0);
}
.bg-accent-orange\/10 {
    background-color: rgb(255 170 26 / 0.1);
}
.bg-accent-orange\/100 {
    background-color: rgb(255 170 26 / 1);
}
.bg-accent-orange\/15 {
    background-color: rgb(255 170 26 / 0.15);
}
.bg-accent-orange\/20 {
    background-color: rgb(255 170 26 / 0.2);
}
.bg-accent-orange\/25 {
    background-color: rgb(255 170 26 / 0.25);
}
.bg-accent-orange\/30 {
    background-color: rgb(255 170 26 / 0.3);
}
.bg-accent-orange\/35 {
    background-color: rgb(255 170 26 / 0.35);
}
.bg-accent-orange\/40 {
    background-color: rgb(255 170 26 / 0.4);
}
.bg-accent-orange\/45 {
    background-color: rgb(255 170 26 / 0.45);
}
.bg-accent-orange\/5 {
    background-color: rgb(255 170 26 / 0.05);
}
.bg-accent-orange\/50 {
    background-color: rgb(255 170 26 / 0.5);
}
.bg-accent-orange\/55 {
    background-color: rgb(255 170 26 / 0.55);
}
.bg-accent-orange\/60 {
    background-color: rgb(255 170 26 / 0.6);
}
.bg-accent-orange\/65 {
    background-color: rgb(255 170 26 / 0.65);
}
.bg-accent-orange\/70 {
    background-color: rgb(255 170 26 / 0.7);
}
.bg-accent-orange\/75 {
    background-color: rgb(255 170 26 / 0.75);
}
.bg-accent-orange\/80 {
    background-color: rgb(255 170 26 / 0.8);
}
.bg-accent-orange\/85 {
    background-color: rgb(255 170 26 / 0.85);
}
.bg-accent-orange\/90 {
    background-color: rgb(255 170 26 / 0.9);
}
.bg-accent-orange\/95 {
    background-color: rgb(255 170 26 / 0.95);
}
.bg-accent-red {
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.bg-accent-red\/0 {
    background-color: rgb(255 113 91 / 0);
}
.bg-accent-red\/10 {
    background-color: rgb(255 113 91 / 0.1);
}
.bg-accent-red\/100 {
    background-color: rgb(255 113 91 / 1);
}
.bg-accent-red\/15 {
    background-color: rgb(255 113 91 / 0.15);
}
.bg-accent-red\/20 {
    background-color: rgb(255 113 91 / 0.2);
}
.bg-accent-red\/25 {
    background-color: rgb(255 113 91 / 0.25);
}
.bg-accent-red\/30 {
    background-color: rgb(255 113 91 / 0.3);
}
.bg-accent-red\/35 {
    background-color: rgb(255 113 91 / 0.35);
}
.bg-accent-red\/40 {
    background-color: rgb(255 113 91 / 0.4);
}
.bg-accent-red\/45 {
    background-color: rgb(255 113 91 / 0.45);
}
.bg-accent-red\/5 {
    background-color: rgb(255 113 91 / 0.05);
}
.bg-accent-red\/50 {
    background-color: rgb(255 113 91 / 0.5);
}
.bg-accent-red\/55 {
    background-color: rgb(255 113 91 / 0.55);
}
.bg-accent-red\/60 {
    background-color: rgb(255 113 91 / 0.6);
}
.bg-accent-red\/65 {
    background-color: rgb(255 113 91 / 0.65);
}
.bg-accent-red\/70 {
    background-color: rgb(255 113 91 / 0.7);
}
.bg-accent-red\/75 {
    background-color: rgb(255 113 91 / 0.75);
}
.bg-accent-red\/80 {
    background-color: rgb(255 113 91 / 0.8);
}
.bg-accent-red\/85 {
    background-color: rgb(255 113 91 / 0.85);
}
.bg-accent-red\/90 {
    background-color: rgb(255 113 91 / 0.9);
}
.bg-accent-red\/95 {
    background-color: rgb(255 113 91 / 0.95);
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(20 19 19 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
    background-color: rgb(20 19 19 / 0);
}
.bg-black\/10 {
    background-color: rgb(20 19 19 / 0.1);
}
.bg-black\/100 {
    background-color: rgb(20 19 19 / 1);
}
.bg-black\/15 {
    background-color: rgb(20 19 19 / 0.15);
}
.bg-black\/20 {
    background-color: rgb(20 19 19 / 0.2);
}
.bg-black\/25 {
    background-color: rgb(20 19 19 / 0.25);
}
.bg-black\/30 {
    background-color: rgb(20 19 19 / 0.3);
}
.bg-black\/35 {
    background-color: rgb(20 19 19 / 0.35);
}
.bg-black\/40 {
    background-color: rgb(20 19 19 / 0.4);
}
.bg-black\/45 {
    background-color: rgb(20 19 19 / 0.45);
}
.bg-black\/5 {
    background-color: rgb(20 19 19 / 0.05);
}
.bg-black\/50 {
    background-color: rgb(20 19 19 / 0.5);
}
.bg-black\/55 {
    background-color: rgb(20 19 19 / 0.55);
}
.bg-black\/60 {
    background-color: rgb(20 19 19 / 0.6);
}
.bg-black\/65 {
    background-color: rgb(20 19 19 / 0.65);
}
.bg-black\/70 {
    background-color: rgb(20 19 19 / 0.7);
}
.bg-black\/75 {
    background-color: rgb(20 19 19 / 0.75);
}
.bg-black\/80 {
    background-color: rgb(20 19 19 / 0.8);
}
.bg-black\/85 {
    background-color: rgb(20 19 19 / 0.85);
}
.bg-black\/90 {
    background-color: rgb(20 19 19 / 0.9);
}
.bg-black\/95 {
    background-color: rgb(20 19 19 / 0.95);
}
.bg-current {
    background-color: currentColor;
}
.bg-error {
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.bg-error\/0 {
    background-color: rgb(255 113 91 / 0);
}
.bg-error\/10 {
    background-color: rgb(255 113 91 / 0.1);
}
.bg-error\/100 {
    background-color: rgb(255 113 91 / 1);
}
.bg-error\/15 {
    background-color: rgb(255 113 91 / 0.15);
}
.bg-error\/20 {
    background-color: rgb(255 113 91 / 0.2);
}
.bg-error\/25 {
    background-color: rgb(255 113 91 / 0.25);
}
.bg-error\/30 {
    background-color: rgb(255 113 91 / 0.3);
}
.bg-error\/35 {
    background-color: rgb(255 113 91 / 0.35);
}
.bg-error\/40 {
    background-color: rgb(255 113 91 / 0.4);
}
.bg-error\/45 {
    background-color: rgb(255 113 91 / 0.45);
}
.bg-error\/5 {
    background-color: rgb(255 113 91 / 0.05);
}
.bg-error\/50 {
    background-color: rgb(255 113 91 / 0.5);
}
.bg-error\/55 {
    background-color: rgb(255 113 91 / 0.55);
}
.bg-error\/60 {
    background-color: rgb(255 113 91 / 0.6);
}
.bg-error\/65 {
    background-color: rgb(255 113 91 / 0.65);
}
.bg-error\/70 {
    background-color: rgb(255 113 91 / 0.7);
}
.bg-error\/75 {
    background-color: rgb(255 113 91 / 0.75);
}
.bg-error\/80 {
    background-color: rgb(255 113 91 / 0.8);
}
.bg-error\/85 {
    background-color: rgb(255 113 91 / 0.85);
}
.bg-error\/90 {
    background-color: rgb(255 113 91 / 0.9);
}
.bg-error\/95 {
    background-color: rgb(255 113 91 / 0.95);
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/0 {
    background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
    background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
    background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
    background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20 {
    background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
    background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
    background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
    background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40 {
    background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
    background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
    background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
    background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
    background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
    background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
    background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
    background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
    background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
    background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
    background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
    background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
    background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0 {
    background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
    background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
    background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
    background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20 {
    background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
    background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
    background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
    background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40 {
    background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
    background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
    background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
    background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
    background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
    background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
    background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
    background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
    background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
    background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
    background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
    background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
    background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0 {
    background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
    background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
    background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
    background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20 {
    background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
    background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
    background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
    background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40 {
    background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
    background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
    background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
    background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
    background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
    background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
    background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
    background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
    background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
    background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
    background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
    background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
    background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0 {
    background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
    background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
    background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
    background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20 {
    background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
    background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
    background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
    background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40 {
    background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
    background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
    background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
    background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
    background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
    background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
    background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
    background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
    background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
    background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
    background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
    background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
    background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0 {
    background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
    background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
    background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15 {
    background-color: rgb(249 250 251 / 0.15);
}
.bg-gray-50\/20 {
    background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
    background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
    background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35 {
    background-color: rgb(249 250 251 / 0.35);
}
.bg-gray-50\/40 {
    background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45 {
    background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5 {
    background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
    background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55 {
    background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60 {
    background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65 {
    background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70 {
    background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
    background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
    background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85 {
    background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90 {
    background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
    background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0 {
    background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
    background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
    background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
    background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20 {
    background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
    background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
    background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
    background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40 {
    background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
    background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
    background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
    background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
    background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
    background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
    background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
    background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
    background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
    background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
    background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
    background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
    background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0 {
    background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
    background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
    background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
    background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20 {
    background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
    background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
    background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
    background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40 {
    background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
    background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
    background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
    background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
    background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
    background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
    background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
    background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
    background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
    background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
    background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
    background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
    background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0 {
    background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
    background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
    background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
    background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20 {
    background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
    background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
    background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
    background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40 {
    background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
    background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
    background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
    background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
    background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
    background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
    background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
    background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
    background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
    background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
    background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
    background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
    background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0 {
    background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
    background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
    background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
    background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20 {
    background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
    background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
    background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
    background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40 {
    background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
    background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
    background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
    background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
    background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
    background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
    background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
    background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
    background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
    background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
    background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
    background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0 {
    background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
    background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
    background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
    background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20 {
    background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
    background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
    background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
    background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40 {
    background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
    background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
    background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
    background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
    background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
    background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
    background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
    background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
    background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
    background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
    background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
    background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
    background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.bg-gray-950\/0 {
    background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
    background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
    background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/15 {
    background-color: rgb(3 7 18 / 0.15);
}
.bg-gray-950\/20 {
    background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25 {
    background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30 {
    background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/35 {
    background-color: rgb(3 7 18 / 0.35);
}
.bg-gray-950\/40 {
    background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/45 {
    background-color: rgb(3 7 18 / 0.45);
}
.bg-gray-950\/5 {
    background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50 {
    background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/55 {
    background-color: rgb(3 7 18 / 0.55);
}
.bg-gray-950\/60 {
    background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/65 {
    background-color: rgb(3 7 18 / 0.65);
}
.bg-gray-950\/70 {
    background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75 {
    background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80 {
    background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/85 {
    background-color: rgb(3 7 18 / 0.85);
}
.bg-gray-950\/90 {
    background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
    background-color: rgb(3 7 18 / 0.95);
}
.bg-inherit {
    background-color: inherit;
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(16 46 52 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark\/0 {
    background-color: rgb(16 46 52 / 0);
}
.bg-primary-dark\/10 {
    background-color: rgb(16 46 52 / 0.1);
}
.bg-primary-dark\/100 {
    background-color: rgb(16 46 52 / 1);
}
.bg-primary-dark\/15 {
    background-color: rgb(16 46 52 / 0.15);
}
.bg-primary-dark\/20 {
    background-color: rgb(16 46 52 / 0.2);
}
.bg-primary-dark\/25 {
    background-color: rgb(16 46 52 / 0.25);
}
.bg-primary-dark\/30 {
    background-color: rgb(16 46 52 / 0.3);
}
.bg-primary-dark\/35 {
    background-color: rgb(16 46 52 / 0.35);
}
.bg-primary-dark\/40 {
    background-color: rgb(16 46 52 / 0.4);
}
.bg-primary-dark\/45 {
    background-color: rgb(16 46 52 / 0.45);
}
.bg-primary-dark\/5 {
    background-color: rgb(16 46 52 / 0.05);
}
.bg-primary-dark\/50 {
    background-color: rgb(16 46 52 / 0.5);
}
.bg-primary-dark\/55 {
    background-color: rgb(16 46 52 / 0.55);
}
.bg-primary-dark\/60 {
    background-color: rgb(16 46 52 / 0.6);
}
.bg-primary-dark\/65 {
    background-color: rgb(16 46 52 / 0.65);
}
.bg-primary-dark\/70 {
    background-color: rgb(16 46 52 / 0.7);
}
.bg-primary-dark\/75 {
    background-color: rgb(16 46 52 / 0.75);
}
.bg-primary-dark\/80 {
    background-color: rgb(16 46 52 / 0.8);
}
.bg-primary-dark\/85 {
    background-color: rgb(16 46 52 / 0.85);
}
.bg-primary-dark\/90 {
    background-color: rgb(16 46 52 / 0.9);
}
.bg-primary-dark\/95 {
    background-color: rgb(16 46 52 / 0.95);
}
.bg-primary-light {
    --tw-bg-opacity: 1;
    background-color: rgb(39 84 94 / var(--tw-bg-opacity, 1));
}
.bg-primary-light\/0 {
    background-color: rgb(39 84 94 / 0);
}
.bg-primary-light\/10 {
    background-color: rgb(39 84 94 / 0.1);
}
.bg-primary-light\/100 {
    background-color: rgb(39 84 94 / 1);
}
.bg-primary-light\/15 {
    background-color: rgb(39 84 94 / 0.15);
}
.bg-primary-light\/20 {
    background-color: rgb(39 84 94 / 0.2);
}
.bg-primary-light\/25 {
    background-color: rgb(39 84 94 / 0.25);
}
.bg-primary-light\/30 {
    background-color: rgb(39 84 94 / 0.3);
}
.bg-primary-light\/35 {
    background-color: rgb(39 84 94 / 0.35);
}
.bg-primary-light\/40 {
    background-color: rgb(39 84 94 / 0.4);
}
.bg-primary-light\/45 {
    background-color: rgb(39 84 94 / 0.45);
}
.bg-primary-light\/5 {
    background-color: rgb(39 84 94 / 0.05);
}
.bg-primary-light\/50 {
    background-color: rgb(39 84 94 / 0.5);
}
.bg-primary-light\/55 {
    background-color: rgb(39 84 94 / 0.55);
}
.bg-primary-light\/60 {
    background-color: rgb(39 84 94 / 0.6);
}
.bg-primary-light\/65 {
    background-color: rgb(39 84 94 / 0.65);
}
.bg-primary-light\/70 {
    background-color: rgb(39 84 94 / 0.7);
}
.bg-primary-light\/75 {
    background-color: rgb(39 84 94 / 0.75);
}
.bg-primary-light\/80 {
    background-color: rgb(39 84 94 / 0.8);
}
.bg-primary-light\/85 {
    background-color: rgb(39 84 94 / 0.85);
}
.bg-primary-light\/90 {
    background-color: rgb(39 84 94 / 0.9);
}
.bg-primary-light\/95 {
    background-color: rgb(39 84 94 / 0.95);
}
.bg-primary\/0 {
    background-color: rgb(33 69 77 / 0);
}
.bg-primary\/10 {
    background-color: rgb(33 69 77 / 0.1);
}
.bg-primary\/100 {
    background-color: rgb(33 69 77 / 1);
}
.bg-primary\/15 {
    background-color: rgb(33 69 77 / 0.15);
}
.bg-primary\/20 {
    background-color: rgb(33 69 77 / 0.2);
}
.bg-primary\/25 {
    background-color: rgb(33 69 77 / 0.25);
}
.bg-primary\/30 {
    background-color: rgb(33 69 77 / 0.3);
}
.bg-primary\/35 {
    background-color: rgb(33 69 77 / 0.35);
}
.bg-primary\/40 {
    background-color: rgb(33 69 77 / 0.4);
}
.bg-primary\/45 {
    background-color: rgb(33 69 77 / 0.45);
}
.bg-primary\/5 {
    background-color: rgb(33 69 77 / 0.05);
}
.bg-primary\/50 {
    background-color: rgb(33 69 77 / 0.5);
}
.bg-primary\/55 {
    background-color: rgb(33 69 77 / 0.55);
}
.bg-primary\/60 {
    background-color: rgb(33 69 77 / 0.6);
}
.bg-primary\/65 {
    background-color: rgb(33 69 77 / 0.65);
}
.bg-primary\/70 {
    background-color: rgb(33 69 77 / 0.7);
}
.bg-primary\/75 {
    background-color: rgb(33 69 77 / 0.75);
}
.bg-primary\/80 {
    background-color: rgb(33 69 77 / 0.8);
}
.bg-primary\/85 {
    background-color: rgb(33 69 77 / 0.85);
}
.bg-primary\/90 {
    background-color: rgb(33 69 77 / 0.9);
}
.bg-primary\/95 {
    background-color: rgb(33 69 77 / 0.95);
}
.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(84 173 194 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(0 124 153 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark\/0 {
    background-color: rgb(0 124 153 / 0);
}
.bg-secondary-dark\/10 {
    background-color: rgb(0 124 153 / 0.1);
}
.bg-secondary-dark\/100 {
    background-color: rgb(0 124 153 / 1);
}
.bg-secondary-dark\/15 {
    background-color: rgb(0 124 153 / 0.15);
}
.bg-secondary-dark\/20 {
    background-color: rgb(0 124 153 / 0.2);
}
.bg-secondary-dark\/25 {
    background-color: rgb(0 124 153 / 0.25);
}
.bg-secondary-dark\/30 {
    background-color: rgb(0 124 153 / 0.3);
}
.bg-secondary-dark\/35 {
    background-color: rgb(0 124 153 / 0.35);
}
.bg-secondary-dark\/40 {
    background-color: rgb(0 124 153 / 0.4);
}
.bg-secondary-dark\/45 {
    background-color: rgb(0 124 153 / 0.45);
}
.bg-secondary-dark\/5 {
    background-color: rgb(0 124 153 / 0.05);
}
.bg-secondary-dark\/50 {
    background-color: rgb(0 124 153 / 0.5);
}
.bg-secondary-dark\/55 {
    background-color: rgb(0 124 153 / 0.55);
}
.bg-secondary-dark\/60 {
    background-color: rgb(0 124 153 / 0.6);
}
.bg-secondary-dark\/65 {
    background-color: rgb(0 124 153 / 0.65);
}
.bg-secondary-dark\/70 {
    background-color: rgb(0 124 153 / 0.7);
}
.bg-secondary-dark\/75 {
    background-color: rgb(0 124 153 / 0.75);
}
.bg-secondary-dark\/80 {
    background-color: rgb(0 124 153 / 0.8);
}
.bg-secondary-dark\/85 {
    background-color: rgb(0 124 153 / 0.85);
}
.bg-secondary-dark\/90 {
    background-color: rgb(0 124 153 / 0.9);
}
.bg-secondary-dark\/95 {
    background-color: rgb(0 124 153 / 0.95);
}
.bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgb(194 233 242 / var(--tw-bg-opacity, 1));
}
.bg-secondary-light\/0 {
    background-color: rgb(194 233 242 / 0);
}
.bg-secondary-light\/10 {
    background-color: rgb(194 233 242 / 0.1);
}
.bg-secondary-light\/100 {
    background-color: rgb(194 233 242 / 1);
}
.bg-secondary-light\/15 {
    background-color: rgb(194 233 242 / 0.15);
}
.bg-secondary-light\/20 {
    background-color: rgb(194 233 242 / 0.2);
}
.bg-secondary-light\/25 {
    background-color: rgb(194 233 242 / 0.25);
}
.bg-secondary-light\/30 {
    background-color: rgb(194 233 242 / 0.3);
}
.bg-secondary-light\/35 {
    background-color: rgb(194 233 242 / 0.35);
}
.bg-secondary-light\/40 {
    background-color: rgb(194 233 242 / 0.4);
}
.bg-secondary-light\/45 {
    background-color: rgb(194 233 242 / 0.45);
}
.bg-secondary-light\/5 {
    background-color: rgb(194 233 242 / 0.05);
}
.bg-secondary-light\/50 {
    background-color: rgb(194 233 242 / 0.5);
}
.bg-secondary-light\/55 {
    background-color: rgb(194 233 242 / 0.55);
}
.bg-secondary-light\/60 {
    background-color: rgb(194 233 242 / 0.6);
}
.bg-secondary-light\/65 {
    background-color: rgb(194 233 242 / 0.65);
}
.bg-secondary-light\/70 {
    background-color: rgb(194 233 242 / 0.7);
}
.bg-secondary-light\/75 {
    background-color: rgb(194 233 242 / 0.75);
}
.bg-secondary-light\/80 {
    background-color: rgb(194 233 242 / 0.8);
}
.bg-secondary-light\/85 {
    background-color: rgb(194 233 242 / 0.85);
}
.bg-secondary-light\/90 {
    background-color: rgb(194 233 242 / 0.9);
}
.bg-secondary-light\/95 {
    background-color: rgb(194 233 242 / 0.95);
}
.bg-secondary\/0 {
    background-color: rgb(84 173 194 / 0);
}
.bg-secondary\/10 {
    background-color: rgb(84 173 194 / 0.1);
}
.bg-secondary\/100 {
    background-color: rgb(84 173 194 / 1);
}
.bg-secondary\/15 {
    background-color: rgb(84 173 194 / 0.15);
}
.bg-secondary\/20 {
    background-color: rgb(84 173 194 / 0.2);
}
.bg-secondary\/25 {
    background-color: rgb(84 173 194 / 0.25);
}
.bg-secondary\/30 {
    background-color: rgb(84 173 194 / 0.3);
}
.bg-secondary\/35 {
    background-color: rgb(84 173 194 / 0.35);
}
.bg-secondary\/40 {
    background-color: rgb(84 173 194 / 0.4);
}
.bg-secondary\/45 {
    background-color: rgb(84 173 194 / 0.45);
}
.bg-secondary\/5 {
    background-color: rgb(84 173 194 / 0.05);
}
.bg-secondary\/50 {
    background-color: rgb(84 173 194 / 0.5);
}
.bg-secondary\/55 {
    background-color: rgb(84 173 194 / 0.55);
}
.bg-secondary\/60 {
    background-color: rgb(84 173 194 / 0.6);
}
.bg-secondary\/65 {
    background-color: rgb(84 173 194 / 0.65);
}
.bg-secondary\/70 {
    background-color: rgb(84 173 194 / 0.7);
}
.bg-secondary\/75 {
    background-color: rgb(84 173 194 / 0.75);
}
.bg-secondary\/80 {
    background-color: rgb(84 173 194 / 0.8);
}
.bg-secondary\/85 {
    background-color: rgb(84 173 194 / 0.85);
}
.bg-secondary\/90 {
    background-color: rgb(84 173 194 / 0.9);
}
.bg-secondary\/95 {
    background-color: rgb(84 173 194 / 0.95);
}
.bg-tan {
    --tw-bg-opacity: 1;
    background-color: rgb(240 238 233 / var(--tw-bg-opacity, 1));
}
.bg-tan\/0 {
    background-color: rgb(240 238 233 / 0);
}
.bg-tan\/10 {
    background-color: rgb(240 238 233 / 0.1);
}
.bg-tan\/100 {
    background-color: rgb(240 238 233 / 1);
}
.bg-tan\/15 {
    background-color: rgb(240 238 233 / 0.15);
}
.bg-tan\/20 {
    background-color: rgb(240 238 233 / 0.2);
}
.bg-tan\/25 {
    background-color: rgb(240 238 233 / 0.25);
}
.bg-tan\/30 {
    background-color: rgb(240 238 233 / 0.3);
}
.bg-tan\/35 {
    background-color: rgb(240 238 233 / 0.35);
}
.bg-tan\/40 {
    background-color: rgb(240 238 233 / 0.4);
}
.bg-tan\/45 {
    background-color: rgb(240 238 233 / 0.45);
}
.bg-tan\/5 {
    background-color: rgb(240 238 233 / 0.05);
}
.bg-tan\/50 {
    background-color: rgb(240 238 233 / 0.5);
}
.bg-tan\/55 {
    background-color: rgb(240 238 233 / 0.55);
}
.bg-tan\/60 {
    background-color: rgb(240 238 233 / 0.6);
}
.bg-tan\/65 {
    background-color: rgb(240 238 233 / 0.65);
}
.bg-tan\/70 {
    background-color: rgb(240 238 233 / 0.7);
}
.bg-tan\/75 {
    background-color: rgb(240 238 233 / 0.75);
}
.bg-tan\/80 {
    background-color: rgb(240 238 233 / 0.8);
}
.bg-tan\/85 {
    background-color: rgb(240 238 233 / 0.85);
}
.bg-tan\/90 {
    background-color: rgb(240 238 233 / 0.9);
}
.bg-tan\/95 {
    background-color: rgb(240 238 233 / 0.95);
}
.bg-transparent {
    background-color: transparent;
}
.bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
    background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
    background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
    background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
    background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
    background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0 {
    --tw-bg-opacity: 0;
}
.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
    --tw-bg-opacity: 1;
}
.bg-opacity-15 {
    --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
    --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
    --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
    --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
    --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
    --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
    background-image: none;
}
.from-primary {
    --tw-gradient-from: #21454D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 69 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-tan {
    --tw-gradient-from: #F0EEE9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(240 238 233 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
    --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/95 {
    --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-30\% {
    --tw-gradient-from-position: 30%;
}
.via-white\/70 {
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-primary-dark {
    --tw-gradient-to: #102E34 var(--tw-gradient-to-position);
}
.bg-auto {
    background-size: auto;
}
.bg-contain {
    background-size: contain;
}
.bg-cover {
    background-size: cover;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-local {
    background-attachment: local;
}
.bg-scroll {
    background-attachment: scroll;
}
.bg-clip-border {
    background-clip: border-box;
}
.bg-clip-padding {
    background-clip: padding-box;
}
.bg-clip-content {
    background-clip: content-box;
}
.bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
}
.bg-bottom {
    background-position: bottom;
}
.bg-center {
    background-position: center;
}
.bg-left {
    background-position: left;
}
.bg-left-bottom {
    background-position: left bottom;
}
.bg-left-top {
    background-position: left top;
}
.bg-right {
    background-position: right;
}
.bg-right-bottom {
    background-position: right bottom;
}
.bg-right-top {
    background-position: right top;
}
.bg-top {
    background-position: top;
}
.bg-repeat {
    background-repeat: repeat;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-repeat-x {
    background-repeat: repeat-x;
}
.bg-repeat-y {
    background-repeat: repeat-y;
}
.bg-repeat-round {
    background-repeat: round;
}
.bg-repeat-space {
    background-repeat: space;
}
.bg-origin-border {
    background-origin: border-box;
}
.bg-origin-padding {
    background-origin: padding-box;
}
.bg-origin-content {
    background-origin: content-box;
}
.fill-current {
    fill: currentColor;
}
.stroke-primary {
    stroke: #21454D;
}
.object-cover {
    object-fit: cover;
}
.p-0\.5 {
    padding: 0.125rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pl-1\.5 {
    padding-left: 0.375rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pt-0 {
    padding-top: 0px;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-24 {
    padding-top: 6rem;
}
.pt-28 {
    padding-top: 7rem;
}
.pt-32 {
    padding-top: 8rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-40 {
    padding-top: 10rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-start {
    text-align: start;
}
.text-end {
    text-align: end;
}
.align-text-top {
    vertical-align: text-top;
}
.align-text-bottom {
    vertical-align: text-bottom;
}
.font-heading {
    font-family: Roboto Slab, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans {
    font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}
.text-8xl {
    font-size: 6rem;
    line-height: 1;
}
.text-9xl {
    font-size: 8rem;
    line-height: 1;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold {
    font-weight: 700;
}
.font-normal {
    font-weight: 400;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-8 {
    line-height: 2rem;
}
.leading-none {
    line-height: 1;
}
.leading-normal {
    line-height: 1.5;
}
.leading-tight {
    line-height: 1.25;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-accent-orange {
    --tw-text-opacity: 1;
    color: rgb(255 170 26 / var(--tw-text-opacity, 1));
}
.text-accent-orange\/0 {
    color: rgb(255 170 26 / 0);
}
.text-accent-orange\/10 {
    color: rgb(255 170 26 / 0.1);
}
.text-accent-orange\/100 {
    color: rgb(255 170 26 / 1);
}
.text-accent-orange\/15 {
    color: rgb(255 170 26 / 0.15);
}
.text-accent-orange\/20 {
    color: rgb(255 170 26 / 0.2);
}
.text-accent-orange\/25 {
    color: rgb(255 170 26 / 0.25);
}
.text-accent-orange\/30 {
    color: rgb(255 170 26 / 0.3);
}
.text-accent-orange\/35 {
    color: rgb(255 170 26 / 0.35);
}
.text-accent-orange\/40 {
    color: rgb(255 170 26 / 0.4);
}
.text-accent-orange\/45 {
    color: rgb(255 170 26 / 0.45);
}
.text-accent-orange\/5 {
    color: rgb(255 170 26 / 0.05);
}
.text-accent-orange\/50 {
    color: rgb(255 170 26 / 0.5);
}
.text-accent-orange\/55 {
    color: rgb(255 170 26 / 0.55);
}
.text-accent-orange\/60 {
    color: rgb(255 170 26 / 0.6);
}
.text-accent-orange\/65 {
    color: rgb(255 170 26 / 0.65);
}
.text-accent-orange\/70 {
    color: rgb(255 170 26 / 0.7);
}
.text-accent-orange\/75 {
    color: rgb(255 170 26 / 0.75);
}
.text-accent-orange\/80 {
    color: rgb(255 170 26 / 0.8);
}
.text-accent-orange\/85 {
    color: rgb(255 170 26 / 0.85);
}
.text-accent-orange\/90 {
    color: rgb(255 170 26 / 0.9);
}
.text-accent-orange\/95 {
    color: rgb(255 170 26 / 0.95);
}
.text-accent-red {
    --tw-text-opacity: 1;
    color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.text-accent-red\/0 {
    color: rgb(255 113 91 / 0);
}
.text-accent-red\/10 {
    color: rgb(255 113 91 / 0.1);
}
.text-accent-red\/100 {
    color: rgb(255 113 91 / 1);
}
.text-accent-red\/15 {
    color: rgb(255 113 91 / 0.15);
}
.text-accent-red\/20 {
    color: rgb(255 113 91 / 0.2);
}
.text-accent-red\/25 {
    color: rgb(255 113 91 / 0.25);
}
.text-accent-red\/30 {
    color: rgb(255 113 91 / 0.3);
}
.text-accent-red\/35 {
    color: rgb(255 113 91 / 0.35);
}
.text-accent-red\/40 {
    color: rgb(255 113 91 / 0.4);
}
.text-accent-red\/45 {
    color: rgb(255 113 91 / 0.45);
}
.text-accent-red\/5 {
    color: rgb(255 113 91 / 0.05);
}
.text-accent-red\/50 {
    color: rgb(255 113 91 / 0.5);
}
.text-accent-red\/55 {
    color: rgb(255 113 91 / 0.55);
}
.text-accent-red\/60 {
    color: rgb(255 113 91 / 0.6);
}
.text-accent-red\/65 {
    color: rgb(255 113 91 / 0.65);
}
.text-accent-red\/70 {
    color: rgb(255 113 91 / 0.7);
}
.text-accent-red\/75 {
    color: rgb(255 113 91 / 0.75);
}
.text-accent-red\/80 {
    color: rgb(255 113 91 / 0.8);
}
.text-accent-red\/85 {
    color: rgb(255 113 91 / 0.85);
}
.text-accent-red\/90 {
    color: rgb(255 113 91 / 0.9);
}
.text-accent-red\/95 {
    color: rgb(255 113 91 / 0.95);
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(20 19 19 / var(--tw-text-opacity, 1));
}
.text-black\/0 {
    color: rgb(20 19 19 / 0);
}
.text-black\/10 {
    color: rgb(20 19 19 / 0.1);
}
.text-black\/100 {
    color: rgb(20 19 19 / 1);
}
.text-black\/15 {
    color: rgb(20 19 19 / 0.15);
}
.text-black\/20 {
    color: rgb(20 19 19 / 0.2);
}
.text-black\/25 {
    color: rgb(20 19 19 / 0.25);
}
.text-black\/30 {
    color: rgb(20 19 19 / 0.3);
}
.text-black\/35 {
    color: rgb(20 19 19 / 0.35);
}
.text-black\/40 {
    color: rgb(20 19 19 / 0.4);
}
.text-black\/45 {
    color: rgb(20 19 19 / 0.45);
}
.text-black\/5 {
    color: rgb(20 19 19 / 0.05);
}
.text-black\/50 {
    color: rgb(20 19 19 / 0.5);
}
.text-black\/55 {
    color: rgb(20 19 19 / 0.55);
}
.text-black\/60 {
    color: rgb(20 19 19 / 0.6);
}
.text-black\/65 {
    color: rgb(20 19 19 / 0.65);
}
.text-black\/70 {
    color: rgb(20 19 19 / 0.7);
}
.text-black\/75 {
    color: rgb(20 19 19 / 0.75);
}
.text-black\/80 {
    color: rgb(20 19 19 / 0.8);
}
.text-black\/85 {
    color: rgb(20 19 19 / 0.85);
}
.text-black\/90 {
    color: rgb(20 19 19 / 0.9);
}
.text-black\/95 {
    color: rgb(20 19 19 / 0.95);
}
.text-current {
    color: currentColor;
}
.text-error {
    --tw-text-opacity: 1;
    color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.text-error\/0 {
    color: rgb(255 113 91 / 0);
}
.text-error\/10 {
    color: rgb(255 113 91 / 0.1);
}
.text-error\/100 {
    color: rgb(255 113 91 / 1);
}
.text-error\/15 {
    color: rgb(255 113 91 / 0.15);
}
.text-error\/20 {
    color: rgb(255 113 91 / 0.2);
}
.text-error\/25 {
    color: rgb(255 113 91 / 0.25);
}
.text-error\/30 {
    color: rgb(255 113 91 / 0.3);
}
.text-error\/35 {
    color: rgb(255 113 91 / 0.35);
}
.text-error\/40 {
    color: rgb(255 113 91 / 0.4);
}
.text-error\/45 {
    color: rgb(255 113 91 / 0.45);
}
.text-error\/5 {
    color: rgb(255 113 91 / 0.05);
}
.text-error\/50 {
    color: rgb(255 113 91 / 0.5);
}
.text-error\/55 {
    color: rgb(255 113 91 / 0.55);
}
.text-error\/60 {
    color: rgb(255 113 91 / 0.6);
}
.text-error\/65 {
    color: rgb(255 113 91 / 0.65);
}
.text-error\/70 {
    color: rgb(255 113 91 / 0.7);
}
.text-error\/75 {
    color: rgb(255 113 91 / 0.75);
}
.text-error\/80 {
    color: rgb(255 113 91 / 0.8);
}
.text-error\/85 {
    color: rgb(255 113 91 / 0.85);
}
.text-error\/90 {
    color: rgb(255 113 91 / 0.9);
}
.text-error\/95 {
    color: rgb(255 113 91 / 0.95);
}
.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-100\/0 {
    color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
    color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
    color: rgb(243 244 246 / 1);
}
.text-gray-100\/15 {
    color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20 {
    color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
    color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
    color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35 {
    color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40 {
    color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45 {
    color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5 {
    color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
    color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55 {
    color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60 {
    color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65 {
    color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70 {
    color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
    color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
    color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85 {
    color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90 {
    color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
    color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-200\/0 {
    color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
    color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
    color: rgb(229 231 235 / 1);
}
.text-gray-200\/15 {
    color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20 {
    color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
    color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
    color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35 {
    color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40 {
    color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45 {
    color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5 {
    color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
    color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55 {
    color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60 {
    color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65 {
    color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70 {
    color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
    color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
    color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85 {
    color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90 {
    color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
    color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-300\/0 {
    color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
    color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
    color: rgb(209 213 219 / 1);
}
.text-gray-300\/15 {
    color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20 {
    color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
    color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
    color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35 {
    color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40 {
    color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45 {
    color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5 {
    color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
    color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55 {
    color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60 {
    color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65 {
    color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70 {
    color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
    color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
    color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85 {
    color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90 {
    color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
    color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0 {
    color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
    color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
    color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
    color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20 {
    color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
    color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
    color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
    color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40 {
    color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
    color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
    color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
    color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
    color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
    color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
    color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
    color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
    color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
    color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
    color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
    color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
    color: rgb(156 163 175 / 0.95);
}
.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-50\/0 {
    color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
    color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
    color: rgb(249 250 251 / 1);
}
.text-gray-50\/15 {
    color: rgb(249 250 251 / 0.15);
}
.text-gray-50\/20 {
    color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
    color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
    color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/35 {
    color: rgb(249 250 251 / 0.35);
}
.text-gray-50\/40 {
    color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/45 {
    color: rgb(249 250 251 / 0.45);
}
.text-gray-50\/5 {
    color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
    color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/55 {
    color: rgb(249 250 251 / 0.55);
}
.text-gray-50\/60 {
    color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/65 {
    color: rgb(249 250 251 / 0.65);
}
.text-gray-50\/70 {
    color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
    color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
    color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/85 {
    color: rgb(249 250 251 / 0.85);
}
.text-gray-50\/90 {
    color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
    color: rgb(249 250 251 / 0.95);
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0 {
    color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
    color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
    color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
    color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20 {
    color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
    color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
    color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
    color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40 {
    color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
    color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
    color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
    color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
    color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
    color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
    color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
    color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
    color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
    color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
    color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
    color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
    color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0 {
    color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
    color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
    color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
    color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20 {
    color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
    color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
    color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
    color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40 {
    color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
    color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
    color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
    color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
    color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
    color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
    color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
    color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
    color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
    color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
    color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
    color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
    color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-700\/0 {
    color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
    color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
    color: rgb(55 65 81 / 1);
}
.text-gray-700\/15 {
    color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20 {
    color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
    color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
    color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35 {
    color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40 {
    color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45 {
    color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5 {
    color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
    color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55 {
    color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60 {
    color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65 {
    color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70 {
    color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
    color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
    color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85 {
    color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90 {
    color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
    color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-800\/0 {
    color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
    color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
    color: rgb(31 41 55 / 1);
}
.text-gray-800\/15 {
    color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20 {
    color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
    color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
    color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35 {
    color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40 {
    color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45 {
    color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5 {
    color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
    color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55 {
    color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60 {
    color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65 {
    color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70 {
    color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
    color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
    color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85 {
    color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90 {
    color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
    color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-900\/0 {
    color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
    color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
    color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
    color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20 {
    color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
    color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
    color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
    color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40 {
    color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
    color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
    color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
    color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
    color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
    color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
    color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
    color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
    color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
    color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
    color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
    color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
    color: rgb(17 24 39 / 0.95);
}
.text-gray-950 {
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-gray-950\/0 {
    color: rgb(3 7 18 / 0);
}
.text-gray-950\/10 {
    color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100 {
    color: rgb(3 7 18 / 1);
}
.text-gray-950\/15 {
    color: rgb(3 7 18 / 0.15);
}
.text-gray-950\/20 {
    color: rgb(3 7 18 / 0.2);
}
.text-gray-950\/25 {
    color: rgb(3 7 18 / 0.25);
}
.text-gray-950\/30 {
    color: rgb(3 7 18 / 0.3);
}
.text-gray-950\/35 {
    color: rgb(3 7 18 / 0.35);
}
.text-gray-950\/40 {
    color: rgb(3 7 18 / 0.4);
}
.text-gray-950\/45 {
    color: rgb(3 7 18 / 0.45);
}
.text-gray-950\/5 {
    color: rgb(3 7 18 / 0.05);
}
.text-gray-950\/50 {
    color: rgb(3 7 18 / 0.5);
}
.text-gray-950\/55 {
    color: rgb(3 7 18 / 0.55);
}
.text-gray-950\/60 {
    color: rgb(3 7 18 / 0.6);
}
.text-gray-950\/65 {
    color: rgb(3 7 18 / 0.65);
}
.text-gray-950\/70 {
    color: rgb(3 7 18 / 0.7);
}
.text-gray-950\/75 {
    color: rgb(3 7 18 / 0.75);
}
.text-gray-950\/80 {
    color: rgb(3 7 18 / 0.8);
}
.text-gray-950\/85 {
    color: rgb(3 7 18 / 0.85);
}
.text-gray-950\/90 {
    color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95 {
    color: rgb(3 7 18 / 0.95);
}
.text-inherit {
    color: inherit;
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
.text-primary-dark {
    --tw-text-opacity: 1;
    color: rgb(16 46 52 / var(--tw-text-opacity, 1));
}
.text-primary-dark\/0 {
    color: rgb(16 46 52 / 0);
}
.text-primary-dark\/10 {
    color: rgb(16 46 52 / 0.1);
}
.text-primary-dark\/100 {
    color: rgb(16 46 52 / 1);
}
.text-primary-dark\/15 {
    color: rgb(16 46 52 / 0.15);
}
.text-primary-dark\/20 {
    color: rgb(16 46 52 / 0.2);
}
.text-primary-dark\/25 {
    color: rgb(16 46 52 / 0.25);
}
.text-primary-dark\/30 {
    color: rgb(16 46 52 / 0.3);
}
.text-primary-dark\/35 {
    color: rgb(16 46 52 / 0.35);
}
.text-primary-dark\/40 {
    color: rgb(16 46 52 / 0.4);
}
.text-primary-dark\/45 {
    color: rgb(16 46 52 / 0.45);
}
.text-primary-dark\/5 {
    color: rgb(16 46 52 / 0.05);
}
.text-primary-dark\/50 {
    color: rgb(16 46 52 / 0.5);
}
.text-primary-dark\/55 {
    color: rgb(16 46 52 / 0.55);
}
.text-primary-dark\/60 {
    color: rgb(16 46 52 / 0.6);
}
.text-primary-dark\/65 {
    color: rgb(16 46 52 / 0.65);
}
.text-primary-dark\/70 {
    color: rgb(16 46 52 / 0.7);
}
.text-primary-dark\/75 {
    color: rgb(16 46 52 / 0.75);
}
.text-primary-dark\/80 {
    color: rgb(16 46 52 / 0.8);
}
.text-primary-dark\/85 {
    color: rgb(16 46 52 / 0.85);
}
.text-primary-dark\/90 {
    color: rgb(16 46 52 / 0.9);
}
.text-primary-dark\/95 {
    color: rgb(16 46 52 / 0.95);
}
.text-primary-light {
    --tw-text-opacity: 1;
    color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}
.text-primary-light\/0 {
    color: rgb(39 84 94 / 0);
}
.text-primary-light\/10 {
    color: rgb(39 84 94 / 0.1);
}
.text-primary-light\/100 {
    color: rgb(39 84 94 / 1);
}
.text-primary-light\/15 {
    color: rgb(39 84 94 / 0.15);
}
.text-primary-light\/20 {
    color: rgb(39 84 94 / 0.2);
}
.text-primary-light\/25 {
    color: rgb(39 84 94 / 0.25);
}
.text-primary-light\/30 {
    color: rgb(39 84 94 / 0.3);
}
.text-primary-light\/35 {
    color: rgb(39 84 94 / 0.35);
}
.text-primary-light\/40 {
    color: rgb(39 84 94 / 0.4);
}
.text-primary-light\/45 {
    color: rgb(39 84 94 / 0.45);
}
.text-primary-light\/5 {
    color: rgb(39 84 94 / 0.05);
}
.text-primary-light\/50 {
    color: rgb(39 84 94 / 0.5);
}
.text-primary-light\/55 {
    color: rgb(39 84 94 / 0.55);
}
.text-primary-light\/60 {
    color: rgb(39 84 94 / 0.6);
}
.text-primary-light\/65 {
    color: rgb(39 84 94 / 0.65);
}
.text-primary-light\/70 {
    color: rgb(39 84 94 / 0.7);
}
.text-primary-light\/75 {
    color: rgb(39 84 94 / 0.75);
}
.text-primary-light\/80 {
    color: rgb(39 84 94 / 0.8);
}
.text-primary-light\/85 {
    color: rgb(39 84 94 / 0.85);
}
.text-primary-light\/90 {
    color: rgb(39 84 94 / 0.9);
}
.text-primary-light\/95 {
    color: rgb(39 84 94 / 0.95);
}
.text-primary\/0 {
    color: rgb(33 69 77 / 0);
}
.text-primary\/10 {
    color: rgb(33 69 77 / 0.1);
}
.text-primary\/100 {
    color: rgb(33 69 77 / 1);
}
.text-primary\/15 {
    color: rgb(33 69 77 / 0.15);
}
.text-primary\/20 {
    color: rgb(33 69 77 / 0.2);
}
.text-primary\/25 {
    color: rgb(33 69 77 / 0.25);
}
.text-primary\/30 {
    color: rgb(33 69 77 / 0.3);
}
.text-primary\/35 {
    color: rgb(33 69 77 / 0.35);
}
.text-primary\/40 {
    color: rgb(33 69 77 / 0.4);
}
.text-primary\/45 {
    color: rgb(33 69 77 / 0.45);
}
.text-primary\/5 {
    color: rgb(33 69 77 / 0.05);
}
.text-primary\/50 {
    color: rgb(33 69 77 / 0.5);
}
.text-primary\/55 {
    color: rgb(33 69 77 / 0.55);
}
.text-primary\/60 {
    color: rgb(33 69 77 / 0.6);
}
.text-primary\/65 {
    color: rgb(33 69 77 / 0.65);
}
.text-primary\/70 {
    color: rgb(33 69 77 / 0.7);
}
.text-primary\/75 {
    color: rgb(33 69 77 / 0.75);
}
.text-primary\/80 {
    color: rgb(33 69 77 / 0.8);
}
.text-primary\/85 {
    color: rgb(33 69 77 / 0.85);
}
.text-primary\/90 {
    color: rgb(33 69 77 / 0.9);
}
.text-primary\/95 {
    color: rgb(33 69 77 / 0.95);
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}
.text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgb(0 124 153 / var(--tw-text-opacity, 1));
}
.text-secondary-dark\/0 {
    color: rgb(0 124 153 / 0);
}
.text-secondary-dark\/10 {
    color: rgb(0 124 153 / 0.1);
}
.text-secondary-dark\/100 {
    color: rgb(0 124 153 / 1);
}
.text-secondary-dark\/15 {
    color: rgb(0 124 153 / 0.15);
}
.text-secondary-dark\/20 {
    color: rgb(0 124 153 / 0.2);
}
.text-secondary-dark\/25 {
    color: rgb(0 124 153 / 0.25);
}
.text-secondary-dark\/30 {
    color: rgb(0 124 153 / 0.3);
}
.text-secondary-dark\/35 {
    color: rgb(0 124 153 / 0.35);
}
.text-secondary-dark\/40 {
    color: rgb(0 124 153 / 0.4);
}
.text-secondary-dark\/45 {
    color: rgb(0 124 153 / 0.45);
}
.text-secondary-dark\/5 {
    color: rgb(0 124 153 / 0.05);
}
.text-secondary-dark\/50 {
    color: rgb(0 124 153 / 0.5);
}
.text-secondary-dark\/55 {
    color: rgb(0 124 153 / 0.55);
}
.text-secondary-dark\/60 {
    color: rgb(0 124 153 / 0.6);
}
.text-secondary-dark\/65 {
    color: rgb(0 124 153 / 0.65);
}
.text-secondary-dark\/70 {
    color: rgb(0 124 153 / 0.7);
}
.text-secondary-dark\/75 {
    color: rgb(0 124 153 / 0.75);
}
.text-secondary-dark\/80 {
    color: rgb(0 124 153 / 0.8);
}
.text-secondary-dark\/85 {
    color: rgb(0 124 153 / 0.85);
}
.text-secondary-dark\/90 {
    color: rgb(0 124 153 / 0.9);
}
.text-secondary-dark\/95 {
    color: rgb(0 124 153 / 0.95);
}
.text-secondary-light {
    --tw-text-opacity: 1;
    color: rgb(194 233 242 / var(--tw-text-opacity, 1));
}
.text-secondary-light\/0 {
    color: rgb(194 233 242 / 0);
}
.text-secondary-light\/10 {
    color: rgb(194 233 242 / 0.1);
}
.text-secondary-light\/100 {
    color: rgb(194 233 242 / 1);
}
.text-secondary-light\/15 {
    color: rgb(194 233 242 / 0.15);
}
.text-secondary-light\/20 {
    color: rgb(194 233 242 / 0.2);
}
.text-secondary-light\/25 {
    color: rgb(194 233 242 / 0.25);
}
.text-secondary-light\/30 {
    color: rgb(194 233 242 / 0.3);
}
.text-secondary-light\/35 {
    color: rgb(194 233 242 / 0.35);
}
.text-secondary-light\/40 {
    color: rgb(194 233 242 / 0.4);
}
.text-secondary-light\/45 {
    color: rgb(194 233 242 / 0.45);
}
.text-secondary-light\/5 {
    color: rgb(194 233 242 / 0.05);
}
.text-secondary-light\/50 {
    color: rgb(194 233 242 / 0.5);
}
.text-secondary-light\/55 {
    color: rgb(194 233 242 / 0.55);
}
.text-secondary-light\/60 {
    color: rgb(194 233 242 / 0.6);
}
.text-secondary-light\/65 {
    color: rgb(194 233 242 / 0.65);
}
.text-secondary-light\/70 {
    color: rgb(194 233 242 / 0.7);
}
.text-secondary-light\/75 {
    color: rgb(194 233 242 / 0.75);
}
.text-secondary-light\/80 {
    color: rgb(194 233 242 / 0.8);
}
.text-secondary-light\/85 {
    color: rgb(194 233 242 / 0.85);
}
.text-secondary-light\/90 {
    color: rgb(194 233 242 / 0.9);
}
.text-secondary-light\/95 {
    color: rgb(194 233 242 / 0.95);
}
.text-secondary\/0 {
    color: rgb(84 173 194 / 0);
}
.text-secondary\/10 {
    color: rgb(84 173 194 / 0.1);
}
.text-secondary\/100 {
    color: rgb(84 173 194 / 1);
}
.text-secondary\/15 {
    color: rgb(84 173 194 / 0.15);
}
.text-secondary\/20 {
    color: rgb(84 173 194 / 0.2);
}
.text-secondary\/25 {
    color: rgb(84 173 194 / 0.25);
}
.text-secondary\/30 {
    color: rgb(84 173 194 / 0.3);
}
.text-secondary\/35 {
    color: rgb(84 173 194 / 0.35);
}
.text-secondary\/40 {
    color: rgb(84 173 194 / 0.4);
}
.text-secondary\/45 {
    color: rgb(84 173 194 / 0.45);
}
.text-secondary\/5 {
    color: rgb(84 173 194 / 0.05);
}
.text-secondary\/50 {
    color: rgb(84 173 194 / 0.5);
}
.text-secondary\/55 {
    color: rgb(84 173 194 / 0.55);
}
.text-secondary\/60 {
    color: rgb(84 173 194 / 0.6);
}
.text-secondary\/65 {
    color: rgb(84 173 194 / 0.65);
}
.text-secondary\/70 {
    color: rgb(84 173 194 / 0.7);
}
.text-secondary\/75 {
    color: rgb(84 173 194 / 0.75);
}
.text-secondary\/80 {
    color: rgb(84 173 194 / 0.8);
}
.text-secondary\/85 {
    color: rgb(84 173 194 / 0.85);
}
.text-secondary\/90 {
    color: rgb(84 173 194 / 0.9);
}
.text-secondary\/95 {
    color: rgb(84 173 194 / 0.95);
}
.text-tan {
    --tw-text-opacity: 1;
    color: rgb(240 238 233 / var(--tw-text-opacity, 1));
}
.text-tan\/0 {
    color: rgb(240 238 233 / 0);
}
.text-tan\/10 {
    color: rgb(240 238 233 / 0.1);
}
.text-tan\/100 {
    color: rgb(240 238 233 / 1);
}
.text-tan\/15 {
    color: rgb(240 238 233 / 0.15);
}
.text-tan\/20 {
    color: rgb(240 238 233 / 0.2);
}
.text-tan\/25 {
    color: rgb(240 238 233 / 0.25);
}
.text-tan\/30 {
    color: rgb(240 238 233 / 0.3);
}
.text-tan\/35 {
    color: rgb(240 238 233 / 0.35);
}
.text-tan\/40 {
    color: rgb(240 238 233 / 0.4);
}
.text-tan\/45 {
    color: rgb(240 238 233 / 0.45);
}
.text-tan\/5 {
    color: rgb(240 238 233 / 0.05);
}
.text-tan\/50 {
    color: rgb(240 238 233 / 0.5);
}
.text-tan\/55 {
    color: rgb(240 238 233 / 0.55);
}
.text-tan\/60 {
    color: rgb(240 238 233 / 0.6);
}
.text-tan\/65 {
    color: rgb(240 238 233 / 0.65);
}
.text-tan\/70 {
    color: rgb(240 238 233 / 0.7);
}
.text-tan\/75 {
    color: rgb(240 238 233 / 0.75);
}
.text-tan\/80 {
    color: rgb(240 238 233 / 0.8);
}
.text-tan\/85 {
    color: rgb(240 238 233 / 0.85);
}
.text-tan\/90 {
    color: rgb(240 238 233 / 0.9);
}
.text-tan\/95 {
    color: rgb(240 238 233 / 0.95);
}
.text-transparent {
    color: transparent;
}
.text-transparent\/0 {
    color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
    color: rgb(0 0 0 / 1);
}
.text-transparent\/15 {
    color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35 {
    color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45 {
    color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55 {
    color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65 {
    color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85 {
    color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
    color: rgb(255 255 255 / 0);
}
.text-white\/10 {
    color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
    color: rgb(255 255 255 / 1);
}
.text-white\/15 {
    color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
    color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
    color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
    color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
    color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
    color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
    color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
    color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
    color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
    color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
    color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
    color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
    color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
    color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
    color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
    color: rgb(255 255 255 / 0.95);
}
.text-opacity-0 {
    --tw-text-opacity: 0;
}
.text-opacity-10 {
    --tw-text-opacity: 0.1;
}
.text-opacity-100 {
    --tw-text-opacity: 1;
}
.text-opacity-15 {
    --tw-text-opacity: 0.15;
}
.text-opacity-20 {
    --tw-text-opacity: 0.2;
}
.text-opacity-25 {
    --tw-text-opacity: 0.25;
}
.text-opacity-30 {
    --tw-text-opacity: 0.3;
}
.text-opacity-35 {
    --tw-text-opacity: 0.35;
}
.text-opacity-40 {
    --tw-text-opacity: 0.4;
}
.text-opacity-45 {
    --tw-text-opacity: 0.45;
}
.text-opacity-5 {
    --tw-text-opacity: 0.05;
}
.text-opacity-50 {
    --tw-text-opacity: 0.5;
}
.text-opacity-55 {
    --tw-text-opacity: 0.55;
}
.text-opacity-60 {
    --tw-text-opacity: 0.6;
}
.text-opacity-65 {
    --tw-text-opacity: 0.65;
}
.text-opacity-70 {
    --tw-text-opacity: 0.7;
}
.text-opacity-75 {
    --tw-text-opacity: 0.75;
}
.text-opacity-80 {
    --tw-text-opacity: 0.8;
}
.text-opacity-85 {
    --tw-text-opacity: 0.85;
}
.text-opacity-90 {
    --tw-text-opacity: 0.9;
}
.text-opacity-95 {
    --tw-text-opacity: 0.95;
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-90 {
    opacity: 0.9;
}
.bg-blend-normal {
    background-blend-mode: normal;
}
.bg-blend-multiply {
    background-blend-mode: multiply;
}
.bg-blend-screen {
    background-blend-mode: screen;
}
.bg-blend-overlay {
    background-blend-mode: overlay;
}
.bg-blend-darken {
    background-blend-mode: darken;
}
.bg-blend-lighten {
    background-blend-mode: lighten;
}
.bg-blend-color-dodge {
    background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
    background-blend-mode: color-burn;
}
.bg-blend-hard-light {
    background-blend-mode: hard-light;
}
.bg-blend-soft-light {
    background-blend-mode: soft-light;
}
.bg-blend-difference {
    background-blend-mode: difference;
}
.bg-blend-exclusion {
    background-blend-mode: exclusion;
}
.bg-blend-hue {
    background-blend-mode: hue;
}
.bg-blend-saturation {
    background-blend-mode: saturation;
}
.bg-blend-color {
    background-blend-mode: color;
}
.bg-blend-luminosity {
    background-blend-mode: luminosity;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-primary\/20 {
    --tw-shadow-color: rgb(33 69 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
    --tw-ring-inset: inset;
}
.ring-primary\/50 {
    --tw-ring-color: rgb(33 69 77 / 0.5);
}
.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
    -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);
}
.backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.delay-75 {
    transition-delay: 75ms;
}
.duration-1000 {
    transition-duration: 1000ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.duration-700 {
    transition-duration: 700ms;
}
.duration-\[3000ms\] {
    transition-duration: 3000ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:text-input:hover {
    height: 3rem;
    width: 100%;
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hover\:text-input:hover:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:text-input:hover:focus {
    --tw-border-opacity: 1;
    border-color: rgb(84 173 194 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
@media (min-width: 768px) {
    .hover\:text-input:hover {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 1024px) {
    .hover\:text-input:hover {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.focus\:text-input:focus {
    height: 3rem;
    width: 100%;
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.focus\:text-input:focus:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:text-input:focus:focus {
    --tw-border-opacity: 1;
    border-color: rgb(84 173 194 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
@media (min-width: 768px) {
    .focus\:text-input:focus {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 1024px) {
    .focus\:text-input:focus {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.dark\:prose-invert:is(.dark *) {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.dark\:prose-dark:is(.dark *) {
    color: #FFF;
}
.dark\:prose-dark:is(.dark *) :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #FFF;
}
.dark\:prose-dark:is(.dark *) :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #FFF;
}
.dark\:prose-dark:is(.dark *) :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #FFF;
}
.dark\:prose-dark:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: #FFAA1A;
}
.dark\:prose-dark:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
    color: #C2E9F2;
    text-decoration: none;
}
.dark\:prose-dark:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
}
@media (min-width: 768px) {
    .md\:prose-lg {
        font-size: 1.125rem;
        line-height: 1.7777778;
    }
    .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.5rem !important;
        font-size: 1.125rem;
        line-height: 1.9rem;
    }
    .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }
    .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        -webkit-padding-start: 1em;
                padding-inline-start: 1em;
    }
    .md\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }
    .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 28px;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }
    .md\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 22px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 1.5;
    }
    .md\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
        font-size: 18px;
    }
    .md\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        -webkit-padding-end: 0.4444444em;
                padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        -webkit-padding-start: 0.4444444em;
                padding-inline-start: 0.4444444em;
    }
    .md\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
    }
    .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8666667em;
    }
    .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.875em;
    }
    .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        -webkit-padding-end: 1.5em;
                padding-inline-end: 1.5em;
        padding-bottom: 1em;
        -webkit-padding-start: 1.5em;
                padding-inline-start: 1.5em;
    }
    .md\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
                padding-inline-start: 1.5555556em;
    }
    .md\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
                padding-inline-start: 1.5555556em;
    }
    .md\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0 !important;
    }
    .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
                padding-inline-start: 0.4444444em;
    }
    .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
                padding-inline-start: 0.4444444em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }
    .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .md\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }
    .md\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }
    .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        -webkit-padding-start: 1.5555556em;
                padding-inline-start: 1.5555556em;
    }
    .md\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }
    .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .md\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
    }
    .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0.75em;
                padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
                padding-inline-start: 0.75em;
    }
    .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
                padding-inline-start: 0;
    }
    .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
                padding-inline-end: 0;
    }
    .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.75em;
        -webkit-padding-end: 0.75em;
                padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
                padding-inline-start: 0.75em;
    }
    .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
                padding-inline-start: 0;
    }
    .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
                padding-inline-end: 0;
    }
    .md\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }
    .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .lg\:prose-lg {
        font-size: 1.125rem;
        line-height: 1.7777778;
    }
    .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.5rem !important;
        font-size: 1.125rem;
        line-height: 1.9rem;
    }
    .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }
    .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        -webkit-padding-start: 1em;
                padding-inline-start: 1em;
    }
    .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }
    .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 28px;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }
    .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 22px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 1.5;
    }
    .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
        font-size: 18px;
    }
    .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        -webkit-padding-end: 0.4444444em;
                padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        -webkit-padding-start: 0.4444444em;
                padding-inline-start: 0.4444444em;
    }
    .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
    }
    .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8666667em;
    }
    .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.875em;
    }
    .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        -webkit-padding-end: 1.5em;
                padding-inline-end: 1.5em;
        padding-bottom: 1em;
        -webkit-padding-start: 1.5em;
                padding-inline-start: 1.5em;
    }
    .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
                padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
                padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0 !important;
    }
    .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
                padding-inline-start: 0.4444444em;
    }
    .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
                padding-inline-start: 0.4444444em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }
    .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }
    .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }
    .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        -webkit-padding-start: 1.5555556em;
                padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }
    .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
    }
    .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0.75em;
                padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
                padding-inline-start: 0.75em;
    }
    .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
                padding-inline-start: 0;
    }
    .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
                padding-inline-end: 0;
    }
    .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.75em;
        -webkit-padding-end: 0.75em;
                padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
                padding-inline-start: 0.75em;
    }
    .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
                padding-inline-start: 0;
    }
    .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
                padding-inline-end: 0;
    }
    .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }
}
.after\:mt-3::after {
    content: var(--tw-content);
    margin-top: 0.75rem;
}
.after\:block::after {
    content: var(--tw-content);
    display: block;
}
.after\:h-0\.5::after {
    content: var(--tw-content);
    height: 0.125rem;
}
.after\:w-12::after {
    content: var(--tw-content);
    width: 3rem;
}
.after\:bg-accent-orange::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}
.last\:hidden:last-child {
    display: none;
}
.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-context-menu:hover {
    cursor: context-menu;
}
.hover\:cursor-pointer:hover {
    cursor: pointer;
}
.hover\:text-ellipsis:hover {
    text-overflow: ellipsis;
}
.hover\:text-clip:hover {
    text-overflow: clip;
}
.hover\:text-wrap:hover {
    text-wrap: wrap;
}
.hover\:text-nowrap:hover {
    text-wrap: nowrap;
}
.hover\:text-balance:hover {
    text-wrap: balance;
}
.hover\:text-pretty:hover {
    text-wrap: pretty;
}
.hover\:border-accent-orange:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 170 26 / var(--tw-border-opacity, 1));
}
.hover\:border-accent-red:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 113 91 / var(--tw-border-opacity, 1));
}
.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#0e1e22\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 30 34 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-orange\/0:hover {
    background-color: rgb(255 170 26 / 0);
}
.hover\:bg-accent-orange\/10:hover {
    background-color: rgb(255 170 26 / 0.1);
}
.hover\:bg-accent-orange\/100:hover {
    background-color: rgb(255 170 26 / 1);
}
.hover\:bg-accent-orange\/15:hover {
    background-color: rgb(255 170 26 / 0.15);
}
.hover\:bg-accent-orange\/20:hover {
    background-color: rgb(255 170 26 / 0.2);
}
.hover\:bg-accent-orange\/25:hover {
    background-color: rgb(255 170 26 / 0.25);
}
.hover\:bg-accent-orange\/30:hover {
    background-color: rgb(255 170 26 / 0.3);
}
.hover\:bg-accent-orange\/35:hover {
    background-color: rgb(255 170 26 / 0.35);
}
.hover\:bg-accent-orange\/40:hover {
    background-color: rgb(255 170 26 / 0.4);
}
.hover\:bg-accent-orange\/45:hover {
    background-color: rgb(255 170 26 / 0.45);
}
.hover\:bg-accent-orange\/5:hover {
    background-color: rgb(255 170 26 / 0.05);
}
.hover\:bg-accent-orange\/50:hover {
    background-color: rgb(255 170 26 / 0.5);
}
.hover\:bg-accent-orange\/55:hover {
    background-color: rgb(255 170 26 / 0.55);
}
.hover\:bg-accent-orange\/60:hover {
    background-color: rgb(255 170 26 / 0.6);
}
.hover\:bg-accent-orange\/65:hover {
    background-color: rgb(255 170 26 / 0.65);
}
.hover\:bg-accent-orange\/70:hover {
    background-color: rgb(255 170 26 / 0.7);
}
.hover\:bg-accent-orange\/75:hover {
    background-color: rgb(255 170 26 / 0.75);
}
.hover\:bg-accent-orange\/80:hover {
    background-color: rgb(255 170 26 / 0.8);
}
.hover\:bg-accent-orange\/85:hover {
    background-color: rgb(255 170 26 / 0.85);
}
.hover\:bg-accent-orange\/90:hover {
    background-color: rgb(255 170 26 / 0.9);
}
.hover\:bg-accent-orange\/95:hover {
    background-color: rgb(255 170 26 / 0.95);
}
.hover\:bg-accent-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-red\/0:hover {
    background-color: rgb(255 113 91 / 0);
}
.hover\:bg-accent-red\/10:hover {
    background-color: rgb(255 113 91 / 0.1);
}
.hover\:bg-accent-red\/100:hover {
    background-color: rgb(255 113 91 / 1);
}
.hover\:bg-accent-red\/15:hover {
    background-color: rgb(255 113 91 / 0.15);
}
.hover\:bg-accent-red\/20:hover {
    background-color: rgb(255 113 91 / 0.2);
}
.hover\:bg-accent-red\/25:hover {
    background-color: rgb(255 113 91 / 0.25);
}
.hover\:bg-accent-red\/30:hover {
    background-color: rgb(255 113 91 / 0.3);
}
.hover\:bg-accent-red\/35:hover {
    background-color: rgb(255 113 91 / 0.35);
}
.hover\:bg-accent-red\/40:hover {
    background-color: rgb(255 113 91 / 0.4);
}
.hover\:bg-accent-red\/45:hover {
    background-color: rgb(255 113 91 / 0.45);
}
.hover\:bg-accent-red\/5:hover {
    background-color: rgb(255 113 91 / 0.05);
}
.hover\:bg-accent-red\/50:hover {
    background-color: rgb(255 113 91 / 0.5);
}
.hover\:bg-accent-red\/55:hover {
    background-color: rgb(255 113 91 / 0.55);
}
.hover\:bg-accent-red\/60:hover {
    background-color: rgb(255 113 91 / 0.6);
}
.hover\:bg-accent-red\/65:hover {
    background-color: rgb(255 113 91 / 0.65);
}
.hover\:bg-accent-red\/70:hover {
    background-color: rgb(255 113 91 / 0.7);
}
.hover\:bg-accent-red\/75:hover {
    background-color: rgb(255 113 91 / 0.75);
}
.hover\:bg-accent-red\/80:hover {
    background-color: rgb(255 113 91 / 0.8);
}
.hover\:bg-accent-red\/85:hover {
    background-color: rgb(255 113 91 / 0.85);
}
.hover\:bg-accent-red\/90:hover {
    background-color: rgb(255 113 91 / 0.9);
}
.hover\:bg-accent-red\/95:hover {
    background-color: rgb(255 113 91 / 0.95);
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 19 19 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/0:hover {
    background-color: rgb(20 19 19 / 0);
}
.hover\:bg-black\/10:hover {
    background-color: rgb(20 19 19 / 0.1);
}
.hover\:bg-black\/100:hover {
    background-color: rgb(20 19 19 / 1);
}
.hover\:bg-black\/15:hover {
    background-color: rgb(20 19 19 / 0.15);
}
.hover\:bg-black\/20:hover {
    background-color: rgb(20 19 19 / 0.2);
}
.hover\:bg-black\/25:hover {
    background-color: rgb(20 19 19 / 0.25);
}
.hover\:bg-black\/30:hover {
    background-color: rgb(20 19 19 / 0.3);
}
.hover\:bg-black\/35:hover {
    background-color: rgb(20 19 19 / 0.35);
}
.hover\:bg-black\/40:hover {
    background-color: rgb(20 19 19 / 0.4);
}
.hover\:bg-black\/45:hover {
    background-color: rgb(20 19 19 / 0.45);
}
.hover\:bg-black\/5:hover {
    background-color: rgb(20 19 19 / 0.05);
}
.hover\:bg-black\/50:hover {
    background-color: rgb(20 19 19 / 0.5);
}
.hover\:bg-black\/55:hover {
    background-color: rgb(20 19 19 / 0.55);
}
.hover\:bg-black\/60:hover {
    background-color: rgb(20 19 19 / 0.6);
}
.hover\:bg-black\/65:hover {
    background-color: rgb(20 19 19 / 0.65);
}
.hover\:bg-black\/70:hover {
    background-color: rgb(20 19 19 / 0.7);
}
.hover\:bg-black\/75:hover {
    background-color: rgb(20 19 19 / 0.75);
}
.hover\:bg-black\/80:hover {
    background-color: rgb(20 19 19 / 0.8);
}
.hover\:bg-black\/85:hover {
    background-color: rgb(20 19 19 / 0.85);
}
.hover\:bg-black\/90:hover {
    background-color: rgb(20 19 19 / 0.9);
}
.hover\:bg-black\/95:hover {
    background-color: rgb(20 19 19 / 0.95);
}
.hover\:bg-current:hover {
    background-color: currentColor;
}
.hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.hover\:bg-error\/0:hover {
    background-color: rgb(255 113 91 / 0);
}
.hover\:bg-error\/10:hover {
    background-color: rgb(255 113 91 / 0.1);
}
.hover\:bg-error\/100:hover {
    background-color: rgb(255 113 91 / 1);
}
.hover\:bg-error\/15:hover {
    background-color: rgb(255 113 91 / 0.15);
}
.hover\:bg-error\/20:hover {
    background-color: rgb(255 113 91 / 0.2);
}
.hover\:bg-error\/25:hover {
    background-color: rgb(255 113 91 / 0.25);
}
.hover\:bg-error\/30:hover {
    background-color: rgb(255 113 91 / 0.3);
}
.hover\:bg-error\/35:hover {
    background-color: rgb(255 113 91 / 0.35);
}
.hover\:bg-error\/40:hover {
    background-color: rgb(255 113 91 / 0.4);
}
.hover\:bg-error\/45:hover {
    background-color: rgb(255 113 91 / 0.45);
}
.hover\:bg-error\/5:hover {
    background-color: rgb(255 113 91 / 0.05);
}
.hover\:bg-error\/50:hover {
    background-color: rgb(255 113 91 / 0.5);
}
.hover\:bg-error\/55:hover {
    background-color: rgb(255 113 91 / 0.55);
}
.hover\:bg-error\/60:hover {
    background-color: rgb(255 113 91 / 0.6);
}
.hover\:bg-error\/65:hover {
    background-color: rgb(255 113 91 / 0.65);
}
.hover\:bg-error\/70:hover {
    background-color: rgb(255 113 91 / 0.7);
}
.hover\:bg-error\/75:hover {
    background-color: rgb(255 113 91 / 0.75);
}
.hover\:bg-error\/80:hover {
    background-color: rgb(255 113 91 / 0.8);
}
.hover\:bg-error\/85:hover {
    background-color: rgb(255 113 91 / 0.85);
}
.hover\:bg-error\/90:hover {
    background-color: rgb(255 113 91 / 0.9);
}
.hover\:bg-error\/95:hover {
    background-color: rgb(255 113 91 / 0.95);
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100\/0:hover {
    background-color: rgb(243 244 246 / 0);
}
.hover\:bg-gray-100\/10:hover {
    background-color: rgb(243 244 246 / 0.1);
}
.hover\:bg-gray-100\/100:hover {
    background-color: rgb(243 244 246 / 1);
}
.hover\:bg-gray-100\/15:hover {
    background-color: rgb(243 244 246 / 0.15);
}
.hover\:bg-gray-100\/20:hover {
    background-color: rgb(243 244 246 / 0.2);
}
.hover\:bg-gray-100\/25:hover {
    background-color: rgb(243 244 246 / 0.25);
}
.hover\:bg-gray-100\/30:hover {
    background-color: rgb(243 244 246 / 0.3);
}
.hover\:bg-gray-100\/35:hover {
    background-color: rgb(243 244 246 / 0.35);
}
.hover\:bg-gray-100\/40:hover {
    background-color: rgb(243 244 246 / 0.4);
}
.hover\:bg-gray-100\/45:hover {
    background-color: rgb(243 244 246 / 0.45);
}
.hover\:bg-gray-100\/5:hover {
    background-color: rgb(243 244 246 / 0.05);
}
.hover\:bg-gray-100\/50:hover {
    background-color: rgb(243 244 246 / 0.5);
}
.hover\:bg-gray-100\/55:hover {
    background-color: rgb(243 244 246 / 0.55);
}
.hover\:bg-gray-100\/60:hover {
    background-color: rgb(243 244 246 / 0.6);
}
.hover\:bg-gray-100\/65:hover {
    background-color: rgb(243 244 246 / 0.65);
}
.hover\:bg-gray-100\/70:hover {
    background-color: rgb(243 244 246 / 0.7);
}
.hover\:bg-gray-100\/75:hover {
    background-color: rgb(243 244 246 / 0.75);
}
.hover\:bg-gray-100\/80:hover {
    background-color: rgb(243 244 246 / 0.8);
}
.hover\:bg-gray-100\/85:hover {
    background-color: rgb(243 244 246 / 0.85);
}
.hover\:bg-gray-100\/90:hover {
    background-color: rgb(243 244 246 / 0.9);
}
.hover\:bg-gray-100\/95:hover {
    background-color: rgb(243 244 246 / 0.95);
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200\/0:hover {
    background-color: rgb(229 231 235 / 0);
}
.hover\:bg-gray-200\/10:hover {
    background-color: rgb(229 231 235 / 0.1);
}
.hover\:bg-gray-200\/100:hover {
    background-color: rgb(229 231 235 / 1);
}
.hover\:bg-gray-200\/15:hover {
    background-color: rgb(229 231 235 / 0.15);
}
.hover\:bg-gray-200\/20:hover {
    background-color: rgb(229 231 235 / 0.2);
}
.hover\:bg-gray-200\/25:hover {
    background-color: rgb(229 231 235 / 0.25);
}
.hover\:bg-gray-200\/30:hover {
    background-color: rgb(229 231 235 / 0.3);
}
.hover\:bg-gray-200\/35:hover {
    background-color: rgb(229 231 235 / 0.35);
}
.hover\:bg-gray-200\/40:hover {
    background-color: rgb(229 231 235 / 0.4);
}
.hover\:bg-gray-200\/45:hover {
    background-color: rgb(229 231 235 / 0.45);
}
.hover\:bg-gray-200\/5:hover {
    background-color: rgb(229 231 235 / 0.05);
}
.hover\:bg-gray-200\/50:hover {
    background-color: rgb(229 231 235 / 0.5);
}
.hover\:bg-gray-200\/55:hover {
    background-color: rgb(229 231 235 / 0.55);
}
.hover\:bg-gray-200\/60:hover {
    background-color: rgb(229 231 235 / 0.6);
}
.hover\:bg-gray-200\/65:hover {
    background-color: rgb(229 231 235 / 0.65);
}
.hover\:bg-gray-200\/70:hover {
    background-color: rgb(229 231 235 / 0.7);
}
.hover\:bg-gray-200\/75:hover {
    background-color: rgb(229 231 235 / 0.75);
}
.hover\:bg-gray-200\/80:hover {
    background-color: rgb(229 231 235 / 0.8);
}
.hover\:bg-gray-200\/85:hover {
    background-color: rgb(229 231 235 / 0.85);
}
.hover\:bg-gray-200\/90:hover {
    background-color: rgb(229 231 235 / 0.9);
}
.hover\:bg-gray-200\/95:hover {
    background-color: rgb(229 231 235 / 0.95);
}
.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300\/0:hover {
    background-color: rgb(209 213 219 / 0);
}
.hover\:bg-gray-300\/10:hover {
    background-color: rgb(209 213 219 / 0.1);
}
.hover\:bg-gray-300\/100:hover {
    background-color: rgb(209 213 219 / 1);
}
.hover\:bg-gray-300\/15:hover {
    background-color: rgb(209 213 219 / 0.15);
}
.hover\:bg-gray-300\/20:hover {
    background-color: rgb(209 213 219 / 0.2);
}
.hover\:bg-gray-300\/25:hover {
    background-color: rgb(209 213 219 / 0.25);
}
.hover\:bg-gray-300\/30:hover {
    background-color: rgb(209 213 219 / 0.3);
}
.hover\:bg-gray-300\/35:hover {
    background-color: rgb(209 213 219 / 0.35);
}
.hover\:bg-gray-300\/40:hover {
    background-color: rgb(209 213 219 / 0.4);
}
.hover\:bg-gray-300\/45:hover {
    background-color: rgb(209 213 219 / 0.45);
}
.hover\:bg-gray-300\/5:hover {
    background-color: rgb(209 213 219 / 0.05);
}
.hover\:bg-gray-300\/50:hover {
    background-color: rgb(209 213 219 / 0.5);
}
.hover\:bg-gray-300\/55:hover {
    background-color: rgb(209 213 219 / 0.55);
}
.hover\:bg-gray-300\/60:hover {
    background-color: rgb(209 213 219 / 0.6);
}
.hover\:bg-gray-300\/65:hover {
    background-color: rgb(209 213 219 / 0.65);
}
.hover\:bg-gray-300\/70:hover {
    background-color: rgb(209 213 219 / 0.7);
}
.hover\:bg-gray-300\/75:hover {
    background-color: rgb(209 213 219 / 0.75);
}
.hover\:bg-gray-300\/80:hover {
    background-color: rgb(209 213 219 / 0.8);
}
.hover\:bg-gray-300\/85:hover {
    background-color: rgb(209 213 219 / 0.85);
}
.hover\:bg-gray-300\/90:hover {
    background-color: rgb(209 213 219 / 0.9);
}
.hover\:bg-gray-300\/95:hover {
    background-color: rgb(209 213 219 / 0.95);
}
.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400\/0:hover {
    background-color: rgb(156 163 175 / 0);
}
.hover\:bg-gray-400\/10:hover {
    background-color: rgb(156 163 175 / 0.1);
}
.hover\:bg-gray-400\/100:hover {
    background-color: rgb(156 163 175 / 1);
}
.hover\:bg-gray-400\/15:hover {
    background-color: rgb(156 163 175 / 0.15);
}
.hover\:bg-gray-400\/20:hover {
    background-color: rgb(156 163 175 / 0.2);
}
.hover\:bg-gray-400\/25:hover {
    background-color: rgb(156 163 175 / 0.25);
}
.hover\:bg-gray-400\/30:hover {
    background-color: rgb(156 163 175 / 0.3);
}
.hover\:bg-gray-400\/35:hover {
    background-color: rgb(156 163 175 / 0.35);
}
.hover\:bg-gray-400\/40:hover {
    background-color: rgb(156 163 175 / 0.4);
}
.hover\:bg-gray-400\/45:hover {
    background-color: rgb(156 163 175 / 0.45);
}
.hover\:bg-gray-400\/5:hover {
    background-color: rgb(156 163 175 / 0.05);
}
.hover\:bg-gray-400\/50:hover {
    background-color: rgb(156 163 175 / 0.5);
}
.hover\:bg-gray-400\/55:hover {
    background-color: rgb(156 163 175 / 0.55);
}
.hover\:bg-gray-400\/60:hover {
    background-color: rgb(156 163 175 / 0.6);
}
.hover\:bg-gray-400\/65:hover {
    background-color: rgb(156 163 175 / 0.65);
}
.hover\:bg-gray-400\/70:hover {
    background-color: rgb(156 163 175 / 0.7);
}
.hover\:bg-gray-400\/75:hover {
    background-color: rgb(156 163 175 / 0.75);
}
.hover\:bg-gray-400\/80:hover {
    background-color: rgb(156 163 175 / 0.8);
}
.hover\:bg-gray-400\/85:hover {
    background-color: rgb(156 163 175 / 0.85);
}
.hover\:bg-gray-400\/90:hover {
    background-color: rgb(156 163 175 / 0.9);
}
.hover\:bg-gray-400\/95:hover {
    background-color: rgb(156 163 175 / 0.95);
}
.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50\/0:hover {
    background-color: rgb(249 250 251 / 0);
}
.hover\:bg-gray-50\/10:hover {
    background-color: rgb(249 250 251 / 0.1);
}
.hover\:bg-gray-50\/100:hover {
    background-color: rgb(249 250 251 / 1);
}
.hover\:bg-gray-50\/15:hover {
    background-color: rgb(249 250 251 / 0.15);
}
.hover\:bg-gray-50\/20:hover {
    background-color: rgb(249 250 251 / 0.2);
}
.hover\:bg-gray-50\/25:hover {
    background-color: rgb(249 250 251 / 0.25);
}
.hover\:bg-gray-50\/30:hover {
    background-color: rgb(249 250 251 / 0.3);
}
.hover\:bg-gray-50\/35:hover {
    background-color: rgb(249 250 251 / 0.35);
}
.hover\:bg-gray-50\/40:hover {
    background-color: rgb(249 250 251 / 0.4);
}
.hover\:bg-gray-50\/45:hover {
    background-color: rgb(249 250 251 / 0.45);
}
.hover\:bg-gray-50\/5:hover {
    background-color: rgb(249 250 251 / 0.05);
}
.hover\:bg-gray-50\/50:hover {
    background-color: rgb(249 250 251 / 0.5);
}
.hover\:bg-gray-50\/55:hover {
    background-color: rgb(249 250 251 / 0.55);
}
.hover\:bg-gray-50\/60:hover {
    background-color: rgb(249 250 251 / 0.6);
}
.hover\:bg-gray-50\/65:hover {
    background-color: rgb(249 250 251 / 0.65);
}
.hover\:bg-gray-50\/70:hover {
    background-color: rgb(249 250 251 / 0.7);
}
.hover\:bg-gray-50\/75:hover {
    background-color: rgb(249 250 251 / 0.75);
}
.hover\:bg-gray-50\/80:hover {
    background-color: rgb(249 250 251 / 0.8);
}
.hover\:bg-gray-50\/85:hover {
    background-color: rgb(249 250 251 / 0.85);
}
.hover\:bg-gray-50\/90:hover {
    background-color: rgb(249 250 251 / 0.9);
}
.hover\:bg-gray-50\/95:hover {
    background-color: rgb(249 250 251 / 0.95);
}
.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-500\/0:hover {
    background-color: rgb(107 114 128 / 0);
}
.hover\:bg-gray-500\/10:hover {
    background-color: rgb(107 114 128 / 0.1);
}
.hover\:bg-gray-500\/100:hover {
    background-color: rgb(107 114 128 / 1);
}
.hover\:bg-gray-500\/15:hover {
    background-color: rgb(107 114 128 / 0.15);
}
.hover\:bg-gray-500\/20:hover {
    background-color: rgb(107 114 128 / 0.2);
}
.hover\:bg-gray-500\/25:hover {
    background-color: rgb(107 114 128 / 0.25);
}
.hover\:bg-gray-500\/30:hover {
    background-color: rgb(107 114 128 / 0.3);
}
.hover\:bg-gray-500\/35:hover {
    background-color: rgb(107 114 128 / 0.35);
}
.hover\:bg-gray-500\/40:hover {
    background-color: rgb(107 114 128 / 0.4);
}
.hover\:bg-gray-500\/45:hover {
    background-color: rgb(107 114 128 / 0.45);
}
.hover\:bg-gray-500\/5:hover {
    background-color: rgb(107 114 128 / 0.05);
}
.hover\:bg-gray-500\/50:hover {
    background-color: rgb(107 114 128 / 0.5);
}
.hover\:bg-gray-500\/55:hover {
    background-color: rgb(107 114 128 / 0.55);
}
.hover\:bg-gray-500\/60:hover {
    background-color: rgb(107 114 128 / 0.6);
}
.hover\:bg-gray-500\/65:hover {
    background-color: rgb(107 114 128 / 0.65);
}
.hover\:bg-gray-500\/70:hover {
    background-color: rgb(107 114 128 / 0.7);
}
.hover\:bg-gray-500\/75:hover {
    background-color: rgb(107 114 128 / 0.75);
}
.hover\:bg-gray-500\/80:hover {
    background-color: rgb(107 114 128 / 0.8);
}
.hover\:bg-gray-500\/85:hover {
    background-color: rgb(107 114 128 / 0.85);
}
.hover\:bg-gray-500\/90:hover {
    background-color: rgb(107 114 128 / 0.9);
}
.hover\:bg-gray-500\/95:hover {
    background-color: rgb(107 114 128 / 0.95);
}
.hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600\/0:hover {
    background-color: rgb(75 85 99 / 0);
}
.hover\:bg-gray-600\/10:hover {
    background-color: rgb(75 85 99 / 0.1);
}
.hover\:bg-gray-600\/100:hover {
    background-color: rgb(75 85 99 / 1);
}
.hover\:bg-gray-600\/15:hover {
    background-color: rgb(75 85 99 / 0.15);
}
.hover\:bg-gray-600\/20:hover {
    background-color: rgb(75 85 99 / 0.2);
}
.hover\:bg-gray-600\/25:hover {
    background-color: rgb(75 85 99 / 0.25);
}
.hover\:bg-gray-600\/30:hover {
    background-color: rgb(75 85 99 / 0.3);
}
.hover\:bg-gray-600\/35:hover {
    background-color: rgb(75 85 99 / 0.35);
}
.hover\:bg-gray-600\/40:hover {
    background-color: rgb(75 85 99 / 0.4);
}
.hover\:bg-gray-600\/45:hover {
    background-color: rgb(75 85 99 / 0.45);
}
.hover\:bg-gray-600\/5:hover {
    background-color: rgb(75 85 99 / 0.05);
}
.hover\:bg-gray-600\/50:hover {
    background-color: rgb(75 85 99 / 0.5);
}
.hover\:bg-gray-600\/55:hover {
    background-color: rgb(75 85 99 / 0.55);
}
.hover\:bg-gray-600\/60:hover {
    background-color: rgb(75 85 99 / 0.6);
}
.hover\:bg-gray-600\/65:hover {
    background-color: rgb(75 85 99 / 0.65);
}
.hover\:bg-gray-600\/70:hover {
    background-color: rgb(75 85 99 / 0.7);
}
.hover\:bg-gray-600\/75:hover {
    background-color: rgb(75 85 99 / 0.75);
}
.hover\:bg-gray-600\/80:hover {
    background-color: rgb(75 85 99 / 0.8);
}
.hover\:bg-gray-600\/85:hover {
    background-color: rgb(75 85 99 / 0.85);
}
.hover\:bg-gray-600\/90:hover {
    background-color: rgb(75 85 99 / 0.9);
}
.hover\:bg-gray-600\/95:hover {
    background-color: rgb(75 85 99 / 0.95);
}
.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700\/0:hover {
    background-color: rgb(55 65 81 / 0);
}
.hover\:bg-gray-700\/10:hover {
    background-color: rgb(55 65 81 / 0.1);
}
.hover\:bg-gray-700\/100:hover {
    background-color: rgb(55 65 81 / 1);
}
.hover\:bg-gray-700\/15:hover {
    background-color: rgb(55 65 81 / 0.15);
}
.hover\:bg-gray-700\/20:hover {
    background-color: rgb(55 65 81 / 0.2);
}
.hover\:bg-gray-700\/25:hover {
    background-color: rgb(55 65 81 / 0.25);
}
.hover\:bg-gray-700\/30:hover {
    background-color: rgb(55 65 81 / 0.3);
}
.hover\:bg-gray-700\/35:hover {
    background-color: rgb(55 65 81 / 0.35);
}
.hover\:bg-gray-700\/40:hover {
    background-color: rgb(55 65 81 / 0.4);
}
.hover\:bg-gray-700\/45:hover {
    background-color: rgb(55 65 81 / 0.45);
}
.hover\:bg-gray-700\/5:hover {
    background-color: rgb(55 65 81 / 0.05);
}
.hover\:bg-gray-700\/50:hover {
    background-color: rgb(55 65 81 / 0.5);
}
.hover\:bg-gray-700\/55:hover {
    background-color: rgb(55 65 81 / 0.55);
}
.hover\:bg-gray-700\/60:hover {
    background-color: rgb(55 65 81 / 0.6);
}
.hover\:bg-gray-700\/65:hover {
    background-color: rgb(55 65 81 / 0.65);
}
.hover\:bg-gray-700\/70:hover {
    background-color: rgb(55 65 81 / 0.7);
}
.hover\:bg-gray-700\/75:hover {
    background-color: rgb(55 65 81 / 0.75);
}
.hover\:bg-gray-700\/80:hover {
    background-color: rgb(55 65 81 / 0.8);
}
.hover\:bg-gray-700\/85:hover {
    background-color: rgb(55 65 81 / 0.85);
}
.hover\:bg-gray-700\/90:hover {
    background-color: rgb(55 65 81 / 0.9);
}
.hover\:bg-gray-700\/95:hover {
    background-color: rgb(55 65 81 / 0.95);
}
.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800\/0:hover {
    background-color: rgb(31 41 55 / 0);
}
.hover\:bg-gray-800\/10:hover {
    background-color: rgb(31 41 55 / 0.1);
}
.hover\:bg-gray-800\/100:hover {
    background-color: rgb(31 41 55 / 1);
}
.hover\:bg-gray-800\/15:hover {
    background-color: rgb(31 41 55 / 0.15);
}
.hover\:bg-gray-800\/20:hover {
    background-color: rgb(31 41 55 / 0.2);
}
.hover\:bg-gray-800\/25:hover {
    background-color: rgb(31 41 55 / 0.25);
}
.hover\:bg-gray-800\/30:hover {
    background-color: rgb(31 41 55 / 0.3);
}
.hover\:bg-gray-800\/35:hover {
    background-color: rgb(31 41 55 / 0.35);
}
.hover\:bg-gray-800\/40:hover {
    background-color: rgb(31 41 55 / 0.4);
}
.hover\:bg-gray-800\/45:hover {
    background-color: rgb(31 41 55 / 0.45);
}
.hover\:bg-gray-800\/5:hover {
    background-color: rgb(31 41 55 / 0.05);
}
.hover\:bg-gray-800\/50:hover {
    background-color: rgb(31 41 55 / 0.5);
}
.hover\:bg-gray-800\/55:hover {
    background-color: rgb(31 41 55 / 0.55);
}
.hover\:bg-gray-800\/60:hover {
    background-color: rgb(31 41 55 / 0.6);
}
.hover\:bg-gray-800\/65:hover {
    background-color: rgb(31 41 55 / 0.65);
}
.hover\:bg-gray-800\/70:hover {
    background-color: rgb(31 41 55 / 0.7);
}
.hover\:bg-gray-800\/75:hover {
    background-color: rgb(31 41 55 / 0.75);
}
.hover\:bg-gray-800\/80:hover {
    background-color: rgb(31 41 55 / 0.8);
}
.hover\:bg-gray-800\/85:hover {
    background-color: rgb(31 41 55 / 0.85);
}
.hover\:bg-gray-800\/90:hover {
    background-color: rgb(31 41 55 / 0.9);
}
.hover\:bg-gray-800\/95:hover {
    background-color: rgb(31 41 55 / 0.95);
}
.hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900\/0:hover {
    background-color: rgb(17 24 39 / 0);
}
.hover\:bg-gray-900\/10:hover {
    background-color: rgb(17 24 39 / 0.1);
}
.hover\:bg-gray-900\/100:hover {
    background-color: rgb(17 24 39 / 1);
}
.hover\:bg-gray-900\/15:hover {
    background-color: rgb(17 24 39 / 0.15);
}
.hover\:bg-gray-900\/20:hover {
    background-color: rgb(17 24 39 / 0.2);
}
.hover\:bg-gray-900\/25:hover {
    background-color: rgb(17 24 39 / 0.25);
}
.hover\:bg-gray-900\/30:hover {
    background-color: rgb(17 24 39 / 0.3);
}
.hover\:bg-gray-900\/35:hover {
    background-color: rgb(17 24 39 / 0.35);
}
.hover\:bg-gray-900\/40:hover {
    background-color: rgb(17 24 39 / 0.4);
}
.hover\:bg-gray-900\/45:hover {
    background-color: rgb(17 24 39 / 0.45);
}
.hover\:bg-gray-900\/5:hover {
    background-color: rgb(17 24 39 / 0.05);
}
.hover\:bg-gray-900\/50:hover {
    background-color: rgb(17 24 39 / 0.5);
}
.hover\:bg-gray-900\/55:hover {
    background-color: rgb(17 24 39 / 0.55);
}
.hover\:bg-gray-900\/60:hover {
    background-color: rgb(17 24 39 / 0.6);
}
.hover\:bg-gray-900\/65:hover {
    background-color: rgb(17 24 39 / 0.65);
}
.hover\:bg-gray-900\/70:hover {
    background-color: rgb(17 24 39 / 0.7);
}
.hover\:bg-gray-900\/75:hover {
    background-color: rgb(17 24 39 / 0.75);
}
.hover\:bg-gray-900\/80:hover {
    background-color: rgb(17 24 39 / 0.8);
}
.hover\:bg-gray-900\/85:hover {
    background-color: rgb(17 24 39 / 0.85);
}
.hover\:bg-gray-900\/90:hover {
    background-color: rgb(17 24 39 / 0.9);
}
.hover\:bg-gray-900\/95:hover {
    background-color: rgb(17 24 39 / 0.95);
}
.hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-950\/0:hover {
    background-color: rgb(3 7 18 / 0);
}
.hover\:bg-gray-950\/10:hover {
    background-color: rgb(3 7 18 / 0.1);
}
.hover\:bg-gray-950\/100:hover {
    background-color: rgb(3 7 18 / 1);
}
.hover\:bg-gray-950\/15:hover {
    background-color: rgb(3 7 18 / 0.15);
}
.hover\:bg-gray-950\/20:hover {
    background-color: rgb(3 7 18 / 0.2);
}
.hover\:bg-gray-950\/25:hover {
    background-color: rgb(3 7 18 / 0.25);
}
.hover\:bg-gray-950\/30:hover {
    background-color: rgb(3 7 18 / 0.3);
}
.hover\:bg-gray-950\/35:hover {
    background-color: rgb(3 7 18 / 0.35);
}
.hover\:bg-gray-950\/40:hover {
    background-color: rgb(3 7 18 / 0.4);
}
.hover\:bg-gray-950\/45:hover {
    background-color: rgb(3 7 18 / 0.45);
}
.hover\:bg-gray-950\/5:hover {
    background-color: rgb(3 7 18 / 0.05);
}
.hover\:bg-gray-950\/50:hover {
    background-color: rgb(3 7 18 / 0.5);
}
.hover\:bg-gray-950\/55:hover {
    background-color: rgb(3 7 18 / 0.55);
}
.hover\:bg-gray-950\/60:hover {
    background-color: rgb(3 7 18 / 0.6);
}
.hover\:bg-gray-950\/65:hover {
    background-color: rgb(3 7 18 / 0.65);
}
.hover\:bg-gray-950\/70:hover {
    background-color: rgb(3 7 18 / 0.7);
}
.hover\:bg-gray-950\/75:hover {
    background-color: rgb(3 7 18 / 0.75);
}
.hover\:bg-gray-950\/80:hover {
    background-color: rgb(3 7 18 / 0.8);
}
.hover\:bg-gray-950\/85:hover {
    background-color: rgb(3 7 18 / 0.85);
}
.hover\:bg-gray-950\/90:hover {
    background-color: rgb(3 7 18 / 0.9);
}
.hover\:bg-gray-950\/95:hover {
    background-color: rgb(3 7 18 / 0.95);
}
.hover\:bg-inherit:hover {
    background-color: inherit;
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 46 52 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark\/0:hover {
    background-color: rgb(16 46 52 / 0);
}
.hover\:bg-primary-dark\/10:hover {
    background-color: rgb(16 46 52 / 0.1);
}
.hover\:bg-primary-dark\/100:hover {
    background-color: rgb(16 46 52 / 1);
}
.hover\:bg-primary-dark\/15:hover {
    background-color: rgb(16 46 52 / 0.15);
}
.hover\:bg-primary-dark\/20:hover {
    background-color: rgb(16 46 52 / 0.2);
}
.hover\:bg-primary-dark\/25:hover {
    background-color: rgb(16 46 52 / 0.25);
}
.hover\:bg-primary-dark\/30:hover {
    background-color: rgb(16 46 52 / 0.3);
}
.hover\:bg-primary-dark\/35:hover {
    background-color: rgb(16 46 52 / 0.35);
}
.hover\:bg-primary-dark\/40:hover {
    background-color: rgb(16 46 52 / 0.4);
}
.hover\:bg-primary-dark\/45:hover {
    background-color: rgb(16 46 52 / 0.45);
}
.hover\:bg-primary-dark\/5:hover {
    background-color: rgb(16 46 52 / 0.05);
}
.hover\:bg-primary-dark\/50:hover {
    background-color: rgb(16 46 52 / 0.5);
}
.hover\:bg-primary-dark\/55:hover {
    background-color: rgb(16 46 52 / 0.55);
}
.hover\:bg-primary-dark\/60:hover {
    background-color: rgb(16 46 52 / 0.6);
}
.hover\:bg-primary-dark\/65:hover {
    background-color: rgb(16 46 52 / 0.65);
}
.hover\:bg-primary-dark\/70:hover {
    background-color: rgb(16 46 52 / 0.7);
}
.hover\:bg-primary-dark\/75:hover {
    background-color: rgb(16 46 52 / 0.75);
}
.hover\:bg-primary-dark\/80:hover {
    background-color: rgb(16 46 52 / 0.8);
}
.hover\:bg-primary-dark\/85:hover {
    background-color: rgb(16 46 52 / 0.85);
}
.hover\:bg-primary-dark\/90:hover {
    background-color: rgb(16 46 52 / 0.9);
}
.hover\:bg-primary-dark\/95:hover {
    background-color: rgb(16 46 52 / 0.95);
}
.hover\:bg-primary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(39 84 94 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-light\/0:hover {
    background-color: rgb(39 84 94 / 0);
}
.hover\:bg-primary-light\/10:hover {
    background-color: rgb(39 84 94 / 0.1);
}
.hover\:bg-primary-light\/100:hover {
    background-color: rgb(39 84 94 / 1);
}
.hover\:bg-primary-light\/15:hover {
    background-color: rgb(39 84 94 / 0.15);
}
.hover\:bg-primary-light\/20:hover {
    background-color: rgb(39 84 94 / 0.2);
}
.hover\:bg-primary-light\/25:hover {
    background-color: rgb(39 84 94 / 0.25);
}
.hover\:bg-primary-light\/30:hover {
    background-color: rgb(39 84 94 / 0.3);
}
.hover\:bg-primary-light\/35:hover {
    background-color: rgb(39 84 94 / 0.35);
}
.hover\:bg-primary-light\/40:hover {
    background-color: rgb(39 84 94 / 0.4);
}
.hover\:bg-primary-light\/45:hover {
    background-color: rgb(39 84 94 / 0.45);
}
.hover\:bg-primary-light\/5:hover {
    background-color: rgb(39 84 94 / 0.05);
}
.hover\:bg-primary-light\/50:hover {
    background-color: rgb(39 84 94 / 0.5);
}
.hover\:bg-primary-light\/55:hover {
    background-color: rgb(39 84 94 / 0.55);
}
.hover\:bg-primary-light\/60:hover {
    background-color: rgb(39 84 94 / 0.6);
}
.hover\:bg-primary-light\/65:hover {
    background-color: rgb(39 84 94 / 0.65);
}
.hover\:bg-primary-light\/70:hover {
    background-color: rgb(39 84 94 / 0.7);
}
.hover\:bg-primary-light\/75:hover {
    background-color: rgb(39 84 94 / 0.75);
}
.hover\:bg-primary-light\/80:hover {
    background-color: rgb(39 84 94 / 0.8);
}
.hover\:bg-primary-light\/85:hover {
    background-color: rgb(39 84 94 / 0.85);
}
.hover\:bg-primary-light\/90:hover {
    background-color: rgb(39 84 94 / 0.9);
}
.hover\:bg-primary-light\/95:hover {
    background-color: rgb(39 84 94 / 0.95);
}
.hover\:bg-primary\/0:hover {
    background-color: rgb(33 69 77 / 0);
}
.hover\:bg-primary\/10:hover {
    background-color: rgb(33 69 77 / 0.1);
}
.hover\:bg-primary\/100:hover {
    background-color: rgb(33 69 77 / 1);
}
.hover\:bg-primary\/15:hover {
    background-color: rgb(33 69 77 / 0.15);
}
.hover\:bg-primary\/20:hover {
    background-color: rgb(33 69 77 / 0.2);
}
.hover\:bg-primary\/25:hover {
    background-color: rgb(33 69 77 / 0.25);
}
.hover\:bg-primary\/30:hover {
    background-color: rgb(33 69 77 / 0.3);
}
.hover\:bg-primary\/35:hover {
    background-color: rgb(33 69 77 / 0.35);
}
.hover\:bg-primary\/40:hover {
    background-color: rgb(33 69 77 / 0.4);
}
.hover\:bg-primary\/45:hover {
    background-color: rgb(33 69 77 / 0.45);
}
.hover\:bg-primary\/5:hover {
    background-color: rgb(33 69 77 / 0.05);
}
.hover\:bg-primary\/50:hover {
    background-color: rgb(33 69 77 / 0.5);
}
.hover\:bg-primary\/55:hover {
    background-color: rgb(33 69 77 / 0.55);
}
.hover\:bg-primary\/60:hover {
    background-color: rgb(33 69 77 / 0.6);
}
.hover\:bg-primary\/65:hover {
    background-color: rgb(33 69 77 / 0.65);
}
.hover\:bg-primary\/70:hover {
    background-color: rgb(33 69 77 / 0.7);
}
.hover\:bg-primary\/75:hover {
    background-color: rgb(33 69 77 / 0.75);
}
.hover\:bg-primary\/80:hover {
    background-color: rgb(33 69 77 / 0.8);
}
.hover\:bg-primary\/85:hover {
    background-color: rgb(33 69 77 / 0.85);
}
.hover\:bg-primary\/90:hover {
    background-color: rgb(33 69 77 / 0.9);
}
.hover\:bg-primary\/95:hover {
    background-color: rgb(33 69 77 / 0.95);
}
.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(84 173 194 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 124 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-dark\/0:hover {
    background-color: rgb(0 124 153 / 0);
}
.hover\:bg-secondary-dark\/10:hover {
    background-color: rgb(0 124 153 / 0.1);
}
.hover\:bg-secondary-dark\/100:hover {
    background-color: rgb(0 124 153 / 1);
}
.hover\:bg-secondary-dark\/15:hover {
    background-color: rgb(0 124 153 / 0.15);
}
.hover\:bg-secondary-dark\/20:hover {
    background-color: rgb(0 124 153 / 0.2);
}
.hover\:bg-secondary-dark\/25:hover {
    background-color: rgb(0 124 153 / 0.25);
}
.hover\:bg-secondary-dark\/30:hover {
    background-color: rgb(0 124 153 / 0.3);
}
.hover\:bg-secondary-dark\/35:hover {
    background-color: rgb(0 124 153 / 0.35);
}
.hover\:bg-secondary-dark\/40:hover {
    background-color: rgb(0 124 153 / 0.4);
}
.hover\:bg-secondary-dark\/45:hover {
    background-color: rgb(0 124 153 / 0.45);
}
.hover\:bg-secondary-dark\/5:hover {
    background-color: rgb(0 124 153 / 0.05);
}
.hover\:bg-secondary-dark\/50:hover {
    background-color: rgb(0 124 153 / 0.5);
}
.hover\:bg-secondary-dark\/55:hover {
    background-color: rgb(0 124 153 / 0.55);
}
.hover\:bg-secondary-dark\/60:hover {
    background-color: rgb(0 124 153 / 0.6);
}
.hover\:bg-secondary-dark\/65:hover {
    background-color: rgb(0 124 153 / 0.65);
}
.hover\:bg-secondary-dark\/70:hover {
    background-color: rgb(0 124 153 / 0.7);
}
.hover\:bg-secondary-dark\/75:hover {
    background-color: rgb(0 124 153 / 0.75);
}
.hover\:bg-secondary-dark\/80:hover {
    background-color: rgb(0 124 153 / 0.8);
}
.hover\:bg-secondary-dark\/85:hover {
    background-color: rgb(0 124 153 / 0.85);
}
.hover\:bg-secondary-dark\/90:hover {
    background-color: rgb(0 124 153 / 0.9);
}
.hover\:bg-secondary-dark\/95:hover {
    background-color: rgb(0 124 153 / 0.95);
}
.hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(194 233 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-light\/0:hover {
    background-color: rgb(194 233 242 / 0);
}
.hover\:bg-secondary-light\/10:hover {
    background-color: rgb(194 233 242 / 0.1);
}
.hover\:bg-secondary-light\/100:hover {
    background-color: rgb(194 233 242 / 1);
}
.hover\:bg-secondary-light\/15:hover {
    background-color: rgb(194 233 242 / 0.15);
}
.hover\:bg-secondary-light\/20:hover {
    background-color: rgb(194 233 242 / 0.2);
}
.hover\:bg-secondary-light\/25:hover {
    background-color: rgb(194 233 242 / 0.25);
}
.hover\:bg-secondary-light\/30:hover {
    background-color: rgb(194 233 242 / 0.3);
}
.hover\:bg-secondary-light\/35:hover {
    background-color: rgb(194 233 242 / 0.35);
}
.hover\:bg-secondary-light\/40:hover {
    background-color: rgb(194 233 242 / 0.4);
}
.hover\:bg-secondary-light\/45:hover {
    background-color: rgb(194 233 242 / 0.45);
}
.hover\:bg-secondary-light\/5:hover {
    background-color: rgb(194 233 242 / 0.05);
}
.hover\:bg-secondary-light\/50:hover {
    background-color: rgb(194 233 242 / 0.5);
}
.hover\:bg-secondary-light\/55:hover {
    background-color: rgb(194 233 242 / 0.55);
}
.hover\:bg-secondary-light\/60:hover {
    background-color: rgb(194 233 242 / 0.6);
}
.hover\:bg-secondary-light\/65:hover {
    background-color: rgb(194 233 242 / 0.65);
}
.hover\:bg-secondary-light\/70:hover {
    background-color: rgb(194 233 242 / 0.7);
}
.hover\:bg-secondary-light\/75:hover {
    background-color: rgb(194 233 242 / 0.75);
}
.hover\:bg-secondary-light\/80:hover {
    background-color: rgb(194 233 242 / 0.8);
}
.hover\:bg-secondary-light\/85:hover {
    background-color: rgb(194 233 242 / 0.85);
}
.hover\:bg-secondary-light\/90:hover {
    background-color: rgb(194 233 242 / 0.9);
}
.hover\:bg-secondary-light\/95:hover {
    background-color: rgb(194 233 242 / 0.95);
}
.hover\:bg-secondary\/0:hover {
    background-color: rgb(84 173 194 / 0);
}
.hover\:bg-secondary\/10:hover {
    background-color: rgb(84 173 194 / 0.1);
}
.hover\:bg-secondary\/100:hover {
    background-color: rgb(84 173 194 / 1);
}
.hover\:bg-secondary\/15:hover {
    background-color: rgb(84 173 194 / 0.15);
}
.hover\:bg-secondary\/20:hover {
    background-color: rgb(84 173 194 / 0.2);
}
.hover\:bg-secondary\/25:hover {
    background-color: rgb(84 173 194 / 0.25);
}
.hover\:bg-secondary\/30:hover {
    background-color: rgb(84 173 194 / 0.3);
}
.hover\:bg-secondary\/35:hover {
    background-color: rgb(84 173 194 / 0.35);
}
.hover\:bg-secondary\/40:hover {
    background-color: rgb(84 173 194 / 0.4);
}
.hover\:bg-secondary\/45:hover {
    background-color: rgb(84 173 194 / 0.45);
}
.hover\:bg-secondary\/5:hover {
    background-color: rgb(84 173 194 / 0.05);
}
.hover\:bg-secondary\/50:hover {
    background-color: rgb(84 173 194 / 0.5);
}
.hover\:bg-secondary\/55:hover {
    background-color: rgb(84 173 194 / 0.55);
}
.hover\:bg-secondary\/60:hover {
    background-color: rgb(84 173 194 / 0.6);
}
.hover\:bg-secondary\/65:hover {
    background-color: rgb(84 173 194 / 0.65);
}
.hover\:bg-secondary\/70:hover {
    background-color: rgb(84 173 194 / 0.7);
}
.hover\:bg-secondary\/75:hover {
    background-color: rgb(84 173 194 / 0.75);
}
.hover\:bg-secondary\/80:hover {
    background-color: rgb(84 173 194 / 0.8);
}
.hover\:bg-secondary\/85:hover {
    background-color: rgb(84 173 194 / 0.85);
}
.hover\:bg-secondary\/90:hover {
    background-color: rgb(84 173 194 / 0.9);
}
.hover\:bg-secondary\/95:hover {
    background-color: rgb(84 173 194 / 0.95);
}
.hover\:bg-tan:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 238 233 / var(--tw-bg-opacity, 1));
}
.hover\:bg-tan\/0:hover {
    background-color: rgb(240 238 233 / 0);
}
.hover\:bg-tan\/10:hover {
    background-color: rgb(240 238 233 / 0.1);
}
.hover\:bg-tan\/100:hover {
    background-color: rgb(240 238 233 / 1);
}
.hover\:bg-tan\/15:hover {
    background-color: rgb(240 238 233 / 0.15);
}
.hover\:bg-tan\/20:hover {
    background-color: rgb(240 238 233 / 0.2);
}
.hover\:bg-tan\/25:hover {
    background-color: rgb(240 238 233 / 0.25);
}
.hover\:bg-tan\/30:hover {
    background-color: rgb(240 238 233 / 0.3);
}
.hover\:bg-tan\/35:hover {
    background-color: rgb(240 238 233 / 0.35);
}
.hover\:bg-tan\/40:hover {
    background-color: rgb(240 238 233 / 0.4);
}
.hover\:bg-tan\/45:hover {
    background-color: rgb(240 238 233 / 0.45);
}
.hover\:bg-tan\/5:hover {
    background-color: rgb(240 238 233 / 0.05);
}
.hover\:bg-tan\/50:hover {
    background-color: rgb(240 238 233 / 0.5);
}
.hover\:bg-tan\/55:hover {
    background-color: rgb(240 238 233 / 0.55);
}
.hover\:bg-tan\/60:hover {
    background-color: rgb(240 238 233 / 0.6);
}
.hover\:bg-tan\/65:hover {
    background-color: rgb(240 238 233 / 0.65);
}
.hover\:bg-tan\/70:hover {
    background-color: rgb(240 238 233 / 0.7);
}
.hover\:bg-tan\/75:hover {
    background-color: rgb(240 238 233 / 0.75);
}
.hover\:bg-tan\/80:hover {
    background-color: rgb(240 238 233 / 0.8);
}
.hover\:bg-tan\/85:hover {
    background-color: rgb(240 238 233 / 0.85);
}
.hover\:bg-tan\/90:hover {
    background-color: rgb(240 238 233 / 0.9);
}
.hover\:bg-tan\/95:hover {
    background-color: rgb(240 238 233 / 0.95);
}
.hover\:bg-transparent:hover {
    background-color: transparent;
}
.hover\:bg-transparent\/0:hover {
    background-color: rgb(0 0 0 / 0);
}
.hover\:bg-transparent\/10:hover {
    background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-transparent\/100:hover {
    background-color: rgb(0 0 0 / 1);
}
.hover\:bg-transparent\/15:hover {
    background-color: rgb(0 0 0 / 0.15);
}
.hover\:bg-transparent\/20:hover {
    background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-transparent\/25:hover {
    background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-transparent\/30:hover {
    background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-transparent\/35:hover {
    background-color: rgb(0 0 0 / 0.35);
}
.hover\:bg-transparent\/40:hover {
    background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-transparent\/45:hover {
    background-color: rgb(0 0 0 / 0.45);
}
.hover\:bg-transparent\/5:hover {
    background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-transparent\/50:hover {
    background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-transparent\/55:hover {
    background-color: rgb(0 0 0 / 0.55);
}
.hover\:bg-transparent\/60:hover {
    background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-transparent\/65:hover {
    background-color: rgb(0 0 0 / 0.65);
}
.hover\:bg-transparent\/70:hover {
    background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-transparent\/75:hover {
    background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-transparent\/80:hover {
    background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-transparent\/85:hover {
    background-color: rgb(0 0 0 / 0.85);
}
.hover\:bg-transparent\/90:hover {
    background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-transparent\/95:hover {
    background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/0:hover {
    background-color: rgb(255 255 255 / 0);
}
.hover\:bg-white\/10:hover {
    background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/100:hover {
    background-color: rgb(255 255 255 / 1);
}
.hover\:bg-white\/15:hover {
    background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover {
    background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/25:hover {
    background-color: rgb(255 255 255 / 0.25);
}
.hover\:bg-white\/30:hover {
    background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/35:hover {
    background-color: rgb(255 255 255 / 0.35);
}
.hover\:bg-white\/40:hover {
    background-color: rgb(255 255 255 / 0.4);
}
.hover\:bg-white\/45:hover {
    background-color: rgb(255 255 255 / 0.45);
}
.hover\:bg-white\/5:hover {
    background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/50:hover {
    background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/55:hover {
    background-color: rgb(255 255 255 / 0.55);
}
.hover\:bg-white\/60:hover {
    background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/65:hover {
    background-color: rgb(255 255 255 / 0.65);
}
.hover\:bg-white\/70:hover {
    background-color: rgb(255 255 255 / 0.7);
}
.hover\:bg-white\/75:hover {
    background-color: rgb(255 255 255 / 0.75);
}
.hover\:bg-white\/80:hover {
    background-color: rgb(255 255 255 / 0.8);
}
.hover\:bg-white\/85:hover {
    background-color: rgb(255 255 255 / 0.85);
}
.hover\:bg-white\/90:hover {
    background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-white\/95:hover {
    background-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
}
.hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
}
.hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15;
}
.hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
}
.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-35:hover {
    --tw-bg-opacity: 0.35;
}
.hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
}
.hover\:bg-opacity-45:hover {
    --tw-bg-opacity: 0.45;
}
.hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
}
.hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
}
.hover\:bg-opacity-55:hover {
    --tw-bg-opacity: 0.55;
}
.hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
}
.hover\:bg-opacity-65:hover {
    --tw-bg-opacity: 0.65;
}
.hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
}
.hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
}
.hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-85:hover {
    --tw-bg-opacity: 0.85;
}
.hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
}
.hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.hover\:bg-none:hover {
    background-image: none;
}
.hover\:bg-auto:hover {
    background-size: auto;
}
.hover\:bg-contain:hover {
    background-size: contain;
}
.hover\:bg-cover:hover {
    background-size: cover;
}
.hover\:bg-fixed:hover {
    background-attachment: fixed;
}
.hover\:bg-local:hover {
    background-attachment: local;
}
.hover\:bg-scroll:hover {
    background-attachment: scroll;
}
.hover\:bg-clip-border:hover {
    background-clip: border-box;
}
.hover\:bg-clip-padding:hover {
    background-clip: padding-box;
}
.hover\:bg-clip-content:hover {
    background-clip: content-box;
}
.hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
}
.hover\:bg-bottom:hover {
    background-position: bottom;
}
.hover\:bg-center:hover {
    background-position: center;
}
.hover\:bg-left:hover {
    background-position: left;
}
.hover\:bg-left-bottom:hover {
    background-position: left bottom;
}
.hover\:bg-left-top:hover {
    background-position: left top;
}
.hover\:bg-right:hover {
    background-position: right;
}
.hover\:bg-right-bottom:hover {
    background-position: right bottom;
}
.hover\:bg-right-top:hover {
    background-position: right top;
}
.hover\:bg-top:hover {
    background-position: top;
}
.hover\:bg-repeat:hover {
    background-repeat: repeat;
}
.hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
}
.hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
}
.hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
}
.hover\:bg-repeat-round:hover {
    background-repeat: round;
}
.hover\:bg-repeat-space:hover {
    background-repeat: space;
}
.hover\:bg-origin-border:hover {
    background-origin: border-box;
}
.hover\:bg-origin-padding:hover {
    background-origin: padding-box;
}
.hover\:bg-origin-content:hover {
    background-origin: content-box;
}
.hover\:text-left:hover {
    text-align: left;
}
.hover\:text-center:hover {
    text-align: center;
}
.hover\:text-right:hover {
    text-align: right;
}
.hover\:text-justify:hover {
    text-align: justify;
}
.hover\:text-start:hover {
    text-align: start;
}
.hover\:text-end:hover {
    text-align: end;
}
.hover\:align-text-top:hover {
    vertical-align: text-top;
}
.hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
}
.hover\:text-2xl:hover {
    font-size: 1.5rem;
    line-height: 2rem;
}
.hover\:text-3xl:hover {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.hover\:text-4xl:hover {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.hover\:text-5xl:hover {
    font-size: 3rem;
    line-height: 1;
}
.hover\:text-6xl:hover {
    font-size: 3.75rem;
    line-height: 1;
}
.hover\:text-7xl:hover {
    font-size: 4.5rem;
    line-height: 1;
}
.hover\:text-8xl:hover {
    font-size: 6rem;
    line-height: 1;
}
.hover\:text-9xl:hover {
    font-size: 8rem;
    line-height: 1;
}
.hover\:text-base:hover {
    font-size: 1rem;
    line-height: 1.5rem;
}
.hover\:text-lg:hover {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.hover\:text-sm:hover {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.hover\:text-xl:hover {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.hover\:text-xs:hover {
    font-size: 0.75rem;
    line-height: 1rem;
}
.hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
}
.hover\:text-accent-orange:hover {
    --tw-text-opacity: 1;
    color: rgb(255 170 26 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-orange\/0:hover {
    color: rgb(255 170 26 / 0);
}
.hover\:text-accent-orange\/10:hover {
    color: rgb(255 170 26 / 0.1);
}
.hover\:text-accent-orange\/100:hover {
    color: rgb(255 170 26 / 1);
}
.hover\:text-accent-orange\/15:hover {
    color: rgb(255 170 26 / 0.15);
}
.hover\:text-accent-orange\/20:hover {
    color: rgb(255 170 26 / 0.2);
}
.hover\:text-accent-orange\/25:hover {
    color: rgb(255 170 26 / 0.25);
}
.hover\:text-accent-orange\/30:hover {
    color: rgb(255 170 26 / 0.3);
}
.hover\:text-accent-orange\/35:hover {
    color: rgb(255 170 26 / 0.35);
}
.hover\:text-accent-orange\/40:hover {
    color: rgb(255 170 26 / 0.4);
}
.hover\:text-accent-orange\/45:hover {
    color: rgb(255 170 26 / 0.45);
}
.hover\:text-accent-orange\/5:hover {
    color: rgb(255 170 26 / 0.05);
}
.hover\:text-accent-orange\/50:hover {
    color: rgb(255 170 26 / 0.5);
}
.hover\:text-accent-orange\/55:hover {
    color: rgb(255 170 26 / 0.55);
}
.hover\:text-accent-orange\/60:hover {
    color: rgb(255 170 26 / 0.6);
}
.hover\:text-accent-orange\/65:hover {
    color: rgb(255 170 26 / 0.65);
}
.hover\:text-accent-orange\/70:hover {
    color: rgb(255 170 26 / 0.7);
}
.hover\:text-accent-orange\/75:hover {
    color: rgb(255 170 26 / 0.75);
}
.hover\:text-accent-orange\/80:hover {
    color: rgb(255 170 26 / 0.8);
}
.hover\:text-accent-orange\/85:hover {
    color: rgb(255 170 26 / 0.85);
}
.hover\:text-accent-orange\/90:hover {
    color: rgb(255 170 26 / 0.9);
}
.hover\:text-accent-orange\/95:hover {
    color: rgb(255 170 26 / 0.95);
}
.hover\:text-accent-red:hover {
    --tw-text-opacity: 1;
    color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-red\/0:hover {
    color: rgb(255 113 91 / 0);
}
.hover\:text-accent-red\/10:hover {
    color: rgb(255 113 91 / 0.1);
}
.hover\:text-accent-red\/100:hover {
    color: rgb(255 113 91 / 1);
}
.hover\:text-accent-red\/15:hover {
    color: rgb(255 113 91 / 0.15);
}
.hover\:text-accent-red\/20:hover {
    color: rgb(255 113 91 / 0.2);
}
.hover\:text-accent-red\/25:hover {
    color: rgb(255 113 91 / 0.25);
}
.hover\:text-accent-red\/30:hover {
    color: rgb(255 113 91 / 0.3);
}
.hover\:text-accent-red\/35:hover {
    color: rgb(255 113 91 / 0.35);
}
.hover\:text-accent-red\/40:hover {
    color: rgb(255 113 91 / 0.4);
}
.hover\:text-accent-red\/45:hover {
    color: rgb(255 113 91 / 0.45);
}
.hover\:text-accent-red\/5:hover {
    color: rgb(255 113 91 / 0.05);
}
.hover\:text-accent-red\/50:hover {
    color: rgb(255 113 91 / 0.5);
}
.hover\:text-accent-red\/55:hover {
    color: rgb(255 113 91 / 0.55);
}
.hover\:text-accent-red\/60:hover {
    color: rgb(255 113 91 / 0.6);
}
.hover\:text-accent-red\/65:hover {
    color: rgb(255 113 91 / 0.65);
}
.hover\:text-accent-red\/70:hover {
    color: rgb(255 113 91 / 0.7);
}
.hover\:text-accent-red\/75:hover {
    color: rgb(255 113 91 / 0.75);
}
.hover\:text-accent-red\/80:hover {
    color: rgb(255 113 91 / 0.8);
}
.hover\:text-accent-red\/85:hover {
    color: rgb(255 113 91 / 0.85);
}
.hover\:text-accent-red\/90:hover {
    color: rgb(255 113 91 / 0.9);
}
.hover\:text-accent-red\/95:hover {
    color: rgb(255 113 91 / 0.95);
}
.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(20 19 19 / var(--tw-text-opacity, 1));
}
.hover\:text-black\/0:hover {
    color: rgb(20 19 19 / 0);
}
.hover\:text-black\/10:hover {
    color: rgb(20 19 19 / 0.1);
}
.hover\:text-black\/100:hover {
    color: rgb(20 19 19 / 1);
}
.hover\:text-black\/15:hover {
    color: rgb(20 19 19 / 0.15);
}
.hover\:text-black\/20:hover {
    color: rgb(20 19 19 / 0.2);
}
.hover\:text-black\/25:hover {
    color: rgb(20 19 19 / 0.25);
}
.hover\:text-black\/30:hover {
    color: rgb(20 19 19 / 0.3);
}
.hover\:text-black\/35:hover {
    color: rgb(20 19 19 / 0.35);
}
.hover\:text-black\/40:hover {
    color: rgb(20 19 19 / 0.4);
}
.hover\:text-black\/45:hover {
    color: rgb(20 19 19 / 0.45);
}
.hover\:text-black\/5:hover {
    color: rgb(20 19 19 / 0.05);
}
.hover\:text-black\/50:hover {
    color: rgb(20 19 19 / 0.5);
}
.hover\:text-black\/55:hover {
    color: rgb(20 19 19 / 0.55);
}
.hover\:text-black\/60:hover {
    color: rgb(20 19 19 / 0.6);
}
.hover\:text-black\/65:hover {
    color: rgb(20 19 19 / 0.65);
}
.hover\:text-black\/70:hover {
    color: rgb(20 19 19 / 0.7);
}
.hover\:text-black\/75:hover {
    color: rgb(20 19 19 / 0.75);
}
.hover\:text-black\/80:hover {
    color: rgb(20 19 19 / 0.8);
}
.hover\:text-black\/85:hover {
    color: rgb(20 19 19 / 0.85);
}
.hover\:text-black\/90:hover {
    color: rgb(20 19 19 / 0.9);
}
.hover\:text-black\/95:hover {
    color: rgb(20 19 19 / 0.95);
}
.hover\:text-current:hover {
    color: currentColor;
}
.hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.hover\:text-error\/0:hover {
    color: rgb(255 113 91 / 0);
}
.hover\:text-error\/10:hover {
    color: rgb(255 113 91 / 0.1);
}
.hover\:text-error\/100:hover {
    color: rgb(255 113 91 / 1);
}
.hover\:text-error\/15:hover {
    color: rgb(255 113 91 / 0.15);
}
.hover\:text-error\/20:hover {
    color: rgb(255 113 91 / 0.2);
}
.hover\:text-error\/25:hover {
    color: rgb(255 113 91 / 0.25);
}
.hover\:text-error\/30:hover {
    color: rgb(255 113 91 / 0.3);
}
.hover\:text-error\/35:hover {
    color: rgb(255 113 91 / 0.35);
}
.hover\:text-error\/40:hover {
    color: rgb(255 113 91 / 0.4);
}
.hover\:text-error\/45:hover {
    color: rgb(255 113 91 / 0.45);
}
.hover\:text-error\/5:hover {
    color: rgb(255 113 91 / 0.05);
}
.hover\:text-error\/50:hover {
    color: rgb(255 113 91 / 0.5);
}
.hover\:text-error\/55:hover {
    color: rgb(255 113 91 / 0.55);
}
.hover\:text-error\/60:hover {
    color: rgb(255 113 91 / 0.6);
}
.hover\:text-error\/65:hover {
    color: rgb(255 113 91 / 0.65);
}
.hover\:text-error\/70:hover {
    color: rgb(255 113 91 / 0.7);
}
.hover\:text-error\/75:hover {
    color: rgb(255 113 91 / 0.75);
}
.hover\:text-error\/80:hover {
    color: rgb(255 113 91 / 0.8);
}
.hover\:text-error\/85:hover {
    color: rgb(255 113 91 / 0.85);
}
.hover\:text-error\/90:hover {
    color: rgb(255 113 91 / 0.9);
}
.hover\:text-error\/95:hover {
    color: rgb(255 113 91 / 0.95);
}
.hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-100\/0:hover {
    color: rgb(243 244 246 / 0);
}
.hover\:text-gray-100\/10:hover {
    color: rgb(243 244 246 / 0.1);
}
.hover\:text-gray-100\/100:hover {
    color: rgb(243 244 246 / 1);
}
.hover\:text-gray-100\/15:hover {
    color: rgb(243 244 246 / 0.15);
}
.hover\:text-gray-100\/20:hover {
    color: rgb(243 244 246 / 0.2);
}
.hover\:text-gray-100\/25:hover {
    color: rgb(243 244 246 / 0.25);
}
.hover\:text-gray-100\/30:hover {
    color: rgb(243 244 246 / 0.3);
}
.hover\:text-gray-100\/35:hover {
    color: rgb(243 244 246 / 0.35);
}
.hover\:text-gray-100\/40:hover {
    color: rgb(243 244 246 / 0.4);
}
.hover\:text-gray-100\/45:hover {
    color: rgb(243 244 246 / 0.45);
}
.hover\:text-gray-100\/5:hover {
    color: rgb(243 244 246 / 0.05);
}
.hover\:text-gray-100\/50:hover {
    color: rgb(243 244 246 / 0.5);
}
.hover\:text-gray-100\/55:hover {
    color: rgb(243 244 246 / 0.55);
}
.hover\:text-gray-100\/60:hover {
    color: rgb(243 244 246 / 0.6);
}
.hover\:text-gray-100\/65:hover {
    color: rgb(243 244 246 / 0.65);
}
.hover\:text-gray-100\/70:hover {
    color: rgb(243 244 246 / 0.7);
}
.hover\:text-gray-100\/75:hover {
    color: rgb(243 244 246 / 0.75);
}
.hover\:text-gray-100\/80:hover {
    color: rgb(243 244 246 / 0.8);
}
.hover\:text-gray-100\/85:hover {
    color: rgb(243 244 246 / 0.85);
}
.hover\:text-gray-100\/90:hover {
    color: rgb(243 244 246 / 0.9);
}
.hover\:text-gray-100\/95:hover {
    color: rgb(243 244 246 / 0.95);
}
.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-200\/0:hover {
    color: rgb(229 231 235 / 0);
}
.hover\:text-gray-200\/10:hover {
    color: rgb(229 231 235 / 0.1);
}
.hover\:text-gray-200\/100:hover {
    color: rgb(229 231 235 / 1);
}
.hover\:text-gray-200\/15:hover {
    color: rgb(229 231 235 / 0.15);
}
.hover\:text-gray-200\/20:hover {
    color: rgb(229 231 235 / 0.2);
}
.hover\:text-gray-200\/25:hover {
    color: rgb(229 231 235 / 0.25);
}
.hover\:text-gray-200\/30:hover {
    color: rgb(229 231 235 / 0.3);
}
.hover\:text-gray-200\/35:hover {
    color: rgb(229 231 235 / 0.35);
}
.hover\:text-gray-200\/40:hover {
    color: rgb(229 231 235 / 0.4);
}
.hover\:text-gray-200\/45:hover {
    color: rgb(229 231 235 / 0.45);
}
.hover\:text-gray-200\/5:hover {
    color: rgb(229 231 235 / 0.05);
}
.hover\:text-gray-200\/50:hover {
    color: rgb(229 231 235 / 0.5);
}
.hover\:text-gray-200\/55:hover {
    color: rgb(229 231 235 / 0.55);
}
.hover\:text-gray-200\/60:hover {
    color: rgb(229 231 235 / 0.6);
}
.hover\:text-gray-200\/65:hover {
    color: rgb(229 231 235 / 0.65);
}
.hover\:text-gray-200\/70:hover {
    color: rgb(229 231 235 / 0.7);
}
.hover\:text-gray-200\/75:hover {
    color: rgb(229 231 235 / 0.75);
}
.hover\:text-gray-200\/80:hover {
    color: rgb(229 231 235 / 0.8);
}
.hover\:text-gray-200\/85:hover {
    color: rgb(229 231 235 / 0.85);
}
.hover\:text-gray-200\/90:hover {
    color: rgb(229 231 235 / 0.9);
}
.hover\:text-gray-200\/95:hover {
    color: rgb(229 231 235 / 0.95);
}
.hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300\/0:hover {
    color: rgb(209 213 219 / 0);
}
.hover\:text-gray-300\/10:hover {
    color: rgb(209 213 219 / 0.1);
}
.hover\:text-gray-300\/100:hover {
    color: rgb(209 213 219 / 1);
}
.hover\:text-gray-300\/15:hover {
    color: rgb(209 213 219 / 0.15);
}
.hover\:text-gray-300\/20:hover {
    color: rgb(209 213 219 / 0.2);
}
.hover\:text-gray-300\/25:hover {
    color: rgb(209 213 219 / 0.25);
}
.hover\:text-gray-300\/30:hover {
    color: rgb(209 213 219 / 0.3);
}
.hover\:text-gray-300\/35:hover {
    color: rgb(209 213 219 / 0.35);
}
.hover\:text-gray-300\/40:hover {
    color: rgb(209 213 219 / 0.4);
}
.hover\:text-gray-300\/45:hover {
    color: rgb(209 213 219 / 0.45);
}
.hover\:text-gray-300\/5:hover {
    color: rgb(209 213 219 / 0.05);
}
.hover\:text-gray-300\/50:hover {
    color: rgb(209 213 219 / 0.5);
}
.hover\:text-gray-300\/55:hover {
    color: rgb(209 213 219 / 0.55);
}
.hover\:text-gray-300\/60:hover {
    color: rgb(209 213 219 / 0.6);
}
.hover\:text-gray-300\/65:hover {
    color: rgb(209 213 219 / 0.65);
}
.hover\:text-gray-300\/70:hover {
    color: rgb(209 213 219 / 0.7);
}
.hover\:text-gray-300\/75:hover {
    color: rgb(209 213 219 / 0.75);
}
.hover\:text-gray-300\/80:hover {
    color: rgb(209 213 219 / 0.8);
}
.hover\:text-gray-300\/85:hover {
    color: rgb(209 213 219 / 0.85);
}
.hover\:text-gray-300\/90:hover {
    color: rgb(209 213 219 / 0.9);
}
.hover\:text-gray-300\/95:hover {
    color: rgb(209 213 219 / 0.95);
}
.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400\/0:hover {
    color: rgb(156 163 175 / 0);
}
.hover\:text-gray-400\/10:hover {
    color: rgb(156 163 175 / 0.1);
}
.hover\:text-gray-400\/100:hover {
    color: rgb(156 163 175 / 1);
}
.hover\:text-gray-400\/15:hover {
    color: rgb(156 163 175 / 0.15);
}
.hover\:text-gray-400\/20:hover {
    color: rgb(156 163 175 / 0.2);
}
.hover\:text-gray-400\/25:hover {
    color: rgb(156 163 175 / 0.25);
}
.hover\:text-gray-400\/30:hover {
    color: rgb(156 163 175 / 0.3);
}
.hover\:text-gray-400\/35:hover {
    color: rgb(156 163 175 / 0.35);
}
.hover\:text-gray-400\/40:hover {
    color: rgb(156 163 175 / 0.4);
}
.hover\:text-gray-400\/45:hover {
    color: rgb(156 163 175 / 0.45);
}
.hover\:text-gray-400\/5:hover {
    color: rgb(156 163 175 / 0.05);
}
.hover\:text-gray-400\/50:hover {
    color: rgb(156 163 175 / 0.5);
}
.hover\:text-gray-400\/55:hover {
    color: rgb(156 163 175 / 0.55);
}
.hover\:text-gray-400\/60:hover {
    color: rgb(156 163 175 / 0.6);
}
.hover\:text-gray-400\/65:hover {
    color: rgb(156 163 175 / 0.65);
}
.hover\:text-gray-400\/70:hover {
    color: rgb(156 163 175 / 0.7);
}
.hover\:text-gray-400\/75:hover {
    color: rgb(156 163 175 / 0.75);
}
.hover\:text-gray-400\/80:hover {
    color: rgb(156 163 175 / 0.8);
}
.hover\:text-gray-400\/85:hover {
    color: rgb(156 163 175 / 0.85);
}
.hover\:text-gray-400\/90:hover {
    color: rgb(156 163 175 / 0.9);
}
.hover\:text-gray-400\/95:hover {
    color: rgb(156 163 175 / 0.95);
}
.hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-50\/0:hover {
    color: rgb(249 250 251 / 0);
}
.hover\:text-gray-50\/10:hover {
    color: rgb(249 250 251 / 0.1);
}
.hover\:text-gray-50\/100:hover {
    color: rgb(249 250 251 / 1);
}
.hover\:text-gray-50\/15:hover {
    color: rgb(249 250 251 / 0.15);
}
.hover\:text-gray-50\/20:hover {
    color: rgb(249 250 251 / 0.2);
}
.hover\:text-gray-50\/25:hover {
    color: rgb(249 250 251 / 0.25);
}
.hover\:text-gray-50\/30:hover {
    color: rgb(249 250 251 / 0.3);
}
.hover\:text-gray-50\/35:hover {
    color: rgb(249 250 251 / 0.35);
}
.hover\:text-gray-50\/40:hover {
    color: rgb(249 250 251 / 0.4);
}
.hover\:text-gray-50\/45:hover {
    color: rgb(249 250 251 / 0.45);
}
.hover\:text-gray-50\/5:hover {
    color: rgb(249 250 251 / 0.05);
}
.hover\:text-gray-50\/50:hover {
    color: rgb(249 250 251 / 0.5);
}
.hover\:text-gray-50\/55:hover {
    color: rgb(249 250 251 / 0.55);
}
.hover\:text-gray-50\/60:hover {
    color: rgb(249 250 251 / 0.6);
}
.hover\:text-gray-50\/65:hover {
    color: rgb(249 250 251 / 0.65);
}
.hover\:text-gray-50\/70:hover {
    color: rgb(249 250 251 / 0.7);
}
.hover\:text-gray-50\/75:hover {
    color: rgb(249 250 251 / 0.75);
}
.hover\:text-gray-50\/80:hover {
    color: rgb(249 250 251 / 0.8);
}
.hover\:text-gray-50\/85:hover {
    color: rgb(249 250 251 / 0.85);
}
.hover\:text-gray-50\/90:hover {
    color: rgb(249 250 251 / 0.9);
}
.hover\:text-gray-50\/95:hover {
    color: rgb(249 250 251 / 0.95);
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500\/0:hover {
    color: rgb(107 114 128 / 0);
}
.hover\:text-gray-500\/10:hover {
    color: rgb(107 114 128 / 0.1);
}
.hover\:text-gray-500\/100:hover {
    color: rgb(107 114 128 / 1);
}
.hover\:text-gray-500\/15:hover {
    color: rgb(107 114 128 / 0.15);
}
.hover\:text-gray-500\/20:hover {
    color: rgb(107 114 128 / 0.2);
}
.hover\:text-gray-500\/25:hover {
    color: rgb(107 114 128 / 0.25);
}
.hover\:text-gray-500\/30:hover {
    color: rgb(107 114 128 / 0.3);
}
.hover\:text-gray-500\/35:hover {
    color: rgb(107 114 128 / 0.35);
}
.hover\:text-gray-500\/40:hover {
    color: rgb(107 114 128 / 0.4);
}
.hover\:text-gray-500\/45:hover {
    color: rgb(107 114 128 / 0.45);
}
.hover\:text-gray-500\/5:hover {
    color: rgb(107 114 128 / 0.05);
}
.hover\:text-gray-500\/50:hover {
    color: rgb(107 114 128 / 0.5);
}
.hover\:text-gray-500\/55:hover {
    color: rgb(107 114 128 / 0.55);
}
.hover\:text-gray-500\/60:hover {
    color: rgb(107 114 128 / 0.6);
}
.hover\:text-gray-500\/65:hover {
    color: rgb(107 114 128 / 0.65);
}
.hover\:text-gray-500\/70:hover {
    color: rgb(107 114 128 / 0.7);
}
.hover\:text-gray-500\/75:hover {
    color: rgb(107 114 128 / 0.75);
}
.hover\:text-gray-500\/80:hover {
    color: rgb(107 114 128 / 0.8);
}
.hover\:text-gray-500\/85:hover {
    color: rgb(107 114 128 / 0.85);
}
.hover\:text-gray-500\/90:hover {
    color: rgb(107 114 128 / 0.9);
}
.hover\:text-gray-500\/95:hover {
    color: rgb(107 114 128 / 0.95);
}
.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600\/0:hover {
    color: rgb(75 85 99 / 0);
}
.hover\:text-gray-600\/10:hover {
    color: rgb(75 85 99 / 0.1);
}
.hover\:text-gray-600\/100:hover {
    color: rgb(75 85 99 / 1);
}
.hover\:text-gray-600\/15:hover {
    color: rgb(75 85 99 / 0.15);
}
.hover\:text-gray-600\/20:hover {
    color: rgb(75 85 99 / 0.2);
}
.hover\:text-gray-600\/25:hover {
    color: rgb(75 85 99 / 0.25);
}
.hover\:text-gray-600\/30:hover {
    color: rgb(75 85 99 / 0.3);
}
.hover\:text-gray-600\/35:hover {
    color: rgb(75 85 99 / 0.35);
}
.hover\:text-gray-600\/40:hover {
    color: rgb(75 85 99 / 0.4);
}
.hover\:text-gray-600\/45:hover {
    color: rgb(75 85 99 / 0.45);
}
.hover\:text-gray-600\/5:hover {
    color: rgb(75 85 99 / 0.05);
}
.hover\:text-gray-600\/50:hover {
    color: rgb(75 85 99 / 0.5);
}
.hover\:text-gray-600\/55:hover {
    color: rgb(75 85 99 / 0.55);
}
.hover\:text-gray-600\/60:hover {
    color: rgb(75 85 99 / 0.6);
}
.hover\:text-gray-600\/65:hover {
    color: rgb(75 85 99 / 0.65);
}
.hover\:text-gray-600\/70:hover {
    color: rgb(75 85 99 / 0.7);
}
.hover\:text-gray-600\/75:hover {
    color: rgb(75 85 99 / 0.75);
}
.hover\:text-gray-600\/80:hover {
    color: rgb(75 85 99 / 0.8);
}
.hover\:text-gray-600\/85:hover {
    color: rgb(75 85 99 / 0.85);
}
.hover\:text-gray-600\/90:hover {
    color: rgb(75 85 99 / 0.9);
}
.hover\:text-gray-600\/95:hover {
    color: rgb(75 85 99 / 0.95);
}
.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700\/0:hover {
    color: rgb(55 65 81 / 0);
}
.hover\:text-gray-700\/10:hover {
    color: rgb(55 65 81 / 0.1);
}
.hover\:text-gray-700\/100:hover {
    color: rgb(55 65 81 / 1);
}
.hover\:text-gray-700\/15:hover {
    color: rgb(55 65 81 / 0.15);
}
.hover\:text-gray-700\/20:hover {
    color: rgb(55 65 81 / 0.2);
}
.hover\:text-gray-700\/25:hover {
    color: rgb(55 65 81 / 0.25);
}
.hover\:text-gray-700\/30:hover {
    color: rgb(55 65 81 / 0.3);
}
.hover\:text-gray-700\/35:hover {
    color: rgb(55 65 81 / 0.35);
}
.hover\:text-gray-700\/40:hover {
    color: rgb(55 65 81 / 0.4);
}
.hover\:text-gray-700\/45:hover {
    color: rgb(55 65 81 / 0.45);
}
.hover\:text-gray-700\/5:hover {
    color: rgb(55 65 81 / 0.05);
}
.hover\:text-gray-700\/50:hover {
    color: rgb(55 65 81 / 0.5);
}
.hover\:text-gray-700\/55:hover {
    color: rgb(55 65 81 / 0.55);
}
.hover\:text-gray-700\/60:hover {
    color: rgb(55 65 81 / 0.6);
}
.hover\:text-gray-700\/65:hover {
    color: rgb(55 65 81 / 0.65);
}
.hover\:text-gray-700\/70:hover {
    color: rgb(55 65 81 / 0.7);
}
.hover\:text-gray-700\/75:hover {
    color: rgb(55 65 81 / 0.75);
}
.hover\:text-gray-700\/80:hover {
    color: rgb(55 65 81 / 0.8);
}
.hover\:text-gray-700\/85:hover {
    color: rgb(55 65 81 / 0.85);
}
.hover\:text-gray-700\/90:hover {
    color: rgb(55 65 81 / 0.9);
}
.hover\:text-gray-700\/95:hover {
    color: rgb(55 65 81 / 0.95);
}
.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800\/0:hover {
    color: rgb(31 41 55 / 0);
}
.hover\:text-gray-800\/10:hover {
    color: rgb(31 41 55 / 0.1);
}
.hover\:text-gray-800\/100:hover {
    color: rgb(31 41 55 / 1);
}
.hover\:text-gray-800\/15:hover {
    color: rgb(31 41 55 / 0.15);
}
.hover\:text-gray-800\/20:hover {
    color: rgb(31 41 55 / 0.2);
}
.hover\:text-gray-800\/25:hover {
    color: rgb(31 41 55 / 0.25);
}
.hover\:text-gray-800\/30:hover {
    color: rgb(31 41 55 / 0.3);
}
.hover\:text-gray-800\/35:hover {
    color: rgb(31 41 55 / 0.35);
}
.hover\:text-gray-800\/40:hover {
    color: rgb(31 41 55 / 0.4);
}
.hover\:text-gray-800\/45:hover {
    color: rgb(31 41 55 / 0.45);
}
.hover\:text-gray-800\/5:hover {
    color: rgb(31 41 55 / 0.05);
}
.hover\:text-gray-800\/50:hover {
    color: rgb(31 41 55 / 0.5);
}
.hover\:text-gray-800\/55:hover {
    color: rgb(31 41 55 / 0.55);
}
.hover\:text-gray-800\/60:hover {
    color: rgb(31 41 55 / 0.6);
}
.hover\:text-gray-800\/65:hover {
    color: rgb(31 41 55 / 0.65);
}
.hover\:text-gray-800\/70:hover {
    color: rgb(31 41 55 / 0.7);
}
.hover\:text-gray-800\/75:hover {
    color: rgb(31 41 55 / 0.75);
}
.hover\:text-gray-800\/80:hover {
    color: rgb(31 41 55 / 0.8);
}
.hover\:text-gray-800\/85:hover {
    color: rgb(31 41 55 / 0.85);
}
.hover\:text-gray-800\/90:hover {
    color: rgb(31 41 55 / 0.9);
}
.hover\:text-gray-800\/95:hover {
    color: rgb(31 41 55 / 0.95);
}
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900\/0:hover {
    color: rgb(17 24 39 / 0);
}
.hover\:text-gray-900\/10:hover {
    color: rgb(17 24 39 / 0.1);
}
.hover\:text-gray-900\/100:hover {
    color: rgb(17 24 39 / 1);
}
.hover\:text-gray-900\/15:hover {
    color: rgb(17 24 39 / 0.15);
}
.hover\:text-gray-900\/20:hover {
    color: rgb(17 24 39 / 0.2);
}
.hover\:text-gray-900\/25:hover {
    color: rgb(17 24 39 / 0.25);
}
.hover\:text-gray-900\/30:hover {
    color: rgb(17 24 39 / 0.3);
}
.hover\:text-gray-900\/35:hover {
    color: rgb(17 24 39 / 0.35);
}
.hover\:text-gray-900\/40:hover {
    color: rgb(17 24 39 / 0.4);
}
.hover\:text-gray-900\/45:hover {
    color: rgb(17 24 39 / 0.45);
}
.hover\:text-gray-900\/5:hover {
    color: rgb(17 24 39 / 0.05);
}
.hover\:text-gray-900\/50:hover {
    color: rgb(17 24 39 / 0.5);
}
.hover\:text-gray-900\/55:hover {
    color: rgb(17 24 39 / 0.55);
}
.hover\:text-gray-900\/60:hover {
    color: rgb(17 24 39 / 0.6);
}
.hover\:text-gray-900\/65:hover {
    color: rgb(17 24 39 / 0.65);
}
.hover\:text-gray-900\/70:hover {
    color: rgb(17 24 39 / 0.7);
}
.hover\:text-gray-900\/75:hover {
    color: rgb(17 24 39 / 0.75);
}
.hover\:text-gray-900\/80:hover {
    color: rgb(17 24 39 / 0.8);
}
.hover\:text-gray-900\/85:hover {
    color: rgb(17 24 39 / 0.85);
}
.hover\:text-gray-900\/90:hover {
    color: rgb(17 24 39 / 0.9);
}
.hover\:text-gray-900\/95:hover {
    color: rgb(17 24 39 / 0.95);
}
.hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-950\/0:hover {
    color: rgb(3 7 18 / 0);
}
.hover\:text-gray-950\/10:hover {
    color: rgb(3 7 18 / 0.1);
}
.hover\:text-gray-950\/100:hover {
    color: rgb(3 7 18 / 1);
}
.hover\:text-gray-950\/15:hover {
    color: rgb(3 7 18 / 0.15);
}
.hover\:text-gray-950\/20:hover {
    color: rgb(3 7 18 / 0.2);
}
.hover\:text-gray-950\/25:hover {
    color: rgb(3 7 18 / 0.25);
}
.hover\:text-gray-950\/30:hover {
    color: rgb(3 7 18 / 0.3);
}
.hover\:text-gray-950\/35:hover {
    color: rgb(3 7 18 / 0.35);
}
.hover\:text-gray-950\/40:hover {
    color: rgb(3 7 18 / 0.4);
}
.hover\:text-gray-950\/45:hover {
    color: rgb(3 7 18 / 0.45);
}
.hover\:text-gray-950\/5:hover {
    color: rgb(3 7 18 / 0.05);
}
.hover\:text-gray-950\/50:hover {
    color: rgb(3 7 18 / 0.5);
}
.hover\:text-gray-950\/55:hover {
    color: rgb(3 7 18 / 0.55);
}
.hover\:text-gray-950\/60:hover {
    color: rgb(3 7 18 / 0.6);
}
.hover\:text-gray-950\/65:hover {
    color: rgb(3 7 18 / 0.65);
}
.hover\:text-gray-950\/70:hover {
    color: rgb(3 7 18 / 0.7);
}
.hover\:text-gray-950\/75:hover {
    color: rgb(3 7 18 / 0.75);
}
.hover\:text-gray-950\/80:hover {
    color: rgb(3 7 18 / 0.8);
}
.hover\:text-gray-950\/85:hover {
    color: rgb(3 7 18 / 0.85);
}
.hover\:text-gray-950\/90:hover {
    color: rgb(3 7 18 / 0.9);
}
.hover\:text-gray-950\/95:hover {
    color: rgb(3 7 18 / 0.95);
}
.hover\:text-inherit:hover {
    color: inherit;
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(16 46 52 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark\/0:hover {
    color: rgb(16 46 52 / 0);
}
.hover\:text-primary-dark\/10:hover {
    color: rgb(16 46 52 / 0.1);
}
.hover\:text-primary-dark\/100:hover {
    color: rgb(16 46 52 / 1);
}
.hover\:text-primary-dark\/15:hover {
    color: rgb(16 46 52 / 0.15);
}
.hover\:text-primary-dark\/20:hover {
    color: rgb(16 46 52 / 0.2);
}
.hover\:text-primary-dark\/25:hover {
    color: rgb(16 46 52 / 0.25);
}
.hover\:text-primary-dark\/30:hover {
    color: rgb(16 46 52 / 0.3);
}
.hover\:text-primary-dark\/35:hover {
    color: rgb(16 46 52 / 0.35);
}
.hover\:text-primary-dark\/40:hover {
    color: rgb(16 46 52 / 0.4);
}
.hover\:text-primary-dark\/45:hover {
    color: rgb(16 46 52 / 0.45);
}
.hover\:text-primary-dark\/5:hover {
    color: rgb(16 46 52 / 0.05);
}
.hover\:text-primary-dark\/50:hover {
    color: rgb(16 46 52 / 0.5);
}
.hover\:text-primary-dark\/55:hover {
    color: rgb(16 46 52 / 0.55);
}
.hover\:text-primary-dark\/60:hover {
    color: rgb(16 46 52 / 0.6);
}
.hover\:text-primary-dark\/65:hover {
    color: rgb(16 46 52 / 0.65);
}
.hover\:text-primary-dark\/70:hover {
    color: rgb(16 46 52 / 0.7);
}
.hover\:text-primary-dark\/75:hover {
    color: rgb(16 46 52 / 0.75);
}
.hover\:text-primary-dark\/80:hover {
    color: rgb(16 46 52 / 0.8);
}
.hover\:text-primary-dark\/85:hover {
    color: rgb(16 46 52 / 0.85);
}
.hover\:text-primary-dark\/90:hover {
    color: rgb(16 46 52 / 0.9);
}
.hover\:text-primary-dark\/95:hover {
    color: rgb(16 46 52 / 0.95);
}
.hover\:text-primary-light:hover {
    --tw-text-opacity: 1;
    color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-light\/0:hover {
    color: rgb(39 84 94 / 0);
}
.hover\:text-primary-light\/10:hover {
    color: rgb(39 84 94 / 0.1);
}
.hover\:text-primary-light\/100:hover {
    color: rgb(39 84 94 / 1);
}
.hover\:text-primary-light\/15:hover {
    color: rgb(39 84 94 / 0.15);
}
.hover\:text-primary-light\/20:hover {
    color: rgb(39 84 94 / 0.2);
}
.hover\:text-primary-light\/25:hover {
    color: rgb(39 84 94 / 0.25);
}
.hover\:text-primary-light\/30:hover {
    color: rgb(39 84 94 / 0.3);
}
.hover\:text-primary-light\/35:hover {
    color: rgb(39 84 94 / 0.35);
}
.hover\:text-primary-light\/40:hover {
    color: rgb(39 84 94 / 0.4);
}
.hover\:text-primary-light\/45:hover {
    color: rgb(39 84 94 / 0.45);
}
.hover\:text-primary-light\/5:hover {
    color: rgb(39 84 94 / 0.05);
}
.hover\:text-primary-light\/50:hover {
    color: rgb(39 84 94 / 0.5);
}
.hover\:text-primary-light\/55:hover {
    color: rgb(39 84 94 / 0.55);
}
.hover\:text-primary-light\/60:hover {
    color: rgb(39 84 94 / 0.6);
}
.hover\:text-primary-light\/65:hover {
    color: rgb(39 84 94 / 0.65);
}
.hover\:text-primary-light\/70:hover {
    color: rgb(39 84 94 / 0.7);
}
.hover\:text-primary-light\/75:hover {
    color: rgb(39 84 94 / 0.75);
}
.hover\:text-primary-light\/80:hover {
    color: rgb(39 84 94 / 0.8);
}
.hover\:text-primary-light\/85:hover {
    color: rgb(39 84 94 / 0.85);
}
.hover\:text-primary-light\/90:hover {
    color: rgb(39 84 94 / 0.9);
}
.hover\:text-primary-light\/95:hover {
    color: rgb(39 84 94 / 0.95);
}
.hover\:text-primary\/0:hover {
    color: rgb(33 69 77 / 0);
}
.hover\:text-primary\/10:hover {
    color: rgb(33 69 77 / 0.1);
}
.hover\:text-primary\/100:hover {
    color: rgb(33 69 77 / 1);
}
.hover\:text-primary\/15:hover {
    color: rgb(33 69 77 / 0.15);
}
.hover\:text-primary\/20:hover {
    color: rgb(33 69 77 / 0.2);
}
.hover\:text-primary\/25:hover {
    color: rgb(33 69 77 / 0.25);
}
.hover\:text-primary\/30:hover {
    color: rgb(33 69 77 / 0.3);
}
.hover\:text-primary\/35:hover {
    color: rgb(33 69 77 / 0.35);
}
.hover\:text-primary\/40:hover {
    color: rgb(33 69 77 / 0.4);
}
.hover\:text-primary\/45:hover {
    color: rgb(33 69 77 / 0.45);
}
.hover\:text-primary\/5:hover {
    color: rgb(33 69 77 / 0.05);
}
.hover\:text-primary\/50:hover {
    color: rgb(33 69 77 / 0.5);
}
.hover\:text-primary\/55:hover {
    color: rgb(33 69 77 / 0.55);
}
.hover\:text-primary\/60:hover {
    color: rgb(33 69 77 / 0.6);
}
.hover\:text-primary\/65:hover {
    color: rgb(33 69 77 / 0.65);
}
.hover\:text-primary\/70:hover {
    color: rgb(33 69 77 / 0.7);
}
.hover\:text-primary\/75:hover {
    color: rgb(33 69 77 / 0.75);
}
.hover\:text-primary\/80:hover {
    color: rgb(33 69 77 / 0.8);
}
.hover\:text-primary\/85:hover {
    color: rgb(33 69 77 / 0.85);
}
.hover\:text-primary\/90:hover {
    color: rgb(33 69 77 / 0.9);
}
.hover\:text-primary\/95:hover {
    color: rgb(33 69 77 / 0.95);
}
.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(0 124 153 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-dark\/0:hover {
    color: rgb(0 124 153 / 0);
}
.hover\:text-secondary-dark\/10:hover {
    color: rgb(0 124 153 / 0.1);
}
.hover\:text-secondary-dark\/100:hover {
    color: rgb(0 124 153 / 1);
}
.hover\:text-secondary-dark\/15:hover {
    color: rgb(0 124 153 / 0.15);
}
.hover\:text-secondary-dark\/20:hover {
    color: rgb(0 124 153 / 0.2);
}
.hover\:text-secondary-dark\/25:hover {
    color: rgb(0 124 153 / 0.25);
}
.hover\:text-secondary-dark\/30:hover {
    color: rgb(0 124 153 / 0.3);
}
.hover\:text-secondary-dark\/35:hover {
    color: rgb(0 124 153 / 0.35);
}
.hover\:text-secondary-dark\/40:hover {
    color: rgb(0 124 153 / 0.4);
}
.hover\:text-secondary-dark\/45:hover {
    color: rgb(0 124 153 / 0.45);
}
.hover\:text-secondary-dark\/5:hover {
    color: rgb(0 124 153 / 0.05);
}
.hover\:text-secondary-dark\/50:hover {
    color: rgb(0 124 153 / 0.5);
}
.hover\:text-secondary-dark\/55:hover {
    color: rgb(0 124 153 / 0.55);
}
.hover\:text-secondary-dark\/60:hover {
    color: rgb(0 124 153 / 0.6);
}
.hover\:text-secondary-dark\/65:hover {
    color: rgb(0 124 153 / 0.65);
}
.hover\:text-secondary-dark\/70:hover {
    color: rgb(0 124 153 / 0.7);
}
.hover\:text-secondary-dark\/75:hover {
    color: rgb(0 124 153 / 0.75);
}
.hover\:text-secondary-dark\/80:hover {
    color: rgb(0 124 153 / 0.8);
}
.hover\:text-secondary-dark\/85:hover {
    color: rgb(0 124 153 / 0.85);
}
.hover\:text-secondary-dark\/90:hover {
    color: rgb(0 124 153 / 0.9);
}
.hover\:text-secondary-dark\/95:hover {
    color: rgb(0 124 153 / 0.95);
}
.hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgb(194 233 242 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-light\/0:hover {
    color: rgb(194 233 242 / 0);
}
.hover\:text-secondary-light\/10:hover {
    color: rgb(194 233 242 / 0.1);
}
.hover\:text-secondary-light\/100:hover {
    color: rgb(194 233 242 / 1);
}
.hover\:text-secondary-light\/15:hover {
    color: rgb(194 233 242 / 0.15);
}
.hover\:text-secondary-light\/20:hover {
    color: rgb(194 233 242 / 0.2);
}
.hover\:text-secondary-light\/25:hover {
    color: rgb(194 233 242 / 0.25);
}
.hover\:text-secondary-light\/30:hover {
    color: rgb(194 233 242 / 0.3);
}
.hover\:text-secondary-light\/35:hover {
    color: rgb(194 233 242 / 0.35);
}
.hover\:text-secondary-light\/40:hover {
    color: rgb(194 233 242 / 0.4);
}
.hover\:text-secondary-light\/45:hover {
    color: rgb(194 233 242 / 0.45);
}
.hover\:text-secondary-light\/5:hover {
    color: rgb(194 233 242 / 0.05);
}
.hover\:text-secondary-light\/50:hover {
    color: rgb(194 233 242 / 0.5);
}
.hover\:text-secondary-light\/55:hover {
    color: rgb(194 233 242 / 0.55);
}
.hover\:text-secondary-light\/60:hover {
    color: rgb(194 233 242 / 0.6);
}
.hover\:text-secondary-light\/65:hover {
    color: rgb(194 233 242 / 0.65);
}
.hover\:text-secondary-light\/70:hover {
    color: rgb(194 233 242 / 0.7);
}
.hover\:text-secondary-light\/75:hover {
    color: rgb(194 233 242 / 0.75);
}
.hover\:text-secondary-light\/80:hover {
    color: rgb(194 233 242 / 0.8);
}
.hover\:text-secondary-light\/85:hover {
    color: rgb(194 233 242 / 0.85);
}
.hover\:text-secondary-light\/90:hover {
    color: rgb(194 233 242 / 0.9);
}
.hover\:text-secondary-light\/95:hover {
    color: rgb(194 233 242 / 0.95);
}
.hover\:text-secondary\/0:hover {
    color: rgb(84 173 194 / 0);
}
.hover\:text-secondary\/10:hover {
    color: rgb(84 173 194 / 0.1);
}
.hover\:text-secondary\/100:hover {
    color: rgb(84 173 194 / 1);
}
.hover\:text-secondary\/15:hover {
    color: rgb(84 173 194 / 0.15);
}
.hover\:text-secondary\/20:hover {
    color: rgb(84 173 194 / 0.2);
}
.hover\:text-secondary\/25:hover {
    color: rgb(84 173 194 / 0.25);
}
.hover\:text-secondary\/30:hover {
    color: rgb(84 173 194 / 0.3);
}
.hover\:text-secondary\/35:hover {
    color: rgb(84 173 194 / 0.35);
}
.hover\:text-secondary\/40:hover {
    color: rgb(84 173 194 / 0.4);
}
.hover\:text-secondary\/45:hover {
    color: rgb(84 173 194 / 0.45);
}
.hover\:text-secondary\/5:hover {
    color: rgb(84 173 194 / 0.05);
}
.hover\:text-secondary\/50:hover {
    color: rgb(84 173 194 / 0.5);
}
.hover\:text-secondary\/55:hover {
    color: rgb(84 173 194 / 0.55);
}
.hover\:text-secondary\/60:hover {
    color: rgb(84 173 194 / 0.6);
}
.hover\:text-secondary\/65:hover {
    color: rgb(84 173 194 / 0.65);
}
.hover\:text-secondary\/70:hover {
    color: rgb(84 173 194 / 0.7);
}
.hover\:text-secondary\/75:hover {
    color: rgb(84 173 194 / 0.75);
}
.hover\:text-secondary\/80:hover {
    color: rgb(84 173 194 / 0.8);
}
.hover\:text-secondary\/85:hover {
    color: rgb(84 173 194 / 0.85);
}
.hover\:text-secondary\/90:hover {
    color: rgb(84 173 194 / 0.9);
}
.hover\:text-secondary\/95:hover {
    color: rgb(84 173 194 / 0.95);
}
.hover\:text-tan:hover {
    --tw-text-opacity: 1;
    color: rgb(240 238 233 / var(--tw-text-opacity, 1));
}
.hover\:text-tan\/0:hover {
    color: rgb(240 238 233 / 0);
}
.hover\:text-tan\/10:hover {
    color: rgb(240 238 233 / 0.1);
}
.hover\:text-tan\/100:hover {
    color: rgb(240 238 233 / 1);
}
.hover\:text-tan\/15:hover {
    color: rgb(240 238 233 / 0.15);
}
.hover\:text-tan\/20:hover {
    color: rgb(240 238 233 / 0.2);
}
.hover\:text-tan\/25:hover {
    color: rgb(240 238 233 / 0.25);
}
.hover\:text-tan\/30:hover {
    color: rgb(240 238 233 / 0.3);
}
.hover\:text-tan\/35:hover {
    color: rgb(240 238 233 / 0.35);
}
.hover\:text-tan\/40:hover {
    color: rgb(240 238 233 / 0.4);
}
.hover\:text-tan\/45:hover {
    color: rgb(240 238 233 / 0.45);
}
.hover\:text-tan\/5:hover {
    color: rgb(240 238 233 / 0.05);
}
.hover\:text-tan\/50:hover {
    color: rgb(240 238 233 / 0.5);
}
.hover\:text-tan\/55:hover {
    color: rgb(240 238 233 / 0.55);
}
.hover\:text-tan\/60:hover {
    color: rgb(240 238 233 / 0.6);
}
.hover\:text-tan\/65:hover {
    color: rgb(240 238 233 / 0.65);
}
.hover\:text-tan\/70:hover {
    color: rgb(240 238 233 / 0.7);
}
.hover\:text-tan\/75:hover {
    color: rgb(240 238 233 / 0.75);
}
.hover\:text-tan\/80:hover {
    color: rgb(240 238 233 / 0.8);
}
.hover\:text-tan\/85:hover {
    color: rgb(240 238 233 / 0.85);
}
.hover\:text-tan\/90:hover {
    color: rgb(240 238 233 / 0.9);
}
.hover\:text-tan\/95:hover {
    color: rgb(240 238 233 / 0.95);
}
.hover\:text-transparent:hover {
    color: transparent;
}
.hover\:text-transparent\/0:hover {
    color: rgb(0 0 0 / 0);
}
.hover\:text-transparent\/10:hover {
    color: rgb(0 0 0 / 0.1);
}
.hover\:text-transparent\/100:hover {
    color: rgb(0 0 0 / 1);
}
.hover\:text-transparent\/15:hover {
    color: rgb(0 0 0 / 0.15);
}
.hover\:text-transparent\/20:hover {
    color: rgb(0 0 0 / 0.2);
}
.hover\:text-transparent\/25:hover {
    color: rgb(0 0 0 / 0.25);
}
.hover\:text-transparent\/30:hover {
    color: rgb(0 0 0 / 0.3);
}
.hover\:text-transparent\/35:hover {
    color: rgb(0 0 0 / 0.35);
}
.hover\:text-transparent\/40:hover {
    color: rgb(0 0 0 / 0.4);
}
.hover\:text-transparent\/45:hover {
    color: rgb(0 0 0 / 0.45);
}
.hover\:text-transparent\/5:hover {
    color: rgb(0 0 0 / 0.05);
}
.hover\:text-transparent\/50:hover {
    color: rgb(0 0 0 / 0.5);
}
.hover\:text-transparent\/55:hover {
    color: rgb(0 0 0 / 0.55);
}
.hover\:text-transparent\/60:hover {
    color: rgb(0 0 0 / 0.6);
}
.hover\:text-transparent\/65:hover {
    color: rgb(0 0 0 / 0.65);
}
.hover\:text-transparent\/70:hover {
    color: rgb(0 0 0 / 0.7);
}
.hover\:text-transparent\/75:hover {
    color: rgb(0 0 0 / 0.75);
}
.hover\:text-transparent\/80:hover {
    color: rgb(0 0 0 / 0.8);
}
.hover\:text-transparent\/85:hover {
    color: rgb(0 0 0 / 0.85);
}
.hover\:text-transparent\/90:hover {
    color: rgb(0 0 0 / 0.9);
}
.hover\:text-transparent\/95:hover {
    color: rgb(0 0 0 / 0.95);
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/0:hover {
    color: rgb(255 255 255 / 0);
}
.hover\:text-white\/10:hover {
    color: rgb(255 255 255 / 0.1);
}
.hover\:text-white\/100:hover {
    color: rgb(255 255 255 / 1);
}
.hover\:text-white\/15:hover {
    color: rgb(255 255 255 / 0.15);
}
.hover\:text-white\/20:hover {
    color: rgb(255 255 255 / 0.2);
}
.hover\:text-white\/25:hover {
    color: rgb(255 255 255 / 0.25);
}
.hover\:text-white\/30:hover {
    color: rgb(255 255 255 / 0.3);
}
.hover\:text-white\/35:hover {
    color: rgb(255 255 255 / 0.35);
}
.hover\:text-white\/40:hover {
    color: rgb(255 255 255 / 0.4);
}
.hover\:text-white\/45:hover {
    color: rgb(255 255 255 / 0.45);
}
.hover\:text-white\/5:hover {
    color: rgb(255 255 255 / 0.05);
}
.hover\:text-white\/50:hover {
    color: rgb(255 255 255 / 0.5);
}
.hover\:text-white\/55:hover {
    color: rgb(255 255 255 / 0.55);
}
.hover\:text-white\/60:hover {
    color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/65:hover {
    color: rgb(255 255 255 / 0.65);
}
.hover\:text-white\/70:hover {
    color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/75:hover {
    color: rgb(255 255 255 / 0.75);
}
.hover\:text-white\/80:hover {
    color: rgb(255 255 255 / 0.8);
}
.hover\:text-white\/85:hover {
    color: rgb(255 255 255 / 0.85);
}
.hover\:text-white\/90:hover {
    color: rgb(255 255 255 / 0.9);
}
.hover\:text-white\/95:hover {
    color: rgb(255 255 255 / 0.95);
}
.hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
}
.hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
}
.hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
}
.hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15;
}
.hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
}
.hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
}
.hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
}
.hover\:text-opacity-35:hover {
    --tw-text-opacity: 0.35;
}
.hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
}
.hover\:text-opacity-45:hover {
    --tw-text-opacity: 0.45;
}
.hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
}
.hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
}
.hover\:text-opacity-55:hover {
    --tw-text-opacity: 0.55;
}
.hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
}
.hover\:text-opacity-65:hover {
    --tw-text-opacity: 0.65;
}
.hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
}
.hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
}
.hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
}
.hover\:text-opacity-85:hover {
    --tw-text-opacity: 0.85;
}
.hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
}
.hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
}
.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.hover\:no-underline:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.hover\:bg-blend-normal:hover {
    background-blend-mode: normal;
}
.hover\:bg-blend-multiply:hover {
    background-blend-mode: multiply;
}
.hover\:bg-blend-screen:hover {
    background-blend-mode: screen;
}
.hover\:bg-blend-overlay:hover {
    background-blend-mode: overlay;
}
.hover\:bg-blend-darken:hover {
    background-blend-mode: darken;
}
.hover\:bg-blend-lighten:hover {
    background-blend-mode: lighten;
}
.hover\:bg-blend-color-dodge:hover {
    background-blend-mode: color-dodge;
}
.hover\:bg-blend-color-burn:hover {
    background-blend-mode: color-burn;
}
.hover\:bg-blend-hard-light:hover {
    background-blend-mode: hard-light;
}
.hover\:bg-blend-soft-light:hover {
    background-blend-mode: soft-light;
}
.hover\:bg-blend-difference:hover {
    background-blend-mode: difference;
}
.hover\:bg-blend-exclusion:hover {
    background-blend-mode: exclusion;
}
.hover\:bg-blend-hue:hover {
    background-blend-mode: hue;
}
.hover\:bg-blend-saturation:hover {
    background-blend-mode: saturation;
}
.hover\:bg-blend-color:hover {
    background-blend-mode: color;
}
.hover\:bg-blend-luminosity:hover {
    background-blend-mode: luminosity;
}
.hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.focus\:top-2:focus {
    top: 0.5rem;
}
.focus\:cursor-context-menu:focus {
    cursor: context-menu;
}
.focus\:text-ellipsis:focus {
    text-overflow: ellipsis;
}
.focus\:text-clip:focus {
    text-overflow: clip;
}
.focus\:text-wrap:focus {
    text-wrap: wrap;
}
.focus\:text-nowrap:focus {
    text-wrap: nowrap;
}
.focus\:text-balance:focus {
    text-wrap: balance;
}
.focus\:text-pretty:focus {
    text-wrap: pretty;
}
.focus\:border-4:focus {
    border-width: 4px;
}
.focus\:border-primary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgb(16 46 52 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgb(84 173 194 / var(--tw-border-opacity, 1));
}
.focus\:bg-accent-orange:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-orange\/0:focus {
    background-color: rgb(255 170 26 / 0);
}
.focus\:bg-accent-orange\/10:focus {
    background-color: rgb(255 170 26 / 0.1);
}
.focus\:bg-accent-orange\/100:focus {
    background-color: rgb(255 170 26 / 1);
}
.focus\:bg-accent-orange\/15:focus {
    background-color: rgb(255 170 26 / 0.15);
}
.focus\:bg-accent-orange\/20:focus {
    background-color: rgb(255 170 26 / 0.2);
}
.focus\:bg-accent-orange\/25:focus {
    background-color: rgb(255 170 26 / 0.25);
}
.focus\:bg-accent-orange\/30:focus {
    background-color: rgb(255 170 26 / 0.3);
}
.focus\:bg-accent-orange\/35:focus {
    background-color: rgb(255 170 26 / 0.35);
}
.focus\:bg-accent-orange\/40:focus {
    background-color: rgb(255 170 26 / 0.4);
}
.focus\:bg-accent-orange\/45:focus {
    background-color: rgb(255 170 26 / 0.45);
}
.focus\:bg-accent-orange\/5:focus {
    background-color: rgb(255 170 26 / 0.05);
}
.focus\:bg-accent-orange\/50:focus {
    background-color: rgb(255 170 26 / 0.5);
}
.focus\:bg-accent-orange\/55:focus {
    background-color: rgb(255 170 26 / 0.55);
}
.focus\:bg-accent-orange\/60:focus {
    background-color: rgb(255 170 26 / 0.6);
}
.focus\:bg-accent-orange\/65:focus {
    background-color: rgb(255 170 26 / 0.65);
}
.focus\:bg-accent-orange\/70:focus {
    background-color: rgb(255 170 26 / 0.7);
}
.focus\:bg-accent-orange\/75:focus {
    background-color: rgb(255 170 26 / 0.75);
}
.focus\:bg-accent-orange\/80:focus {
    background-color: rgb(255 170 26 / 0.8);
}
.focus\:bg-accent-orange\/85:focus {
    background-color: rgb(255 170 26 / 0.85);
}
.focus\:bg-accent-orange\/90:focus {
    background-color: rgb(255 170 26 / 0.9);
}
.focus\:bg-accent-orange\/95:focus {
    background-color: rgb(255 170 26 / 0.95);
}
.focus\:bg-accent-red:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-red\/0:focus {
    background-color: rgb(255 113 91 / 0);
}
.focus\:bg-accent-red\/10:focus {
    background-color: rgb(255 113 91 / 0.1);
}
.focus\:bg-accent-red\/100:focus {
    background-color: rgb(255 113 91 / 1);
}
.focus\:bg-accent-red\/15:focus {
    background-color: rgb(255 113 91 / 0.15);
}
.focus\:bg-accent-red\/20:focus {
    background-color: rgb(255 113 91 / 0.2);
}
.focus\:bg-accent-red\/25:focus {
    background-color: rgb(255 113 91 / 0.25);
}
.focus\:bg-accent-red\/30:focus {
    background-color: rgb(255 113 91 / 0.3);
}
.focus\:bg-accent-red\/35:focus {
    background-color: rgb(255 113 91 / 0.35);
}
.focus\:bg-accent-red\/40:focus {
    background-color: rgb(255 113 91 / 0.4);
}
.focus\:bg-accent-red\/45:focus {
    background-color: rgb(255 113 91 / 0.45);
}
.focus\:bg-accent-red\/5:focus {
    background-color: rgb(255 113 91 / 0.05);
}
.focus\:bg-accent-red\/50:focus {
    background-color: rgb(255 113 91 / 0.5);
}
.focus\:bg-accent-red\/55:focus {
    background-color: rgb(255 113 91 / 0.55);
}
.focus\:bg-accent-red\/60:focus {
    background-color: rgb(255 113 91 / 0.6);
}
.focus\:bg-accent-red\/65:focus {
    background-color: rgb(255 113 91 / 0.65);
}
.focus\:bg-accent-red\/70:focus {
    background-color: rgb(255 113 91 / 0.7);
}
.focus\:bg-accent-red\/75:focus {
    background-color: rgb(255 113 91 / 0.75);
}
.focus\:bg-accent-red\/80:focus {
    background-color: rgb(255 113 91 / 0.8);
}
.focus\:bg-accent-red\/85:focus {
    background-color: rgb(255 113 91 / 0.85);
}
.focus\:bg-accent-red\/90:focus {
    background-color: rgb(255 113 91 / 0.9);
}
.focus\:bg-accent-red\/95:focus {
    background-color: rgb(255 113 91 / 0.95);
}
.focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(20 19 19 / var(--tw-bg-opacity, 1));
}
.focus\:bg-black\/0:focus {
    background-color: rgb(20 19 19 / 0);
}
.focus\:bg-black\/10:focus {
    background-color: rgb(20 19 19 / 0.1);
}
.focus\:bg-black\/100:focus {
    background-color: rgb(20 19 19 / 1);
}
.focus\:bg-black\/15:focus {
    background-color: rgb(20 19 19 / 0.15);
}
.focus\:bg-black\/20:focus {
    background-color: rgb(20 19 19 / 0.2);
}
.focus\:bg-black\/25:focus {
    background-color: rgb(20 19 19 / 0.25);
}
.focus\:bg-black\/30:focus {
    background-color: rgb(20 19 19 / 0.3);
}
.focus\:bg-black\/35:focus {
    background-color: rgb(20 19 19 / 0.35);
}
.focus\:bg-black\/40:focus {
    background-color: rgb(20 19 19 / 0.4);
}
.focus\:bg-black\/45:focus {
    background-color: rgb(20 19 19 / 0.45);
}
.focus\:bg-black\/5:focus {
    background-color: rgb(20 19 19 / 0.05);
}
.focus\:bg-black\/50:focus {
    background-color: rgb(20 19 19 / 0.5);
}
.focus\:bg-black\/55:focus {
    background-color: rgb(20 19 19 / 0.55);
}
.focus\:bg-black\/60:focus {
    background-color: rgb(20 19 19 / 0.6);
}
.focus\:bg-black\/65:focus {
    background-color: rgb(20 19 19 / 0.65);
}
.focus\:bg-black\/70:focus {
    background-color: rgb(20 19 19 / 0.7);
}
.focus\:bg-black\/75:focus {
    background-color: rgb(20 19 19 / 0.75);
}
.focus\:bg-black\/80:focus {
    background-color: rgb(20 19 19 / 0.8);
}
.focus\:bg-black\/85:focus {
    background-color: rgb(20 19 19 / 0.85);
}
.focus\:bg-black\/90:focus {
    background-color: rgb(20 19 19 / 0.9);
}
.focus\:bg-black\/95:focus {
    background-color: rgb(20 19 19 / 0.95);
}
.focus\:bg-current:focus {
    background-color: currentColor;
}
.focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.focus\:bg-error\/0:focus {
    background-color: rgb(255 113 91 / 0);
}
.focus\:bg-error\/10:focus {
    background-color: rgb(255 113 91 / 0.1);
}
.focus\:bg-error\/100:focus {
    background-color: rgb(255 113 91 / 1);
}
.focus\:bg-error\/15:focus {
    background-color: rgb(255 113 91 / 0.15);
}
.focus\:bg-error\/20:focus {
    background-color: rgb(255 113 91 / 0.2);
}
.focus\:bg-error\/25:focus {
    background-color: rgb(255 113 91 / 0.25);
}
.focus\:bg-error\/30:focus {
    background-color: rgb(255 113 91 / 0.3);
}
.focus\:bg-error\/35:focus {
    background-color: rgb(255 113 91 / 0.35);
}
.focus\:bg-error\/40:focus {
    background-color: rgb(255 113 91 / 0.4);
}
.focus\:bg-error\/45:focus {
    background-color: rgb(255 113 91 / 0.45);
}
.focus\:bg-error\/5:focus {
    background-color: rgb(255 113 91 / 0.05);
}
.focus\:bg-error\/50:focus {
    background-color: rgb(255 113 91 / 0.5);
}
.focus\:bg-error\/55:focus {
    background-color: rgb(255 113 91 / 0.55);
}
.focus\:bg-error\/60:focus {
    background-color: rgb(255 113 91 / 0.6);
}
.focus\:bg-error\/65:focus {
    background-color: rgb(255 113 91 / 0.65);
}
.focus\:bg-error\/70:focus {
    background-color: rgb(255 113 91 / 0.7);
}
.focus\:bg-error\/75:focus {
    background-color: rgb(255 113 91 / 0.75);
}
.focus\:bg-error\/80:focus {
    background-color: rgb(255 113 91 / 0.8);
}
.focus\:bg-error\/85:focus {
    background-color: rgb(255 113 91 / 0.85);
}
.focus\:bg-error\/90:focus {
    background-color: rgb(255 113 91 / 0.9);
}
.focus\:bg-error\/95:focus {
    background-color: rgb(255 113 91 / 0.95);
}
.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-100\/0:focus {
    background-color: rgb(243 244 246 / 0);
}
.focus\:bg-gray-100\/10:focus {
    background-color: rgb(243 244 246 / 0.1);
}
.focus\:bg-gray-100\/100:focus {
    background-color: rgb(243 244 246 / 1);
}
.focus\:bg-gray-100\/15:focus {
    background-color: rgb(243 244 246 / 0.15);
}
.focus\:bg-gray-100\/20:focus {
    background-color: rgb(243 244 246 / 0.2);
}
.focus\:bg-gray-100\/25:focus {
    background-color: rgb(243 244 246 / 0.25);
}
.focus\:bg-gray-100\/30:focus {
    background-color: rgb(243 244 246 / 0.3);
}
.focus\:bg-gray-100\/35:focus {
    background-color: rgb(243 244 246 / 0.35);
}
.focus\:bg-gray-100\/40:focus {
    background-color: rgb(243 244 246 / 0.4);
}
.focus\:bg-gray-100\/45:focus {
    background-color: rgb(243 244 246 / 0.45);
}
.focus\:bg-gray-100\/5:focus {
    background-color: rgb(243 244 246 / 0.05);
}
.focus\:bg-gray-100\/50:focus {
    background-color: rgb(243 244 246 / 0.5);
}
.focus\:bg-gray-100\/55:focus {
    background-color: rgb(243 244 246 / 0.55);
}
.focus\:bg-gray-100\/60:focus {
    background-color: rgb(243 244 246 / 0.6);
}
.focus\:bg-gray-100\/65:focus {
    background-color: rgb(243 244 246 / 0.65);
}
.focus\:bg-gray-100\/70:focus {
    background-color: rgb(243 244 246 / 0.7);
}
.focus\:bg-gray-100\/75:focus {
    background-color: rgb(243 244 246 / 0.75);
}
.focus\:bg-gray-100\/80:focus {
    background-color: rgb(243 244 246 / 0.8);
}
.focus\:bg-gray-100\/85:focus {
    background-color: rgb(243 244 246 / 0.85);
}
.focus\:bg-gray-100\/90:focus {
    background-color: rgb(243 244 246 / 0.9);
}
.focus\:bg-gray-100\/95:focus {
    background-color: rgb(243 244 246 / 0.95);
}
.focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-200\/0:focus {
    background-color: rgb(229 231 235 / 0);
}
.focus\:bg-gray-200\/10:focus {
    background-color: rgb(229 231 235 / 0.1);
}
.focus\:bg-gray-200\/100:focus {
    background-color: rgb(229 231 235 / 1);
}
.focus\:bg-gray-200\/15:focus {
    background-color: rgb(229 231 235 / 0.15);
}
.focus\:bg-gray-200\/20:focus {
    background-color: rgb(229 231 235 / 0.2);
}
.focus\:bg-gray-200\/25:focus {
    background-color: rgb(229 231 235 / 0.25);
}
.focus\:bg-gray-200\/30:focus {
    background-color: rgb(229 231 235 / 0.3);
}
.focus\:bg-gray-200\/35:focus {
    background-color: rgb(229 231 235 / 0.35);
}
.focus\:bg-gray-200\/40:focus {
    background-color: rgb(229 231 235 / 0.4);
}
.focus\:bg-gray-200\/45:focus {
    background-color: rgb(229 231 235 / 0.45);
}
.focus\:bg-gray-200\/5:focus {
    background-color: rgb(229 231 235 / 0.05);
}
.focus\:bg-gray-200\/50:focus {
    background-color: rgb(229 231 235 / 0.5);
}
.focus\:bg-gray-200\/55:focus {
    background-color: rgb(229 231 235 / 0.55);
}
.focus\:bg-gray-200\/60:focus {
    background-color: rgb(229 231 235 / 0.6);
}
.focus\:bg-gray-200\/65:focus {
    background-color: rgb(229 231 235 / 0.65);
}
.focus\:bg-gray-200\/70:focus {
    background-color: rgb(229 231 235 / 0.7);
}
.focus\:bg-gray-200\/75:focus {
    background-color: rgb(229 231 235 / 0.75);
}
.focus\:bg-gray-200\/80:focus {
    background-color: rgb(229 231 235 / 0.8);
}
.focus\:bg-gray-200\/85:focus {
    background-color: rgb(229 231 235 / 0.85);
}
.focus\:bg-gray-200\/90:focus {
    background-color: rgb(229 231 235 / 0.9);
}
.focus\:bg-gray-200\/95:focus {
    background-color: rgb(229 231 235 / 0.95);
}
.focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-300\/0:focus {
    background-color: rgb(209 213 219 / 0);
}
.focus\:bg-gray-300\/10:focus {
    background-color: rgb(209 213 219 / 0.1);
}
.focus\:bg-gray-300\/100:focus {
    background-color: rgb(209 213 219 / 1);
}
.focus\:bg-gray-300\/15:focus {
    background-color: rgb(209 213 219 / 0.15);
}
.focus\:bg-gray-300\/20:focus {
    background-color: rgb(209 213 219 / 0.2);
}
.focus\:bg-gray-300\/25:focus {
    background-color: rgb(209 213 219 / 0.25);
}
.focus\:bg-gray-300\/30:focus {
    background-color: rgb(209 213 219 / 0.3);
}
.focus\:bg-gray-300\/35:focus {
    background-color: rgb(209 213 219 / 0.35);
}
.focus\:bg-gray-300\/40:focus {
    background-color: rgb(209 213 219 / 0.4);
}
.focus\:bg-gray-300\/45:focus {
    background-color: rgb(209 213 219 / 0.45);
}
.focus\:bg-gray-300\/5:focus {
    background-color: rgb(209 213 219 / 0.05);
}
.focus\:bg-gray-300\/50:focus {
    background-color: rgb(209 213 219 / 0.5);
}
.focus\:bg-gray-300\/55:focus {
    background-color: rgb(209 213 219 / 0.55);
}
.focus\:bg-gray-300\/60:focus {
    background-color: rgb(209 213 219 / 0.6);
}
.focus\:bg-gray-300\/65:focus {
    background-color: rgb(209 213 219 / 0.65);
}
.focus\:bg-gray-300\/70:focus {
    background-color: rgb(209 213 219 / 0.7);
}
.focus\:bg-gray-300\/75:focus {
    background-color: rgb(209 213 219 / 0.75);
}
.focus\:bg-gray-300\/80:focus {
    background-color: rgb(209 213 219 / 0.8);
}
.focus\:bg-gray-300\/85:focus {
    background-color: rgb(209 213 219 / 0.85);
}
.focus\:bg-gray-300\/90:focus {
    background-color: rgb(209 213 219 / 0.9);
}
.focus\:bg-gray-300\/95:focus {
    background-color: rgb(209 213 219 / 0.95);
}
.focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-400\/0:focus {
    background-color: rgb(156 163 175 / 0);
}
.focus\:bg-gray-400\/10:focus {
    background-color: rgb(156 163 175 / 0.1);
}
.focus\:bg-gray-400\/100:focus {
    background-color: rgb(156 163 175 / 1);
}
.focus\:bg-gray-400\/15:focus {
    background-color: rgb(156 163 175 / 0.15);
}
.focus\:bg-gray-400\/20:focus {
    background-color: rgb(156 163 175 / 0.2);
}
.focus\:bg-gray-400\/25:focus {
    background-color: rgb(156 163 175 / 0.25);
}
.focus\:bg-gray-400\/30:focus {
    background-color: rgb(156 163 175 / 0.3);
}
.focus\:bg-gray-400\/35:focus {
    background-color: rgb(156 163 175 / 0.35);
}
.focus\:bg-gray-400\/40:focus {
    background-color: rgb(156 163 175 / 0.4);
}
.focus\:bg-gray-400\/45:focus {
    background-color: rgb(156 163 175 / 0.45);
}
.focus\:bg-gray-400\/5:focus {
    background-color: rgb(156 163 175 / 0.05);
}
.focus\:bg-gray-400\/50:focus {
    background-color: rgb(156 163 175 / 0.5);
}
.focus\:bg-gray-400\/55:focus {
    background-color: rgb(156 163 175 / 0.55);
}
.focus\:bg-gray-400\/60:focus {
    background-color: rgb(156 163 175 / 0.6);
}
.focus\:bg-gray-400\/65:focus {
    background-color: rgb(156 163 175 / 0.65);
}
.focus\:bg-gray-400\/70:focus {
    background-color: rgb(156 163 175 / 0.7);
}
.focus\:bg-gray-400\/75:focus {
    background-color: rgb(156 163 175 / 0.75);
}
.focus\:bg-gray-400\/80:focus {
    background-color: rgb(156 163 175 / 0.8);
}
.focus\:bg-gray-400\/85:focus {
    background-color: rgb(156 163 175 / 0.85);
}
.focus\:bg-gray-400\/90:focus {
    background-color: rgb(156 163 175 / 0.9);
}
.focus\:bg-gray-400\/95:focus {
    background-color: rgb(156 163 175 / 0.95);
}
.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-50\/0:focus {
    background-color: rgb(249 250 251 / 0);
}
.focus\:bg-gray-50\/10:focus {
    background-color: rgb(249 250 251 / 0.1);
}
.focus\:bg-gray-50\/100:focus {
    background-color: rgb(249 250 251 / 1);
}
.focus\:bg-gray-50\/15:focus {
    background-color: rgb(249 250 251 / 0.15);
}
.focus\:bg-gray-50\/20:focus {
    background-color: rgb(249 250 251 / 0.2);
}
.focus\:bg-gray-50\/25:focus {
    background-color: rgb(249 250 251 / 0.25);
}
.focus\:bg-gray-50\/30:focus {
    background-color: rgb(249 250 251 / 0.3);
}
.focus\:bg-gray-50\/35:focus {
    background-color: rgb(249 250 251 / 0.35);
}
.focus\:bg-gray-50\/40:focus {
    background-color: rgb(249 250 251 / 0.4);
}
.focus\:bg-gray-50\/45:focus {
    background-color: rgb(249 250 251 / 0.45);
}
.focus\:bg-gray-50\/5:focus {
    background-color: rgb(249 250 251 / 0.05);
}
.focus\:bg-gray-50\/50:focus {
    background-color: rgb(249 250 251 / 0.5);
}
.focus\:bg-gray-50\/55:focus {
    background-color: rgb(249 250 251 / 0.55);
}
.focus\:bg-gray-50\/60:focus {
    background-color: rgb(249 250 251 / 0.6);
}
.focus\:bg-gray-50\/65:focus {
    background-color: rgb(249 250 251 / 0.65);
}
.focus\:bg-gray-50\/70:focus {
    background-color: rgb(249 250 251 / 0.7);
}
.focus\:bg-gray-50\/75:focus {
    background-color: rgb(249 250 251 / 0.75);
}
.focus\:bg-gray-50\/80:focus {
    background-color: rgb(249 250 251 / 0.8);
}
.focus\:bg-gray-50\/85:focus {
    background-color: rgb(249 250 251 / 0.85);
}
.focus\:bg-gray-50\/90:focus {
    background-color: rgb(249 250 251 / 0.9);
}
.focus\:bg-gray-50\/95:focus {
    background-color: rgb(249 250 251 / 0.95);
}
.focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-500\/0:focus {
    background-color: rgb(107 114 128 / 0);
}
.focus\:bg-gray-500\/10:focus {
    background-color: rgb(107 114 128 / 0.1);
}
.focus\:bg-gray-500\/100:focus {
    background-color: rgb(107 114 128 / 1);
}
.focus\:bg-gray-500\/15:focus {
    background-color: rgb(107 114 128 / 0.15);
}
.focus\:bg-gray-500\/20:focus {
    background-color: rgb(107 114 128 / 0.2);
}
.focus\:bg-gray-500\/25:focus {
    background-color: rgb(107 114 128 / 0.25);
}
.focus\:bg-gray-500\/30:focus {
    background-color: rgb(107 114 128 / 0.3);
}
.focus\:bg-gray-500\/35:focus {
    background-color: rgb(107 114 128 / 0.35);
}
.focus\:bg-gray-500\/40:focus {
    background-color: rgb(107 114 128 / 0.4);
}
.focus\:bg-gray-500\/45:focus {
    background-color: rgb(107 114 128 / 0.45);
}
.focus\:bg-gray-500\/5:focus {
    background-color: rgb(107 114 128 / 0.05);
}
.focus\:bg-gray-500\/50:focus {
    background-color: rgb(107 114 128 / 0.5);
}
.focus\:bg-gray-500\/55:focus {
    background-color: rgb(107 114 128 / 0.55);
}
.focus\:bg-gray-500\/60:focus {
    background-color: rgb(107 114 128 / 0.6);
}
.focus\:bg-gray-500\/65:focus {
    background-color: rgb(107 114 128 / 0.65);
}
.focus\:bg-gray-500\/70:focus {
    background-color: rgb(107 114 128 / 0.7);
}
.focus\:bg-gray-500\/75:focus {
    background-color: rgb(107 114 128 / 0.75);
}
.focus\:bg-gray-500\/80:focus {
    background-color: rgb(107 114 128 / 0.8);
}
.focus\:bg-gray-500\/85:focus {
    background-color: rgb(107 114 128 / 0.85);
}
.focus\:bg-gray-500\/90:focus {
    background-color: rgb(107 114 128 / 0.9);
}
.focus\:bg-gray-500\/95:focus {
    background-color: rgb(107 114 128 / 0.95);
}
.focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-600\/0:focus {
    background-color: rgb(75 85 99 / 0);
}
.focus\:bg-gray-600\/10:focus {
    background-color: rgb(75 85 99 / 0.1);
}
.focus\:bg-gray-600\/100:focus {
    background-color: rgb(75 85 99 / 1);
}
.focus\:bg-gray-600\/15:focus {
    background-color: rgb(75 85 99 / 0.15);
}
.focus\:bg-gray-600\/20:focus {
    background-color: rgb(75 85 99 / 0.2);
}
.focus\:bg-gray-600\/25:focus {
    background-color: rgb(75 85 99 / 0.25);
}
.focus\:bg-gray-600\/30:focus {
    background-color: rgb(75 85 99 / 0.3);
}
.focus\:bg-gray-600\/35:focus {
    background-color: rgb(75 85 99 / 0.35);
}
.focus\:bg-gray-600\/40:focus {
    background-color: rgb(75 85 99 / 0.4);
}
.focus\:bg-gray-600\/45:focus {
    background-color: rgb(75 85 99 / 0.45);
}
.focus\:bg-gray-600\/5:focus {
    background-color: rgb(75 85 99 / 0.05);
}
.focus\:bg-gray-600\/50:focus {
    background-color: rgb(75 85 99 / 0.5);
}
.focus\:bg-gray-600\/55:focus {
    background-color: rgb(75 85 99 / 0.55);
}
.focus\:bg-gray-600\/60:focus {
    background-color: rgb(75 85 99 / 0.6);
}
.focus\:bg-gray-600\/65:focus {
    background-color: rgb(75 85 99 / 0.65);
}
.focus\:bg-gray-600\/70:focus {
    background-color: rgb(75 85 99 / 0.7);
}
.focus\:bg-gray-600\/75:focus {
    background-color: rgb(75 85 99 / 0.75);
}
.focus\:bg-gray-600\/80:focus {
    background-color: rgb(75 85 99 / 0.8);
}
.focus\:bg-gray-600\/85:focus {
    background-color: rgb(75 85 99 / 0.85);
}
.focus\:bg-gray-600\/90:focus {
    background-color: rgb(75 85 99 / 0.9);
}
.focus\:bg-gray-600\/95:focus {
    background-color: rgb(75 85 99 / 0.95);
}
.focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-700\/0:focus {
    background-color: rgb(55 65 81 / 0);
}
.focus\:bg-gray-700\/10:focus {
    background-color: rgb(55 65 81 / 0.1);
}
.focus\:bg-gray-700\/100:focus {
    background-color: rgb(55 65 81 / 1);
}
.focus\:bg-gray-700\/15:focus {
    background-color: rgb(55 65 81 / 0.15);
}
.focus\:bg-gray-700\/20:focus {
    background-color: rgb(55 65 81 / 0.2);
}
.focus\:bg-gray-700\/25:focus {
    background-color: rgb(55 65 81 / 0.25);
}
.focus\:bg-gray-700\/30:focus {
    background-color: rgb(55 65 81 / 0.3);
}
.focus\:bg-gray-700\/35:focus {
    background-color: rgb(55 65 81 / 0.35);
}
.focus\:bg-gray-700\/40:focus {
    background-color: rgb(55 65 81 / 0.4);
}
.focus\:bg-gray-700\/45:focus {
    background-color: rgb(55 65 81 / 0.45);
}
.focus\:bg-gray-700\/5:focus {
    background-color: rgb(55 65 81 / 0.05);
}
.focus\:bg-gray-700\/50:focus {
    background-color: rgb(55 65 81 / 0.5);
}
.focus\:bg-gray-700\/55:focus {
    background-color: rgb(55 65 81 / 0.55);
}
.focus\:bg-gray-700\/60:focus {
    background-color: rgb(55 65 81 / 0.6);
}
.focus\:bg-gray-700\/65:focus {
    background-color: rgb(55 65 81 / 0.65);
}
.focus\:bg-gray-700\/70:focus {
    background-color: rgb(55 65 81 / 0.7);
}
.focus\:bg-gray-700\/75:focus {
    background-color: rgb(55 65 81 / 0.75);
}
.focus\:bg-gray-700\/80:focus {
    background-color: rgb(55 65 81 / 0.8);
}
.focus\:bg-gray-700\/85:focus {
    background-color: rgb(55 65 81 / 0.85);
}
.focus\:bg-gray-700\/90:focus {
    background-color: rgb(55 65 81 / 0.9);
}
.focus\:bg-gray-700\/95:focus {
    background-color: rgb(55 65 81 / 0.95);
}
.focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-800\/0:focus {
    background-color: rgb(31 41 55 / 0);
}
.focus\:bg-gray-800\/10:focus {
    background-color: rgb(31 41 55 / 0.1);
}
.focus\:bg-gray-800\/100:focus {
    background-color: rgb(31 41 55 / 1);
}
.focus\:bg-gray-800\/15:focus {
    background-color: rgb(31 41 55 / 0.15);
}
.focus\:bg-gray-800\/20:focus {
    background-color: rgb(31 41 55 / 0.2);
}
.focus\:bg-gray-800\/25:focus {
    background-color: rgb(31 41 55 / 0.25);
}
.focus\:bg-gray-800\/30:focus {
    background-color: rgb(31 41 55 / 0.3);
}
.focus\:bg-gray-800\/35:focus {
    background-color: rgb(31 41 55 / 0.35);
}
.focus\:bg-gray-800\/40:focus {
    background-color: rgb(31 41 55 / 0.4);
}
.focus\:bg-gray-800\/45:focus {
    background-color: rgb(31 41 55 / 0.45);
}
.focus\:bg-gray-800\/5:focus {
    background-color: rgb(31 41 55 / 0.05);
}
.focus\:bg-gray-800\/50:focus {
    background-color: rgb(31 41 55 / 0.5);
}
.focus\:bg-gray-800\/55:focus {
    background-color: rgb(31 41 55 / 0.55);
}
.focus\:bg-gray-800\/60:focus {
    background-color: rgb(31 41 55 / 0.6);
}
.focus\:bg-gray-800\/65:focus {
    background-color: rgb(31 41 55 / 0.65);
}
.focus\:bg-gray-800\/70:focus {
    background-color: rgb(31 41 55 / 0.7);
}
.focus\:bg-gray-800\/75:focus {
    background-color: rgb(31 41 55 / 0.75);
}
.focus\:bg-gray-800\/80:focus {
    background-color: rgb(31 41 55 / 0.8);
}
.focus\:bg-gray-800\/85:focus {
    background-color: rgb(31 41 55 / 0.85);
}
.focus\:bg-gray-800\/90:focus {
    background-color: rgb(31 41 55 / 0.9);
}
.focus\:bg-gray-800\/95:focus {
    background-color: rgb(31 41 55 / 0.95);
}
.focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-900\/0:focus {
    background-color: rgb(17 24 39 / 0);
}
.focus\:bg-gray-900\/10:focus {
    background-color: rgb(17 24 39 / 0.1);
}
.focus\:bg-gray-900\/100:focus {
    background-color: rgb(17 24 39 / 1);
}
.focus\:bg-gray-900\/15:focus {
    background-color: rgb(17 24 39 / 0.15);
}
.focus\:bg-gray-900\/20:focus {
    background-color: rgb(17 24 39 / 0.2);
}
.focus\:bg-gray-900\/25:focus {
    background-color: rgb(17 24 39 / 0.25);
}
.focus\:bg-gray-900\/30:focus {
    background-color: rgb(17 24 39 / 0.3);
}
.focus\:bg-gray-900\/35:focus {
    background-color: rgb(17 24 39 / 0.35);
}
.focus\:bg-gray-900\/40:focus {
    background-color: rgb(17 24 39 / 0.4);
}
.focus\:bg-gray-900\/45:focus {
    background-color: rgb(17 24 39 / 0.45);
}
.focus\:bg-gray-900\/5:focus {
    background-color: rgb(17 24 39 / 0.05);
}
.focus\:bg-gray-900\/50:focus {
    background-color: rgb(17 24 39 / 0.5);
}
.focus\:bg-gray-900\/55:focus {
    background-color: rgb(17 24 39 / 0.55);
}
.focus\:bg-gray-900\/60:focus {
    background-color: rgb(17 24 39 / 0.6);
}
.focus\:bg-gray-900\/65:focus {
    background-color: rgb(17 24 39 / 0.65);
}
.focus\:bg-gray-900\/70:focus {
    background-color: rgb(17 24 39 / 0.7);
}
.focus\:bg-gray-900\/75:focus {
    background-color: rgb(17 24 39 / 0.75);
}
.focus\:bg-gray-900\/80:focus {
    background-color: rgb(17 24 39 / 0.8);
}
.focus\:bg-gray-900\/85:focus {
    background-color: rgb(17 24 39 / 0.85);
}
.focus\:bg-gray-900\/90:focus {
    background-color: rgb(17 24 39 / 0.9);
}
.focus\:bg-gray-900\/95:focus {
    background-color: rgb(17 24 39 / 0.95);
}
.focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-950\/0:focus {
    background-color: rgb(3 7 18 / 0);
}
.focus\:bg-gray-950\/10:focus {
    background-color: rgb(3 7 18 / 0.1);
}
.focus\:bg-gray-950\/100:focus {
    background-color: rgb(3 7 18 / 1);
}
.focus\:bg-gray-950\/15:focus {
    background-color: rgb(3 7 18 / 0.15);
}
.focus\:bg-gray-950\/20:focus {
    background-color: rgb(3 7 18 / 0.2);
}
.focus\:bg-gray-950\/25:focus {
    background-color: rgb(3 7 18 / 0.25);
}
.focus\:bg-gray-950\/30:focus {
    background-color: rgb(3 7 18 / 0.3);
}
.focus\:bg-gray-950\/35:focus {
    background-color: rgb(3 7 18 / 0.35);
}
.focus\:bg-gray-950\/40:focus {
    background-color: rgb(3 7 18 / 0.4);
}
.focus\:bg-gray-950\/45:focus {
    background-color: rgb(3 7 18 / 0.45);
}
.focus\:bg-gray-950\/5:focus {
    background-color: rgb(3 7 18 / 0.05);
}
.focus\:bg-gray-950\/50:focus {
    background-color: rgb(3 7 18 / 0.5);
}
.focus\:bg-gray-950\/55:focus {
    background-color: rgb(3 7 18 / 0.55);
}
.focus\:bg-gray-950\/60:focus {
    background-color: rgb(3 7 18 / 0.6);
}
.focus\:bg-gray-950\/65:focus {
    background-color: rgb(3 7 18 / 0.65);
}
.focus\:bg-gray-950\/70:focus {
    background-color: rgb(3 7 18 / 0.7);
}
.focus\:bg-gray-950\/75:focus {
    background-color: rgb(3 7 18 / 0.75);
}
.focus\:bg-gray-950\/80:focus {
    background-color: rgb(3 7 18 / 0.8);
}
.focus\:bg-gray-950\/85:focus {
    background-color: rgb(3 7 18 / 0.85);
}
.focus\:bg-gray-950\/90:focus {
    background-color: rgb(3 7 18 / 0.9);
}
.focus\:bg-gray-950\/95:focus {
    background-color: rgb(3 7 18 / 0.95);
}
.focus\:bg-inherit:focus {
    background-color: inherit;
}
.focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(16 46 52 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-dark\/0:focus {
    background-color: rgb(16 46 52 / 0);
}
.focus\:bg-primary-dark\/10:focus {
    background-color: rgb(16 46 52 / 0.1);
}
.focus\:bg-primary-dark\/100:focus {
    background-color: rgb(16 46 52 / 1);
}
.focus\:bg-primary-dark\/15:focus {
    background-color: rgb(16 46 52 / 0.15);
}
.focus\:bg-primary-dark\/20:focus {
    background-color: rgb(16 46 52 / 0.2);
}
.focus\:bg-primary-dark\/25:focus {
    background-color: rgb(16 46 52 / 0.25);
}
.focus\:bg-primary-dark\/30:focus {
    background-color: rgb(16 46 52 / 0.3);
}
.focus\:bg-primary-dark\/35:focus {
    background-color: rgb(16 46 52 / 0.35);
}
.focus\:bg-primary-dark\/40:focus {
    background-color: rgb(16 46 52 / 0.4);
}
.focus\:bg-primary-dark\/45:focus {
    background-color: rgb(16 46 52 / 0.45);
}
.focus\:bg-primary-dark\/5:focus {
    background-color: rgb(16 46 52 / 0.05);
}
.focus\:bg-primary-dark\/50:focus {
    background-color: rgb(16 46 52 / 0.5);
}
.focus\:bg-primary-dark\/55:focus {
    background-color: rgb(16 46 52 / 0.55);
}
.focus\:bg-primary-dark\/60:focus {
    background-color: rgb(16 46 52 / 0.6);
}
.focus\:bg-primary-dark\/65:focus {
    background-color: rgb(16 46 52 / 0.65);
}
.focus\:bg-primary-dark\/70:focus {
    background-color: rgb(16 46 52 / 0.7);
}
.focus\:bg-primary-dark\/75:focus {
    background-color: rgb(16 46 52 / 0.75);
}
.focus\:bg-primary-dark\/80:focus {
    background-color: rgb(16 46 52 / 0.8);
}
.focus\:bg-primary-dark\/85:focus {
    background-color: rgb(16 46 52 / 0.85);
}
.focus\:bg-primary-dark\/90:focus {
    background-color: rgb(16 46 52 / 0.9);
}
.focus\:bg-primary-dark\/95:focus {
    background-color: rgb(16 46 52 / 0.95);
}
.focus\:bg-primary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(39 84 94 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-light\/0:focus {
    background-color: rgb(39 84 94 / 0);
}
.focus\:bg-primary-light\/10:focus {
    background-color: rgb(39 84 94 / 0.1);
}
.focus\:bg-primary-light\/100:focus {
    background-color: rgb(39 84 94 / 1);
}
.focus\:bg-primary-light\/15:focus {
    background-color: rgb(39 84 94 / 0.15);
}
.focus\:bg-primary-light\/20:focus {
    background-color: rgb(39 84 94 / 0.2);
}
.focus\:bg-primary-light\/25:focus {
    background-color: rgb(39 84 94 / 0.25);
}
.focus\:bg-primary-light\/30:focus {
    background-color: rgb(39 84 94 / 0.3);
}
.focus\:bg-primary-light\/35:focus {
    background-color: rgb(39 84 94 / 0.35);
}
.focus\:bg-primary-light\/40:focus {
    background-color: rgb(39 84 94 / 0.4);
}
.focus\:bg-primary-light\/45:focus {
    background-color: rgb(39 84 94 / 0.45);
}
.focus\:bg-primary-light\/5:focus {
    background-color: rgb(39 84 94 / 0.05);
}
.focus\:bg-primary-light\/50:focus {
    background-color: rgb(39 84 94 / 0.5);
}
.focus\:bg-primary-light\/55:focus {
    background-color: rgb(39 84 94 / 0.55);
}
.focus\:bg-primary-light\/60:focus {
    background-color: rgb(39 84 94 / 0.6);
}
.focus\:bg-primary-light\/65:focus {
    background-color: rgb(39 84 94 / 0.65);
}
.focus\:bg-primary-light\/70:focus {
    background-color: rgb(39 84 94 / 0.7);
}
.focus\:bg-primary-light\/75:focus {
    background-color: rgb(39 84 94 / 0.75);
}
.focus\:bg-primary-light\/80:focus {
    background-color: rgb(39 84 94 / 0.8);
}
.focus\:bg-primary-light\/85:focus {
    background-color: rgb(39 84 94 / 0.85);
}
.focus\:bg-primary-light\/90:focus {
    background-color: rgb(39 84 94 / 0.9);
}
.focus\:bg-primary-light\/95:focus {
    background-color: rgb(39 84 94 / 0.95);
}
.focus\:bg-primary\/0:focus {
    background-color: rgb(33 69 77 / 0);
}
.focus\:bg-primary\/10:focus {
    background-color: rgb(33 69 77 / 0.1);
}
.focus\:bg-primary\/100:focus {
    background-color: rgb(33 69 77 / 1);
}
.focus\:bg-primary\/15:focus {
    background-color: rgb(33 69 77 / 0.15);
}
.focus\:bg-primary\/20:focus {
    background-color: rgb(33 69 77 / 0.2);
}
.focus\:bg-primary\/25:focus {
    background-color: rgb(33 69 77 / 0.25);
}
.focus\:bg-primary\/30:focus {
    background-color: rgb(33 69 77 / 0.3);
}
.focus\:bg-primary\/35:focus {
    background-color: rgb(33 69 77 / 0.35);
}
.focus\:bg-primary\/40:focus {
    background-color: rgb(33 69 77 / 0.4);
}
.focus\:bg-primary\/45:focus {
    background-color: rgb(33 69 77 / 0.45);
}
.focus\:bg-primary\/5:focus {
    background-color: rgb(33 69 77 / 0.05);
}
.focus\:bg-primary\/50:focus {
    background-color: rgb(33 69 77 / 0.5);
}
.focus\:bg-primary\/55:focus {
    background-color: rgb(33 69 77 / 0.55);
}
.focus\:bg-primary\/60:focus {
    background-color: rgb(33 69 77 / 0.6);
}
.focus\:bg-primary\/65:focus {
    background-color: rgb(33 69 77 / 0.65);
}
.focus\:bg-primary\/70:focus {
    background-color: rgb(33 69 77 / 0.7);
}
.focus\:bg-primary\/75:focus {
    background-color: rgb(33 69 77 / 0.75);
}
.focus\:bg-primary\/80:focus {
    background-color: rgb(33 69 77 / 0.8);
}
.focus\:bg-primary\/85:focus {
    background-color: rgb(33 69 77 / 0.85);
}
.focus\:bg-primary\/90:focus {
    background-color: rgb(33 69 77 / 0.9);
}
.focus\:bg-primary\/95:focus {
    background-color: rgb(33 69 77 / 0.95);
}
.focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(84 173 194 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 124 153 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-dark\/0:focus {
    background-color: rgb(0 124 153 / 0);
}
.focus\:bg-secondary-dark\/10:focus {
    background-color: rgb(0 124 153 / 0.1);
}
.focus\:bg-secondary-dark\/100:focus {
    background-color: rgb(0 124 153 / 1);
}
.focus\:bg-secondary-dark\/15:focus {
    background-color: rgb(0 124 153 / 0.15);
}
.focus\:bg-secondary-dark\/20:focus {
    background-color: rgb(0 124 153 / 0.2);
}
.focus\:bg-secondary-dark\/25:focus {
    background-color: rgb(0 124 153 / 0.25);
}
.focus\:bg-secondary-dark\/30:focus {
    background-color: rgb(0 124 153 / 0.3);
}
.focus\:bg-secondary-dark\/35:focus {
    background-color: rgb(0 124 153 / 0.35);
}
.focus\:bg-secondary-dark\/40:focus {
    background-color: rgb(0 124 153 / 0.4);
}
.focus\:bg-secondary-dark\/45:focus {
    background-color: rgb(0 124 153 / 0.45);
}
.focus\:bg-secondary-dark\/5:focus {
    background-color: rgb(0 124 153 / 0.05);
}
.focus\:bg-secondary-dark\/50:focus {
    background-color: rgb(0 124 153 / 0.5);
}
.focus\:bg-secondary-dark\/55:focus {
    background-color: rgb(0 124 153 / 0.55);
}
.focus\:bg-secondary-dark\/60:focus {
    background-color: rgb(0 124 153 / 0.6);
}
.focus\:bg-secondary-dark\/65:focus {
    background-color: rgb(0 124 153 / 0.65);
}
.focus\:bg-secondary-dark\/70:focus {
    background-color: rgb(0 124 153 / 0.7);
}
.focus\:bg-secondary-dark\/75:focus {
    background-color: rgb(0 124 153 / 0.75);
}
.focus\:bg-secondary-dark\/80:focus {
    background-color: rgb(0 124 153 / 0.8);
}
.focus\:bg-secondary-dark\/85:focus {
    background-color: rgb(0 124 153 / 0.85);
}
.focus\:bg-secondary-dark\/90:focus {
    background-color: rgb(0 124 153 / 0.9);
}
.focus\:bg-secondary-dark\/95:focus {
    background-color: rgb(0 124 153 / 0.95);
}
.focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(194 233 242 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-light\/0:focus {
    background-color: rgb(194 233 242 / 0);
}
.focus\:bg-secondary-light\/10:focus {
    background-color: rgb(194 233 242 / 0.1);
}
.focus\:bg-secondary-light\/100:focus {
    background-color: rgb(194 233 242 / 1);
}
.focus\:bg-secondary-light\/15:focus {
    background-color: rgb(194 233 242 / 0.15);
}
.focus\:bg-secondary-light\/20:focus {
    background-color: rgb(194 233 242 / 0.2);
}
.focus\:bg-secondary-light\/25:focus {
    background-color: rgb(194 233 242 / 0.25);
}
.focus\:bg-secondary-light\/30:focus {
    background-color: rgb(194 233 242 / 0.3);
}
.focus\:bg-secondary-light\/35:focus {
    background-color: rgb(194 233 242 / 0.35);
}
.focus\:bg-secondary-light\/40:focus {
    background-color: rgb(194 233 242 / 0.4);
}
.focus\:bg-secondary-light\/45:focus {
    background-color: rgb(194 233 242 / 0.45);
}
.focus\:bg-secondary-light\/5:focus {
    background-color: rgb(194 233 242 / 0.05);
}
.focus\:bg-secondary-light\/50:focus {
    background-color: rgb(194 233 242 / 0.5);
}
.focus\:bg-secondary-light\/55:focus {
    background-color: rgb(194 233 242 / 0.55);
}
.focus\:bg-secondary-light\/60:focus {
    background-color: rgb(194 233 242 / 0.6);
}
.focus\:bg-secondary-light\/65:focus {
    background-color: rgb(194 233 242 / 0.65);
}
.focus\:bg-secondary-light\/70:focus {
    background-color: rgb(194 233 242 / 0.7);
}
.focus\:bg-secondary-light\/75:focus {
    background-color: rgb(194 233 242 / 0.75);
}
.focus\:bg-secondary-light\/80:focus {
    background-color: rgb(194 233 242 / 0.8);
}
.focus\:bg-secondary-light\/85:focus {
    background-color: rgb(194 233 242 / 0.85);
}
.focus\:bg-secondary-light\/90:focus {
    background-color: rgb(194 233 242 / 0.9);
}
.focus\:bg-secondary-light\/95:focus {
    background-color: rgb(194 233 242 / 0.95);
}
.focus\:bg-secondary\/0:focus {
    background-color: rgb(84 173 194 / 0);
}
.focus\:bg-secondary\/10:focus {
    background-color: rgb(84 173 194 / 0.1);
}
.focus\:bg-secondary\/100:focus {
    background-color: rgb(84 173 194 / 1);
}
.focus\:bg-secondary\/15:focus {
    background-color: rgb(84 173 194 / 0.15);
}
.focus\:bg-secondary\/20:focus {
    background-color: rgb(84 173 194 / 0.2);
}
.focus\:bg-secondary\/25:focus {
    background-color: rgb(84 173 194 / 0.25);
}
.focus\:bg-secondary\/30:focus {
    background-color: rgb(84 173 194 / 0.3);
}
.focus\:bg-secondary\/35:focus {
    background-color: rgb(84 173 194 / 0.35);
}
.focus\:bg-secondary\/40:focus {
    background-color: rgb(84 173 194 / 0.4);
}
.focus\:bg-secondary\/45:focus {
    background-color: rgb(84 173 194 / 0.45);
}
.focus\:bg-secondary\/5:focus {
    background-color: rgb(84 173 194 / 0.05);
}
.focus\:bg-secondary\/50:focus {
    background-color: rgb(84 173 194 / 0.5);
}
.focus\:bg-secondary\/55:focus {
    background-color: rgb(84 173 194 / 0.55);
}
.focus\:bg-secondary\/60:focus {
    background-color: rgb(84 173 194 / 0.6);
}
.focus\:bg-secondary\/65:focus {
    background-color: rgb(84 173 194 / 0.65);
}
.focus\:bg-secondary\/70:focus {
    background-color: rgb(84 173 194 / 0.7);
}
.focus\:bg-secondary\/75:focus {
    background-color: rgb(84 173 194 / 0.75);
}
.focus\:bg-secondary\/80:focus {
    background-color: rgb(84 173 194 / 0.8);
}
.focus\:bg-secondary\/85:focus {
    background-color: rgb(84 173 194 / 0.85);
}
.focus\:bg-secondary\/90:focus {
    background-color: rgb(84 173 194 / 0.9);
}
.focus\:bg-secondary\/95:focus {
    background-color: rgb(84 173 194 / 0.95);
}
.focus\:bg-tan:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(240 238 233 / var(--tw-bg-opacity, 1));
}
.focus\:bg-tan\/0:focus {
    background-color: rgb(240 238 233 / 0);
}
.focus\:bg-tan\/10:focus {
    background-color: rgb(240 238 233 / 0.1);
}
.focus\:bg-tan\/100:focus {
    background-color: rgb(240 238 233 / 1);
}
.focus\:bg-tan\/15:focus {
    background-color: rgb(240 238 233 / 0.15);
}
.focus\:bg-tan\/20:focus {
    background-color: rgb(240 238 233 / 0.2);
}
.focus\:bg-tan\/25:focus {
    background-color: rgb(240 238 233 / 0.25);
}
.focus\:bg-tan\/30:focus {
    background-color: rgb(240 238 233 / 0.3);
}
.focus\:bg-tan\/35:focus {
    background-color: rgb(240 238 233 / 0.35);
}
.focus\:bg-tan\/40:focus {
    background-color: rgb(240 238 233 / 0.4);
}
.focus\:bg-tan\/45:focus {
    background-color: rgb(240 238 233 / 0.45);
}
.focus\:bg-tan\/5:focus {
    background-color: rgb(240 238 233 / 0.05);
}
.focus\:bg-tan\/50:focus {
    background-color: rgb(240 238 233 / 0.5);
}
.focus\:bg-tan\/55:focus {
    background-color: rgb(240 238 233 / 0.55);
}
.focus\:bg-tan\/60:focus {
    background-color: rgb(240 238 233 / 0.6);
}
.focus\:bg-tan\/65:focus {
    background-color: rgb(240 238 233 / 0.65);
}
.focus\:bg-tan\/70:focus {
    background-color: rgb(240 238 233 / 0.7);
}
.focus\:bg-tan\/75:focus {
    background-color: rgb(240 238 233 / 0.75);
}
.focus\:bg-tan\/80:focus {
    background-color: rgb(240 238 233 / 0.8);
}
.focus\:bg-tan\/85:focus {
    background-color: rgb(240 238 233 / 0.85);
}
.focus\:bg-tan\/90:focus {
    background-color: rgb(240 238 233 / 0.9);
}
.focus\:bg-tan\/95:focus {
    background-color: rgb(240 238 233 / 0.95);
}
.focus\:bg-transparent:focus {
    background-color: transparent;
}
.focus\:bg-transparent\/0:focus {
    background-color: rgb(0 0 0 / 0);
}
.focus\:bg-transparent\/10:focus {
    background-color: rgb(0 0 0 / 0.1);
}
.focus\:bg-transparent\/100:focus {
    background-color: rgb(0 0 0 / 1);
}
.focus\:bg-transparent\/15:focus {
    background-color: rgb(0 0 0 / 0.15);
}
.focus\:bg-transparent\/20:focus {
    background-color: rgb(0 0 0 / 0.2);
}
.focus\:bg-transparent\/25:focus {
    background-color: rgb(0 0 0 / 0.25);
}
.focus\:bg-transparent\/30:focus {
    background-color: rgb(0 0 0 / 0.3);
}
.focus\:bg-transparent\/35:focus {
    background-color: rgb(0 0 0 / 0.35);
}
.focus\:bg-transparent\/40:focus {
    background-color: rgb(0 0 0 / 0.4);
}
.focus\:bg-transparent\/45:focus {
    background-color: rgb(0 0 0 / 0.45);
}
.focus\:bg-transparent\/5:focus {
    background-color: rgb(0 0 0 / 0.05);
}
.focus\:bg-transparent\/50:focus {
    background-color: rgb(0 0 0 / 0.5);
}
.focus\:bg-transparent\/55:focus {
    background-color: rgb(0 0 0 / 0.55);
}
.focus\:bg-transparent\/60:focus {
    background-color: rgb(0 0 0 / 0.6);
}
.focus\:bg-transparent\/65:focus {
    background-color: rgb(0 0 0 / 0.65);
}
.focus\:bg-transparent\/70:focus {
    background-color: rgb(0 0 0 / 0.7);
}
.focus\:bg-transparent\/75:focus {
    background-color: rgb(0 0 0 / 0.75);
}
.focus\:bg-transparent\/80:focus {
    background-color: rgb(0 0 0 / 0.8);
}
.focus\:bg-transparent\/85:focus {
    background-color: rgb(0 0 0 / 0.85);
}
.focus\:bg-transparent\/90:focus {
    background-color: rgb(0 0 0 / 0.9);
}
.focus\:bg-transparent\/95:focus {
    background-color: rgb(0 0 0 / 0.95);
}
.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-white\/0:focus {
    background-color: rgb(255 255 255 / 0);
}
.focus\:bg-white\/10:focus {
    background-color: rgb(255 255 255 / 0.1);
}
.focus\:bg-white\/100:focus {
    background-color: rgb(255 255 255 / 1);
}
.focus\:bg-white\/15:focus {
    background-color: rgb(255 255 255 / 0.15);
}
.focus\:bg-white\/20:focus {
    background-color: rgb(255 255 255 / 0.2);
}
.focus\:bg-white\/25:focus {
    background-color: rgb(255 255 255 / 0.25);
}
.focus\:bg-white\/30:focus {
    background-color: rgb(255 255 255 / 0.3);
}
.focus\:bg-white\/35:focus {
    background-color: rgb(255 255 255 / 0.35);
}
.focus\:bg-white\/40:focus {
    background-color: rgb(255 255 255 / 0.4);
}
.focus\:bg-white\/45:focus {
    background-color: rgb(255 255 255 / 0.45);
}
.focus\:bg-white\/5:focus {
    background-color: rgb(255 255 255 / 0.05);
}
.focus\:bg-white\/50:focus {
    background-color: rgb(255 255 255 / 0.5);
}
.focus\:bg-white\/55:focus {
    background-color: rgb(255 255 255 / 0.55);
}
.focus\:bg-white\/60:focus {
    background-color: rgb(255 255 255 / 0.6);
}
.focus\:bg-white\/65:focus {
    background-color: rgb(255 255 255 / 0.65);
}
.focus\:bg-white\/70:focus {
    background-color: rgb(255 255 255 / 0.7);
}
.focus\:bg-white\/75:focus {
    background-color: rgb(255 255 255 / 0.75);
}
.focus\:bg-white\/80:focus {
    background-color: rgb(255 255 255 / 0.8);
}
.focus\:bg-white\/85:focus {
    background-color: rgb(255 255 255 / 0.85);
}
.focus\:bg-white\/90:focus {
    background-color: rgb(255 255 255 / 0.9);
}
.focus\:bg-white\/95:focus {
    background-color: rgb(255 255 255 / 0.95);
}
.focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
}
.focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
}
.focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
}
.focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15;
}
.focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
}
.focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
}
.focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
}
.focus\:bg-opacity-35:focus {
    --tw-bg-opacity: 0.35;
}
.focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
}
.focus\:bg-opacity-45:focus {
    --tw-bg-opacity: 0.45;
}
.focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
}
.focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
}
.focus\:bg-opacity-55:focus {
    --tw-bg-opacity: 0.55;
}
.focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
}
.focus\:bg-opacity-65:focus {
    --tw-bg-opacity: 0.65;
}
.focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
}
.focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
}
.focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
}
.focus\:bg-opacity-85:focus {
    --tw-bg-opacity: 0.85;
}
.focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
}
.focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
}
.focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.focus\:bg-none:focus {
    background-image: none;
}
.focus\:bg-auto:focus {
    background-size: auto;
}
.focus\:bg-contain:focus {
    background-size: contain;
}
.focus\:bg-cover:focus {
    background-size: cover;
}
.focus\:bg-fixed:focus {
    background-attachment: fixed;
}
.focus\:bg-local:focus {
    background-attachment: local;
}
.focus\:bg-scroll:focus {
    background-attachment: scroll;
}
.focus\:bg-clip-border:focus {
    background-clip: border-box;
}
.focus\:bg-clip-padding:focus {
    background-clip: padding-box;
}
.focus\:bg-clip-content:focus {
    background-clip: content-box;
}
.focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
}
.focus\:bg-bottom:focus {
    background-position: bottom;
}
.focus\:bg-center:focus {
    background-position: center;
}
.focus\:bg-left:focus {
    background-position: left;
}
.focus\:bg-left-bottom:focus {
    background-position: left bottom;
}
.focus\:bg-left-top:focus {
    background-position: left top;
}
.focus\:bg-right:focus {
    background-position: right;
}
.focus\:bg-right-bottom:focus {
    background-position: right bottom;
}
.focus\:bg-right-top:focus {
    background-position: right top;
}
.focus\:bg-top:focus {
    background-position: top;
}
.focus\:bg-repeat:focus {
    background-repeat: repeat;
}
.focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
}
.focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
}
.focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
}
.focus\:bg-repeat-round:focus {
    background-repeat: round;
}
.focus\:bg-repeat-space:focus {
    background-repeat: space;
}
.focus\:bg-origin-border:focus {
    background-origin: border-box;
}
.focus\:bg-origin-padding:focus {
    background-origin: padding-box;
}
.focus\:bg-origin-content:focus {
    background-origin: content-box;
}
.focus\:text-left:focus {
    text-align: left;
}
.focus\:text-center:focus {
    text-align: center;
}
.focus\:text-right:focus {
    text-align: right;
}
.focus\:text-justify:focus {
    text-align: justify;
}
.focus\:text-start:focus {
    text-align: start;
}
.focus\:text-end:focus {
    text-align: end;
}
.focus\:align-text-top:focus {
    vertical-align: text-top;
}
.focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
}
.focus\:text-2xl:focus {
    font-size: 1.5rem;
    line-height: 2rem;
}
.focus\:text-3xl:focus {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.focus\:text-4xl:focus {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.focus\:text-5xl:focus {
    font-size: 3rem;
    line-height: 1;
}
.focus\:text-6xl:focus {
    font-size: 3.75rem;
    line-height: 1;
}
.focus\:text-7xl:focus {
    font-size: 4.5rem;
    line-height: 1;
}
.focus\:text-8xl:focus {
    font-size: 6rem;
    line-height: 1;
}
.focus\:text-9xl:focus {
    font-size: 8rem;
    line-height: 1;
}
.focus\:text-base:focus {
    font-size: 1rem;
    line-height: 1.5rem;
}
.focus\:text-lg:focus {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.focus\:text-sm:focus {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.focus\:text-xl:focus {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.focus\:text-xs:focus {
    font-size: 0.75rem;
    line-height: 1rem;
}
.focus\:text-accent-orange:focus {
    --tw-text-opacity: 1;
    color: rgb(255 170 26 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-orange\/0:focus {
    color: rgb(255 170 26 / 0);
}
.focus\:text-accent-orange\/10:focus {
    color: rgb(255 170 26 / 0.1);
}
.focus\:text-accent-orange\/100:focus {
    color: rgb(255 170 26 / 1);
}
.focus\:text-accent-orange\/15:focus {
    color: rgb(255 170 26 / 0.15);
}
.focus\:text-accent-orange\/20:focus {
    color: rgb(255 170 26 / 0.2);
}
.focus\:text-accent-orange\/25:focus {
    color: rgb(255 170 26 / 0.25);
}
.focus\:text-accent-orange\/30:focus {
    color: rgb(255 170 26 / 0.3);
}
.focus\:text-accent-orange\/35:focus {
    color: rgb(255 170 26 / 0.35);
}
.focus\:text-accent-orange\/40:focus {
    color: rgb(255 170 26 / 0.4);
}
.focus\:text-accent-orange\/45:focus {
    color: rgb(255 170 26 / 0.45);
}
.focus\:text-accent-orange\/5:focus {
    color: rgb(255 170 26 / 0.05);
}
.focus\:text-accent-orange\/50:focus {
    color: rgb(255 170 26 / 0.5);
}
.focus\:text-accent-orange\/55:focus {
    color: rgb(255 170 26 / 0.55);
}
.focus\:text-accent-orange\/60:focus {
    color: rgb(255 170 26 / 0.6);
}
.focus\:text-accent-orange\/65:focus {
    color: rgb(255 170 26 / 0.65);
}
.focus\:text-accent-orange\/70:focus {
    color: rgb(255 170 26 / 0.7);
}
.focus\:text-accent-orange\/75:focus {
    color: rgb(255 170 26 / 0.75);
}
.focus\:text-accent-orange\/80:focus {
    color: rgb(255 170 26 / 0.8);
}
.focus\:text-accent-orange\/85:focus {
    color: rgb(255 170 26 / 0.85);
}
.focus\:text-accent-orange\/90:focus {
    color: rgb(255 170 26 / 0.9);
}
.focus\:text-accent-orange\/95:focus {
    color: rgb(255 170 26 / 0.95);
}
.focus\:text-accent-red:focus {
    --tw-text-opacity: 1;
    color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-red\/0:focus {
    color: rgb(255 113 91 / 0);
}
.focus\:text-accent-red\/10:focus {
    color: rgb(255 113 91 / 0.1);
}
.focus\:text-accent-red\/100:focus {
    color: rgb(255 113 91 / 1);
}
.focus\:text-accent-red\/15:focus {
    color: rgb(255 113 91 / 0.15);
}
.focus\:text-accent-red\/20:focus {
    color: rgb(255 113 91 / 0.2);
}
.focus\:text-accent-red\/25:focus {
    color: rgb(255 113 91 / 0.25);
}
.focus\:text-accent-red\/30:focus {
    color: rgb(255 113 91 / 0.3);
}
.focus\:text-accent-red\/35:focus {
    color: rgb(255 113 91 / 0.35);
}
.focus\:text-accent-red\/40:focus {
    color: rgb(255 113 91 / 0.4);
}
.focus\:text-accent-red\/45:focus {
    color: rgb(255 113 91 / 0.45);
}
.focus\:text-accent-red\/5:focus {
    color: rgb(255 113 91 / 0.05);
}
.focus\:text-accent-red\/50:focus {
    color: rgb(255 113 91 / 0.5);
}
.focus\:text-accent-red\/55:focus {
    color: rgb(255 113 91 / 0.55);
}
.focus\:text-accent-red\/60:focus {
    color: rgb(255 113 91 / 0.6);
}
.focus\:text-accent-red\/65:focus {
    color: rgb(255 113 91 / 0.65);
}
.focus\:text-accent-red\/70:focus {
    color: rgb(255 113 91 / 0.7);
}
.focus\:text-accent-red\/75:focus {
    color: rgb(255 113 91 / 0.75);
}
.focus\:text-accent-red\/80:focus {
    color: rgb(255 113 91 / 0.8);
}
.focus\:text-accent-red\/85:focus {
    color: rgb(255 113 91 / 0.85);
}
.focus\:text-accent-red\/90:focus {
    color: rgb(255 113 91 / 0.9);
}
.focus\:text-accent-red\/95:focus {
    color: rgb(255 113 91 / 0.95);
}
.focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgb(20 19 19 / var(--tw-text-opacity, 1));
}
.focus\:text-black\/0:focus {
    color: rgb(20 19 19 / 0);
}
.focus\:text-black\/10:focus {
    color: rgb(20 19 19 / 0.1);
}
.focus\:text-black\/100:focus {
    color: rgb(20 19 19 / 1);
}
.focus\:text-black\/15:focus {
    color: rgb(20 19 19 / 0.15);
}
.focus\:text-black\/20:focus {
    color: rgb(20 19 19 / 0.2);
}
.focus\:text-black\/25:focus {
    color: rgb(20 19 19 / 0.25);
}
.focus\:text-black\/30:focus {
    color: rgb(20 19 19 / 0.3);
}
.focus\:text-black\/35:focus {
    color: rgb(20 19 19 / 0.35);
}
.focus\:text-black\/40:focus {
    color: rgb(20 19 19 / 0.4);
}
.focus\:text-black\/45:focus {
    color: rgb(20 19 19 / 0.45);
}
.focus\:text-black\/5:focus {
    color: rgb(20 19 19 / 0.05);
}
.focus\:text-black\/50:focus {
    color: rgb(20 19 19 / 0.5);
}
.focus\:text-black\/55:focus {
    color: rgb(20 19 19 / 0.55);
}
.focus\:text-black\/60:focus {
    color: rgb(20 19 19 / 0.6);
}
.focus\:text-black\/65:focus {
    color: rgb(20 19 19 / 0.65);
}
.focus\:text-black\/70:focus {
    color: rgb(20 19 19 / 0.7);
}
.focus\:text-black\/75:focus {
    color: rgb(20 19 19 / 0.75);
}
.focus\:text-black\/80:focus {
    color: rgb(20 19 19 / 0.8);
}
.focus\:text-black\/85:focus {
    color: rgb(20 19 19 / 0.85);
}
.focus\:text-black\/90:focus {
    color: rgb(20 19 19 / 0.9);
}
.focus\:text-black\/95:focus {
    color: rgb(20 19 19 / 0.95);
}
.focus\:text-current:focus {
    color: currentColor;
}
.focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.focus\:text-error\/0:focus {
    color: rgb(255 113 91 / 0);
}
.focus\:text-error\/10:focus {
    color: rgb(255 113 91 / 0.1);
}
.focus\:text-error\/100:focus {
    color: rgb(255 113 91 / 1);
}
.focus\:text-error\/15:focus {
    color: rgb(255 113 91 / 0.15);
}
.focus\:text-error\/20:focus {
    color: rgb(255 113 91 / 0.2);
}
.focus\:text-error\/25:focus {
    color: rgb(255 113 91 / 0.25);
}
.focus\:text-error\/30:focus {
    color: rgb(255 113 91 / 0.3);
}
.focus\:text-error\/35:focus {
    color: rgb(255 113 91 / 0.35);
}
.focus\:text-error\/40:focus {
    color: rgb(255 113 91 / 0.4);
}
.focus\:text-error\/45:focus {
    color: rgb(255 113 91 / 0.45);
}
.focus\:text-error\/5:focus {
    color: rgb(255 113 91 / 0.05);
}
.focus\:text-error\/50:focus {
    color: rgb(255 113 91 / 0.5);
}
.focus\:text-error\/55:focus {
    color: rgb(255 113 91 / 0.55);
}
.focus\:text-error\/60:focus {
    color: rgb(255 113 91 / 0.6);
}
.focus\:text-error\/65:focus {
    color: rgb(255 113 91 / 0.65);
}
.focus\:text-error\/70:focus {
    color: rgb(255 113 91 / 0.7);
}
.focus\:text-error\/75:focus {
    color: rgb(255 113 91 / 0.75);
}
.focus\:text-error\/80:focus {
    color: rgb(255 113 91 / 0.8);
}
.focus\:text-error\/85:focus {
    color: rgb(255 113 91 / 0.85);
}
.focus\:text-error\/90:focus {
    color: rgb(255 113 91 / 0.9);
}
.focus\:text-error\/95:focus {
    color: rgb(255 113 91 / 0.95);
}
.focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-100\/0:focus {
    color: rgb(243 244 246 / 0);
}
.focus\:text-gray-100\/10:focus {
    color: rgb(243 244 246 / 0.1);
}
.focus\:text-gray-100\/100:focus {
    color: rgb(243 244 246 / 1);
}
.focus\:text-gray-100\/15:focus {
    color: rgb(243 244 246 / 0.15);
}
.focus\:text-gray-100\/20:focus {
    color: rgb(243 244 246 / 0.2);
}
.focus\:text-gray-100\/25:focus {
    color: rgb(243 244 246 / 0.25);
}
.focus\:text-gray-100\/30:focus {
    color: rgb(243 244 246 / 0.3);
}
.focus\:text-gray-100\/35:focus {
    color: rgb(243 244 246 / 0.35);
}
.focus\:text-gray-100\/40:focus {
    color: rgb(243 244 246 / 0.4);
}
.focus\:text-gray-100\/45:focus {
    color: rgb(243 244 246 / 0.45);
}
.focus\:text-gray-100\/5:focus {
    color: rgb(243 244 246 / 0.05);
}
.focus\:text-gray-100\/50:focus {
    color: rgb(243 244 246 / 0.5);
}
.focus\:text-gray-100\/55:focus {
    color: rgb(243 244 246 / 0.55);
}
.focus\:text-gray-100\/60:focus {
    color: rgb(243 244 246 / 0.6);
}
.focus\:text-gray-100\/65:focus {
    color: rgb(243 244 246 / 0.65);
}
.focus\:text-gray-100\/70:focus {
    color: rgb(243 244 246 / 0.7);
}
.focus\:text-gray-100\/75:focus {
    color: rgb(243 244 246 / 0.75);
}
.focus\:text-gray-100\/80:focus {
    color: rgb(243 244 246 / 0.8);
}
.focus\:text-gray-100\/85:focus {
    color: rgb(243 244 246 / 0.85);
}
.focus\:text-gray-100\/90:focus {
    color: rgb(243 244 246 / 0.9);
}
.focus\:text-gray-100\/95:focus {
    color: rgb(243 244 246 / 0.95);
}
.focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-200\/0:focus {
    color: rgb(229 231 235 / 0);
}
.focus\:text-gray-200\/10:focus {
    color: rgb(229 231 235 / 0.1);
}
.focus\:text-gray-200\/100:focus {
    color: rgb(229 231 235 / 1);
}
.focus\:text-gray-200\/15:focus {
    color: rgb(229 231 235 / 0.15);
}
.focus\:text-gray-200\/20:focus {
    color: rgb(229 231 235 / 0.2);
}
.focus\:text-gray-200\/25:focus {
    color: rgb(229 231 235 / 0.25);
}
.focus\:text-gray-200\/30:focus {
    color: rgb(229 231 235 / 0.3);
}
.focus\:text-gray-200\/35:focus {
    color: rgb(229 231 235 / 0.35);
}
.focus\:text-gray-200\/40:focus {
    color: rgb(229 231 235 / 0.4);
}
.focus\:text-gray-200\/45:focus {
    color: rgb(229 231 235 / 0.45);
}
.focus\:text-gray-200\/5:focus {
    color: rgb(229 231 235 / 0.05);
}
.focus\:text-gray-200\/50:focus {
    color: rgb(229 231 235 / 0.5);
}
.focus\:text-gray-200\/55:focus {
    color: rgb(229 231 235 / 0.55);
}
.focus\:text-gray-200\/60:focus {
    color: rgb(229 231 235 / 0.6);
}
.focus\:text-gray-200\/65:focus {
    color: rgb(229 231 235 / 0.65);
}
.focus\:text-gray-200\/70:focus {
    color: rgb(229 231 235 / 0.7);
}
.focus\:text-gray-200\/75:focus {
    color: rgb(229 231 235 / 0.75);
}
.focus\:text-gray-200\/80:focus {
    color: rgb(229 231 235 / 0.8);
}
.focus\:text-gray-200\/85:focus {
    color: rgb(229 231 235 / 0.85);
}
.focus\:text-gray-200\/90:focus {
    color: rgb(229 231 235 / 0.9);
}
.focus\:text-gray-200\/95:focus {
    color: rgb(229 231 235 / 0.95);
}
.focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-300\/0:focus {
    color: rgb(209 213 219 / 0);
}
.focus\:text-gray-300\/10:focus {
    color: rgb(209 213 219 / 0.1);
}
.focus\:text-gray-300\/100:focus {
    color: rgb(209 213 219 / 1);
}
.focus\:text-gray-300\/15:focus {
    color: rgb(209 213 219 / 0.15);
}
.focus\:text-gray-300\/20:focus {
    color: rgb(209 213 219 / 0.2);
}
.focus\:text-gray-300\/25:focus {
    color: rgb(209 213 219 / 0.25);
}
.focus\:text-gray-300\/30:focus {
    color: rgb(209 213 219 / 0.3);
}
.focus\:text-gray-300\/35:focus {
    color: rgb(209 213 219 / 0.35);
}
.focus\:text-gray-300\/40:focus {
    color: rgb(209 213 219 / 0.4);
}
.focus\:text-gray-300\/45:focus {
    color: rgb(209 213 219 / 0.45);
}
.focus\:text-gray-300\/5:focus {
    color: rgb(209 213 219 / 0.05);
}
.focus\:text-gray-300\/50:focus {
    color: rgb(209 213 219 / 0.5);
}
.focus\:text-gray-300\/55:focus {
    color: rgb(209 213 219 / 0.55);
}
.focus\:text-gray-300\/60:focus {
    color: rgb(209 213 219 / 0.6);
}
.focus\:text-gray-300\/65:focus {
    color: rgb(209 213 219 / 0.65);
}
.focus\:text-gray-300\/70:focus {
    color: rgb(209 213 219 / 0.7);
}
.focus\:text-gray-300\/75:focus {
    color: rgb(209 213 219 / 0.75);
}
.focus\:text-gray-300\/80:focus {
    color: rgb(209 213 219 / 0.8);
}
.focus\:text-gray-300\/85:focus {
    color: rgb(209 213 219 / 0.85);
}
.focus\:text-gray-300\/90:focus {
    color: rgb(209 213 219 / 0.9);
}
.focus\:text-gray-300\/95:focus {
    color: rgb(209 213 219 / 0.95);
}
.focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-400\/0:focus {
    color: rgb(156 163 175 / 0);
}
.focus\:text-gray-400\/10:focus {
    color: rgb(156 163 175 / 0.1);
}
.focus\:text-gray-400\/100:focus {
    color: rgb(156 163 175 / 1);
}
.focus\:text-gray-400\/15:focus {
    color: rgb(156 163 175 / 0.15);
}
.focus\:text-gray-400\/20:focus {
    color: rgb(156 163 175 / 0.2);
}
.focus\:text-gray-400\/25:focus {
    color: rgb(156 163 175 / 0.25);
}
.focus\:text-gray-400\/30:focus {
    color: rgb(156 163 175 / 0.3);
}
.focus\:text-gray-400\/35:focus {
    color: rgb(156 163 175 / 0.35);
}
.focus\:text-gray-400\/40:focus {
    color: rgb(156 163 175 / 0.4);
}
.focus\:text-gray-400\/45:focus {
    color: rgb(156 163 175 / 0.45);
}
.focus\:text-gray-400\/5:focus {
    color: rgb(156 163 175 / 0.05);
}
.focus\:text-gray-400\/50:focus {
    color: rgb(156 163 175 / 0.5);
}
.focus\:text-gray-400\/55:focus {
    color: rgb(156 163 175 / 0.55);
}
.focus\:text-gray-400\/60:focus {
    color: rgb(156 163 175 / 0.6);
}
.focus\:text-gray-400\/65:focus {
    color: rgb(156 163 175 / 0.65);
}
.focus\:text-gray-400\/70:focus {
    color: rgb(156 163 175 / 0.7);
}
.focus\:text-gray-400\/75:focus {
    color: rgb(156 163 175 / 0.75);
}
.focus\:text-gray-400\/80:focus {
    color: rgb(156 163 175 / 0.8);
}
.focus\:text-gray-400\/85:focus {
    color: rgb(156 163 175 / 0.85);
}
.focus\:text-gray-400\/90:focus {
    color: rgb(156 163 175 / 0.9);
}
.focus\:text-gray-400\/95:focus {
    color: rgb(156 163 175 / 0.95);
}
.focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-50\/0:focus {
    color: rgb(249 250 251 / 0);
}
.focus\:text-gray-50\/10:focus {
    color: rgb(249 250 251 / 0.1);
}
.focus\:text-gray-50\/100:focus {
    color: rgb(249 250 251 / 1);
}
.focus\:text-gray-50\/15:focus {
    color: rgb(249 250 251 / 0.15);
}
.focus\:text-gray-50\/20:focus {
    color: rgb(249 250 251 / 0.2);
}
.focus\:text-gray-50\/25:focus {
    color: rgb(249 250 251 / 0.25);
}
.focus\:text-gray-50\/30:focus {
    color: rgb(249 250 251 / 0.3);
}
.focus\:text-gray-50\/35:focus {
    color: rgb(249 250 251 / 0.35);
}
.focus\:text-gray-50\/40:focus {
    color: rgb(249 250 251 / 0.4);
}
.focus\:text-gray-50\/45:focus {
    color: rgb(249 250 251 / 0.45);
}
.focus\:text-gray-50\/5:focus {
    color: rgb(249 250 251 / 0.05);
}
.focus\:text-gray-50\/50:focus {
    color: rgb(249 250 251 / 0.5);
}
.focus\:text-gray-50\/55:focus {
    color: rgb(249 250 251 / 0.55);
}
.focus\:text-gray-50\/60:focus {
    color: rgb(249 250 251 / 0.6);
}
.focus\:text-gray-50\/65:focus {
    color: rgb(249 250 251 / 0.65);
}
.focus\:text-gray-50\/70:focus {
    color: rgb(249 250 251 / 0.7);
}
.focus\:text-gray-50\/75:focus {
    color: rgb(249 250 251 / 0.75);
}
.focus\:text-gray-50\/80:focus {
    color: rgb(249 250 251 / 0.8);
}
.focus\:text-gray-50\/85:focus {
    color: rgb(249 250 251 / 0.85);
}
.focus\:text-gray-50\/90:focus {
    color: rgb(249 250 251 / 0.9);
}
.focus\:text-gray-50\/95:focus {
    color: rgb(249 250 251 / 0.95);
}
.focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-500\/0:focus {
    color: rgb(107 114 128 / 0);
}
.focus\:text-gray-500\/10:focus {
    color: rgb(107 114 128 / 0.1);
}
.focus\:text-gray-500\/100:focus {
    color: rgb(107 114 128 / 1);
}
.focus\:text-gray-500\/15:focus {
    color: rgb(107 114 128 / 0.15);
}
.focus\:text-gray-500\/20:focus {
    color: rgb(107 114 128 / 0.2);
}
.focus\:text-gray-500\/25:focus {
    color: rgb(107 114 128 / 0.25);
}
.focus\:text-gray-500\/30:focus {
    color: rgb(107 114 128 / 0.3);
}
.focus\:text-gray-500\/35:focus {
    color: rgb(107 114 128 / 0.35);
}
.focus\:text-gray-500\/40:focus {
    color: rgb(107 114 128 / 0.4);
}
.focus\:text-gray-500\/45:focus {
    color: rgb(107 114 128 / 0.45);
}
.focus\:text-gray-500\/5:focus {
    color: rgb(107 114 128 / 0.05);
}
.focus\:text-gray-500\/50:focus {
    color: rgb(107 114 128 / 0.5);
}
.focus\:text-gray-500\/55:focus {
    color: rgb(107 114 128 / 0.55);
}
.focus\:text-gray-500\/60:focus {
    color: rgb(107 114 128 / 0.6);
}
.focus\:text-gray-500\/65:focus {
    color: rgb(107 114 128 / 0.65);
}
.focus\:text-gray-500\/70:focus {
    color: rgb(107 114 128 / 0.7);
}
.focus\:text-gray-500\/75:focus {
    color: rgb(107 114 128 / 0.75);
}
.focus\:text-gray-500\/80:focus {
    color: rgb(107 114 128 / 0.8);
}
.focus\:text-gray-500\/85:focus {
    color: rgb(107 114 128 / 0.85);
}
.focus\:text-gray-500\/90:focus {
    color: rgb(107 114 128 / 0.9);
}
.focus\:text-gray-500\/95:focus {
    color: rgb(107 114 128 / 0.95);
}
.focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-600\/0:focus {
    color: rgb(75 85 99 / 0);
}
.focus\:text-gray-600\/10:focus {
    color: rgb(75 85 99 / 0.1);
}
.focus\:text-gray-600\/100:focus {
    color: rgb(75 85 99 / 1);
}
.focus\:text-gray-600\/15:focus {
    color: rgb(75 85 99 / 0.15);
}
.focus\:text-gray-600\/20:focus {
    color: rgb(75 85 99 / 0.2);
}
.focus\:text-gray-600\/25:focus {
    color: rgb(75 85 99 / 0.25);
}
.focus\:text-gray-600\/30:focus {
    color: rgb(75 85 99 / 0.3);
}
.focus\:text-gray-600\/35:focus {
    color: rgb(75 85 99 / 0.35);
}
.focus\:text-gray-600\/40:focus {
    color: rgb(75 85 99 / 0.4);
}
.focus\:text-gray-600\/45:focus {
    color: rgb(75 85 99 / 0.45);
}
.focus\:text-gray-600\/5:focus {
    color: rgb(75 85 99 / 0.05);
}
.focus\:text-gray-600\/50:focus {
    color: rgb(75 85 99 / 0.5);
}
.focus\:text-gray-600\/55:focus {
    color: rgb(75 85 99 / 0.55);
}
.focus\:text-gray-600\/60:focus {
    color: rgb(75 85 99 / 0.6);
}
.focus\:text-gray-600\/65:focus {
    color: rgb(75 85 99 / 0.65);
}
.focus\:text-gray-600\/70:focus {
    color: rgb(75 85 99 / 0.7);
}
.focus\:text-gray-600\/75:focus {
    color: rgb(75 85 99 / 0.75);
}
.focus\:text-gray-600\/80:focus {
    color: rgb(75 85 99 / 0.8);
}
.focus\:text-gray-600\/85:focus {
    color: rgb(75 85 99 / 0.85);
}
.focus\:text-gray-600\/90:focus {
    color: rgb(75 85 99 / 0.9);
}
.focus\:text-gray-600\/95:focus {
    color: rgb(75 85 99 / 0.95);
}
.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-700\/0:focus {
    color: rgb(55 65 81 / 0);
}
.focus\:text-gray-700\/10:focus {
    color: rgb(55 65 81 / 0.1);
}
.focus\:text-gray-700\/100:focus {
    color: rgb(55 65 81 / 1);
}
.focus\:text-gray-700\/15:focus {
    color: rgb(55 65 81 / 0.15);
}
.focus\:text-gray-700\/20:focus {
    color: rgb(55 65 81 / 0.2);
}
.focus\:text-gray-700\/25:focus {
    color: rgb(55 65 81 / 0.25);
}
.focus\:text-gray-700\/30:focus {
    color: rgb(55 65 81 / 0.3);
}
.focus\:text-gray-700\/35:focus {
    color: rgb(55 65 81 / 0.35);
}
.focus\:text-gray-700\/40:focus {
    color: rgb(55 65 81 / 0.4);
}
.focus\:text-gray-700\/45:focus {
    color: rgb(55 65 81 / 0.45);
}
.focus\:text-gray-700\/5:focus {
    color: rgb(55 65 81 / 0.05);
}
.focus\:text-gray-700\/50:focus {
    color: rgb(55 65 81 / 0.5);
}
.focus\:text-gray-700\/55:focus {
    color: rgb(55 65 81 / 0.55);
}
.focus\:text-gray-700\/60:focus {
    color: rgb(55 65 81 / 0.6);
}
.focus\:text-gray-700\/65:focus {
    color: rgb(55 65 81 / 0.65);
}
.focus\:text-gray-700\/70:focus {
    color: rgb(55 65 81 / 0.7);
}
.focus\:text-gray-700\/75:focus {
    color: rgb(55 65 81 / 0.75);
}
.focus\:text-gray-700\/80:focus {
    color: rgb(55 65 81 / 0.8);
}
.focus\:text-gray-700\/85:focus {
    color: rgb(55 65 81 / 0.85);
}
.focus\:text-gray-700\/90:focus {
    color: rgb(55 65 81 / 0.9);
}
.focus\:text-gray-700\/95:focus {
    color: rgb(55 65 81 / 0.95);
}
.focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-800\/0:focus {
    color: rgb(31 41 55 / 0);
}
.focus\:text-gray-800\/10:focus {
    color: rgb(31 41 55 / 0.1);
}
.focus\:text-gray-800\/100:focus {
    color: rgb(31 41 55 / 1);
}
.focus\:text-gray-800\/15:focus {
    color: rgb(31 41 55 / 0.15);
}
.focus\:text-gray-800\/20:focus {
    color: rgb(31 41 55 / 0.2);
}
.focus\:text-gray-800\/25:focus {
    color: rgb(31 41 55 / 0.25);
}
.focus\:text-gray-800\/30:focus {
    color: rgb(31 41 55 / 0.3);
}
.focus\:text-gray-800\/35:focus {
    color: rgb(31 41 55 / 0.35);
}
.focus\:text-gray-800\/40:focus {
    color: rgb(31 41 55 / 0.4);
}
.focus\:text-gray-800\/45:focus {
    color: rgb(31 41 55 / 0.45);
}
.focus\:text-gray-800\/5:focus {
    color: rgb(31 41 55 / 0.05);
}
.focus\:text-gray-800\/50:focus {
    color: rgb(31 41 55 / 0.5);
}
.focus\:text-gray-800\/55:focus {
    color: rgb(31 41 55 / 0.55);
}
.focus\:text-gray-800\/60:focus {
    color: rgb(31 41 55 / 0.6);
}
.focus\:text-gray-800\/65:focus {
    color: rgb(31 41 55 / 0.65);
}
.focus\:text-gray-800\/70:focus {
    color: rgb(31 41 55 / 0.7);
}
.focus\:text-gray-800\/75:focus {
    color: rgb(31 41 55 / 0.75);
}
.focus\:text-gray-800\/80:focus {
    color: rgb(31 41 55 / 0.8);
}
.focus\:text-gray-800\/85:focus {
    color: rgb(31 41 55 / 0.85);
}
.focus\:text-gray-800\/90:focus {
    color: rgb(31 41 55 / 0.9);
}
.focus\:text-gray-800\/95:focus {
    color: rgb(31 41 55 / 0.95);
}
.focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-900\/0:focus {
    color: rgb(17 24 39 / 0);
}
.focus\:text-gray-900\/10:focus {
    color: rgb(17 24 39 / 0.1);
}
.focus\:text-gray-900\/100:focus {
    color: rgb(17 24 39 / 1);
}
.focus\:text-gray-900\/15:focus {
    color: rgb(17 24 39 / 0.15);
}
.focus\:text-gray-900\/20:focus {
    color: rgb(17 24 39 / 0.2);
}
.focus\:text-gray-900\/25:focus {
    color: rgb(17 24 39 / 0.25);
}
.focus\:text-gray-900\/30:focus {
    color: rgb(17 24 39 / 0.3);
}
.focus\:text-gray-900\/35:focus {
    color: rgb(17 24 39 / 0.35);
}
.focus\:text-gray-900\/40:focus {
    color: rgb(17 24 39 / 0.4);
}
.focus\:text-gray-900\/45:focus {
    color: rgb(17 24 39 / 0.45);
}
.focus\:text-gray-900\/5:focus {
    color: rgb(17 24 39 / 0.05);
}
.focus\:text-gray-900\/50:focus {
    color: rgb(17 24 39 / 0.5);
}
.focus\:text-gray-900\/55:focus {
    color: rgb(17 24 39 / 0.55);
}
.focus\:text-gray-900\/60:focus {
    color: rgb(17 24 39 / 0.6);
}
.focus\:text-gray-900\/65:focus {
    color: rgb(17 24 39 / 0.65);
}
.focus\:text-gray-900\/70:focus {
    color: rgb(17 24 39 / 0.7);
}
.focus\:text-gray-900\/75:focus {
    color: rgb(17 24 39 / 0.75);
}
.focus\:text-gray-900\/80:focus {
    color: rgb(17 24 39 / 0.8);
}
.focus\:text-gray-900\/85:focus {
    color: rgb(17 24 39 / 0.85);
}
.focus\:text-gray-900\/90:focus {
    color: rgb(17 24 39 / 0.9);
}
.focus\:text-gray-900\/95:focus {
    color: rgb(17 24 39 / 0.95);
}
.focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-950\/0:focus {
    color: rgb(3 7 18 / 0);
}
.focus\:text-gray-950\/10:focus {
    color: rgb(3 7 18 / 0.1);
}
.focus\:text-gray-950\/100:focus {
    color: rgb(3 7 18 / 1);
}
.focus\:text-gray-950\/15:focus {
    color: rgb(3 7 18 / 0.15);
}
.focus\:text-gray-950\/20:focus {
    color: rgb(3 7 18 / 0.2);
}
.focus\:text-gray-950\/25:focus {
    color: rgb(3 7 18 / 0.25);
}
.focus\:text-gray-950\/30:focus {
    color: rgb(3 7 18 / 0.3);
}
.focus\:text-gray-950\/35:focus {
    color: rgb(3 7 18 / 0.35);
}
.focus\:text-gray-950\/40:focus {
    color: rgb(3 7 18 / 0.4);
}
.focus\:text-gray-950\/45:focus {
    color: rgb(3 7 18 / 0.45);
}
.focus\:text-gray-950\/5:focus {
    color: rgb(3 7 18 / 0.05);
}
.focus\:text-gray-950\/50:focus {
    color: rgb(3 7 18 / 0.5);
}
.focus\:text-gray-950\/55:focus {
    color: rgb(3 7 18 / 0.55);
}
.focus\:text-gray-950\/60:focus {
    color: rgb(3 7 18 / 0.6);
}
.focus\:text-gray-950\/65:focus {
    color: rgb(3 7 18 / 0.65);
}
.focus\:text-gray-950\/70:focus {
    color: rgb(3 7 18 / 0.7);
}
.focus\:text-gray-950\/75:focus {
    color: rgb(3 7 18 / 0.75);
}
.focus\:text-gray-950\/80:focus {
    color: rgb(3 7 18 / 0.8);
}
.focus\:text-gray-950\/85:focus {
    color: rgb(3 7 18 / 0.85);
}
.focus\:text-gray-950\/90:focus {
    color: rgb(3 7 18 / 0.9);
}
.focus\:text-gray-950\/95:focus {
    color: rgb(3 7 18 / 0.95);
}
.focus\:text-inherit:focus {
    color: inherit;
}
.focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-dark:focus {
    --tw-text-opacity: 1;
    color: rgb(16 46 52 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-dark\/0:focus {
    color: rgb(16 46 52 / 0);
}
.focus\:text-primary-dark\/10:focus {
    color: rgb(16 46 52 / 0.1);
}
.focus\:text-primary-dark\/100:focus {
    color: rgb(16 46 52 / 1);
}
.focus\:text-primary-dark\/15:focus {
    color: rgb(16 46 52 / 0.15);
}
.focus\:text-primary-dark\/20:focus {
    color: rgb(16 46 52 / 0.2);
}
.focus\:text-primary-dark\/25:focus {
    color: rgb(16 46 52 / 0.25);
}
.focus\:text-primary-dark\/30:focus {
    color: rgb(16 46 52 / 0.3);
}
.focus\:text-primary-dark\/35:focus {
    color: rgb(16 46 52 / 0.35);
}
.focus\:text-primary-dark\/40:focus {
    color: rgb(16 46 52 / 0.4);
}
.focus\:text-primary-dark\/45:focus {
    color: rgb(16 46 52 / 0.45);
}
.focus\:text-primary-dark\/5:focus {
    color: rgb(16 46 52 / 0.05);
}
.focus\:text-primary-dark\/50:focus {
    color: rgb(16 46 52 / 0.5);
}
.focus\:text-primary-dark\/55:focus {
    color: rgb(16 46 52 / 0.55);
}
.focus\:text-primary-dark\/60:focus {
    color: rgb(16 46 52 / 0.6);
}
.focus\:text-primary-dark\/65:focus {
    color: rgb(16 46 52 / 0.65);
}
.focus\:text-primary-dark\/70:focus {
    color: rgb(16 46 52 / 0.7);
}
.focus\:text-primary-dark\/75:focus {
    color: rgb(16 46 52 / 0.75);
}
.focus\:text-primary-dark\/80:focus {
    color: rgb(16 46 52 / 0.8);
}
.focus\:text-primary-dark\/85:focus {
    color: rgb(16 46 52 / 0.85);
}
.focus\:text-primary-dark\/90:focus {
    color: rgb(16 46 52 / 0.9);
}
.focus\:text-primary-dark\/95:focus {
    color: rgb(16 46 52 / 0.95);
}
.focus\:text-primary-light:focus {
    --tw-text-opacity: 1;
    color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-light\/0:focus {
    color: rgb(39 84 94 / 0);
}
.focus\:text-primary-light\/10:focus {
    color: rgb(39 84 94 / 0.1);
}
.focus\:text-primary-light\/100:focus {
    color: rgb(39 84 94 / 1);
}
.focus\:text-primary-light\/15:focus {
    color: rgb(39 84 94 / 0.15);
}
.focus\:text-primary-light\/20:focus {
    color: rgb(39 84 94 / 0.2);
}
.focus\:text-primary-light\/25:focus {
    color: rgb(39 84 94 / 0.25);
}
.focus\:text-primary-light\/30:focus {
    color: rgb(39 84 94 / 0.3);
}
.focus\:text-primary-light\/35:focus {
    color: rgb(39 84 94 / 0.35);
}
.focus\:text-primary-light\/40:focus {
    color: rgb(39 84 94 / 0.4);
}
.focus\:text-primary-light\/45:focus {
    color: rgb(39 84 94 / 0.45);
}
.focus\:text-primary-light\/5:focus {
    color: rgb(39 84 94 / 0.05);
}
.focus\:text-primary-light\/50:focus {
    color: rgb(39 84 94 / 0.5);
}
.focus\:text-primary-light\/55:focus {
    color: rgb(39 84 94 / 0.55);
}
.focus\:text-primary-light\/60:focus {
    color: rgb(39 84 94 / 0.6);
}
.focus\:text-primary-light\/65:focus {
    color: rgb(39 84 94 / 0.65);
}
.focus\:text-primary-light\/70:focus {
    color: rgb(39 84 94 / 0.7);
}
.focus\:text-primary-light\/75:focus {
    color: rgb(39 84 94 / 0.75);
}
.focus\:text-primary-light\/80:focus {
    color: rgb(39 84 94 / 0.8);
}
.focus\:text-primary-light\/85:focus {
    color: rgb(39 84 94 / 0.85);
}
.focus\:text-primary-light\/90:focus {
    color: rgb(39 84 94 / 0.9);
}
.focus\:text-primary-light\/95:focus {
    color: rgb(39 84 94 / 0.95);
}
.focus\:text-primary\/0:focus {
    color: rgb(33 69 77 / 0);
}
.focus\:text-primary\/10:focus {
    color: rgb(33 69 77 / 0.1);
}
.focus\:text-primary\/100:focus {
    color: rgb(33 69 77 / 1);
}
.focus\:text-primary\/15:focus {
    color: rgb(33 69 77 / 0.15);
}
.focus\:text-primary\/20:focus {
    color: rgb(33 69 77 / 0.2);
}
.focus\:text-primary\/25:focus {
    color: rgb(33 69 77 / 0.25);
}
.focus\:text-primary\/30:focus {
    color: rgb(33 69 77 / 0.3);
}
.focus\:text-primary\/35:focus {
    color: rgb(33 69 77 / 0.35);
}
.focus\:text-primary\/40:focus {
    color: rgb(33 69 77 / 0.4);
}
.focus\:text-primary\/45:focus {
    color: rgb(33 69 77 / 0.45);
}
.focus\:text-primary\/5:focus {
    color: rgb(33 69 77 / 0.05);
}
.focus\:text-primary\/50:focus {
    color: rgb(33 69 77 / 0.5);
}
.focus\:text-primary\/55:focus {
    color: rgb(33 69 77 / 0.55);
}
.focus\:text-primary\/60:focus {
    color: rgb(33 69 77 / 0.6);
}
.focus\:text-primary\/65:focus {
    color: rgb(33 69 77 / 0.65);
}
.focus\:text-primary\/70:focus {
    color: rgb(33 69 77 / 0.7);
}
.focus\:text-primary\/75:focus {
    color: rgb(33 69 77 / 0.75);
}
.focus\:text-primary\/80:focus {
    color: rgb(33 69 77 / 0.8);
}
.focus\:text-primary\/85:focus {
    color: rgb(33 69 77 / 0.85);
}
.focus\:text-primary\/90:focus {
    color: rgb(33 69 77 / 0.9);
}
.focus\:text-primary\/95:focus {
    color: rgb(33 69 77 / 0.95);
}
.focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgb(0 124 153 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-dark\/0:focus {
    color: rgb(0 124 153 / 0);
}
.focus\:text-secondary-dark\/10:focus {
    color: rgb(0 124 153 / 0.1);
}
.focus\:text-secondary-dark\/100:focus {
    color: rgb(0 124 153 / 1);
}
.focus\:text-secondary-dark\/15:focus {
    color: rgb(0 124 153 / 0.15);
}
.focus\:text-secondary-dark\/20:focus {
    color: rgb(0 124 153 / 0.2);
}
.focus\:text-secondary-dark\/25:focus {
    color: rgb(0 124 153 / 0.25);
}
.focus\:text-secondary-dark\/30:focus {
    color: rgb(0 124 153 / 0.3);
}
.focus\:text-secondary-dark\/35:focus {
    color: rgb(0 124 153 / 0.35);
}
.focus\:text-secondary-dark\/40:focus {
    color: rgb(0 124 153 / 0.4);
}
.focus\:text-secondary-dark\/45:focus {
    color: rgb(0 124 153 / 0.45);
}
.focus\:text-secondary-dark\/5:focus {
    color: rgb(0 124 153 / 0.05);
}
.focus\:text-secondary-dark\/50:focus {
    color: rgb(0 124 153 / 0.5);
}
.focus\:text-secondary-dark\/55:focus {
    color: rgb(0 124 153 / 0.55);
}
.focus\:text-secondary-dark\/60:focus {
    color: rgb(0 124 153 / 0.6);
}
.focus\:text-secondary-dark\/65:focus {
    color: rgb(0 124 153 / 0.65);
}
.focus\:text-secondary-dark\/70:focus {
    color: rgb(0 124 153 / 0.7);
}
.focus\:text-secondary-dark\/75:focus {
    color: rgb(0 124 153 / 0.75);
}
.focus\:text-secondary-dark\/80:focus {
    color: rgb(0 124 153 / 0.8);
}
.focus\:text-secondary-dark\/85:focus {
    color: rgb(0 124 153 / 0.85);
}
.focus\:text-secondary-dark\/90:focus {
    color: rgb(0 124 153 / 0.9);
}
.focus\:text-secondary-dark\/95:focus {
    color: rgb(0 124 153 / 0.95);
}
.focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgb(194 233 242 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-light\/0:focus {
    color: rgb(194 233 242 / 0);
}
.focus\:text-secondary-light\/10:focus {
    color: rgb(194 233 242 / 0.1);
}
.focus\:text-secondary-light\/100:focus {
    color: rgb(194 233 242 / 1);
}
.focus\:text-secondary-light\/15:focus {
    color: rgb(194 233 242 / 0.15);
}
.focus\:text-secondary-light\/20:focus {
    color: rgb(194 233 242 / 0.2);
}
.focus\:text-secondary-light\/25:focus {
    color: rgb(194 233 242 / 0.25);
}
.focus\:text-secondary-light\/30:focus {
    color: rgb(194 233 242 / 0.3);
}
.focus\:text-secondary-light\/35:focus {
    color: rgb(194 233 242 / 0.35);
}
.focus\:text-secondary-light\/40:focus {
    color: rgb(194 233 242 / 0.4);
}
.focus\:text-secondary-light\/45:focus {
    color: rgb(194 233 242 / 0.45);
}
.focus\:text-secondary-light\/5:focus {
    color: rgb(194 233 242 / 0.05);
}
.focus\:text-secondary-light\/50:focus {
    color: rgb(194 233 242 / 0.5);
}
.focus\:text-secondary-light\/55:focus {
    color: rgb(194 233 242 / 0.55);
}
.focus\:text-secondary-light\/60:focus {
    color: rgb(194 233 242 / 0.6);
}
.focus\:text-secondary-light\/65:focus {
    color: rgb(194 233 242 / 0.65);
}
.focus\:text-secondary-light\/70:focus {
    color: rgb(194 233 242 / 0.7);
}
.focus\:text-secondary-light\/75:focus {
    color: rgb(194 233 242 / 0.75);
}
.focus\:text-secondary-light\/80:focus {
    color: rgb(194 233 242 / 0.8);
}
.focus\:text-secondary-light\/85:focus {
    color: rgb(194 233 242 / 0.85);
}
.focus\:text-secondary-light\/90:focus {
    color: rgb(194 233 242 / 0.9);
}
.focus\:text-secondary-light\/95:focus {
    color: rgb(194 233 242 / 0.95);
}
.focus\:text-secondary\/0:focus {
    color: rgb(84 173 194 / 0);
}
.focus\:text-secondary\/10:focus {
    color: rgb(84 173 194 / 0.1);
}
.focus\:text-secondary\/100:focus {
    color: rgb(84 173 194 / 1);
}
.focus\:text-secondary\/15:focus {
    color: rgb(84 173 194 / 0.15);
}
.focus\:text-secondary\/20:focus {
    color: rgb(84 173 194 / 0.2);
}
.focus\:text-secondary\/25:focus {
    color: rgb(84 173 194 / 0.25);
}
.focus\:text-secondary\/30:focus {
    color: rgb(84 173 194 / 0.3);
}
.focus\:text-secondary\/35:focus {
    color: rgb(84 173 194 / 0.35);
}
.focus\:text-secondary\/40:focus {
    color: rgb(84 173 194 / 0.4);
}
.focus\:text-secondary\/45:focus {
    color: rgb(84 173 194 / 0.45);
}
.focus\:text-secondary\/5:focus {
    color: rgb(84 173 194 / 0.05);
}
.focus\:text-secondary\/50:focus {
    color: rgb(84 173 194 / 0.5);
}
.focus\:text-secondary\/55:focus {
    color: rgb(84 173 194 / 0.55);
}
.focus\:text-secondary\/60:focus {
    color: rgb(84 173 194 / 0.6);
}
.focus\:text-secondary\/65:focus {
    color: rgb(84 173 194 / 0.65);
}
.focus\:text-secondary\/70:focus {
    color: rgb(84 173 194 / 0.7);
}
.focus\:text-secondary\/75:focus {
    color: rgb(84 173 194 / 0.75);
}
.focus\:text-secondary\/80:focus {
    color: rgb(84 173 194 / 0.8);
}
.focus\:text-secondary\/85:focus {
    color: rgb(84 173 194 / 0.85);
}
.focus\:text-secondary\/90:focus {
    color: rgb(84 173 194 / 0.9);
}
.focus\:text-secondary\/95:focus {
    color: rgb(84 173 194 / 0.95);
}
.focus\:text-tan:focus {
    --tw-text-opacity: 1;
    color: rgb(240 238 233 / var(--tw-text-opacity, 1));
}
.focus\:text-tan\/0:focus {
    color: rgb(240 238 233 / 0);
}
.focus\:text-tan\/10:focus {
    color: rgb(240 238 233 / 0.1);
}
.focus\:text-tan\/100:focus {
    color: rgb(240 238 233 / 1);
}
.focus\:text-tan\/15:focus {
    color: rgb(240 238 233 / 0.15);
}
.focus\:text-tan\/20:focus {
    color: rgb(240 238 233 / 0.2);
}
.focus\:text-tan\/25:focus {
    color: rgb(240 238 233 / 0.25);
}
.focus\:text-tan\/30:focus {
    color: rgb(240 238 233 / 0.3);
}
.focus\:text-tan\/35:focus {
    color: rgb(240 238 233 / 0.35);
}
.focus\:text-tan\/40:focus {
    color: rgb(240 238 233 / 0.4);
}
.focus\:text-tan\/45:focus {
    color: rgb(240 238 233 / 0.45);
}
.focus\:text-tan\/5:focus {
    color: rgb(240 238 233 / 0.05);
}
.focus\:text-tan\/50:focus {
    color: rgb(240 238 233 / 0.5);
}
.focus\:text-tan\/55:focus {
    color: rgb(240 238 233 / 0.55);
}
.focus\:text-tan\/60:focus {
    color: rgb(240 238 233 / 0.6);
}
.focus\:text-tan\/65:focus {
    color: rgb(240 238 233 / 0.65);
}
.focus\:text-tan\/70:focus {
    color: rgb(240 238 233 / 0.7);
}
.focus\:text-tan\/75:focus {
    color: rgb(240 238 233 / 0.75);
}
.focus\:text-tan\/80:focus {
    color: rgb(240 238 233 / 0.8);
}
.focus\:text-tan\/85:focus {
    color: rgb(240 238 233 / 0.85);
}
.focus\:text-tan\/90:focus {
    color: rgb(240 238 233 / 0.9);
}
.focus\:text-tan\/95:focus {
    color: rgb(240 238 233 / 0.95);
}
.focus\:text-transparent:focus {
    color: transparent;
}
.focus\:text-transparent\/0:focus {
    color: rgb(0 0 0 / 0);
}
.focus\:text-transparent\/10:focus {
    color: rgb(0 0 0 / 0.1);
}
.focus\:text-transparent\/100:focus {
    color: rgb(0 0 0 / 1);
}
.focus\:text-transparent\/15:focus {
    color: rgb(0 0 0 / 0.15);
}
.focus\:text-transparent\/20:focus {
    color: rgb(0 0 0 / 0.2);
}
.focus\:text-transparent\/25:focus {
    color: rgb(0 0 0 / 0.25);
}
.focus\:text-transparent\/30:focus {
    color: rgb(0 0 0 / 0.3);
}
.focus\:text-transparent\/35:focus {
    color: rgb(0 0 0 / 0.35);
}
.focus\:text-transparent\/40:focus {
    color: rgb(0 0 0 / 0.4);
}
.focus\:text-transparent\/45:focus {
    color: rgb(0 0 0 / 0.45);
}
.focus\:text-transparent\/5:focus {
    color: rgb(0 0 0 / 0.05);
}
.focus\:text-transparent\/50:focus {
    color: rgb(0 0 0 / 0.5);
}
.focus\:text-transparent\/55:focus {
    color: rgb(0 0 0 / 0.55);
}
.focus\:text-transparent\/60:focus {
    color: rgb(0 0 0 / 0.6);
}
.focus\:text-transparent\/65:focus {
    color: rgb(0 0 0 / 0.65);
}
.focus\:text-transparent\/70:focus {
    color: rgb(0 0 0 / 0.7);
}
.focus\:text-transparent\/75:focus {
    color: rgb(0 0 0 / 0.75);
}
.focus\:text-transparent\/80:focus {
    color: rgb(0 0 0 / 0.8);
}
.focus\:text-transparent\/85:focus {
    color: rgb(0 0 0 / 0.85);
}
.focus\:text-transparent\/90:focus {
    color: rgb(0 0 0 / 0.9);
}
.focus\:text-transparent\/95:focus {
    color: rgb(0 0 0 / 0.95);
}
.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:text-white\/0:focus {
    color: rgb(255 255 255 / 0);
}
.focus\:text-white\/10:focus {
    color: rgb(255 255 255 / 0.1);
}
.focus\:text-white\/100:focus {
    color: rgb(255 255 255 / 1);
}
.focus\:text-white\/15:focus {
    color: rgb(255 255 255 / 0.15);
}
.focus\:text-white\/20:focus {
    color: rgb(255 255 255 / 0.2);
}
.focus\:text-white\/25:focus {
    color: rgb(255 255 255 / 0.25);
}
.focus\:text-white\/30:focus {
    color: rgb(255 255 255 / 0.3);
}
.focus\:text-white\/35:focus {
    color: rgb(255 255 255 / 0.35);
}
.focus\:text-white\/40:focus {
    color: rgb(255 255 255 / 0.4);
}
.focus\:text-white\/45:focus {
    color: rgb(255 255 255 / 0.45);
}
.focus\:text-white\/5:focus {
    color: rgb(255 255 255 / 0.05);
}
.focus\:text-white\/50:focus {
    color: rgb(255 255 255 / 0.5);
}
.focus\:text-white\/55:focus {
    color: rgb(255 255 255 / 0.55);
}
.focus\:text-white\/60:focus {
    color: rgb(255 255 255 / 0.6);
}
.focus\:text-white\/65:focus {
    color: rgb(255 255 255 / 0.65);
}
.focus\:text-white\/70:focus {
    color: rgb(255 255 255 / 0.7);
}
.focus\:text-white\/75:focus {
    color: rgb(255 255 255 / 0.75);
}
.focus\:text-white\/80:focus {
    color: rgb(255 255 255 / 0.8);
}
.focus\:text-white\/85:focus {
    color: rgb(255 255 255 / 0.85);
}
.focus\:text-white\/90:focus {
    color: rgb(255 255 255 / 0.9);
}
.focus\:text-white\/95:focus {
    color: rgb(255 255 255 / 0.95);
}
.focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
}
.focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
}
.focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
}
.focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15;
}
.focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
}
.focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
}
.focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
}
.focus\:text-opacity-35:focus {
    --tw-text-opacity: 0.35;
}
.focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
}
.focus\:text-opacity-45:focus {
    --tw-text-opacity: 0.45;
}
.focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
}
.focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
}
.focus\:text-opacity-55:focus {
    --tw-text-opacity: 0.55;
}
.focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
}
.focus\:text-opacity-65:focus {
    --tw-text-opacity: 0.65;
}
.focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
}
.focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
}
.focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
}
.focus\:text-opacity-85:focus {
    --tw-text-opacity: 0.85;
}
.focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
}
.focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
}
.focus\:underline:focus {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.focus\:bg-blend-normal:focus {
    background-blend-mode: normal;
}
.focus\:bg-blend-multiply:focus {
    background-blend-mode: multiply;
}
.focus\:bg-blend-screen:focus {
    background-blend-mode: screen;
}
.focus\:bg-blend-overlay:focus {
    background-blend-mode: overlay;
}
.focus\:bg-blend-darken:focus {
    background-blend-mode: darken;
}
.focus\:bg-blend-lighten:focus {
    background-blend-mode: lighten;
}
.focus\:bg-blend-color-dodge:focus {
    background-blend-mode: color-dodge;
}
.focus\:bg-blend-color-burn:focus {
    background-blend-mode: color-burn;
}
.focus\:bg-blend-hard-light:focus {
    background-blend-mode: hard-light;
}
.focus\:bg-blend-soft-light:focus {
    background-blend-mode: soft-light;
}
.focus\:bg-blend-difference:focus {
    background-blend-mode: difference;
}
.focus\:bg-blend-exclusion:focus {
    background-blend-mode: exclusion;
}
.focus\:bg-blend-hue:focus {
    background-blend-mode: hue;
}
.focus\:bg-blend-saturation:focus {
    background-blend-mode: saturation;
}
.focus\:bg-blend-color:focus {
    background-blend-mode: color;
}
.focus\:bg-blend-luminosity:focus {
    background-blend-mode: luminosity;
}
.active\:bg-primary:active {
    --tw-bg-opacity: 1;
    background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}
.active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:focus-within .group-focus-within\:flex {
    display: flex;
}
.group:hover .group-hover\:flex {
    display: flex;
}
.group:hover .group-hover\:inline-flex {
    display: inline-flex;
}
.group:hover .group-hover\:w-12 {
    width: 3rem;
}
.group:hover .group-hover\:border-primary-light {
    --tw-border-opacity: 1;
    border-color: rgb(39 84 94 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:border-transparent {
    border-color: transparent;
}
.group:hover .group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-primary\/75 {
    background-color: rgb(33 69 77 / 0.75);
}
.group:hover .group-hover\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
}
.group:hover .group-hover\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-light {
    --tw-text-opacity: 1;
    color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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);
}
.group:hover .group-hover\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -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);
}
.group:hover .group-hover\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -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);
}
.prose-p\:font-semibold :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-weight: 600;
}
.dark\:bg-gray-800:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.dark\:bg-primary:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}
.dark\:text-accent-red:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.dark\:text-primary:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-white\/60:is(.dark *) {
    color: rgb(255 255 255 / 0.6);
}
@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 768px) {
    .md\:top-40 {
        top: 10rem;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:order-3 {
        order: 3;
    }
    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:m-0 {
        margin: 0px;
    }
    .md\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .md\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .md\:-mt-10 {
        margin-top: -2.5rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:mr-auto {
        margin-right: auto;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:inline {
        display: inline;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-10 {
        height: 2.5rem;
    }
    .md\:h-20 {
        height: 5rem;
    }
    .md\:h-32 {
        height: 8rem;
    }
    .md\:h-40 {
        height: 10rem;
    }
    .md\:h-6 {
        height: 1.5rem;
    }
    .md\:h-8 {
        height: 2rem;
    }
    .md\:h-\[650px\] {
        height: 650px;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-6 {
        width: 1.5rem;
    }
    .md\:w-8 {
        width: 2rem;
    }
    .md\:w-\[270px\] {
        width: 270px;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }
    .md\:grid-flow-col {
        grid-auto-flow: column;
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:gap-14 {
        gap: 3.5rem;
    }
    .md\:gap-2 {
        gap: 0.5rem;
    }
    .md\:gap-6 {
        gap: 1.5rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:rounded {
        border-radius: 0.25rem;
    }
    .md\:border-b {
        border-bottom-width: 1px;
    }
    .md\:border-t-0 {
        border-top-width: 0px;
    }
    .md\:border-white\/25 {
        border-color: rgb(255 255 255 / 0.25);
    }
    .md\:border-white\/90 {
        border-color: rgb(255 255 255 / 0.9);
    }
    .md\:bg-transparent {
        background-color: transparent;
    }
    .md\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:p-6 {
        padding: 1.5rem;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .md\:pb-0 {
        padding-bottom: 0px;
    }
    .md\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .md\:pl-6 {
        padding-left: 1.5rem;
    }
    .md\:pl-8 {
        padding-left: 2rem;
    }
    .md\:pr-16 {
        padding-right: 4rem;
    }
    .md\:pr-8 {
        padding-right: 2rem;
    }
    .md\:pt-0 {
        padding-top: 0px;
    }
    .md\:pt-16 {
        padding-top: 4rem;
    }
    .md\:pt-40 {
        padding-top: 10rem;
    }
    .md\:pt-6 {
        padding-top: 1.5rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .first\:md\:border-r:first-child {
        border-right-width: 1px;
    }
}
@media (min-width: 1024px) {
    .lg\:bottom-\[46px\] {
        bottom: 46px;
    }
    .lg\:left-auto {
        left: auto;
    }
    .lg\:right-10 {
        right: 2.5rem;
    }
    .lg\:right-28 {
        right: 7rem;
    }
    .lg\:right-8 {
        right: 2rem;
    }
    .lg\:z-0 {
        z-index: 0;
    }
    .lg\:z-10 {
        z-index: 10;
    }
    .lg\:z-50 {
        z-index: 50;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-none {
        order: 0;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .lg\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .lg\:col-span-full {
        grid-column: 1 / -1;
    }
    .lg\:m-0 {
        margin: 0px;
    }
    .lg\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .lg\:-ml-16 {
        margin-left: -4rem;
    }
    .lg\:-ml-4 {
        margin-left: -1rem;
    }
    .lg\:-mt-12 {
        margin-top: -3rem;
    }
    .lg\:-mt-16 {
        margin-top: -4rem;
    }
    .lg\:-mt-48 {
        margin-top: -12rem;
    }
    .lg\:-mt-8 {
        margin-top: -2rem;
    }
    .lg\:ml-0 {
        margin-left: 0px;
    }
    .lg\:ml-8 {
        margin-left: 2rem;
    }
    .lg\:mr-0 {
        margin-right: 0px;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mt-16 {
        margin-top: 4rem;
    }
    .lg\:mt-4 {
        margin-top: 1rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-12 {
        height: 3rem;
    }
    .lg\:h-20 {
        height: 5rem;
    }
    .lg\:h-24 {
        height: 6rem;
    }
    .lg\:h-4 {
        height: 1rem;
    }
    .lg\:h-40 {
        height: 10rem;
    }
    .lg\:h-\[45px\] {
        height: 45px;
    }
    .lg\:h-\[650px\] {
        height: 650px;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:max-h-\[500px\] {
        max-height: 500px;
    }
    .lg\:max-h-full {
        max-height: 100%;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-12 {
        width: 3rem;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-20 {
        width: 5rem;
    }
    .lg\:w-24 {
        width: 6rem;
    }
    .lg\:w-4 {
        width: 1rem;
    }
    .lg\:w-7\/12 {
        width: 58.333333%;
    }
    .lg\:w-\[45px\] {
        width: 45px;
    }
    .lg\:w-\[72\%\] {
        width: 72%;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:max-w-5xl {
        max-width: 64rem;
    }
    .lg\:max-w-sm {
        max-width: 24rem;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:items-end {
        align-items: flex-end;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:justify-center {
        justify-content: center;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-12 {
        gap: 3rem;
    }
    .lg\:gap-14 {
        gap: 3.5rem;
    }
    .lg\:gap-16 {
        gap: 4rem;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:gap-x-12 {
        column-gap: 3rem;
    }
    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }
    .lg\:bg-transparent {
        background-color: transparent;
    }
    .lg\:bg-white\/80 {
        background-color: rgb(255 255 255 / 0.8);
    }
    .lg\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .lg\:from-transparent {
        --tw-gradient-from: transparent var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .lg\:p-0 {
        padding: 0px;
    }
    .lg\:p-10 {
        padding: 2.5rem;
    }
    .lg\:p-12 {
        padding: 3rem;
    }
    .lg\:p-20 {
        padding: 5rem;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .lg\:pb-0 {
        padding-bottom: 0px;
    }
    .lg\:pb-12 {
        padding-bottom: 3rem;
    }
    .lg\:pl-12 {
        padding-left: 3rem;
    }
    .lg\:pl-5 {
        padding-left: 1.25rem;
    }
    .lg\:pr-12 {
        padding-right: 3rem;
    }
    .lg\:pr-16 {
        padding-right: 4rem;
    }
    .lg\:pr-4 {
        padding-right: 1rem;
    }
    .lg\:pr-8 {
        padding-right: 2rem;
    }
    .lg\:pt-0 {
        padding-top: 0px;
    }
    .lg\:pt-1 {
        padding-top: 0.25rem;
    }
    .lg\:pt-2 {
        padding-top: 0.5rem;
    }
    .lg\:pt-4 {
        padding-top: 1rem;
    }
    .lg\:pt-6 {
        padding-top: 1.5rem;
    }
    .lg\:pt-8 {
        padding-top: 2rem;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:font-normal {
        font-weight: 400;
    }
    .lg\:tracking-normal {
        letter-spacing: 0em;
    }
    .hover\:lg\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:hover\:underline:hover {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
    }
}
@media (min-width: 1280px) {
    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .xl\:ml-0 {
        margin-left: 0px;
    }
    .xl\:mr-0 {
        margin-right: 0px;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-16 {
        height: 4rem;
    }
    .xl\:h-60 {
        height: 15rem;
    }
    .xl\:h-\[750px\] {
        height: 750px;
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:justify-between {
        justify-content: space-between;
    }
    .xl\:gap-12 {
        gap: 3rem;
    }
    .xl\:gap-8 {
        gap: 2rem;
    }
    .xl\:p-12 {
        padding: 3rem;
    }
    .xl\:p-8 {
        padding: 2rem;
    }
    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:pr-12 {
        padding-right: 3rem;
    }
    .xl\:pr-20 {
        padding-right: 5rem;
    }
    .xl\:pt-28 {
        padding-top: 7rem;
    }
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1536px) {
    .\32xl\:right-12 {
        right: 3rem;
    }
    .\32xl\:h-\[870px\] {
        height: 870px;
    }
    .\32xl\:gap-12 {
        gap: 3rem;
    }
    .\32xl\:gap-4 {
        gap: 1rem;
    }
    .\32xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .\32xl\:pr-16 {
        padding-right: 4rem;
    }
    .\32xl\:pr-28 {
        padding-right: 7rem;
    }
    .\32xl\:pt-32 {
        padding-top: 8rem;
    }
    .\32xl\:pt-6 {
        padding-top: 1.5rem;
    }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1rem !important;
  font-family: Roboto;
  font-size: 1rem;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.prose :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;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #21454D;
  text-decoration: underline;
  font-weight: 700;
  -webkit-text-decoration-color: #FFAA1A;
          text-decoration-color: #FFAA1A;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: all .5s linear;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #54ADC2;
  -webkit-text-decoration-color: #21454D;
          text-decoration-color: #21454D;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration: underline;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 700;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :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;
}
.prose :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;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :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;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #007C99;
  font-weight: 700;
  font-size: 22px;
  margin-top: 2.5rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.3333333;
  font-family: Roboto;
  letter-spacing: .025rem;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #21454D;
  font-weight: 400;
  font-size: 18px;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  font-family: Roboto Slab;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #21454D;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  opacity: 0.8;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :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;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :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;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}
.prose :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;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :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;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :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;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --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: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :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;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-invert{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.button{
  display: inline-flex;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.front-h2{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  text-align: center;
  font-family: Roboto Slab, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px){

  .front-h2{
    font-size: 34px;
  }
}
@media (min-width: 1024px){

  .front-h2{
    text-align: left;
  }
}
.front-h3{
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

  .front-h3{
    padding-top: 0.5rem;
    font-size: 22px;
  }
}
@media (min-width: 1024px){

  .front-h3{
    text-align: left;
  }
}
.page-h1 { /* Roboto slab font */ margin-bottom: 1.5rem; font-family: Roboto Slab, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1.875rem; line-height: 2.25rem; font-weight: 700; --tw-text-opacity: 1; color: rgb(33 69 77 / var(--tw-text-opacity, 1));
  }
@media (min-width: 768px){

  .page-h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.page-h2 { /* Roboto slab font */ margin-top: 0.5rem; font-size: 1.5rem; line-height: 2rem; font-weight: 700; --tw-text-opacity: 1; color: rgb(255 113 91 / var(--tw-text-opacity, 1)); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  }
@media (min-width: 768px){

  .page-h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.block-h2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px){

  .block-h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.block-h3{
  font-family: Roboto Slab, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

  .block-h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.block-btn-light { /** light mode **/ display: inline-flex; border-width: 2px; padding-left: 2rem; padding-right: 2rem; padding-top: 1rem; padding-bottom: 1rem; font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: 700; text-transform: uppercase; line-height: 1; -webkit-text-decoration-line: none; text-decoration-line: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 500ms; --tw-border-opacity: 1; border-color: rgb(16 46 52 / var(--tw-border-opacity, 1)); font-family: Roboto Slab, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; text-transform: capitalize; letter-spacing: 0.025em; --tw-text-opacity: 1; color: rgb(33 69 77 / var(--tw-text-opacity, 1));
  }
.block-btn-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-btn-primary{
  display: inline-flex;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
  font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 153 / var(--tw-bg-opacity, 1));
}
.page-btn-secondary{
  display: inline-flex;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
  background-color: rgb(16 46 52 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-btn-secondary:hover{
  border-color: rgb(16 46 52 / 1);
  background-color: rgb(16 46 52 / 1);
}
.pre-button{
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.25rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
  padding: 0px;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 170 26 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

  .btn-primary{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.pre-link{
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.-top-40{
  top: -10rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-4{
  top: 1rem;
}
.top-40{
  top: 10rem;
}
.top-6{
  top: 1.5rem;
}
.top-60{
  top: 15rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[999\]{
  z-index: 999;
}
.order-2{
  order: 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-11{
  grid-column: span 11 / span 11;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-0{
  margin: 0px;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-16{
  margin-bottom: -4rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-56{
  margin-top: -14rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-image{
  aspect-ratio: 7 / 4.5;
}
.aspect-interior-header{
  aspect-ratio: 16 / 5;
}
.aspect-square{
  aspect-ratio: 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[60px\]{
  height: 60px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-full{
  max-height: 100%;
}
.w-10{
  width: 2.5rem;
}
.w-16{
  width: 4rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-96{
  width: 24rem;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[60px\]{
  width: 60px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping{

  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cursor-context-menu{
  cursor: context-menu;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-wrap{
  text-wrap: wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.text-pretty{
  text-wrap: pretty;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-8{
  border-width: 8px;
}
.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-none{
  border-style: none;
}
.border-accent-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 170 26 / var(--tw-border-opacity, 1));
}
.border-accent-red{
  --tw-border-opacity: 1;
  border-color: rgb(255 113 91 / var(--tw-border-opacity, 1));
}
.border-error{
  --tw-border-opacity: 1;
  border-color: rgb(255 113 91 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(84 173 194 / var(--tw-border-opacity, 1));
}
.border-secondary-light\/40{
  border-color: rgb(194 233 242 / 0.4);
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}
.bg-\[\#173339\]{
  --tw-bg-opacity: 1;
  background-color: rgb(23 51 57 / var(--tw-bg-opacity, 1));
}
.bg-accent-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}
.bg-accent-orange\/0{
  background-color: rgb(255 170 26 / 0);
}
.bg-accent-orange\/10{
  background-color: rgb(255 170 26 / 0.1);
}
.bg-accent-orange\/100{
  background-color: rgb(255 170 26 / 1);
}
.bg-accent-orange\/15{
  background-color: rgb(255 170 26 / 0.15);
}
.bg-accent-orange\/20{
  background-color: rgb(255 170 26 / 0.2);
}
.bg-accent-orange\/25{
  background-color: rgb(255 170 26 / 0.25);
}
.bg-accent-orange\/30{
  background-color: rgb(255 170 26 / 0.3);
}
.bg-accent-orange\/35{
  background-color: rgb(255 170 26 / 0.35);
}
.bg-accent-orange\/40{
  background-color: rgb(255 170 26 / 0.4);
}
.bg-accent-orange\/45{
  background-color: rgb(255 170 26 / 0.45);
}
.bg-accent-orange\/5{
  background-color: rgb(255 170 26 / 0.05);
}
.bg-accent-orange\/50{
  background-color: rgb(255 170 26 / 0.5);
}
.bg-accent-orange\/55{
  background-color: rgb(255 170 26 / 0.55);
}
.bg-accent-orange\/60{
  background-color: rgb(255 170 26 / 0.6);
}
.bg-accent-orange\/65{
  background-color: rgb(255 170 26 / 0.65);
}
.bg-accent-orange\/70{
  background-color: rgb(255 170 26 / 0.7);
}
.bg-accent-orange\/75{
  background-color: rgb(255 170 26 / 0.75);
}
.bg-accent-orange\/80{
  background-color: rgb(255 170 26 / 0.8);
}
.bg-accent-orange\/85{
  background-color: rgb(255 170 26 / 0.85);
}
.bg-accent-orange\/90{
  background-color: rgb(255 170 26 / 0.9);
}
.bg-accent-orange\/95{
  background-color: rgb(255 170 26 / 0.95);
}
.bg-accent-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.bg-accent-red\/0{
  background-color: rgb(255 113 91 / 0);
}
.bg-accent-red\/10{
  background-color: rgb(255 113 91 / 0.1);
}
.bg-accent-red\/100{
  background-color: rgb(255 113 91 / 1);
}
.bg-accent-red\/15{
  background-color: rgb(255 113 91 / 0.15);
}
.bg-accent-red\/20{
  background-color: rgb(255 113 91 / 0.2);
}
.bg-accent-red\/25{
  background-color: rgb(255 113 91 / 0.25);
}
.bg-accent-red\/30{
  background-color: rgb(255 113 91 / 0.3);
}
.bg-accent-red\/35{
  background-color: rgb(255 113 91 / 0.35);
}
.bg-accent-red\/40{
  background-color: rgb(255 113 91 / 0.4);
}
.bg-accent-red\/45{
  background-color: rgb(255 113 91 / 0.45);
}
.bg-accent-red\/5{
  background-color: rgb(255 113 91 / 0.05);
}
.bg-accent-red\/50{
  background-color: rgb(255 113 91 / 0.5);
}
.bg-accent-red\/55{
  background-color: rgb(255 113 91 / 0.55);
}
.bg-accent-red\/60{
  background-color: rgb(255 113 91 / 0.6);
}
.bg-accent-red\/65{
  background-color: rgb(255 113 91 / 0.65);
}
.bg-accent-red\/70{
  background-color: rgb(255 113 91 / 0.7);
}
.bg-accent-red\/75{
  background-color: rgb(255 113 91 / 0.75);
}
.bg-accent-red\/80{
  background-color: rgb(255 113 91 / 0.8);
}
.bg-accent-red\/85{
  background-color: rgb(255 113 91 / 0.85);
}
.bg-accent-red\/90{
  background-color: rgb(255 113 91 / 0.9);
}
.bg-accent-red\/95{
  background-color: rgb(255 113 91 / 0.95);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(20 19 19 / var(--tw-bg-opacity, 1));
}
.bg-black\/0{
  background-color: rgb(20 19 19 / 0);
}
.bg-black\/10{
  background-color: rgb(20 19 19 / 0.1);
}
.bg-black\/100{
  background-color: rgb(20 19 19 / 1);
}
.bg-black\/15{
  background-color: rgb(20 19 19 / 0.15);
}
.bg-black\/20{
  background-color: rgb(20 19 19 / 0.2);
}
.bg-black\/25{
  background-color: rgb(20 19 19 / 0.25);
}
.bg-black\/30{
  background-color: rgb(20 19 19 / 0.3);
}
.bg-black\/35{
  background-color: rgb(20 19 19 / 0.35);
}
.bg-black\/40{
  background-color: rgb(20 19 19 / 0.4);
}
.bg-black\/45{
  background-color: rgb(20 19 19 / 0.45);
}
.bg-black\/5{
  background-color: rgb(20 19 19 / 0.05);
}
.bg-black\/50{
  background-color: rgb(20 19 19 / 0.5);
}
.bg-black\/55{
  background-color: rgb(20 19 19 / 0.55);
}
.bg-black\/60{
  background-color: rgb(20 19 19 / 0.6);
}
.bg-black\/65{
  background-color: rgb(20 19 19 / 0.65);
}
.bg-black\/70{
  background-color: rgb(20 19 19 / 0.7);
}
.bg-black\/75{
  background-color: rgb(20 19 19 / 0.75);
}
.bg-black\/80{
  background-color: rgb(20 19 19 / 0.8);
}
.bg-black\/85{
  background-color: rgb(20 19 19 / 0.85);
}
.bg-black\/90{
  background-color: rgb(20 19 19 / 0.9);
}
.bg-black\/95{
  background-color: rgb(20 19 19 / 0.95);
}
.bg-current{
  background-color: currentColor;
}
.bg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}
.bg-error\/0{
  background-color: rgb(255 113 91 / 0);
}
.bg-error\/10{
  background-color: rgb(255 113 91 / 0.1);
}
.bg-error\/100{
  background-color: rgb(255 113 91 / 1);
}
.bg-error\/15{
  background-color: rgb(255 113 91 / 0.15);
}
.bg-error\/20{
  background-color: rgb(255 113 91 / 0.2);
}
.bg-error\/25{
  background-color: rgb(255 113 91 / 0.25);
}
.bg-error\/30{
  background-color: rgb(255 113 91 / 0.3);
}
.bg-error\/35{
  background-color: rgb(255 113 91 / 0.35);
}
.bg-error\/40{
  background-color: rgb(255 113 91 / 0.4);
}
.bg-error\/45{
  background-color: rgb(255 113 91 / 0.45);
}
.bg-error\/5{
  background-color: rgb(255 113 91 / 0.05);
}
.bg-error\/50{
  background-color: rgb(255 113 91 / 0.5);
}
.bg-error\/55{
  background-color: rgb(255 113 91 / 0.55);
}
.bg-error\/60{
  background-color: rgb(255 113 91 / 0.6);
}
.bg-error\/65{
  background-color: rgb(255 113 91 / 0.65);
}
.bg-error\/70{
  background-color: rgb(255 113 91 / 0.7);
}
.bg-error\/75{
  background-color: rgb(255 113 91 / 0.75);
}
.bg-error\/80{
  background-color: rgb(255 113 91 / 0.8);
}
.bg-error\/85{
  background-color: rgb(255 113 91 / 0.85);
}
.bg-error\/90{
  background-color: rgb(255 113 91 / 0.9);
}
.bg-error\/95{
  background-color: rgb(255 113 91 / 0.95);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15{
  background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35{
  background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45{
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55{
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65{
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85{
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15{
  background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35{
  background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45{
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55{
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65{
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85{
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15{
  background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35{
  background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45{
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55{
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65{
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85{
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35{
  background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45{
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55{
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65{
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85{
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15{
  background-color: rgb(249 250 251 / 0.15);
}
.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35{
  background-color: rgb(249 250 251 / 0.35);
}
.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45{
  background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55{
  background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65{
  background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85{
  background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15{
  background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35{
  background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45{
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55{
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65{
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85{
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15{
  background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35{
  background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45{
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55{
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65{
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85{
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15{
  background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35{
  background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45{
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55{
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65{
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85{
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15{
  background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35{
  background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45{
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55{
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65{
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85{
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15{
  background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35{
  background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45{
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55{
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65{
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85{
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/15{
  background-color: rgb(3 7 18 / 0.15);
}
.bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/35{
  background-color: rgb(3 7 18 / 0.35);
}
.bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/45{
  background-color: rgb(3 7 18 / 0.45);
}
.bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/55{
  background-color: rgb(3 7 18 / 0.55);
}
.bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/65{
  background-color: rgb(3 7 18 / 0.65);
}
.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/85{
  background-color: rgb(3 7 18 / 0.85);
}
.bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95);
}
.bg-inherit{
  background-color: inherit;
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(16 46 52 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark\/0{
  background-color: rgb(16 46 52 / 0);
}
.bg-primary-dark\/10{
  background-color: rgb(16 46 52 / 0.1);
}
.bg-primary-dark\/100{
  background-color: rgb(16 46 52 / 1);
}
.bg-primary-dark\/15{
  background-color: rgb(16 46 52 / 0.15);
}
.bg-primary-dark\/20{
  background-color: rgb(16 46 52 / 0.2);
}
.bg-primary-dark\/25{
  background-color: rgb(16 46 52 / 0.25);
}
.bg-primary-dark\/30{
  background-color: rgb(16 46 52 / 0.3);
}
.bg-primary-dark\/35{
  background-color: rgb(16 46 52 / 0.35);
}
.bg-primary-dark\/40{
  background-color: rgb(16 46 52 / 0.4);
}
.bg-primary-dark\/45{
  background-color: rgb(16 46 52 / 0.45);
}
.bg-primary-dark\/5{
  background-color: rgb(16 46 52 / 0.05);
}
.bg-primary-dark\/50{
  background-color: rgb(16 46 52 / 0.5);
}
.bg-primary-dark\/55{
  background-color: rgb(16 46 52 / 0.55);
}
.bg-primary-dark\/60{
  background-color: rgb(16 46 52 / 0.6);
}
.bg-primary-dark\/65{
  background-color: rgb(16 46 52 / 0.65);
}
.bg-primary-dark\/70{
  background-color: rgb(16 46 52 / 0.7);
}
.bg-primary-dark\/75{
  background-color: rgb(16 46 52 / 0.75);
}
.bg-primary-dark\/80{
  background-color: rgb(16 46 52 / 0.8);
}
.bg-primary-dark\/85{
  background-color: rgb(16 46 52 / 0.85);
}
.bg-primary-dark\/90{
  background-color: rgb(16 46 52 / 0.9);
}
.bg-primary-dark\/95{
  background-color: rgb(16 46 52 / 0.95);
}
.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(39 84 94 / var(--tw-bg-opacity, 1));
}
.bg-primary-light\/0{
  background-color: rgb(39 84 94 / 0);
}
.bg-primary-light\/10{
  background-color: rgb(39 84 94 / 0.1);
}
.bg-primary-light\/100{
  background-color: rgb(39 84 94 / 1);
}
.bg-primary-light\/15{
  background-color: rgb(39 84 94 / 0.15);
}
.bg-primary-light\/20{
  background-color: rgb(39 84 94 / 0.2);
}
.bg-primary-light\/25{
  background-color: rgb(39 84 94 / 0.25);
}
.bg-primary-light\/30{
  background-color: rgb(39 84 94 / 0.3);
}
.bg-primary-light\/35{
  background-color: rgb(39 84 94 / 0.35);
}
.bg-primary-light\/40{
  background-color: rgb(39 84 94 / 0.4);
}
.bg-primary-light\/45{
  background-color: rgb(39 84 94 / 0.45);
}
.bg-primary-light\/5{
  background-color: rgb(39 84 94 / 0.05);
}
.bg-primary-light\/50{
  background-color: rgb(39 84 94 / 0.5);
}
.bg-primary-light\/55{
  background-color: rgb(39 84 94 / 0.55);
}
.bg-primary-light\/60{
  background-color: rgb(39 84 94 / 0.6);
}
.bg-primary-light\/65{
  background-color: rgb(39 84 94 / 0.65);
}
.bg-primary-light\/70{
  background-color: rgb(39 84 94 / 0.7);
}
.bg-primary-light\/75{
  background-color: rgb(39 84 94 / 0.75);
}
.bg-primary-light\/80{
  background-color: rgb(39 84 94 / 0.8);
}
.bg-primary-light\/85{
  background-color: rgb(39 84 94 / 0.85);
}
.bg-primary-light\/90{
  background-color: rgb(39 84 94 / 0.9);
}
.bg-primary-light\/95{
  background-color: rgb(39 84 94 / 0.95);
}
.bg-primary\/0{
  background-color: rgb(33 69 77 / 0);
}
.bg-primary\/10{
  background-color: rgb(33 69 77 / 0.1);
}
.bg-primary\/100{
  background-color: rgb(33 69 77 / 1);
}
.bg-primary\/15{
  background-color: rgb(33 69 77 / 0.15);
}
.bg-primary\/20{
  background-color: rgb(33 69 77 / 0.2);
}
.bg-primary\/25{
  background-color: rgb(33 69 77 / 0.25);
}
.bg-primary\/30{
  background-color: rgb(33 69 77 / 0.3);
}
.bg-primary\/35{
  background-color: rgb(33 69 77 / 0.35);
}
.bg-primary\/40{
  background-color: rgb(33 69 77 / 0.4);
}
.bg-primary\/45{
  background-color: rgb(33 69 77 / 0.45);
}
.bg-primary\/5{
  background-color: rgb(33 69 77 / 0.05);
}
.bg-primary\/50{
  background-color: rgb(33 69 77 / 0.5);
}
.bg-primary\/55{
  background-color: rgb(33 69 77 / 0.55);
}
.bg-primary\/60{
  background-color: rgb(33 69 77 / 0.6);
}
.bg-primary\/65{
  background-color: rgb(33 69 77 / 0.65);
}
.bg-primary\/70{
  background-color: rgb(33 69 77 / 0.7);
}
.bg-primary\/75{
  background-color: rgb(33 69 77 / 0.75);
}
.bg-primary\/80{
  background-color: rgb(33 69 77 / 0.8);
}
.bg-primary\/85{
  background-color: rgb(33 69 77 / 0.85);
}
.bg-primary\/90{
  background-color: rgb(33 69 77 / 0.9);
}
.bg-primary\/95{
  background-color: rgb(33 69 77 / 0.95);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(84 173 194 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 153 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark\/0{
  background-color: rgb(0 124 153 / 0);
}
.bg-secondary-dark\/10{
  background-color: rgb(0 124 153 / 0.1);
}
.bg-secondary-dark\/100{
  background-color: rgb(0 124 153 / 1);
}
.bg-secondary-dark\/15{
  background-color: rgb(0 124 153 / 0.15);
}
.bg-secondary-dark\/20{
  background-color: rgb(0 124 153 / 0.2);
}
.bg-secondary-dark\/25{
  background-color: rgb(0 124 153 / 0.25);
}
.bg-secondary-dark\/30{
  background-color: rgb(0 124 153 / 0.3);
}
.bg-secondary-dark\/35{
  background-color: rgb(0 124 153 / 0.35);
}
.bg-secondary-dark\/40{
  background-color: rgb(0 124 153 / 0.4);
}
.bg-secondary-dark\/45{
  background-color: rgb(0 124 153 / 0.45);
}
.bg-secondary-dark\/5{
  background-color: rgb(0 124 153 / 0.05);
}
.bg-secondary-dark\/50{
  background-color: rgb(0 124 153 / 0.5);
}
.bg-secondary-dark\/55{
  background-color: rgb(0 124 153 / 0.55);
}
.bg-secondary-dark\/60{
  background-color: rgb(0 124 153 / 0.6);
}
.bg-secondary-dark\/65{
  background-color: rgb(0 124 153 / 0.65);
}
.bg-secondary-dark\/70{
  background-color: rgb(0 124 153 / 0.7);
}
.bg-secondary-dark\/75{
  background-color: rgb(0 124 153 / 0.75);
}
.bg-secondary-dark\/80{
  background-color: rgb(0 124 153 / 0.8);
}
.bg-secondary-dark\/85{
  background-color: rgb(0 124 153 / 0.85);
}
.bg-secondary-dark\/90{
  background-color: rgb(0 124 153 / 0.9);
}
.bg-secondary-dark\/95{
  background-color: rgb(0 124 153 / 0.95);
}
.bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(194 233 242 / var(--tw-bg-opacity, 1));
}
.bg-secondary-light\/0{
  background-color: rgb(194 233 242 / 0);
}
.bg-secondary-light\/10{
  background-color: rgb(194 233 242 / 0.1);
}
.bg-secondary-light\/100{
  background-color: rgb(194 233 242 / 1);
}
.bg-secondary-light\/15{
  background-color: rgb(194 233 242 / 0.15);
}
.bg-secondary-light\/20{
  background-color: rgb(194 233 242 / 0.2);
}
.bg-secondary-light\/25{
  background-color: rgb(194 233 242 / 0.25);
}
.bg-secondary-light\/30{
  background-color: rgb(194 233 242 / 0.3);
}
.bg-secondary-light\/35{
  background-color: rgb(194 233 242 / 0.35);
}
.bg-secondary-light\/40{
  background-color: rgb(194 233 242 / 0.4);
}
.bg-secondary-light\/45{
  background-color: rgb(194 233 242 / 0.45);
}
.bg-secondary-light\/5{
  background-color: rgb(194 233 242 / 0.05);
}
.bg-secondary-light\/50{
  background-color: rgb(194 233 242 / 0.5);
}
.bg-secondary-light\/55{
  background-color: rgb(194 233 242 / 0.55);
}
.bg-secondary-light\/60{
  background-color: rgb(194 233 242 / 0.6);
}
.bg-secondary-light\/65{
  background-color: rgb(194 233 242 / 0.65);
}
.bg-secondary-light\/70{
  background-color: rgb(194 233 242 / 0.7);
}
.bg-secondary-light\/75{
  background-color: rgb(194 233 242 / 0.75);
}
.bg-secondary-light\/80{
  background-color: rgb(194 233 242 / 0.8);
}
.bg-secondary-light\/85{
  background-color: rgb(194 233 242 / 0.85);
}
.bg-secondary-light\/90{
  background-color: rgb(194 233 242 / 0.9);
}
.bg-secondary-light\/95{
  background-color: rgb(194 233 242 / 0.95);
}
.bg-secondary\/0{
  background-color: rgb(84 173 194 / 0);
}
.bg-secondary\/10{
  background-color: rgb(84 173 194 / 0.1);
}
.bg-secondary\/100{
  background-color: rgb(84 173 194 / 1);
}
.bg-secondary\/15{
  background-color: rgb(84 173 194 / 0.15);
}
.bg-secondary\/20{
  background-color: rgb(84 173 194 / 0.2);
}
.bg-secondary\/25{
  background-color: rgb(84 173 194 / 0.25);
}
.bg-secondary\/30{
  background-color: rgb(84 173 194 / 0.3);
}
.bg-secondary\/35{
  background-color: rgb(84 173 194 / 0.35);
}
.bg-secondary\/40{
  background-color: rgb(84 173 194 / 0.4);
}
.bg-secondary\/45{
  background-color: rgb(84 173 194 / 0.45);
}
.bg-secondary\/5{
  background-color: rgb(84 173 194 / 0.05);
}
.bg-secondary\/50{
  background-color: rgb(84 173 194 / 0.5);
}
.bg-secondary\/55{
  background-color: rgb(84 173 194 / 0.55);
}
.bg-secondary\/60{
  background-color: rgb(84 173 194 / 0.6);
}
.bg-secondary\/65{
  background-color: rgb(84 173 194 / 0.65);
}
.bg-secondary\/70{
  background-color: rgb(84 173 194 / 0.7);
}
.bg-secondary\/75{
  background-color: rgb(84 173 194 / 0.75);
}
.bg-secondary\/80{
  background-color: rgb(84 173 194 / 0.8);
}
.bg-secondary\/85{
  background-color: rgb(84 173 194 / 0.85);
}
.bg-secondary\/90{
  background-color: rgb(84 173 194 / 0.9);
}
.bg-secondary\/95{
  background-color: rgb(84 173 194 / 0.95);
}
.bg-tan{
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 233 / var(--tw-bg-opacity, 1));
}
.bg-tan\/0{
  background-color: rgb(240 238 233 / 0);
}
.bg-tan\/10{
  background-color: rgb(240 238 233 / 0.1);
}
.bg-tan\/100{
  background-color: rgb(240 238 233 / 1);
}
.bg-tan\/15{
  background-color: rgb(240 238 233 / 0.15);
}
.bg-tan\/20{
  background-color: rgb(240 238 233 / 0.2);
}
.bg-tan\/25{
  background-color: rgb(240 238 233 / 0.25);
}
.bg-tan\/30{
  background-color: rgb(240 238 233 / 0.3);
}
.bg-tan\/35{
  background-color: rgb(240 238 233 / 0.35);
}
.bg-tan\/40{
  background-color: rgb(240 238 233 / 0.4);
}
.bg-tan\/45{
  background-color: rgb(240 238 233 / 0.45);
}
.bg-tan\/5{
  background-color: rgb(240 238 233 / 0.05);
}
.bg-tan\/50{
  background-color: rgb(240 238 233 / 0.5);
}
.bg-tan\/55{
  background-color: rgb(240 238 233 / 0.55);
}
.bg-tan\/60{
  background-color: rgb(240 238 233 / 0.6);
}
.bg-tan\/65{
  background-color: rgb(240 238 233 / 0.65);
}
.bg-tan\/70{
  background-color: rgb(240 238 233 / 0.7);
}
.bg-tan\/75{
  background-color: rgb(240 238 233 / 0.75);
}
.bg-tan\/80{
  background-color: rgb(240 238 233 / 0.8);
}
.bg-tan\/85{
  background-color: rgb(240 238 233 / 0.85);
}
.bg-tan\/90{
  background-color: rgb(240 238 233 / 0.9);
}
.bg-tan\/95{
  background-color: rgb(240 238 233 / 0.95);
}
.bg-transparent{
  background-color: transparent;
}
.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-primary{
  --tw-gradient-from: #21454D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 69 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-tan{
  --tw-gradient-from: #F0EEE9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 238 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/95{
  --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-30\%{
  --tw-gradient-from-position: 30%;
}
.via-white\/70{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-primary-dark{
  --tw-gradient-to: #102E34 var(--tw-gradient-to-position);
}
.bg-auto{
  background-size: auto;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-local{
  background-attachment: local;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-clip-border{
  background-clip: border-box;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-content{
  background-clip: content-box;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-left-bottom{
  background-position: left bottom;
}
.bg-left-top{
  background-position: left top;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.bg-repeat-round{
  background-repeat: round;
}
.bg-repeat-space{
  background-repeat: space;
}
.bg-origin-border{
  background-origin: border-box;
}
.bg-origin-padding{
  background-origin: padding-box;
}
.bg-origin-content{
  background-origin: content-box;
}
.fill-current{
  fill: currentColor;
}
.stroke-primary{
  stroke: #21454D;
}
.object-cover{
  object-fit: cover;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.font-heading{
  font-family: Roboto Slab, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans{
  font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-accent-orange{
  --tw-text-opacity: 1;
  color: rgb(255 170 26 / var(--tw-text-opacity, 1));
}
.text-accent-orange\/0{
  color: rgb(255 170 26 / 0);
}
.text-accent-orange\/10{
  color: rgb(255 170 26 / 0.1);
}
.text-accent-orange\/100{
  color: rgb(255 170 26 / 1);
}
.text-accent-orange\/15{
  color: rgb(255 170 26 / 0.15);
}
.text-accent-orange\/20{
  color: rgb(255 170 26 / 0.2);
}
.text-accent-orange\/25{
  color: rgb(255 170 26 / 0.25);
}
.text-accent-orange\/30{
  color: rgb(255 170 26 / 0.3);
}
.text-accent-orange\/35{
  color: rgb(255 170 26 / 0.35);
}
.text-accent-orange\/40{
  color: rgb(255 170 26 / 0.4);
}
.text-accent-orange\/45{
  color: rgb(255 170 26 / 0.45);
}
.text-accent-orange\/5{
  color: rgb(255 170 26 / 0.05);
}
.text-accent-orange\/50{
  color: rgb(255 170 26 / 0.5);
}
.text-accent-orange\/55{
  color: rgb(255 170 26 / 0.55);
}
.text-accent-orange\/60{
  color: rgb(255 170 26 / 0.6);
}
.text-accent-orange\/65{
  color: rgb(255 170 26 / 0.65);
}
.text-accent-orange\/70{
  color: rgb(255 170 26 / 0.7);
}
.text-accent-orange\/75{
  color: rgb(255 170 26 / 0.75);
}
.text-accent-orange\/80{
  color: rgb(255 170 26 / 0.8);
}
.text-accent-orange\/85{
  color: rgb(255 170 26 / 0.85);
}
.text-accent-orange\/90{
  color: rgb(255 170 26 / 0.9);
}
.text-accent-orange\/95{
  color: rgb(255 170 26 / 0.95);
}
.text-accent-red{
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.text-accent-red\/0{
  color: rgb(255 113 91 / 0);
}
.text-accent-red\/10{
  color: rgb(255 113 91 / 0.1);
}
.text-accent-red\/100{
  color: rgb(255 113 91 / 1);
}
.text-accent-red\/15{
  color: rgb(255 113 91 / 0.15);
}
.text-accent-red\/20{
  color: rgb(255 113 91 / 0.2);
}
.text-accent-red\/25{
  color: rgb(255 113 91 / 0.25);
}
.text-accent-red\/30{
  color: rgb(255 113 91 / 0.3);
}
.text-accent-red\/35{
  color: rgb(255 113 91 / 0.35);
}
.text-accent-red\/40{
  color: rgb(255 113 91 / 0.4);
}
.text-accent-red\/45{
  color: rgb(255 113 91 / 0.45);
}
.text-accent-red\/5{
  color: rgb(255 113 91 / 0.05);
}
.text-accent-red\/50{
  color: rgb(255 113 91 / 0.5);
}
.text-accent-red\/55{
  color: rgb(255 113 91 / 0.55);
}
.text-accent-red\/60{
  color: rgb(255 113 91 / 0.6);
}
.text-accent-red\/65{
  color: rgb(255 113 91 / 0.65);
}
.text-accent-red\/70{
  color: rgb(255 113 91 / 0.7);
}
.text-accent-red\/75{
  color: rgb(255 113 91 / 0.75);
}
.text-accent-red\/80{
  color: rgb(255 113 91 / 0.8);
}
.text-accent-red\/85{
  color: rgb(255 113 91 / 0.85);
}
.text-accent-red\/90{
  color: rgb(255 113 91 / 0.9);
}
.text-accent-red\/95{
  color: rgb(255 113 91 / 0.95);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(20 19 19 / var(--tw-text-opacity, 1));
}
.text-black\/0{
  color: rgb(20 19 19 / 0);
}
.text-black\/10{
  color: rgb(20 19 19 / 0.1);
}
.text-black\/100{
  color: rgb(20 19 19 / 1);
}
.text-black\/15{
  color: rgb(20 19 19 / 0.15);
}
.text-black\/20{
  color: rgb(20 19 19 / 0.2);
}
.text-black\/25{
  color: rgb(20 19 19 / 0.25);
}
.text-black\/30{
  color: rgb(20 19 19 / 0.3);
}
.text-black\/35{
  color: rgb(20 19 19 / 0.35);
}
.text-black\/40{
  color: rgb(20 19 19 / 0.4);
}
.text-black\/45{
  color: rgb(20 19 19 / 0.45);
}
.text-black\/5{
  color: rgb(20 19 19 / 0.05);
}
.text-black\/50{
  color: rgb(20 19 19 / 0.5);
}
.text-black\/55{
  color: rgb(20 19 19 / 0.55);
}
.text-black\/60{
  color: rgb(20 19 19 / 0.6);
}
.text-black\/65{
  color: rgb(20 19 19 / 0.65);
}
.text-black\/70{
  color: rgb(20 19 19 / 0.7);
}
.text-black\/75{
  color: rgb(20 19 19 / 0.75);
}
.text-black\/80{
  color: rgb(20 19 19 / 0.8);
}
.text-black\/85{
  color: rgb(20 19 19 / 0.85);
}
.text-black\/90{
  color: rgb(20 19 19 / 0.9);
}
.text-black\/95{
  color: rgb(20 19 19 / 0.95);
}
.text-current{
  color: currentColor;
}
.text-error{
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}
.text-error\/0{
  color: rgb(255 113 91 / 0);
}
.text-error\/10{
  color: rgb(255 113 91 / 0.1);
}
.text-error\/100{
  color: rgb(255 113 91 / 1);
}
.text-error\/15{
  color: rgb(255 113 91 / 0.15);
}
.text-error\/20{
  color: rgb(255 113 91 / 0.2);
}
.text-error\/25{
  color: rgb(255 113 91 / 0.25);
}
.text-error\/30{
  color: rgb(255 113 91 / 0.3);
}
.text-error\/35{
  color: rgb(255 113 91 / 0.35);
}
.text-error\/40{
  color: rgb(255 113 91 / 0.4);
}
.text-error\/45{
  color: rgb(255 113 91 / 0.45);
}
.text-error\/5{
  color: rgb(255 113 91 / 0.05);
}
.text-error\/50{
  color: rgb(255 113 91 / 0.5);
}
.text-error\/55{
  color: rgb(255 113 91 / 0.55);
}
.text-error\/60{
  color: rgb(255 113 91 / 0.6);
}
.text-error\/65{
  color: rgb(255 113 91 / 0.65);
}
.text-error\/70{
  color: rgb(255 113 91 / 0.7);
}
.text-error\/75{
  color: rgb(255 113 91 / 0.75);
}
.text-error\/80{
  color: rgb(255 113 91 / 0.8);
}
.text-error\/85{
  color: rgb(255 113 91 / 0.85);
}
.text-error\/90{
  color: rgb(255 113 91 / 0.9);
}
.text-error\/95{
  color: rgb(255 113 91 / 0.95);
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/15{
  color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35{
  color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45{
  color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55{
  color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65{
  color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85{
  color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/15{
  color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35{
  color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45{
  color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55{
  color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65{
  color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85{
  color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/15{
  color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35{
  color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45{
  color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55{
  color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65{
  color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85{
  color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15{
  color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35{
  color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45{
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55{
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65{
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85{
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/15{
  color: rgb(249 250 251 / 0.15);
}
.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/35{
  color: rgb(249 250 251 / 0.35);
}
.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/45{
  color: rgb(249 250 251 / 0.45);
}
.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/55{
  color: rgb(249 250 251 / 0.55);
}
.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/65{
  color: rgb(249 250 251 / 0.65);
}
.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/85{
  color: rgb(249 250 251 / 0.85);
}
.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15{
  color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35{
  color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45{
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55{
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65{
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85{
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15{
  color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35{
  color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45{
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55{
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65{
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85{
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/15{
  color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35{
  color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45{
  color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55{
  color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65{
  color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85{
  color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/15{
  color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35{
  color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45{
  color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55{
  color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65{
  color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85{
  color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15{
  color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35{
  color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45{
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55{
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65{
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85{
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}
.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-gray-950\/0{
  color: rgb(3 7 18 / 0);
}
.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100{
  color: rgb(3 7 18 / 1);
}
.text-gray-950\/15{
  color: rgb(3 7 18 / 0.15);
}
.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2);
}
.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25);
}
.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3);
}
.text-gray-950\/35{
  color: rgb(3 7 18 / 0.35);
}
.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4);
}
.text-gray-950\/45{
  color: rgb(3 7 18 / 0.45);
}
.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05);
}
.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5);
}
.text-gray-950\/55{
  color: rgb(3 7 18 / 0.55);
}
.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6);
}
.text-gray-950\/65{
  color: rgb(3 7 18 / 0.65);
}
.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7);
}
.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75);
}
.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8);
}
.text-gray-950\/85{
  color: rgb(3 7 18 / 0.85);
}
.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95);
}
.text-inherit{
  color: inherit;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(16 46 52 / var(--tw-text-opacity, 1));
}
.text-primary-dark\/0{
  color: rgb(16 46 52 / 0);
}
.text-primary-dark\/10{
  color: rgb(16 46 52 / 0.1);
}
.text-primary-dark\/100{
  color: rgb(16 46 52 / 1);
}
.text-primary-dark\/15{
  color: rgb(16 46 52 / 0.15);
}
.text-primary-dark\/20{
  color: rgb(16 46 52 / 0.2);
}
.text-primary-dark\/25{
  color: rgb(16 46 52 / 0.25);
}
.text-primary-dark\/30{
  color: rgb(16 46 52 / 0.3);
}
.text-primary-dark\/35{
  color: rgb(16 46 52 / 0.35);
}
.text-primary-dark\/40{
  color: rgb(16 46 52 / 0.4);
}
.text-primary-dark\/45{
  color: rgb(16 46 52 / 0.45);
}
.text-primary-dark\/5{
  color: rgb(16 46 52 / 0.05);
}
.text-primary-dark\/50{
  color: rgb(16 46 52 / 0.5);
}
.text-primary-dark\/55{
  color: rgb(16 46 52 / 0.55);
}
.text-primary-dark\/60{
  color: rgb(16 46 52 / 0.6);
}
.text-primary-dark\/65{
  color: rgb(16 46 52 / 0.65);
}
.text-primary-dark\/70{
  color: rgb(16 46 52 / 0.7);
}
.text-primary-dark\/75{
  color: rgb(16 46 52 / 0.75);
}
.text-primary-dark\/80{
  color: rgb(16 46 52 / 0.8);
}
.text-primary-dark\/85{
  color: rgb(16 46 52 / 0.85);
}
.text-primary-dark\/90{
  color: rgb(16 46 52 / 0.9);
}
.text-primary-dark\/95{
  color: rgb(16 46 52 / 0.95);
}
.text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}
.text-primary-light\/0{
  color: rgb(39 84 94 / 0);
}
.text-primary-light\/10{
  color: rgb(39 84 94 / 0.1);
}
.text-primary-light\/100{
  color: rgb(39 84 94 / 1);
}
.text-primary-light\/15{
  color: rgb(39 84 94 / 0.15);
}
.text-primary-light\/20{
  color: rgb(39 84 94 / 0.2);
}
.text-primary-light\/25{
  color: rgb(39 84 94 / 0.25);
}
.text-primary-light\/30{
  color: rgb(39 84 94 / 0.3);
}
.text-primary-light\/35{
  color: rgb(39 84 94 / 0.35);
}
.text-primary-light\/40{
  color: rgb(39 84 94 / 0.4);
}
.text-primary-light\/45{
  color: rgb(39 84 94 / 0.45);
}
.text-primary-light\/5{
  color: rgb(39 84 94 / 0.05);
}
.text-primary-light\/50{
  color: rgb(39 84 94 / 0.5);
}
.text-primary-light\/55{
  color: rgb(39 84 94 / 0.55);
}
.text-primary-light\/60{
  color: rgb(39 84 94 / 0.6);
}
.text-primary-light\/65{
  color: rgb(39 84 94 / 0.65);
}
.text-primary-light\/70{
  color: rgb(39 84 94 / 0.7);
}
.text-primary-light\/75{
  color: rgb(39 84 94 / 0.75);
}
.text-primary-light\/80{
  color: rgb(39 84 94 / 0.8);
}
.text-primary-light\/85{
  color: rgb(39 84 94 / 0.85);
}
.text-primary-light\/90{
  color: rgb(39 84 94 / 0.9);
}
.text-primary-light\/95{
  color: rgb(39 84 94 / 0.95);
}
.text-primary\/0{
  color: rgb(33 69 77 / 0);
}
.text-primary\/10{
  color: rgb(33 69 77 / 0.1);
}
.text-primary\/100{
  color: rgb(33 69 77 / 1);
}
.text-primary\/15{
  color: rgb(33 69 77 / 0.15);
}
.text-primary\/20{
  color: rgb(33 69 77 / 0.2);
}
.text-primary\/25{
  color: rgb(33 69 77 / 0.25);
}
.text-primary\/30{
  color: rgb(33 69 77 / 0.3);
}
.text-primary\/35{
  color: rgb(33 69 77 / 0.35);
}
.text-primary\/40{
  color: rgb(33 69 77 / 0.4);
}
.text-primary\/45{
  color: rgb(33 69 77 / 0.45);
}
.text-primary\/5{
  color: rgb(33 69 77 / 0.05);
}
.text-primary\/50{
  color: rgb(33 69 77 / 0.5);
}
.text-primary\/55{
  color: rgb(33 69 77 / 0.55);
}
.text-primary\/60{
  color: rgb(33 69 77 / 0.6);
}
.text-primary\/65{
  color: rgb(33 69 77 / 0.65);
}
.text-primary\/70{
  color: rgb(33 69 77 / 0.7);
}
.text-primary\/75{
  color: rgb(33 69 77 / 0.75);
}
.text-primary\/80{
  color: rgb(33 69 77 / 0.8);
}
.text-primary\/85{
  color: rgb(33 69 77 / 0.85);
}
.text-primary\/90{
  color: rgb(33 69 77 / 0.9);
}
.text-primary\/95{
  color: rgb(33 69 77 / 0.95);
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}
.text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(0 124 153 / var(--tw-text-opacity, 1));
}
.text-secondary-dark\/0{
  color: rgb(0 124 153 / 0);
}
.text-secondary-dark\/10{
  color: rgb(0 124 153 / 0.1);
}
.text-secondary-dark\/100{
  color: rgb(0 124 153 / 1);
}
.text-secondary-dark\/15{
  color: rgb(0 124 153 / 0.15);
}
.text-secondary-dark\/20{
  color: rgb(0 124 153 / 0.2);
}
.text-secondary-dark\/25{
  color: rgb(0 124 153 / 0.25);
}
.text-secondary-dark\/30{
  color: rgb(0 124 153 / 0.3);
}
.text-secondary-dark\/35{
  color: rgb(0 124 153 / 0.35);
}
.text-secondary-dark\/40{
  color: rgb(0 124 153 / 0.4);
}
.text-secondary-dark\/45{
  color: rgb(0 124 153 / 0.45);
}
.text-secondary-dark\/5{
  color: rgb(0 124 153 / 0.05);
}
.text-secondary-dark\/50{
  color: rgb(0 124 153 / 0.5);
}
.text-secondary-dark\/55{
  color: rgb(0 124 153 / 0.55);
}
.text-secondary-dark\/60{
  color: rgb(0 124 153 / 0.6);
}
.text-secondary-dark\/65{
  color: rgb(0 124 153 / 0.65);
}
.text-secondary-dark\/70{
  color: rgb(0 124 153 / 0.7);
}
.text-secondary-dark\/75{
  color: rgb(0 124 153 / 0.75);
}
.text-secondary-dark\/80{
  color: rgb(0 124 153 / 0.8);
}
.text-secondary-dark\/85{
  color: rgb(0 124 153 / 0.85);
}
.text-secondary-dark\/90{
  color: rgb(0 124 153 / 0.9);
}
.text-secondary-dark\/95{
  color: rgb(0 124 153 / 0.95);
}
.text-secondary-light{
  --tw-text-opacity: 1;
  color: rgb(194 233 242 / var(--tw-text-opacity, 1));
}
.text-secondary-light\/0{
  color: rgb(194 233 242 / 0);
}
.text-secondary-light\/10{
  color: rgb(194 233 242 / 0.1);
}
.text-secondary-light\/100{
  color: rgb(194 233 242 / 1);
}
.text-secondary-light\/15{
  color: rgb(194 233 242 / 0.15);
}
.text-secondary-light\/20{
  color: rgb(194 233 242 / 0.2);
}
.text-secondary-light\/25{
  color: rgb(194 233 242 / 0.25);
}
.text-secondary-light\/30{
  color: rgb(194 233 242 / 0.3);
}
.text-secondary-light\/35{
  color: rgb(194 233 242 / 0.35);
}
.text-secondary-light\/40{
  color: rgb(194 233 242 / 0.4);
}
.text-secondary-light\/45{
  color: rgb(194 233 242 / 0.45);
}
.text-secondary-light\/5{
  color: rgb(194 233 242 / 0.05);
}
.text-secondary-light\/50{
  color: rgb(194 233 242 / 0.5);
}
.text-secondary-light\/55{
  color: rgb(194 233 242 / 0.55);
}
.text-secondary-light\/60{
  color: rgb(194 233 242 / 0.6);
}
.text-secondary-light\/65{
  color: rgb(194 233 242 / 0.65);
}
.text-secondary-light\/70{
  color: rgb(194 233 242 / 0.7);
}
.text-secondary-light\/75{
  color: rgb(194 233 242 / 0.75);
}
.text-secondary-light\/80{
  color: rgb(194 233 242 / 0.8);
}
.text-secondary-light\/85{
  color: rgb(194 233 242 / 0.85);
}
.text-secondary-light\/90{
  color: rgb(194 233 242 / 0.9);
}
.text-secondary-light\/95{
  color: rgb(194 233 242 / 0.95);
}
.text-secondary\/0{
  color: rgb(84 173 194 / 0);
}
.text-secondary\/10{
  color: rgb(84 173 194 / 0.1);
}
.text-secondary\/100{
  color: rgb(84 173 194 / 1);
}
.text-secondary\/15{
  color: rgb(84 173 194 / 0.15);
}
.text-secondary\/20{
  color: rgb(84 173 194 / 0.2);
}
.text-secondary\/25{
  color: rgb(84 173 194 / 0.25);
}
.text-secondary\/30{
  color: rgb(84 173 194 / 0.3);
}
.text-secondary\/35{
  color: rgb(84 173 194 / 0.35);
}
.text-secondary\/40{
  color: rgb(84 173 194 / 0.4);
}
.text-secondary\/45{
  color: rgb(84 173 194 / 0.45);
}
.text-secondary\/5{
  color: rgb(84 173 194 / 0.05);
}
.text-secondary\/50{
  color: rgb(84 173 194 / 0.5);
}
.text-secondary\/55{
  color: rgb(84 173 194 / 0.55);
}
.text-secondary\/60{
  color: rgb(84 173 194 / 0.6);
}
.text-secondary\/65{
  color: rgb(84 173 194 / 0.65);
}
.text-secondary\/70{
  color: rgb(84 173 194 / 0.7);
}
.text-secondary\/75{
  color: rgb(84 173 194 / 0.75);
}
.text-secondary\/80{
  color: rgb(84 173 194 / 0.8);
}
.text-secondary\/85{
  color: rgb(84 173 194 / 0.85);
}
.text-secondary\/90{
  color: rgb(84 173 194 / 0.9);
}
.text-secondary\/95{
  color: rgb(84 173 194 / 0.95);
}
.text-tan{
  --tw-text-opacity: 1;
  color: rgb(240 238 233 / var(--tw-text-opacity, 1));
}
.text-tan\/0{
  color: rgb(240 238 233 / 0);
}
.text-tan\/10{
  color: rgb(240 238 233 / 0.1);
}
.text-tan\/100{
  color: rgb(240 238 233 / 1);
}
.text-tan\/15{
  color: rgb(240 238 233 / 0.15);
}
.text-tan\/20{
  color: rgb(240 238 233 / 0.2);
}
.text-tan\/25{
  color: rgb(240 238 233 / 0.25);
}
.text-tan\/30{
  color: rgb(240 238 233 / 0.3);
}
.text-tan\/35{
  color: rgb(240 238 233 / 0.35);
}
.text-tan\/40{
  color: rgb(240 238 233 / 0.4);
}
.text-tan\/45{
  color: rgb(240 238 233 / 0.45);
}
.text-tan\/5{
  color: rgb(240 238 233 / 0.05);
}
.text-tan\/50{
  color: rgb(240 238 233 / 0.5);
}
.text-tan\/55{
  color: rgb(240 238 233 / 0.55);
}
.text-tan\/60{
  color: rgb(240 238 233 / 0.6);
}
.text-tan\/65{
  color: rgb(240 238 233 / 0.65);
}
.text-tan\/70{
  color: rgb(240 238 233 / 0.7);
}
.text-tan\/75{
  color: rgb(240 238 233 / 0.75);
}
.text-tan\/80{
  color: rgb(240 238 233 / 0.8);
}
.text-tan\/85{
  color: rgb(240 238 233 / 0.85);
}
.text-tan\/90{
  color: rgb(240 238 233 / 0.9);
}
.text-tan\/95{
  color: rgb(240 238 233 / 0.95);
}
.text-transparent{
  color: transparent;
}
.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15{
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65{
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85{
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0{
  color: rgb(255 255 255 / 0);
}
.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100{
  color: rgb(255 255 255 / 1);
}
.text-white\/15{
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35{
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45{
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55{
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.text-opacity-0{
  --tw-text-opacity: 0;
}
.text-opacity-10{
  --tw-text-opacity: 0.1;
}
.text-opacity-100{
  --tw-text-opacity: 1;
}
.text-opacity-15{
  --tw-text-opacity: 0.15;
}
.text-opacity-20{
  --tw-text-opacity: 0.2;
}
.text-opacity-25{
  --tw-text-opacity: 0.25;
}
.text-opacity-30{
  --tw-text-opacity: 0.3;
}
.text-opacity-35{
  --tw-text-opacity: 0.35;
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.text-opacity-45{
  --tw-text-opacity: 0.45;
}
.text-opacity-5{
  --tw-text-opacity: 0.05;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-55{
  --tw-text-opacity: 0.55;
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.text-opacity-65{
  --tw-text-opacity: 0.65;
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-75{
  --tw-text-opacity: 0.75;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.text-opacity-85{
  --tw-text-opacity: 0.85;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.text-opacity-95{
  --tw-text-opacity: 0.95;
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-90{
  opacity: 0.9;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-primary\/20{
  --tw-shadow-color: rgb(33 69 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-primary\/50{
  --tw-ring-color: rgb(33 69 77 / 0.5);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  -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);
}
.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-75{
  transition-delay: 75ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[3000ms\]{
  transition-duration: 3000ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html {
  scroll-behavior: smooth;
  background-color: white;
}

a, p, h1, h2, h3, h4, strong, li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

@media (min-width: 1280px) {
  .second-level-nav-item .second-level-nav-dd { display: none; }

  .second-level-nav-item:hover .second-level-nav-dd,
  .second-level-nav-item:focus .second-level-nav-dd,
  .second-level-nav-item:focus-within .second-level-nav-dd {
    display: flex;
  }
}

.dark\:prose-invert:is(.dark *){
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.dark\:prose-dark:is(.dark *){
  color: #FFF;
}

.dark\:prose-dark:is(.dark *) :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #FFF;
}

.dark\:prose-dark:is(.dark *) :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #FFF;
}

.dark\:prose-dark:is(.dark *) :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #FFF;
}

.dark\:prose-dark:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #FFAA1A;
}

.dark\:prose-dark:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #C2E9F2;
  text-decoration: none;
}

.dark\:prose-dark:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
}

@media (min-width: 768px){

  .md\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.5rem !important;
    font-size: 1.125rem;
    line-height: 1.9rem;
  }

  .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
  }

  .md\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 28px;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 22px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.5;
  }

  .md\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-size: 18px;
  }

  .md\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    -webkit-padding-end: 0.4444444em;
            padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    -webkit-padding-start: 0.4444444em;
            padding-inline-start: 0.4444444em;
  }

  .md\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }

  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    -webkit-padding-end: 1.5em;
            padding-inline-end: 1.5em;
    padding-bottom: 1em;
    -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
  }

  .md\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    -webkit-padding-start: 1.5555556em;
            padding-inline-start: 1.5555556em;
  }

  .md\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    -webkit-padding-start: 1.5555556em;
            padding-inline-start: 1.5555556em;
  }

  .md\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0 !important;
  }

  .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0.4444444em;
            padding-inline-start: 0.4444444em;
  }

  .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0.4444444em;
            padding-inline-start: 0.4444444em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    -webkit-padding-start: 1.5555556em;
            padding-inline-start: 1.5555556em;
  }

  .md\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-end: 0.75em;
            padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    -webkit-padding-start: 0.75em;
            padding-inline-start: 0.75em;
  }

  .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }

  .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }

  .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    -webkit-padding-end: 0.75em;
            padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    -webkit-padding-start: 0.75em;
            padding-inline-start: 0.75em;
  }

  .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }

  .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }

  .md\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

@media (min-width: 1024px){

  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.5rem !important;
    font-size: 1.125rem;
    line-height: 1.9rem;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 28px;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 22px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-size: 18px;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    -webkit-padding-end: 0.4444444em;
            padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    -webkit-padding-start: 0.4444444em;
            padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    -webkit-padding-end: 1.5em;
            padding-inline-end: 1.5em;
    padding-bottom: 1em;
    -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    -webkit-padding-start: 1.5555556em;
            padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    -webkit-padding-start: 1.5555556em;
            padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0 !important;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0.4444444em;
            padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0.4444444em;
            padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    -webkit-padding-start: 1.5555556em;
            padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-end: 0.75em;
            padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    -webkit-padding-start: 0.75em;
            padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }

  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    -webkit-padding-end: 0.75em;
            padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    -webkit-padding-start: 0.75em;
            padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

.after\:mt-3::after{
  content: var(--tw-content);
  margin-top: 0.75rem;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:h-0\.5::after{
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:w-12::after{
  content: var(--tw-content);
  width: 3rem;
}

.after\:bg-accent-orange::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}

.last\:hidden:last-child{
  display: none;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-context-menu:hover{
  cursor: context-menu;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:text-ellipsis:hover{
  text-overflow: ellipsis;
}

.hover\:text-clip:hover{
  text-overflow: clip;
}

.hover\:text-wrap:hover{
  text-wrap: wrap;
}

.hover\:text-nowrap:hover{
  text-wrap: nowrap;
}

.hover\:text-balance:hover{
  text-wrap: balance;
}

.hover\:text-pretty:hover{
  text-wrap: pretty;
}

.hover\:border-accent-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 170 26 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-red:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 113 91 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(33 69 77 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0e1e22\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 30 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-orange\/0:hover{
  background-color: rgb(255 170 26 / 0);
}

.hover\:bg-accent-orange\/10:hover{
  background-color: rgb(255 170 26 / 0.1);
}

.hover\:bg-accent-orange\/100:hover{
  background-color: rgb(255 170 26 / 1);
}

.hover\:bg-accent-orange\/15:hover{
  background-color: rgb(255 170 26 / 0.15);
}

.hover\:bg-accent-orange\/20:hover{
  background-color: rgb(255 170 26 / 0.2);
}

.hover\:bg-accent-orange\/25:hover{
  background-color: rgb(255 170 26 / 0.25);
}

.hover\:bg-accent-orange\/30:hover{
  background-color: rgb(255 170 26 / 0.3);
}

.hover\:bg-accent-orange\/35:hover{
  background-color: rgb(255 170 26 / 0.35);
}

.hover\:bg-accent-orange\/40:hover{
  background-color: rgb(255 170 26 / 0.4);
}

.hover\:bg-accent-orange\/45:hover{
  background-color: rgb(255 170 26 / 0.45);
}

.hover\:bg-accent-orange\/5:hover{
  background-color: rgb(255 170 26 / 0.05);
}

.hover\:bg-accent-orange\/50:hover{
  background-color: rgb(255 170 26 / 0.5);
}

.hover\:bg-accent-orange\/55:hover{
  background-color: rgb(255 170 26 / 0.55);
}

.hover\:bg-accent-orange\/60:hover{
  background-color: rgb(255 170 26 / 0.6);
}

.hover\:bg-accent-orange\/65:hover{
  background-color: rgb(255 170 26 / 0.65);
}

.hover\:bg-accent-orange\/70:hover{
  background-color: rgb(255 170 26 / 0.7);
}

.hover\:bg-accent-orange\/75:hover{
  background-color: rgb(255 170 26 / 0.75);
}

.hover\:bg-accent-orange\/80:hover{
  background-color: rgb(255 170 26 / 0.8);
}

.hover\:bg-accent-orange\/85:hover{
  background-color: rgb(255 170 26 / 0.85);
}

.hover\:bg-accent-orange\/90:hover{
  background-color: rgb(255 170 26 / 0.9);
}

.hover\:bg-accent-orange\/95:hover{
  background-color: rgb(255 170 26 / 0.95);
}

.hover\:bg-accent-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-red\/0:hover{
  background-color: rgb(255 113 91 / 0);
}

.hover\:bg-accent-red\/10:hover{
  background-color: rgb(255 113 91 / 0.1);
}

.hover\:bg-accent-red\/100:hover{
  background-color: rgb(255 113 91 / 1);
}

.hover\:bg-accent-red\/15:hover{
  background-color: rgb(255 113 91 / 0.15);
}

.hover\:bg-accent-red\/20:hover{
  background-color: rgb(255 113 91 / 0.2);
}

.hover\:bg-accent-red\/25:hover{
  background-color: rgb(255 113 91 / 0.25);
}

.hover\:bg-accent-red\/30:hover{
  background-color: rgb(255 113 91 / 0.3);
}

.hover\:bg-accent-red\/35:hover{
  background-color: rgb(255 113 91 / 0.35);
}

.hover\:bg-accent-red\/40:hover{
  background-color: rgb(255 113 91 / 0.4);
}

.hover\:bg-accent-red\/45:hover{
  background-color: rgb(255 113 91 / 0.45);
}

.hover\:bg-accent-red\/5:hover{
  background-color: rgb(255 113 91 / 0.05);
}

.hover\:bg-accent-red\/50:hover{
  background-color: rgb(255 113 91 / 0.5);
}

.hover\:bg-accent-red\/55:hover{
  background-color: rgb(255 113 91 / 0.55);
}

.hover\:bg-accent-red\/60:hover{
  background-color: rgb(255 113 91 / 0.6);
}

.hover\:bg-accent-red\/65:hover{
  background-color: rgb(255 113 91 / 0.65);
}

.hover\:bg-accent-red\/70:hover{
  background-color: rgb(255 113 91 / 0.7);
}

.hover\:bg-accent-red\/75:hover{
  background-color: rgb(255 113 91 / 0.75);
}

.hover\:bg-accent-red\/80:hover{
  background-color: rgb(255 113 91 / 0.8);
}

.hover\:bg-accent-red\/85:hover{
  background-color: rgb(255 113 91 / 0.85);
}

.hover\:bg-accent-red\/90:hover{
  background-color: rgb(255 113 91 / 0.9);
}

.hover\:bg-accent-red\/95:hover{
  background-color: rgb(255 113 91 / 0.95);
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 19 19 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/0:hover{
  background-color: rgb(20 19 19 / 0);
}

.hover\:bg-black\/10:hover{
  background-color: rgb(20 19 19 / 0.1);
}

.hover\:bg-black\/100:hover{
  background-color: rgb(20 19 19 / 1);
}

.hover\:bg-black\/15:hover{
  background-color: rgb(20 19 19 / 0.15);
}

.hover\:bg-black\/20:hover{
  background-color: rgb(20 19 19 / 0.2);
}

.hover\:bg-black\/25:hover{
  background-color: rgb(20 19 19 / 0.25);
}

.hover\:bg-black\/30:hover{
  background-color: rgb(20 19 19 / 0.3);
}

.hover\:bg-black\/35:hover{
  background-color: rgb(20 19 19 / 0.35);
}

.hover\:bg-black\/40:hover{
  background-color: rgb(20 19 19 / 0.4);
}

.hover\:bg-black\/45:hover{
  background-color: rgb(20 19 19 / 0.45);
}

.hover\:bg-black\/5:hover{
  background-color: rgb(20 19 19 / 0.05);
}

.hover\:bg-black\/50:hover{
  background-color: rgb(20 19 19 / 0.5);
}

.hover\:bg-black\/55:hover{
  background-color: rgb(20 19 19 / 0.55);
}

.hover\:bg-black\/60:hover{
  background-color: rgb(20 19 19 / 0.6);
}

.hover\:bg-black\/65:hover{
  background-color: rgb(20 19 19 / 0.65);
}

.hover\:bg-black\/70:hover{
  background-color: rgb(20 19 19 / 0.7);
}

.hover\:bg-black\/75:hover{
  background-color: rgb(20 19 19 / 0.75);
}

.hover\:bg-black\/80:hover{
  background-color: rgb(20 19 19 / 0.8);
}

.hover\:bg-black\/85:hover{
  background-color: rgb(20 19 19 / 0.85);
}

.hover\:bg-black\/90:hover{
  background-color: rgb(20 19 19 / 0.9);
}

.hover\:bg-black\/95:hover{
  background-color: rgb(20 19 19 / 0.95);
}

.hover\:bg-current:hover{
  background-color: currentColor;
}

.hover\:bg-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}

.hover\:bg-error\/0:hover{
  background-color: rgb(255 113 91 / 0);
}

.hover\:bg-error\/10:hover{
  background-color: rgb(255 113 91 / 0.1);
}

.hover\:bg-error\/100:hover{
  background-color: rgb(255 113 91 / 1);
}

.hover\:bg-error\/15:hover{
  background-color: rgb(255 113 91 / 0.15);
}

.hover\:bg-error\/20:hover{
  background-color: rgb(255 113 91 / 0.2);
}

.hover\:bg-error\/25:hover{
  background-color: rgb(255 113 91 / 0.25);
}

.hover\:bg-error\/30:hover{
  background-color: rgb(255 113 91 / 0.3);
}

.hover\:bg-error\/35:hover{
  background-color: rgb(255 113 91 / 0.35);
}

.hover\:bg-error\/40:hover{
  background-color: rgb(255 113 91 / 0.4);
}

.hover\:bg-error\/45:hover{
  background-color: rgb(255 113 91 / 0.45);
}

.hover\:bg-error\/5:hover{
  background-color: rgb(255 113 91 / 0.05);
}

.hover\:bg-error\/50:hover{
  background-color: rgb(255 113 91 / 0.5);
}

.hover\:bg-error\/55:hover{
  background-color: rgb(255 113 91 / 0.55);
}

.hover\:bg-error\/60:hover{
  background-color: rgb(255 113 91 / 0.6);
}

.hover\:bg-error\/65:hover{
  background-color: rgb(255 113 91 / 0.65);
}

.hover\:bg-error\/70:hover{
  background-color: rgb(255 113 91 / 0.7);
}

.hover\:bg-error\/75:hover{
  background-color: rgb(255 113 91 / 0.75);
}

.hover\:bg-error\/80:hover{
  background-color: rgb(255 113 91 / 0.8);
}

.hover\:bg-error\/85:hover{
  background-color: rgb(255 113 91 / 0.85);
}

.hover\:bg-error\/90:hover{
  background-color: rgb(255 113 91 / 0.9);
}

.hover\:bg-error\/95:hover{
  background-color: rgb(255 113 91 / 0.95);
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100\/0:hover{
  background-color: rgb(243 244 246 / 0);
}

.hover\:bg-gray-100\/10:hover{
  background-color: rgb(243 244 246 / 0.1);
}

.hover\:bg-gray-100\/100:hover{
  background-color: rgb(243 244 246 / 1);
}

.hover\:bg-gray-100\/15:hover{
  background-color: rgb(243 244 246 / 0.15);
}

.hover\:bg-gray-100\/20:hover{
  background-color: rgb(243 244 246 / 0.2);
}

.hover\:bg-gray-100\/25:hover{
  background-color: rgb(243 244 246 / 0.25);
}

.hover\:bg-gray-100\/30:hover{
  background-color: rgb(243 244 246 / 0.3);
}

.hover\:bg-gray-100\/35:hover{
  background-color: rgb(243 244 246 / 0.35);
}

.hover\:bg-gray-100\/40:hover{
  background-color: rgb(243 244 246 / 0.4);
}

.hover\:bg-gray-100\/45:hover{
  background-color: rgb(243 244 246 / 0.45);
}

.hover\:bg-gray-100\/5:hover{
  background-color: rgb(243 244 246 / 0.05);
}

.hover\:bg-gray-100\/50:hover{
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-gray-100\/55:hover{
  background-color: rgb(243 244 246 / 0.55);
}

.hover\:bg-gray-100\/60:hover{
  background-color: rgb(243 244 246 / 0.6);
}

.hover\:bg-gray-100\/65:hover{
  background-color: rgb(243 244 246 / 0.65);
}

.hover\:bg-gray-100\/70:hover{
  background-color: rgb(243 244 246 / 0.7);
}

.hover\:bg-gray-100\/75:hover{
  background-color: rgb(243 244 246 / 0.75);
}

.hover\:bg-gray-100\/80:hover{
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-gray-100\/85:hover{
  background-color: rgb(243 244 246 / 0.85);
}

.hover\:bg-gray-100\/90:hover{
  background-color: rgb(243 244 246 / 0.9);
}

.hover\:bg-gray-100\/95:hover{
  background-color: rgb(243 244 246 / 0.95);
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200\/0:hover{
  background-color: rgb(229 231 235 / 0);
}

.hover\:bg-gray-200\/10:hover{
  background-color: rgb(229 231 235 / 0.1);
}

.hover\:bg-gray-200\/100:hover{
  background-color: rgb(229 231 235 / 1);
}

.hover\:bg-gray-200\/15:hover{
  background-color: rgb(229 231 235 / 0.15);
}

.hover\:bg-gray-200\/20:hover{
  background-color: rgb(229 231 235 / 0.2);
}

.hover\:bg-gray-200\/25:hover{
  background-color: rgb(229 231 235 / 0.25);
}

.hover\:bg-gray-200\/30:hover{
  background-color: rgb(229 231 235 / 0.3);
}

.hover\:bg-gray-200\/35:hover{
  background-color: rgb(229 231 235 / 0.35);
}

.hover\:bg-gray-200\/40:hover{
  background-color: rgb(229 231 235 / 0.4);
}

.hover\:bg-gray-200\/45:hover{
  background-color: rgb(229 231 235 / 0.45);
}

.hover\:bg-gray-200\/5:hover{
  background-color: rgb(229 231 235 / 0.05);
}

.hover\:bg-gray-200\/50:hover{
  background-color: rgb(229 231 235 / 0.5);
}

.hover\:bg-gray-200\/55:hover{
  background-color: rgb(229 231 235 / 0.55);
}

.hover\:bg-gray-200\/60:hover{
  background-color: rgb(229 231 235 / 0.6);
}

.hover\:bg-gray-200\/65:hover{
  background-color: rgb(229 231 235 / 0.65);
}

.hover\:bg-gray-200\/70:hover{
  background-color: rgb(229 231 235 / 0.7);
}

.hover\:bg-gray-200\/75:hover{
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-gray-200\/80:hover{
  background-color: rgb(229 231 235 / 0.8);
}

.hover\:bg-gray-200\/85:hover{
  background-color: rgb(229 231 235 / 0.85);
}

.hover\:bg-gray-200\/90:hover{
  background-color: rgb(229 231 235 / 0.9);
}

.hover\:bg-gray-200\/95:hover{
  background-color: rgb(229 231 235 / 0.95);
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300\/0:hover{
  background-color: rgb(209 213 219 / 0);
}

.hover\:bg-gray-300\/10:hover{
  background-color: rgb(209 213 219 / 0.1);
}

.hover\:bg-gray-300\/100:hover{
  background-color: rgb(209 213 219 / 1);
}

.hover\:bg-gray-300\/15:hover{
  background-color: rgb(209 213 219 / 0.15);
}

.hover\:bg-gray-300\/20:hover{
  background-color: rgb(209 213 219 / 0.2);
}

.hover\:bg-gray-300\/25:hover{
  background-color: rgb(209 213 219 / 0.25);
}

.hover\:bg-gray-300\/30:hover{
  background-color: rgb(209 213 219 / 0.3);
}

.hover\:bg-gray-300\/35:hover{
  background-color: rgb(209 213 219 / 0.35);
}

.hover\:bg-gray-300\/40:hover{
  background-color: rgb(209 213 219 / 0.4);
}

.hover\:bg-gray-300\/45:hover{
  background-color: rgb(209 213 219 / 0.45);
}

.hover\:bg-gray-300\/5:hover{
  background-color: rgb(209 213 219 / 0.05);
}

.hover\:bg-gray-300\/50:hover{
  background-color: rgb(209 213 219 / 0.5);
}

.hover\:bg-gray-300\/55:hover{
  background-color: rgb(209 213 219 / 0.55);
}

.hover\:bg-gray-300\/60:hover{
  background-color: rgb(209 213 219 / 0.6);
}

.hover\:bg-gray-300\/65:hover{
  background-color: rgb(209 213 219 / 0.65);
}

.hover\:bg-gray-300\/70:hover{
  background-color: rgb(209 213 219 / 0.7);
}

.hover\:bg-gray-300\/75:hover{
  background-color: rgb(209 213 219 / 0.75);
}

.hover\:bg-gray-300\/80:hover{
  background-color: rgb(209 213 219 / 0.8);
}

.hover\:bg-gray-300\/85:hover{
  background-color: rgb(209 213 219 / 0.85);
}

.hover\:bg-gray-300\/90:hover{
  background-color: rgb(209 213 219 / 0.9);
}

.hover\:bg-gray-300\/95:hover{
  background-color: rgb(209 213 219 / 0.95);
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400\/0:hover{
  background-color: rgb(156 163 175 / 0);
}

.hover\:bg-gray-400\/10:hover{
  background-color: rgb(156 163 175 / 0.1);
}

.hover\:bg-gray-400\/100:hover{
  background-color: rgb(156 163 175 / 1);
}

.hover\:bg-gray-400\/15:hover{
  background-color: rgb(156 163 175 / 0.15);
}

.hover\:bg-gray-400\/20:hover{
  background-color: rgb(156 163 175 / 0.2);
}

.hover\:bg-gray-400\/25:hover{
  background-color: rgb(156 163 175 / 0.25);
}

.hover\:bg-gray-400\/30:hover{
  background-color: rgb(156 163 175 / 0.3);
}

.hover\:bg-gray-400\/35:hover{
  background-color: rgb(156 163 175 / 0.35);
}

.hover\:bg-gray-400\/40:hover{
  background-color: rgb(156 163 175 / 0.4);
}

.hover\:bg-gray-400\/45:hover{
  background-color: rgb(156 163 175 / 0.45);
}

.hover\:bg-gray-400\/5:hover{
  background-color: rgb(156 163 175 / 0.05);
}

.hover\:bg-gray-400\/50:hover{
  background-color: rgb(156 163 175 / 0.5);
}

.hover\:bg-gray-400\/55:hover{
  background-color: rgb(156 163 175 / 0.55);
}

.hover\:bg-gray-400\/60:hover{
  background-color: rgb(156 163 175 / 0.6);
}

.hover\:bg-gray-400\/65:hover{
  background-color: rgb(156 163 175 / 0.65);
}

.hover\:bg-gray-400\/70:hover{
  background-color: rgb(156 163 175 / 0.7);
}

.hover\:bg-gray-400\/75:hover{
  background-color: rgb(156 163 175 / 0.75);
}

.hover\:bg-gray-400\/80:hover{
  background-color: rgb(156 163 175 / 0.8);
}

.hover\:bg-gray-400\/85:hover{
  background-color: rgb(156 163 175 / 0.85);
}

.hover\:bg-gray-400\/90:hover{
  background-color: rgb(156 163 175 / 0.9);
}

.hover\:bg-gray-400\/95:hover{
  background-color: rgb(156 163 175 / 0.95);
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50\/0:hover{
  background-color: rgb(249 250 251 / 0);
}

.hover\:bg-gray-50\/10:hover{
  background-color: rgb(249 250 251 / 0.1);
}

.hover\:bg-gray-50\/100:hover{
  background-color: rgb(249 250 251 / 1);
}

.hover\:bg-gray-50\/15:hover{
  background-color: rgb(249 250 251 / 0.15);
}

.hover\:bg-gray-50\/20:hover{
  background-color: rgb(249 250 251 / 0.2);
}

.hover\:bg-gray-50\/25:hover{
  background-color: rgb(249 250 251 / 0.25);
}

.hover\:bg-gray-50\/30:hover{
  background-color: rgb(249 250 251 / 0.3);
}

.hover\:bg-gray-50\/35:hover{
  background-color: rgb(249 250 251 / 0.35);
}

.hover\:bg-gray-50\/40:hover{
  background-color: rgb(249 250 251 / 0.4);
}

.hover\:bg-gray-50\/45:hover{
  background-color: rgb(249 250 251 / 0.45);
}

.hover\:bg-gray-50\/5:hover{
  background-color: rgb(249 250 251 / 0.05);
}

.hover\:bg-gray-50\/50:hover{
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-gray-50\/55:hover{
  background-color: rgb(249 250 251 / 0.55);
}

.hover\:bg-gray-50\/60:hover{
  background-color: rgb(249 250 251 / 0.6);
}

.hover\:bg-gray-50\/65:hover{
  background-color: rgb(249 250 251 / 0.65);
}

.hover\:bg-gray-50\/70:hover{
  background-color: rgb(249 250 251 / 0.7);
}

.hover\:bg-gray-50\/75:hover{
  background-color: rgb(249 250 251 / 0.75);
}

.hover\:bg-gray-50\/80:hover{
  background-color: rgb(249 250 251 / 0.8);
}

.hover\:bg-gray-50\/85:hover{
  background-color: rgb(249 250 251 / 0.85);
}

.hover\:bg-gray-50\/90:hover{
  background-color: rgb(249 250 251 / 0.9);
}

.hover\:bg-gray-50\/95:hover{
  background-color: rgb(249 250 251 / 0.95);
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-500\/0:hover{
  background-color: rgb(107 114 128 / 0);
}

.hover\:bg-gray-500\/10:hover{
  background-color: rgb(107 114 128 / 0.1);
}

.hover\:bg-gray-500\/100:hover{
  background-color: rgb(107 114 128 / 1);
}

.hover\:bg-gray-500\/15:hover{
  background-color: rgb(107 114 128 / 0.15);
}

.hover\:bg-gray-500\/20:hover{
  background-color: rgb(107 114 128 / 0.2);
}

.hover\:bg-gray-500\/25:hover{
  background-color: rgb(107 114 128 / 0.25);
}

.hover\:bg-gray-500\/30:hover{
  background-color: rgb(107 114 128 / 0.3);
}

.hover\:bg-gray-500\/35:hover{
  background-color: rgb(107 114 128 / 0.35);
}

.hover\:bg-gray-500\/40:hover{
  background-color: rgb(107 114 128 / 0.4);
}

.hover\:bg-gray-500\/45:hover{
  background-color: rgb(107 114 128 / 0.45);
}

.hover\:bg-gray-500\/5:hover{
  background-color: rgb(107 114 128 / 0.05);
}

.hover\:bg-gray-500\/50:hover{
  background-color: rgb(107 114 128 / 0.5);
}

.hover\:bg-gray-500\/55:hover{
  background-color: rgb(107 114 128 / 0.55);
}

.hover\:bg-gray-500\/60:hover{
  background-color: rgb(107 114 128 / 0.6);
}

.hover\:bg-gray-500\/65:hover{
  background-color: rgb(107 114 128 / 0.65);
}

.hover\:bg-gray-500\/70:hover{
  background-color: rgb(107 114 128 / 0.7);
}

.hover\:bg-gray-500\/75:hover{
  background-color: rgb(107 114 128 / 0.75);
}

.hover\:bg-gray-500\/80:hover{
  background-color: rgb(107 114 128 / 0.8);
}

.hover\:bg-gray-500\/85:hover{
  background-color: rgb(107 114 128 / 0.85);
}

.hover\:bg-gray-500\/90:hover{
  background-color: rgb(107 114 128 / 0.9);
}

.hover\:bg-gray-500\/95:hover{
  background-color: rgb(107 114 128 / 0.95);
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600\/0:hover{
  background-color: rgb(75 85 99 / 0);
}

.hover\:bg-gray-600\/10:hover{
  background-color: rgb(75 85 99 / 0.1);
}

.hover\:bg-gray-600\/100:hover{
  background-color: rgb(75 85 99 / 1);
}

.hover\:bg-gray-600\/15:hover{
  background-color: rgb(75 85 99 / 0.15);
}

.hover\:bg-gray-600\/20:hover{
  background-color: rgb(75 85 99 / 0.2);
}

.hover\:bg-gray-600\/25:hover{
  background-color: rgb(75 85 99 / 0.25);
}

.hover\:bg-gray-600\/30:hover{
  background-color: rgb(75 85 99 / 0.3);
}

.hover\:bg-gray-600\/35:hover{
  background-color: rgb(75 85 99 / 0.35);
}

.hover\:bg-gray-600\/40:hover{
  background-color: rgb(75 85 99 / 0.4);
}

.hover\:bg-gray-600\/45:hover{
  background-color: rgb(75 85 99 / 0.45);
}

.hover\:bg-gray-600\/5:hover{
  background-color: rgb(75 85 99 / 0.05);
}

.hover\:bg-gray-600\/50:hover{
  background-color: rgb(75 85 99 / 0.5);
}

.hover\:bg-gray-600\/55:hover{
  background-color: rgb(75 85 99 / 0.55);
}

.hover\:bg-gray-600\/60:hover{
  background-color: rgb(75 85 99 / 0.6);
}

.hover\:bg-gray-600\/65:hover{
  background-color: rgb(75 85 99 / 0.65);
}

.hover\:bg-gray-600\/70:hover{
  background-color: rgb(75 85 99 / 0.7);
}

.hover\:bg-gray-600\/75:hover{
  background-color: rgb(75 85 99 / 0.75);
}

.hover\:bg-gray-600\/80:hover{
  background-color: rgb(75 85 99 / 0.8);
}

.hover\:bg-gray-600\/85:hover{
  background-color: rgb(75 85 99 / 0.85);
}

.hover\:bg-gray-600\/90:hover{
  background-color: rgb(75 85 99 / 0.9);
}

.hover\:bg-gray-600\/95:hover{
  background-color: rgb(75 85 99 / 0.95);
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700\/0:hover{
  background-color: rgb(55 65 81 / 0);
}

.hover\:bg-gray-700\/10:hover{
  background-color: rgb(55 65 81 / 0.1);
}

.hover\:bg-gray-700\/100:hover{
  background-color: rgb(55 65 81 / 1);
}

.hover\:bg-gray-700\/15:hover{
  background-color: rgb(55 65 81 / 0.15);
}

.hover\:bg-gray-700\/20:hover{
  background-color: rgb(55 65 81 / 0.2);
}

.hover\:bg-gray-700\/25:hover{
  background-color: rgb(55 65 81 / 0.25);
}

.hover\:bg-gray-700\/30:hover{
  background-color: rgb(55 65 81 / 0.3);
}

.hover\:bg-gray-700\/35:hover{
  background-color: rgb(55 65 81 / 0.35);
}

.hover\:bg-gray-700\/40:hover{
  background-color: rgb(55 65 81 / 0.4);
}

.hover\:bg-gray-700\/45:hover{
  background-color: rgb(55 65 81 / 0.45);
}

.hover\:bg-gray-700\/5:hover{
  background-color: rgb(55 65 81 / 0.05);
}

.hover\:bg-gray-700\/50:hover{
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-gray-700\/55:hover{
  background-color: rgb(55 65 81 / 0.55);
}

.hover\:bg-gray-700\/60:hover{
  background-color: rgb(55 65 81 / 0.6);
}

.hover\:bg-gray-700\/65:hover{
  background-color: rgb(55 65 81 / 0.65);
}

.hover\:bg-gray-700\/70:hover{
  background-color: rgb(55 65 81 / 0.7);
}

.hover\:bg-gray-700\/75:hover{
  background-color: rgb(55 65 81 / 0.75);
}

.hover\:bg-gray-700\/80:hover{
  background-color: rgb(55 65 81 / 0.8);
}

.hover\:bg-gray-700\/85:hover{
  background-color: rgb(55 65 81 / 0.85);
}

.hover\:bg-gray-700\/90:hover{
  background-color: rgb(55 65 81 / 0.9);
}

.hover\:bg-gray-700\/95:hover{
  background-color: rgb(55 65 81 / 0.95);
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800\/0:hover{
  background-color: rgb(31 41 55 / 0);
}

.hover\:bg-gray-800\/10:hover{
  background-color: rgb(31 41 55 / 0.1);
}

.hover\:bg-gray-800\/100:hover{
  background-color: rgb(31 41 55 / 1);
}

.hover\:bg-gray-800\/15:hover{
  background-color: rgb(31 41 55 / 0.15);
}

.hover\:bg-gray-800\/20:hover{
  background-color: rgb(31 41 55 / 0.2);
}

.hover\:bg-gray-800\/25:hover{
  background-color: rgb(31 41 55 / 0.25);
}

.hover\:bg-gray-800\/30:hover{
  background-color: rgb(31 41 55 / 0.3);
}

.hover\:bg-gray-800\/35:hover{
  background-color: rgb(31 41 55 / 0.35);
}

.hover\:bg-gray-800\/40:hover{
  background-color: rgb(31 41 55 / 0.4);
}

.hover\:bg-gray-800\/45:hover{
  background-color: rgb(31 41 55 / 0.45);
}

.hover\:bg-gray-800\/5:hover{
  background-color: rgb(31 41 55 / 0.05);
}

.hover\:bg-gray-800\/50:hover{
  background-color: rgb(31 41 55 / 0.5);
}

.hover\:bg-gray-800\/55:hover{
  background-color: rgb(31 41 55 / 0.55);
}

.hover\:bg-gray-800\/60:hover{
  background-color: rgb(31 41 55 / 0.6);
}

.hover\:bg-gray-800\/65:hover{
  background-color: rgb(31 41 55 / 0.65);
}

.hover\:bg-gray-800\/70:hover{
  background-color: rgb(31 41 55 / 0.7);
}

.hover\:bg-gray-800\/75:hover{
  background-color: rgb(31 41 55 / 0.75);
}

.hover\:bg-gray-800\/80:hover{
  background-color: rgb(31 41 55 / 0.8);
}

.hover\:bg-gray-800\/85:hover{
  background-color: rgb(31 41 55 / 0.85);
}

.hover\:bg-gray-800\/90:hover{
  background-color: rgb(31 41 55 / 0.9);
}

.hover\:bg-gray-800\/95:hover{
  background-color: rgb(31 41 55 / 0.95);
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-900\/0:hover{
  background-color: rgb(17 24 39 / 0);
}

.hover\:bg-gray-900\/10:hover{
  background-color: rgb(17 24 39 / 0.1);
}

.hover\:bg-gray-900\/100:hover{
  background-color: rgb(17 24 39 / 1);
}

.hover\:bg-gray-900\/15:hover{
  background-color: rgb(17 24 39 / 0.15);
}

.hover\:bg-gray-900\/20:hover{
  background-color: rgb(17 24 39 / 0.2);
}

.hover\:bg-gray-900\/25:hover{
  background-color: rgb(17 24 39 / 0.25);
}

.hover\:bg-gray-900\/30:hover{
  background-color: rgb(17 24 39 / 0.3);
}

.hover\:bg-gray-900\/35:hover{
  background-color: rgb(17 24 39 / 0.35);
}

.hover\:bg-gray-900\/40:hover{
  background-color: rgb(17 24 39 / 0.4);
}

.hover\:bg-gray-900\/45:hover{
  background-color: rgb(17 24 39 / 0.45);
}

.hover\:bg-gray-900\/5:hover{
  background-color: rgb(17 24 39 / 0.05);
}

.hover\:bg-gray-900\/50:hover{
  background-color: rgb(17 24 39 / 0.5);
}

.hover\:bg-gray-900\/55:hover{
  background-color: rgb(17 24 39 / 0.55);
}

.hover\:bg-gray-900\/60:hover{
  background-color: rgb(17 24 39 / 0.6);
}

.hover\:bg-gray-900\/65:hover{
  background-color: rgb(17 24 39 / 0.65);
}

.hover\:bg-gray-900\/70:hover{
  background-color: rgb(17 24 39 / 0.7);
}

.hover\:bg-gray-900\/75:hover{
  background-color: rgb(17 24 39 / 0.75);
}

.hover\:bg-gray-900\/80:hover{
  background-color: rgb(17 24 39 / 0.8);
}

.hover\:bg-gray-900\/85:hover{
  background-color: rgb(17 24 39 / 0.85);
}

.hover\:bg-gray-900\/90:hover{
  background-color: rgb(17 24 39 / 0.9);
}

.hover\:bg-gray-900\/95:hover{
  background-color: rgb(17 24 39 / 0.95);
}

.hover\:bg-gray-950:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-950\/0:hover{
  background-color: rgb(3 7 18 / 0);
}

.hover\:bg-gray-950\/10:hover{
  background-color: rgb(3 7 18 / 0.1);
}

.hover\:bg-gray-950\/100:hover{
  background-color: rgb(3 7 18 / 1);
}

.hover\:bg-gray-950\/15:hover{
  background-color: rgb(3 7 18 / 0.15);
}

.hover\:bg-gray-950\/20:hover{
  background-color: rgb(3 7 18 / 0.2);
}

.hover\:bg-gray-950\/25:hover{
  background-color: rgb(3 7 18 / 0.25);
}

.hover\:bg-gray-950\/30:hover{
  background-color: rgb(3 7 18 / 0.3);
}

.hover\:bg-gray-950\/35:hover{
  background-color: rgb(3 7 18 / 0.35);
}

.hover\:bg-gray-950\/40:hover{
  background-color: rgb(3 7 18 / 0.4);
}

.hover\:bg-gray-950\/45:hover{
  background-color: rgb(3 7 18 / 0.45);
}

.hover\:bg-gray-950\/5:hover{
  background-color: rgb(3 7 18 / 0.05);
}

.hover\:bg-gray-950\/50:hover{
  background-color: rgb(3 7 18 / 0.5);
}

.hover\:bg-gray-950\/55:hover{
  background-color: rgb(3 7 18 / 0.55);
}

.hover\:bg-gray-950\/60:hover{
  background-color: rgb(3 7 18 / 0.6);
}

.hover\:bg-gray-950\/65:hover{
  background-color: rgb(3 7 18 / 0.65);
}

.hover\:bg-gray-950\/70:hover{
  background-color: rgb(3 7 18 / 0.7);
}

.hover\:bg-gray-950\/75:hover{
  background-color: rgb(3 7 18 / 0.75);
}

.hover\:bg-gray-950\/80:hover{
  background-color: rgb(3 7 18 / 0.8);
}

.hover\:bg-gray-950\/85:hover{
  background-color: rgb(3 7 18 / 0.85);
}

.hover\:bg-gray-950\/90:hover{
  background-color: rgb(3 7 18 / 0.9);
}

.hover\:bg-gray-950\/95:hover{
  background-color: rgb(3 7 18 / 0.95);
}

.hover\:bg-inherit:hover{
  background-color: inherit;
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 46 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark\/0:hover{
  background-color: rgb(16 46 52 / 0);
}

.hover\:bg-primary-dark\/10:hover{
  background-color: rgb(16 46 52 / 0.1);
}

.hover\:bg-primary-dark\/100:hover{
  background-color: rgb(16 46 52 / 1);
}

.hover\:bg-primary-dark\/15:hover{
  background-color: rgb(16 46 52 / 0.15);
}

.hover\:bg-primary-dark\/20:hover{
  background-color: rgb(16 46 52 / 0.2);
}

.hover\:bg-primary-dark\/25:hover{
  background-color: rgb(16 46 52 / 0.25);
}

.hover\:bg-primary-dark\/30:hover{
  background-color: rgb(16 46 52 / 0.3);
}

.hover\:bg-primary-dark\/35:hover{
  background-color: rgb(16 46 52 / 0.35);
}

.hover\:bg-primary-dark\/40:hover{
  background-color: rgb(16 46 52 / 0.4);
}

.hover\:bg-primary-dark\/45:hover{
  background-color: rgb(16 46 52 / 0.45);
}

.hover\:bg-primary-dark\/5:hover{
  background-color: rgb(16 46 52 / 0.05);
}

.hover\:bg-primary-dark\/50:hover{
  background-color: rgb(16 46 52 / 0.5);
}

.hover\:bg-primary-dark\/55:hover{
  background-color: rgb(16 46 52 / 0.55);
}

.hover\:bg-primary-dark\/60:hover{
  background-color: rgb(16 46 52 / 0.6);
}

.hover\:bg-primary-dark\/65:hover{
  background-color: rgb(16 46 52 / 0.65);
}

.hover\:bg-primary-dark\/70:hover{
  background-color: rgb(16 46 52 / 0.7);
}

.hover\:bg-primary-dark\/75:hover{
  background-color: rgb(16 46 52 / 0.75);
}

.hover\:bg-primary-dark\/80:hover{
  background-color: rgb(16 46 52 / 0.8);
}

.hover\:bg-primary-dark\/85:hover{
  background-color: rgb(16 46 52 / 0.85);
}

.hover\:bg-primary-dark\/90:hover{
  background-color: rgb(16 46 52 / 0.9);
}

.hover\:bg-primary-dark\/95:hover{
  background-color: rgb(16 46 52 / 0.95);
}

.hover\:bg-primary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(39 84 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-light\/0:hover{
  background-color: rgb(39 84 94 / 0);
}

.hover\:bg-primary-light\/10:hover{
  background-color: rgb(39 84 94 / 0.1);
}

.hover\:bg-primary-light\/100:hover{
  background-color: rgb(39 84 94 / 1);
}

.hover\:bg-primary-light\/15:hover{
  background-color: rgb(39 84 94 / 0.15);
}

.hover\:bg-primary-light\/20:hover{
  background-color: rgb(39 84 94 / 0.2);
}

.hover\:bg-primary-light\/25:hover{
  background-color: rgb(39 84 94 / 0.25);
}

.hover\:bg-primary-light\/30:hover{
  background-color: rgb(39 84 94 / 0.3);
}

.hover\:bg-primary-light\/35:hover{
  background-color: rgb(39 84 94 / 0.35);
}

.hover\:bg-primary-light\/40:hover{
  background-color: rgb(39 84 94 / 0.4);
}

.hover\:bg-primary-light\/45:hover{
  background-color: rgb(39 84 94 / 0.45);
}

.hover\:bg-primary-light\/5:hover{
  background-color: rgb(39 84 94 / 0.05);
}

.hover\:bg-primary-light\/50:hover{
  background-color: rgb(39 84 94 / 0.5);
}

.hover\:bg-primary-light\/55:hover{
  background-color: rgb(39 84 94 / 0.55);
}

.hover\:bg-primary-light\/60:hover{
  background-color: rgb(39 84 94 / 0.6);
}

.hover\:bg-primary-light\/65:hover{
  background-color: rgb(39 84 94 / 0.65);
}

.hover\:bg-primary-light\/70:hover{
  background-color: rgb(39 84 94 / 0.7);
}

.hover\:bg-primary-light\/75:hover{
  background-color: rgb(39 84 94 / 0.75);
}

.hover\:bg-primary-light\/80:hover{
  background-color: rgb(39 84 94 / 0.8);
}

.hover\:bg-primary-light\/85:hover{
  background-color: rgb(39 84 94 / 0.85);
}

.hover\:bg-primary-light\/90:hover{
  background-color: rgb(39 84 94 / 0.9);
}

.hover\:bg-primary-light\/95:hover{
  background-color: rgb(39 84 94 / 0.95);
}

.hover\:bg-primary\/0:hover{
  background-color: rgb(33 69 77 / 0);
}

.hover\:bg-primary\/10:hover{
  background-color: rgb(33 69 77 / 0.1);
}

.hover\:bg-primary\/100:hover{
  background-color: rgb(33 69 77 / 1);
}

.hover\:bg-primary\/15:hover{
  background-color: rgb(33 69 77 / 0.15);
}

.hover\:bg-primary\/20:hover{
  background-color: rgb(33 69 77 / 0.2);
}

.hover\:bg-primary\/25:hover{
  background-color: rgb(33 69 77 / 0.25);
}

.hover\:bg-primary\/30:hover{
  background-color: rgb(33 69 77 / 0.3);
}

.hover\:bg-primary\/35:hover{
  background-color: rgb(33 69 77 / 0.35);
}

.hover\:bg-primary\/40:hover{
  background-color: rgb(33 69 77 / 0.4);
}

.hover\:bg-primary\/45:hover{
  background-color: rgb(33 69 77 / 0.45);
}

.hover\:bg-primary\/5:hover{
  background-color: rgb(33 69 77 / 0.05);
}

.hover\:bg-primary\/50:hover{
  background-color: rgb(33 69 77 / 0.5);
}

.hover\:bg-primary\/55:hover{
  background-color: rgb(33 69 77 / 0.55);
}

.hover\:bg-primary\/60:hover{
  background-color: rgb(33 69 77 / 0.6);
}

.hover\:bg-primary\/65:hover{
  background-color: rgb(33 69 77 / 0.65);
}

.hover\:bg-primary\/70:hover{
  background-color: rgb(33 69 77 / 0.7);
}

.hover\:bg-primary\/75:hover{
  background-color: rgb(33 69 77 / 0.75);
}

.hover\:bg-primary\/80:hover{
  background-color: rgb(33 69 77 / 0.8);
}

.hover\:bg-primary\/85:hover{
  background-color: rgb(33 69 77 / 0.85);
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(33 69 77 / 0.9);
}

.hover\:bg-primary\/95:hover{
  background-color: rgb(33 69 77 / 0.95);
}

.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(84 173 194 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-dark\/0:hover{
  background-color: rgb(0 124 153 / 0);
}

.hover\:bg-secondary-dark\/10:hover{
  background-color: rgb(0 124 153 / 0.1);
}

.hover\:bg-secondary-dark\/100:hover{
  background-color: rgb(0 124 153 / 1);
}

.hover\:bg-secondary-dark\/15:hover{
  background-color: rgb(0 124 153 / 0.15);
}

.hover\:bg-secondary-dark\/20:hover{
  background-color: rgb(0 124 153 / 0.2);
}

.hover\:bg-secondary-dark\/25:hover{
  background-color: rgb(0 124 153 / 0.25);
}

.hover\:bg-secondary-dark\/30:hover{
  background-color: rgb(0 124 153 / 0.3);
}

.hover\:bg-secondary-dark\/35:hover{
  background-color: rgb(0 124 153 / 0.35);
}

.hover\:bg-secondary-dark\/40:hover{
  background-color: rgb(0 124 153 / 0.4);
}

.hover\:bg-secondary-dark\/45:hover{
  background-color: rgb(0 124 153 / 0.45);
}

.hover\:bg-secondary-dark\/5:hover{
  background-color: rgb(0 124 153 / 0.05);
}

.hover\:bg-secondary-dark\/50:hover{
  background-color: rgb(0 124 153 / 0.5);
}

.hover\:bg-secondary-dark\/55:hover{
  background-color: rgb(0 124 153 / 0.55);
}

.hover\:bg-secondary-dark\/60:hover{
  background-color: rgb(0 124 153 / 0.6);
}

.hover\:bg-secondary-dark\/65:hover{
  background-color: rgb(0 124 153 / 0.65);
}

.hover\:bg-secondary-dark\/70:hover{
  background-color: rgb(0 124 153 / 0.7);
}

.hover\:bg-secondary-dark\/75:hover{
  background-color: rgb(0 124 153 / 0.75);
}

.hover\:bg-secondary-dark\/80:hover{
  background-color: rgb(0 124 153 / 0.8);
}

.hover\:bg-secondary-dark\/85:hover{
  background-color: rgb(0 124 153 / 0.85);
}

.hover\:bg-secondary-dark\/90:hover{
  background-color: rgb(0 124 153 / 0.9);
}

.hover\:bg-secondary-dark\/95:hover{
  background-color: rgb(0 124 153 / 0.95);
}

.hover\:bg-secondary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(194 233 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-light\/0:hover{
  background-color: rgb(194 233 242 / 0);
}

.hover\:bg-secondary-light\/10:hover{
  background-color: rgb(194 233 242 / 0.1);
}

.hover\:bg-secondary-light\/100:hover{
  background-color: rgb(194 233 242 / 1);
}

.hover\:bg-secondary-light\/15:hover{
  background-color: rgb(194 233 242 / 0.15);
}

.hover\:bg-secondary-light\/20:hover{
  background-color: rgb(194 233 242 / 0.2);
}

.hover\:bg-secondary-light\/25:hover{
  background-color: rgb(194 233 242 / 0.25);
}

.hover\:bg-secondary-light\/30:hover{
  background-color: rgb(194 233 242 / 0.3);
}

.hover\:bg-secondary-light\/35:hover{
  background-color: rgb(194 233 242 / 0.35);
}

.hover\:bg-secondary-light\/40:hover{
  background-color: rgb(194 233 242 / 0.4);
}

.hover\:bg-secondary-light\/45:hover{
  background-color: rgb(194 233 242 / 0.45);
}

.hover\:bg-secondary-light\/5:hover{
  background-color: rgb(194 233 242 / 0.05);
}

.hover\:bg-secondary-light\/50:hover{
  background-color: rgb(194 233 242 / 0.5);
}

.hover\:bg-secondary-light\/55:hover{
  background-color: rgb(194 233 242 / 0.55);
}

.hover\:bg-secondary-light\/60:hover{
  background-color: rgb(194 233 242 / 0.6);
}

.hover\:bg-secondary-light\/65:hover{
  background-color: rgb(194 233 242 / 0.65);
}

.hover\:bg-secondary-light\/70:hover{
  background-color: rgb(194 233 242 / 0.7);
}

.hover\:bg-secondary-light\/75:hover{
  background-color: rgb(194 233 242 / 0.75);
}

.hover\:bg-secondary-light\/80:hover{
  background-color: rgb(194 233 242 / 0.8);
}

.hover\:bg-secondary-light\/85:hover{
  background-color: rgb(194 233 242 / 0.85);
}

.hover\:bg-secondary-light\/90:hover{
  background-color: rgb(194 233 242 / 0.9);
}

.hover\:bg-secondary-light\/95:hover{
  background-color: rgb(194 233 242 / 0.95);
}

.hover\:bg-secondary\/0:hover{
  background-color: rgb(84 173 194 / 0);
}

.hover\:bg-secondary\/10:hover{
  background-color: rgb(84 173 194 / 0.1);
}

.hover\:bg-secondary\/100:hover{
  background-color: rgb(84 173 194 / 1);
}

.hover\:bg-secondary\/15:hover{
  background-color: rgb(84 173 194 / 0.15);
}

.hover\:bg-secondary\/20:hover{
  background-color: rgb(84 173 194 / 0.2);
}

.hover\:bg-secondary\/25:hover{
  background-color: rgb(84 173 194 / 0.25);
}

.hover\:bg-secondary\/30:hover{
  background-color: rgb(84 173 194 / 0.3);
}

.hover\:bg-secondary\/35:hover{
  background-color: rgb(84 173 194 / 0.35);
}

.hover\:bg-secondary\/40:hover{
  background-color: rgb(84 173 194 / 0.4);
}

.hover\:bg-secondary\/45:hover{
  background-color: rgb(84 173 194 / 0.45);
}

.hover\:bg-secondary\/5:hover{
  background-color: rgb(84 173 194 / 0.05);
}

.hover\:bg-secondary\/50:hover{
  background-color: rgb(84 173 194 / 0.5);
}

.hover\:bg-secondary\/55:hover{
  background-color: rgb(84 173 194 / 0.55);
}

.hover\:bg-secondary\/60:hover{
  background-color: rgb(84 173 194 / 0.6);
}

.hover\:bg-secondary\/65:hover{
  background-color: rgb(84 173 194 / 0.65);
}

.hover\:bg-secondary\/70:hover{
  background-color: rgb(84 173 194 / 0.7);
}

.hover\:bg-secondary\/75:hover{
  background-color: rgb(84 173 194 / 0.75);
}

.hover\:bg-secondary\/80:hover{
  background-color: rgb(84 173 194 / 0.8);
}

.hover\:bg-secondary\/85:hover{
  background-color: rgb(84 173 194 / 0.85);
}

.hover\:bg-secondary\/90:hover{
  background-color: rgb(84 173 194 / 0.9);
}

.hover\:bg-secondary\/95:hover{
  background-color: rgb(84 173 194 / 0.95);
}

.hover\:bg-tan:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tan\/0:hover{
  background-color: rgb(240 238 233 / 0);
}

.hover\:bg-tan\/10:hover{
  background-color: rgb(240 238 233 / 0.1);
}

.hover\:bg-tan\/100:hover{
  background-color: rgb(240 238 233 / 1);
}

.hover\:bg-tan\/15:hover{
  background-color: rgb(240 238 233 / 0.15);
}

.hover\:bg-tan\/20:hover{
  background-color: rgb(240 238 233 / 0.2);
}

.hover\:bg-tan\/25:hover{
  background-color: rgb(240 238 233 / 0.25);
}

.hover\:bg-tan\/30:hover{
  background-color: rgb(240 238 233 / 0.3);
}

.hover\:bg-tan\/35:hover{
  background-color: rgb(240 238 233 / 0.35);
}

.hover\:bg-tan\/40:hover{
  background-color: rgb(240 238 233 / 0.4);
}

.hover\:bg-tan\/45:hover{
  background-color: rgb(240 238 233 / 0.45);
}

.hover\:bg-tan\/5:hover{
  background-color: rgb(240 238 233 / 0.05);
}

.hover\:bg-tan\/50:hover{
  background-color: rgb(240 238 233 / 0.5);
}

.hover\:bg-tan\/55:hover{
  background-color: rgb(240 238 233 / 0.55);
}

.hover\:bg-tan\/60:hover{
  background-color: rgb(240 238 233 / 0.6);
}

.hover\:bg-tan\/65:hover{
  background-color: rgb(240 238 233 / 0.65);
}

.hover\:bg-tan\/70:hover{
  background-color: rgb(240 238 233 / 0.7);
}

.hover\:bg-tan\/75:hover{
  background-color: rgb(240 238 233 / 0.75);
}

.hover\:bg-tan\/80:hover{
  background-color: rgb(240 238 233 / 0.8);
}

.hover\:bg-tan\/85:hover{
  background-color: rgb(240 238 233 / 0.85);
}

.hover\:bg-tan\/90:hover{
  background-color: rgb(240 238 233 / 0.9);
}

.hover\:bg-tan\/95:hover{
  background-color: rgb(240 238 233 / 0.95);
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-transparent\/0:hover{
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-transparent\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-transparent\/100:hover{
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-transparent\/15:hover{
  background-color: rgb(0 0 0 / 0.15);
}

.hover\:bg-transparent\/20:hover{
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-transparent\/25:hover{
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-transparent\/30:hover{
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-transparent\/35:hover{
  background-color: rgb(0 0 0 / 0.35);
}

.hover\:bg-transparent\/40:hover{
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-transparent\/45:hover{
  background-color: rgb(0 0 0 / 0.45);
}

.hover\:bg-transparent\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-transparent\/50:hover{
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-transparent\/55:hover{
  background-color: rgb(0 0 0 / 0.55);
}

.hover\:bg-transparent\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-transparent\/65:hover{
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-transparent\/70:hover{
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-transparent\/75:hover{
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-transparent\/80:hover{
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-transparent\/85:hover{
  background-color: rgb(0 0 0 / 0.85);
}

.hover\:bg-transparent\/90:hover{
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-transparent\/95:hover{
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/0:hover{
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/100:hover{
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover{
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/35:hover{
  background-color: rgb(255 255 255 / 0.35);
}

.hover\:bg-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/45:hover{
  background-color: rgb(255 255 255 / 0.45);
}

.hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/55:hover{
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:bg-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/65:hover{
  background-color: rgb(255 255 255 / 0.65);
}

.hover\:bg-white\/70:hover{
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-white\/75:hover{
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-white\/80:hover{
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-white\/85:hover{
  background-color: rgb(255 255 255 / 0.85);
}

.hover\:bg-white\/90:hover{
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-white\/95:hover{
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-15:hover{
  --tw-bg-opacity: 0.15;
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-35:hover{
  --tw-bg-opacity: 0.35;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-45:hover{
  --tw-bg-opacity: 0.45;
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-55:hover{
  --tw-bg-opacity: 0.55;
}

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-65:hover{
  --tw-bg-opacity: 0.65;
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-85:hover{
  --tw-bg-opacity: 0.85;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.hover\:bg-gradient-to-b:hover{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-bl:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-br:hover{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-l:hover{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-t:hover{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-tl:hover{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-tr:hover{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.hover\:bg-none:hover{
  background-image: none;
}

.hover\:bg-auto:hover{
  background-size: auto;
}

.hover\:bg-contain:hover{
  background-size: contain;
}

.hover\:bg-cover:hover{
  background-size: cover;
}

.hover\:bg-fixed:hover{
  background-attachment: fixed;
}

.hover\:bg-local:hover{
  background-attachment: local;
}

.hover\:bg-scroll:hover{
  background-attachment: scroll;
}

.hover\:bg-clip-border:hover{
  background-clip: border-box;
}

.hover\:bg-clip-padding:hover{
  background-clip: padding-box;
}

.hover\:bg-clip-content:hover{
  background-clip: content-box;
}

.hover\:bg-clip-text:hover{
  -webkit-background-clip: text;
          background-clip: text;
}

.hover\:bg-bottom:hover{
  background-position: bottom;
}

.hover\:bg-center:hover{
  background-position: center;
}

.hover\:bg-left:hover{
  background-position: left;
}

.hover\:bg-left-bottom:hover{
  background-position: left bottom;
}

.hover\:bg-left-top:hover{
  background-position: left top;
}

.hover\:bg-right:hover{
  background-position: right;
}

.hover\:bg-right-bottom:hover{
  background-position: right bottom;
}

.hover\:bg-right-top:hover{
  background-position: right top;
}

.hover\:bg-top:hover{
  background-position: top;
}

.hover\:bg-repeat:hover{
  background-repeat: repeat;
}

.hover\:bg-no-repeat:hover{
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover{
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover{
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover{
  background-repeat: round;
}

.hover\:bg-repeat-space:hover{
  background-repeat: space;
}

.hover\:bg-origin-border:hover{
  background-origin: border-box;
}

.hover\:bg-origin-padding:hover{
  background-origin: padding-box;
}

.hover\:bg-origin-content:hover{
  background-origin: content-box;
}

.hover\:text-left:hover{
  text-align: left;
}

.hover\:text-center:hover{
  text-align: center;
}

.hover\:text-right:hover{
  text-align: right;
}

.hover\:text-justify:hover{
  text-align: justify;
}

.hover\:text-start:hover{
  text-align: start;
}

.hover\:text-end:hover{
  text-align: end;
}

.hover\:align-text-top:hover{
  vertical-align: text-top;
}

.hover\:align-text-bottom:hover{
  vertical-align: text-bottom;
}

.hover\:text-2xl:hover{
  font-size: 1.5rem;
  line-height: 2rem;
}

.hover\:text-3xl:hover{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.hover\:text-4xl:hover{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hover\:text-5xl:hover{
  font-size: 3rem;
  line-height: 1;
}

.hover\:text-6xl:hover{
  font-size: 3.75rem;
  line-height: 1;
}

.hover\:text-7xl:hover{
  font-size: 4.5rem;
  line-height: 1;
}

.hover\:text-8xl:hover{
  font-size: 6rem;
  line-height: 1;
}

.hover\:text-9xl:hover{
  font-size: 8rem;
  line-height: 1;
}

.hover\:text-base:hover{
  font-size: 1rem;
  line-height: 1.5rem;
}

.hover\:text-lg:hover{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hover\:text-sm:hover{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hover\:text-xl:hover{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hover\:text-xs:hover{
  font-size: 0.75rem;
  line-height: 1rem;
}

.hover\:tracking-wider:hover{
  letter-spacing: 0.05em;
}

.hover\:text-accent-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(255 170 26 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-orange\/0:hover{
  color: rgb(255 170 26 / 0);
}

.hover\:text-accent-orange\/10:hover{
  color: rgb(255 170 26 / 0.1);
}

.hover\:text-accent-orange\/100:hover{
  color: rgb(255 170 26 / 1);
}

.hover\:text-accent-orange\/15:hover{
  color: rgb(255 170 26 / 0.15);
}

.hover\:text-accent-orange\/20:hover{
  color: rgb(255 170 26 / 0.2);
}

.hover\:text-accent-orange\/25:hover{
  color: rgb(255 170 26 / 0.25);
}

.hover\:text-accent-orange\/30:hover{
  color: rgb(255 170 26 / 0.3);
}

.hover\:text-accent-orange\/35:hover{
  color: rgb(255 170 26 / 0.35);
}

.hover\:text-accent-orange\/40:hover{
  color: rgb(255 170 26 / 0.4);
}

.hover\:text-accent-orange\/45:hover{
  color: rgb(255 170 26 / 0.45);
}

.hover\:text-accent-orange\/5:hover{
  color: rgb(255 170 26 / 0.05);
}

.hover\:text-accent-orange\/50:hover{
  color: rgb(255 170 26 / 0.5);
}

.hover\:text-accent-orange\/55:hover{
  color: rgb(255 170 26 / 0.55);
}

.hover\:text-accent-orange\/60:hover{
  color: rgb(255 170 26 / 0.6);
}

.hover\:text-accent-orange\/65:hover{
  color: rgb(255 170 26 / 0.65);
}

.hover\:text-accent-orange\/70:hover{
  color: rgb(255 170 26 / 0.7);
}

.hover\:text-accent-orange\/75:hover{
  color: rgb(255 170 26 / 0.75);
}

.hover\:text-accent-orange\/80:hover{
  color: rgb(255 170 26 / 0.8);
}

.hover\:text-accent-orange\/85:hover{
  color: rgb(255 170 26 / 0.85);
}

.hover\:text-accent-orange\/90:hover{
  color: rgb(255 170 26 / 0.9);
}

.hover\:text-accent-orange\/95:hover{
  color: rgb(255 170 26 / 0.95);
}

.hover\:text-accent-red:hover{
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-red\/0:hover{
  color: rgb(255 113 91 / 0);
}

.hover\:text-accent-red\/10:hover{
  color: rgb(255 113 91 / 0.1);
}

.hover\:text-accent-red\/100:hover{
  color: rgb(255 113 91 / 1);
}

.hover\:text-accent-red\/15:hover{
  color: rgb(255 113 91 / 0.15);
}

.hover\:text-accent-red\/20:hover{
  color: rgb(255 113 91 / 0.2);
}

.hover\:text-accent-red\/25:hover{
  color: rgb(255 113 91 / 0.25);
}

.hover\:text-accent-red\/30:hover{
  color: rgb(255 113 91 / 0.3);
}

.hover\:text-accent-red\/35:hover{
  color: rgb(255 113 91 / 0.35);
}

.hover\:text-accent-red\/40:hover{
  color: rgb(255 113 91 / 0.4);
}

.hover\:text-accent-red\/45:hover{
  color: rgb(255 113 91 / 0.45);
}

.hover\:text-accent-red\/5:hover{
  color: rgb(255 113 91 / 0.05);
}

.hover\:text-accent-red\/50:hover{
  color: rgb(255 113 91 / 0.5);
}

.hover\:text-accent-red\/55:hover{
  color: rgb(255 113 91 / 0.55);
}

.hover\:text-accent-red\/60:hover{
  color: rgb(255 113 91 / 0.6);
}

.hover\:text-accent-red\/65:hover{
  color: rgb(255 113 91 / 0.65);
}

.hover\:text-accent-red\/70:hover{
  color: rgb(255 113 91 / 0.7);
}

.hover\:text-accent-red\/75:hover{
  color: rgb(255 113 91 / 0.75);
}

.hover\:text-accent-red\/80:hover{
  color: rgb(255 113 91 / 0.8);
}

.hover\:text-accent-red\/85:hover{
  color: rgb(255 113 91 / 0.85);
}

.hover\:text-accent-red\/90:hover{
  color: rgb(255 113 91 / 0.9);
}

.hover\:text-accent-red\/95:hover{
  color: rgb(255 113 91 / 0.95);
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(20 19 19 / var(--tw-text-opacity, 1));
}

.hover\:text-black\/0:hover{
  color: rgb(20 19 19 / 0);
}

.hover\:text-black\/10:hover{
  color: rgb(20 19 19 / 0.1);
}

.hover\:text-black\/100:hover{
  color: rgb(20 19 19 / 1);
}

.hover\:text-black\/15:hover{
  color: rgb(20 19 19 / 0.15);
}

.hover\:text-black\/20:hover{
  color: rgb(20 19 19 / 0.2);
}

.hover\:text-black\/25:hover{
  color: rgb(20 19 19 / 0.25);
}

.hover\:text-black\/30:hover{
  color: rgb(20 19 19 / 0.3);
}

.hover\:text-black\/35:hover{
  color: rgb(20 19 19 / 0.35);
}

.hover\:text-black\/40:hover{
  color: rgb(20 19 19 / 0.4);
}

.hover\:text-black\/45:hover{
  color: rgb(20 19 19 / 0.45);
}

.hover\:text-black\/5:hover{
  color: rgb(20 19 19 / 0.05);
}

.hover\:text-black\/50:hover{
  color: rgb(20 19 19 / 0.5);
}

.hover\:text-black\/55:hover{
  color: rgb(20 19 19 / 0.55);
}

.hover\:text-black\/60:hover{
  color: rgb(20 19 19 / 0.6);
}

.hover\:text-black\/65:hover{
  color: rgb(20 19 19 / 0.65);
}

.hover\:text-black\/70:hover{
  color: rgb(20 19 19 / 0.7);
}

.hover\:text-black\/75:hover{
  color: rgb(20 19 19 / 0.75);
}

.hover\:text-black\/80:hover{
  color: rgb(20 19 19 / 0.8);
}

.hover\:text-black\/85:hover{
  color: rgb(20 19 19 / 0.85);
}

.hover\:text-black\/90:hover{
  color: rgb(20 19 19 / 0.9);
}

.hover\:text-black\/95:hover{
  color: rgb(20 19 19 / 0.95);
}

.hover\:text-current:hover{
  color: currentColor;
}

.hover\:text-error:hover{
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}

.hover\:text-error\/0:hover{
  color: rgb(255 113 91 / 0);
}

.hover\:text-error\/10:hover{
  color: rgb(255 113 91 / 0.1);
}

.hover\:text-error\/100:hover{
  color: rgb(255 113 91 / 1);
}

.hover\:text-error\/15:hover{
  color: rgb(255 113 91 / 0.15);
}

.hover\:text-error\/20:hover{
  color: rgb(255 113 91 / 0.2);
}

.hover\:text-error\/25:hover{
  color: rgb(255 113 91 / 0.25);
}

.hover\:text-error\/30:hover{
  color: rgb(255 113 91 / 0.3);
}

.hover\:text-error\/35:hover{
  color: rgb(255 113 91 / 0.35);
}

.hover\:text-error\/40:hover{
  color: rgb(255 113 91 / 0.4);
}

.hover\:text-error\/45:hover{
  color: rgb(255 113 91 / 0.45);
}

.hover\:text-error\/5:hover{
  color: rgb(255 113 91 / 0.05);
}

.hover\:text-error\/50:hover{
  color: rgb(255 113 91 / 0.5);
}

.hover\:text-error\/55:hover{
  color: rgb(255 113 91 / 0.55);
}

.hover\:text-error\/60:hover{
  color: rgb(255 113 91 / 0.6);
}

.hover\:text-error\/65:hover{
  color: rgb(255 113 91 / 0.65);
}

.hover\:text-error\/70:hover{
  color: rgb(255 113 91 / 0.7);
}

.hover\:text-error\/75:hover{
  color: rgb(255 113 91 / 0.75);
}

.hover\:text-error\/80:hover{
  color: rgb(255 113 91 / 0.8);
}

.hover\:text-error\/85:hover{
  color: rgb(255 113 91 / 0.85);
}

.hover\:text-error\/90:hover{
  color: rgb(255 113 91 / 0.9);
}

.hover\:text-error\/95:hover{
  color: rgb(255 113 91 / 0.95);
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-100\/0:hover{
  color: rgb(243 244 246 / 0);
}

.hover\:text-gray-100\/10:hover{
  color: rgb(243 244 246 / 0.1);
}

.hover\:text-gray-100\/100:hover{
  color: rgb(243 244 246 / 1);
}

.hover\:text-gray-100\/15:hover{
  color: rgb(243 244 246 / 0.15);
}

.hover\:text-gray-100\/20:hover{
  color: rgb(243 244 246 / 0.2);
}

.hover\:text-gray-100\/25:hover{
  color: rgb(243 244 246 / 0.25);
}

.hover\:text-gray-100\/30:hover{
  color: rgb(243 244 246 / 0.3);
}

.hover\:text-gray-100\/35:hover{
  color: rgb(243 244 246 / 0.35);
}

.hover\:text-gray-100\/40:hover{
  color: rgb(243 244 246 / 0.4);
}

.hover\:text-gray-100\/45:hover{
  color: rgb(243 244 246 / 0.45);
}

.hover\:text-gray-100\/5:hover{
  color: rgb(243 244 246 / 0.05);
}

.hover\:text-gray-100\/50:hover{
  color: rgb(243 244 246 / 0.5);
}

.hover\:text-gray-100\/55:hover{
  color: rgb(243 244 246 / 0.55);
}

.hover\:text-gray-100\/60:hover{
  color: rgb(243 244 246 / 0.6);
}

.hover\:text-gray-100\/65:hover{
  color: rgb(243 244 246 / 0.65);
}

.hover\:text-gray-100\/70:hover{
  color: rgb(243 244 246 / 0.7);
}

.hover\:text-gray-100\/75:hover{
  color: rgb(243 244 246 / 0.75);
}

.hover\:text-gray-100\/80:hover{
  color: rgb(243 244 246 / 0.8);
}

.hover\:text-gray-100\/85:hover{
  color: rgb(243 244 246 / 0.85);
}

.hover\:text-gray-100\/90:hover{
  color: rgb(243 244 246 / 0.9);
}

.hover\:text-gray-100\/95:hover{
  color: rgb(243 244 246 / 0.95);
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200\/0:hover{
  color: rgb(229 231 235 / 0);
}

.hover\:text-gray-200\/10:hover{
  color: rgb(229 231 235 / 0.1);
}

.hover\:text-gray-200\/100:hover{
  color: rgb(229 231 235 / 1);
}

.hover\:text-gray-200\/15:hover{
  color: rgb(229 231 235 / 0.15);
}

.hover\:text-gray-200\/20:hover{
  color: rgb(229 231 235 / 0.2);
}

.hover\:text-gray-200\/25:hover{
  color: rgb(229 231 235 / 0.25);
}

.hover\:text-gray-200\/30:hover{
  color: rgb(229 231 235 / 0.3);
}

.hover\:text-gray-200\/35:hover{
  color: rgb(229 231 235 / 0.35);
}

.hover\:text-gray-200\/40:hover{
  color: rgb(229 231 235 / 0.4);
}

.hover\:text-gray-200\/45:hover{
  color: rgb(229 231 235 / 0.45);
}

.hover\:text-gray-200\/5:hover{
  color: rgb(229 231 235 / 0.05);
}

.hover\:text-gray-200\/50:hover{
  color: rgb(229 231 235 / 0.5);
}

.hover\:text-gray-200\/55:hover{
  color: rgb(229 231 235 / 0.55);
}

.hover\:text-gray-200\/60:hover{
  color: rgb(229 231 235 / 0.6);
}

.hover\:text-gray-200\/65:hover{
  color: rgb(229 231 235 / 0.65);
}

.hover\:text-gray-200\/70:hover{
  color: rgb(229 231 235 / 0.7);
}

.hover\:text-gray-200\/75:hover{
  color: rgb(229 231 235 / 0.75);
}

.hover\:text-gray-200\/80:hover{
  color: rgb(229 231 235 / 0.8);
}

.hover\:text-gray-200\/85:hover{
  color: rgb(229 231 235 / 0.85);
}

.hover\:text-gray-200\/90:hover{
  color: rgb(229 231 235 / 0.9);
}

.hover\:text-gray-200\/95:hover{
  color: rgb(229 231 235 / 0.95);
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300\/0:hover{
  color: rgb(209 213 219 / 0);
}

.hover\:text-gray-300\/10:hover{
  color: rgb(209 213 219 / 0.1);
}

.hover\:text-gray-300\/100:hover{
  color: rgb(209 213 219 / 1);
}

.hover\:text-gray-300\/15:hover{
  color: rgb(209 213 219 / 0.15);
}

.hover\:text-gray-300\/20:hover{
  color: rgb(209 213 219 / 0.2);
}

.hover\:text-gray-300\/25:hover{
  color: rgb(209 213 219 / 0.25);
}

.hover\:text-gray-300\/30:hover{
  color: rgb(209 213 219 / 0.3);
}

.hover\:text-gray-300\/35:hover{
  color: rgb(209 213 219 / 0.35);
}

.hover\:text-gray-300\/40:hover{
  color: rgb(209 213 219 / 0.4);
}

.hover\:text-gray-300\/45:hover{
  color: rgb(209 213 219 / 0.45);
}

.hover\:text-gray-300\/5:hover{
  color: rgb(209 213 219 / 0.05);
}

.hover\:text-gray-300\/50:hover{
  color: rgb(209 213 219 / 0.5);
}

.hover\:text-gray-300\/55:hover{
  color: rgb(209 213 219 / 0.55);
}

.hover\:text-gray-300\/60:hover{
  color: rgb(209 213 219 / 0.6);
}

.hover\:text-gray-300\/65:hover{
  color: rgb(209 213 219 / 0.65);
}

.hover\:text-gray-300\/70:hover{
  color: rgb(209 213 219 / 0.7);
}

.hover\:text-gray-300\/75:hover{
  color: rgb(209 213 219 / 0.75);
}

.hover\:text-gray-300\/80:hover{
  color: rgb(209 213 219 / 0.8);
}

.hover\:text-gray-300\/85:hover{
  color: rgb(209 213 219 / 0.85);
}

.hover\:text-gray-300\/90:hover{
  color: rgb(209 213 219 / 0.9);
}

.hover\:text-gray-300\/95:hover{
  color: rgb(209 213 219 / 0.95);
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-400\/0:hover{
  color: rgb(156 163 175 / 0);
}

.hover\:text-gray-400\/10:hover{
  color: rgb(156 163 175 / 0.1);
}

.hover\:text-gray-400\/100:hover{
  color: rgb(156 163 175 / 1);
}

.hover\:text-gray-400\/15:hover{
  color: rgb(156 163 175 / 0.15);
}

.hover\:text-gray-400\/20:hover{
  color: rgb(156 163 175 / 0.2);
}

.hover\:text-gray-400\/25:hover{
  color: rgb(156 163 175 / 0.25);
}

.hover\:text-gray-400\/30:hover{
  color: rgb(156 163 175 / 0.3);
}

.hover\:text-gray-400\/35:hover{
  color: rgb(156 163 175 / 0.35);
}

.hover\:text-gray-400\/40:hover{
  color: rgb(156 163 175 / 0.4);
}

.hover\:text-gray-400\/45:hover{
  color: rgb(156 163 175 / 0.45);
}

.hover\:text-gray-400\/5:hover{
  color: rgb(156 163 175 / 0.05);
}

.hover\:text-gray-400\/50:hover{
  color: rgb(156 163 175 / 0.5);
}

.hover\:text-gray-400\/55:hover{
  color: rgb(156 163 175 / 0.55);
}

.hover\:text-gray-400\/60:hover{
  color: rgb(156 163 175 / 0.6);
}

.hover\:text-gray-400\/65:hover{
  color: rgb(156 163 175 / 0.65);
}

.hover\:text-gray-400\/70:hover{
  color: rgb(156 163 175 / 0.7);
}

.hover\:text-gray-400\/75:hover{
  color: rgb(156 163 175 / 0.75);
}

.hover\:text-gray-400\/80:hover{
  color: rgb(156 163 175 / 0.8);
}

.hover\:text-gray-400\/85:hover{
  color: rgb(156 163 175 / 0.85);
}

.hover\:text-gray-400\/90:hover{
  color: rgb(156 163 175 / 0.9);
}

.hover\:text-gray-400\/95:hover{
  color: rgb(156 163 175 / 0.95);
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-50\/0:hover{
  color: rgb(249 250 251 / 0);
}

.hover\:text-gray-50\/10:hover{
  color: rgb(249 250 251 / 0.1);
}

.hover\:text-gray-50\/100:hover{
  color: rgb(249 250 251 / 1);
}

.hover\:text-gray-50\/15:hover{
  color: rgb(249 250 251 / 0.15);
}

.hover\:text-gray-50\/20:hover{
  color: rgb(249 250 251 / 0.2);
}

.hover\:text-gray-50\/25:hover{
  color: rgb(249 250 251 / 0.25);
}

.hover\:text-gray-50\/30:hover{
  color: rgb(249 250 251 / 0.3);
}

.hover\:text-gray-50\/35:hover{
  color: rgb(249 250 251 / 0.35);
}

.hover\:text-gray-50\/40:hover{
  color: rgb(249 250 251 / 0.4);
}

.hover\:text-gray-50\/45:hover{
  color: rgb(249 250 251 / 0.45);
}

.hover\:text-gray-50\/5:hover{
  color: rgb(249 250 251 / 0.05);
}

.hover\:text-gray-50\/50:hover{
  color: rgb(249 250 251 / 0.5);
}

.hover\:text-gray-50\/55:hover{
  color: rgb(249 250 251 / 0.55);
}

.hover\:text-gray-50\/60:hover{
  color: rgb(249 250 251 / 0.6);
}

.hover\:text-gray-50\/65:hover{
  color: rgb(249 250 251 / 0.65);
}

.hover\:text-gray-50\/70:hover{
  color: rgb(249 250 251 / 0.7);
}

.hover\:text-gray-50\/75:hover{
  color: rgb(249 250 251 / 0.75);
}

.hover\:text-gray-50\/80:hover{
  color: rgb(249 250 251 / 0.8);
}

.hover\:text-gray-50\/85:hover{
  color: rgb(249 250 251 / 0.85);
}

.hover\:text-gray-50\/90:hover{
  color: rgb(249 250 251 / 0.9);
}

.hover\:text-gray-50\/95:hover{
  color: rgb(249 250 251 / 0.95);
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500\/0:hover{
  color: rgb(107 114 128 / 0);
}

.hover\:text-gray-500\/10:hover{
  color: rgb(107 114 128 / 0.1);
}

.hover\:text-gray-500\/100:hover{
  color: rgb(107 114 128 / 1);
}

.hover\:text-gray-500\/15:hover{
  color: rgb(107 114 128 / 0.15);
}

.hover\:text-gray-500\/20:hover{
  color: rgb(107 114 128 / 0.2);
}

.hover\:text-gray-500\/25:hover{
  color: rgb(107 114 128 / 0.25);
}

.hover\:text-gray-500\/30:hover{
  color: rgb(107 114 128 / 0.3);
}

.hover\:text-gray-500\/35:hover{
  color: rgb(107 114 128 / 0.35);
}

.hover\:text-gray-500\/40:hover{
  color: rgb(107 114 128 / 0.4);
}

.hover\:text-gray-500\/45:hover{
  color: rgb(107 114 128 / 0.45);
}

.hover\:text-gray-500\/5:hover{
  color: rgb(107 114 128 / 0.05);
}

.hover\:text-gray-500\/50:hover{
  color: rgb(107 114 128 / 0.5);
}

.hover\:text-gray-500\/55:hover{
  color: rgb(107 114 128 / 0.55);
}

.hover\:text-gray-500\/60:hover{
  color: rgb(107 114 128 / 0.6);
}

.hover\:text-gray-500\/65:hover{
  color: rgb(107 114 128 / 0.65);
}

.hover\:text-gray-500\/70:hover{
  color: rgb(107 114 128 / 0.7);
}

.hover\:text-gray-500\/75:hover{
  color: rgb(107 114 128 / 0.75);
}

.hover\:text-gray-500\/80:hover{
  color: rgb(107 114 128 / 0.8);
}

.hover\:text-gray-500\/85:hover{
  color: rgb(107 114 128 / 0.85);
}

.hover\:text-gray-500\/90:hover{
  color: rgb(107 114 128 / 0.9);
}

.hover\:text-gray-500\/95:hover{
  color: rgb(107 114 128 / 0.95);
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600\/0:hover{
  color: rgb(75 85 99 / 0);
}

.hover\:text-gray-600\/10:hover{
  color: rgb(75 85 99 / 0.1);
}

.hover\:text-gray-600\/100:hover{
  color: rgb(75 85 99 / 1);
}

.hover\:text-gray-600\/15:hover{
  color: rgb(75 85 99 / 0.15);
}

.hover\:text-gray-600\/20:hover{
  color: rgb(75 85 99 / 0.2);
}

.hover\:text-gray-600\/25:hover{
  color: rgb(75 85 99 / 0.25);
}

.hover\:text-gray-600\/30:hover{
  color: rgb(75 85 99 / 0.3);
}

.hover\:text-gray-600\/35:hover{
  color: rgb(75 85 99 / 0.35);
}

.hover\:text-gray-600\/40:hover{
  color: rgb(75 85 99 / 0.4);
}

.hover\:text-gray-600\/45:hover{
  color: rgb(75 85 99 / 0.45);
}

.hover\:text-gray-600\/5:hover{
  color: rgb(75 85 99 / 0.05);
}

.hover\:text-gray-600\/50:hover{
  color: rgb(75 85 99 / 0.5);
}

.hover\:text-gray-600\/55:hover{
  color: rgb(75 85 99 / 0.55);
}

.hover\:text-gray-600\/60:hover{
  color: rgb(75 85 99 / 0.6);
}

.hover\:text-gray-600\/65:hover{
  color: rgb(75 85 99 / 0.65);
}

.hover\:text-gray-600\/70:hover{
  color: rgb(75 85 99 / 0.7);
}

.hover\:text-gray-600\/75:hover{
  color: rgb(75 85 99 / 0.75);
}

.hover\:text-gray-600\/80:hover{
  color: rgb(75 85 99 / 0.8);
}

.hover\:text-gray-600\/85:hover{
  color: rgb(75 85 99 / 0.85);
}

.hover\:text-gray-600\/90:hover{
  color: rgb(75 85 99 / 0.9);
}

.hover\:text-gray-600\/95:hover{
  color: rgb(75 85 99 / 0.95);
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700\/0:hover{
  color: rgb(55 65 81 / 0);
}

.hover\:text-gray-700\/10:hover{
  color: rgb(55 65 81 / 0.1);
}

.hover\:text-gray-700\/100:hover{
  color: rgb(55 65 81 / 1);
}

.hover\:text-gray-700\/15:hover{
  color: rgb(55 65 81 / 0.15);
}

.hover\:text-gray-700\/20:hover{
  color: rgb(55 65 81 / 0.2);
}

.hover\:text-gray-700\/25:hover{
  color: rgb(55 65 81 / 0.25);
}

.hover\:text-gray-700\/30:hover{
  color: rgb(55 65 81 / 0.3);
}

.hover\:text-gray-700\/35:hover{
  color: rgb(55 65 81 / 0.35);
}

.hover\:text-gray-700\/40:hover{
  color: rgb(55 65 81 / 0.4);
}

.hover\:text-gray-700\/45:hover{
  color: rgb(55 65 81 / 0.45);
}

.hover\:text-gray-700\/5:hover{
  color: rgb(55 65 81 / 0.05);
}

.hover\:text-gray-700\/50:hover{
  color: rgb(55 65 81 / 0.5);
}

.hover\:text-gray-700\/55:hover{
  color: rgb(55 65 81 / 0.55);
}

.hover\:text-gray-700\/60:hover{
  color: rgb(55 65 81 / 0.6);
}

.hover\:text-gray-700\/65:hover{
  color: rgb(55 65 81 / 0.65);
}

.hover\:text-gray-700\/70:hover{
  color: rgb(55 65 81 / 0.7);
}

.hover\:text-gray-700\/75:hover{
  color: rgb(55 65 81 / 0.75);
}

.hover\:text-gray-700\/80:hover{
  color: rgb(55 65 81 / 0.8);
}

.hover\:text-gray-700\/85:hover{
  color: rgb(55 65 81 / 0.85);
}

.hover\:text-gray-700\/90:hover{
  color: rgb(55 65 81 / 0.9);
}

.hover\:text-gray-700\/95:hover{
  color: rgb(55 65 81 / 0.95);
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800\/0:hover{
  color: rgb(31 41 55 / 0);
}

.hover\:text-gray-800\/10:hover{
  color: rgb(31 41 55 / 0.1);
}

.hover\:text-gray-800\/100:hover{
  color: rgb(31 41 55 / 1);
}

.hover\:text-gray-800\/15:hover{
  color: rgb(31 41 55 / 0.15);
}

.hover\:text-gray-800\/20:hover{
  color: rgb(31 41 55 / 0.2);
}

.hover\:text-gray-800\/25:hover{
  color: rgb(31 41 55 / 0.25);
}

.hover\:text-gray-800\/30:hover{
  color: rgb(31 41 55 / 0.3);
}

.hover\:text-gray-800\/35:hover{
  color: rgb(31 41 55 / 0.35);
}

.hover\:text-gray-800\/40:hover{
  color: rgb(31 41 55 / 0.4);
}

.hover\:text-gray-800\/45:hover{
  color: rgb(31 41 55 / 0.45);
}

.hover\:text-gray-800\/5:hover{
  color: rgb(31 41 55 / 0.05);
}

.hover\:text-gray-800\/50:hover{
  color: rgb(31 41 55 / 0.5);
}

.hover\:text-gray-800\/55:hover{
  color: rgb(31 41 55 / 0.55);
}

.hover\:text-gray-800\/60:hover{
  color: rgb(31 41 55 / 0.6);
}

.hover\:text-gray-800\/65:hover{
  color: rgb(31 41 55 / 0.65);
}

.hover\:text-gray-800\/70:hover{
  color: rgb(31 41 55 / 0.7);
}

.hover\:text-gray-800\/75:hover{
  color: rgb(31 41 55 / 0.75);
}

.hover\:text-gray-800\/80:hover{
  color: rgb(31 41 55 / 0.8);
}

.hover\:text-gray-800\/85:hover{
  color: rgb(31 41 55 / 0.85);
}

.hover\:text-gray-800\/90:hover{
  color: rgb(31 41 55 / 0.9);
}

.hover\:text-gray-800\/95:hover{
  color: rgb(31 41 55 / 0.95);
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900\/0:hover{
  color: rgb(17 24 39 / 0);
}

.hover\:text-gray-900\/10:hover{
  color: rgb(17 24 39 / 0.1);
}

.hover\:text-gray-900\/100:hover{
  color: rgb(17 24 39 / 1);
}

.hover\:text-gray-900\/15:hover{
  color: rgb(17 24 39 / 0.15);
}

.hover\:text-gray-900\/20:hover{
  color: rgb(17 24 39 / 0.2);
}

.hover\:text-gray-900\/25:hover{
  color: rgb(17 24 39 / 0.25);
}

.hover\:text-gray-900\/30:hover{
  color: rgb(17 24 39 / 0.3);
}

.hover\:text-gray-900\/35:hover{
  color: rgb(17 24 39 / 0.35);
}

.hover\:text-gray-900\/40:hover{
  color: rgb(17 24 39 / 0.4);
}

.hover\:text-gray-900\/45:hover{
  color: rgb(17 24 39 / 0.45);
}

.hover\:text-gray-900\/5:hover{
  color: rgb(17 24 39 / 0.05);
}

.hover\:text-gray-900\/50:hover{
  color: rgb(17 24 39 / 0.5);
}

.hover\:text-gray-900\/55:hover{
  color: rgb(17 24 39 / 0.55);
}

.hover\:text-gray-900\/60:hover{
  color: rgb(17 24 39 / 0.6);
}

.hover\:text-gray-900\/65:hover{
  color: rgb(17 24 39 / 0.65);
}

.hover\:text-gray-900\/70:hover{
  color: rgb(17 24 39 / 0.7);
}

.hover\:text-gray-900\/75:hover{
  color: rgb(17 24 39 / 0.75);
}

.hover\:text-gray-900\/80:hover{
  color: rgb(17 24 39 / 0.8);
}

.hover\:text-gray-900\/85:hover{
  color: rgb(17 24 39 / 0.85);
}

.hover\:text-gray-900\/90:hover{
  color: rgb(17 24 39 / 0.9);
}

.hover\:text-gray-900\/95:hover{
  color: rgb(17 24 39 / 0.95);
}

.hover\:text-gray-950:hover{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-950\/0:hover{
  color: rgb(3 7 18 / 0);
}

.hover\:text-gray-950\/10:hover{
  color: rgb(3 7 18 / 0.1);
}

.hover\:text-gray-950\/100:hover{
  color: rgb(3 7 18 / 1);
}

.hover\:text-gray-950\/15:hover{
  color: rgb(3 7 18 / 0.15);
}

.hover\:text-gray-950\/20:hover{
  color: rgb(3 7 18 / 0.2);
}

.hover\:text-gray-950\/25:hover{
  color: rgb(3 7 18 / 0.25);
}

.hover\:text-gray-950\/30:hover{
  color: rgb(3 7 18 / 0.3);
}

.hover\:text-gray-950\/35:hover{
  color: rgb(3 7 18 / 0.35);
}

.hover\:text-gray-950\/40:hover{
  color: rgb(3 7 18 / 0.4);
}

.hover\:text-gray-950\/45:hover{
  color: rgb(3 7 18 / 0.45);
}

.hover\:text-gray-950\/5:hover{
  color: rgb(3 7 18 / 0.05);
}

.hover\:text-gray-950\/50:hover{
  color: rgb(3 7 18 / 0.5);
}

.hover\:text-gray-950\/55:hover{
  color: rgb(3 7 18 / 0.55);
}

.hover\:text-gray-950\/60:hover{
  color: rgb(3 7 18 / 0.6);
}

.hover\:text-gray-950\/65:hover{
  color: rgb(3 7 18 / 0.65);
}

.hover\:text-gray-950\/70:hover{
  color: rgb(3 7 18 / 0.7);
}

.hover\:text-gray-950\/75:hover{
  color: rgb(3 7 18 / 0.75);
}

.hover\:text-gray-950\/80:hover{
  color: rgb(3 7 18 / 0.8);
}

.hover\:text-gray-950\/85:hover{
  color: rgb(3 7 18 / 0.85);
}

.hover\:text-gray-950\/90:hover{
  color: rgb(3 7 18 / 0.9);
}

.hover\:text-gray-950\/95:hover{
  color: rgb(3 7 18 / 0.95);
}

.hover\:text-inherit:hover{
  color: inherit;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(16 46 52 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-dark\/0:hover{
  color: rgb(16 46 52 / 0);
}

.hover\:text-primary-dark\/10:hover{
  color: rgb(16 46 52 / 0.1);
}

.hover\:text-primary-dark\/100:hover{
  color: rgb(16 46 52 / 1);
}

.hover\:text-primary-dark\/15:hover{
  color: rgb(16 46 52 / 0.15);
}

.hover\:text-primary-dark\/20:hover{
  color: rgb(16 46 52 / 0.2);
}

.hover\:text-primary-dark\/25:hover{
  color: rgb(16 46 52 / 0.25);
}

.hover\:text-primary-dark\/30:hover{
  color: rgb(16 46 52 / 0.3);
}

.hover\:text-primary-dark\/35:hover{
  color: rgb(16 46 52 / 0.35);
}

.hover\:text-primary-dark\/40:hover{
  color: rgb(16 46 52 / 0.4);
}

.hover\:text-primary-dark\/45:hover{
  color: rgb(16 46 52 / 0.45);
}

.hover\:text-primary-dark\/5:hover{
  color: rgb(16 46 52 / 0.05);
}

.hover\:text-primary-dark\/50:hover{
  color: rgb(16 46 52 / 0.5);
}

.hover\:text-primary-dark\/55:hover{
  color: rgb(16 46 52 / 0.55);
}

.hover\:text-primary-dark\/60:hover{
  color: rgb(16 46 52 / 0.6);
}

.hover\:text-primary-dark\/65:hover{
  color: rgb(16 46 52 / 0.65);
}

.hover\:text-primary-dark\/70:hover{
  color: rgb(16 46 52 / 0.7);
}

.hover\:text-primary-dark\/75:hover{
  color: rgb(16 46 52 / 0.75);
}

.hover\:text-primary-dark\/80:hover{
  color: rgb(16 46 52 / 0.8);
}

.hover\:text-primary-dark\/85:hover{
  color: rgb(16 46 52 / 0.85);
}

.hover\:text-primary-dark\/90:hover{
  color: rgb(16 46 52 / 0.9);
}

.hover\:text-primary-dark\/95:hover{
  color: rgb(16 46 52 / 0.95);
}

.hover\:text-primary-light:hover{
  --tw-text-opacity: 1;
  color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-light\/0:hover{
  color: rgb(39 84 94 / 0);
}

.hover\:text-primary-light\/10:hover{
  color: rgb(39 84 94 / 0.1);
}

.hover\:text-primary-light\/100:hover{
  color: rgb(39 84 94 / 1);
}

.hover\:text-primary-light\/15:hover{
  color: rgb(39 84 94 / 0.15);
}

.hover\:text-primary-light\/20:hover{
  color: rgb(39 84 94 / 0.2);
}

.hover\:text-primary-light\/25:hover{
  color: rgb(39 84 94 / 0.25);
}

.hover\:text-primary-light\/30:hover{
  color: rgb(39 84 94 / 0.3);
}

.hover\:text-primary-light\/35:hover{
  color: rgb(39 84 94 / 0.35);
}

.hover\:text-primary-light\/40:hover{
  color: rgb(39 84 94 / 0.4);
}

.hover\:text-primary-light\/45:hover{
  color: rgb(39 84 94 / 0.45);
}

.hover\:text-primary-light\/5:hover{
  color: rgb(39 84 94 / 0.05);
}

.hover\:text-primary-light\/50:hover{
  color: rgb(39 84 94 / 0.5);
}

.hover\:text-primary-light\/55:hover{
  color: rgb(39 84 94 / 0.55);
}

.hover\:text-primary-light\/60:hover{
  color: rgb(39 84 94 / 0.6);
}

.hover\:text-primary-light\/65:hover{
  color: rgb(39 84 94 / 0.65);
}

.hover\:text-primary-light\/70:hover{
  color: rgb(39 84 94 / 0.7);
}

.hover\:text-primary-light\/75:hover{
  color: rgb(39 84 94 / 0.75);
}

.hover\:text-primary-light\/80:hover{
  color: rgb(39 84 94 / 0.8);
}

.hover\:text-primary-light\/85:hover{
  color: rgb(39 84 94 / 0.85);
}

.hover\:text-primary-light\/90:hover{
  color: rgb(39 84 94 / 0.9);
}

.hover\:text-primary-light\/95:hover{
  color: rgb(39 84 94 / 0.95);
}

.hover\:text-primary\/0:hover{
  color: rgb(33 69 77 / 0);
}

.hover\:text-primary\/10:hover{
  color: rgb(33 69 77 / 0.1);
}

.hover\:text-primary\/100:hover{
  color: rgb(33 69 77 / 1);
}

.hover\:text-primary\/15:hover{
  color: rgb(33 69 77 / 0.15);
}

.hover\:text-primary\/20:hover{
  color: rgb(33 69 77 / 0.2);
}

.hover\:text-primary\/25:hover{
  color: rgb(33 69 77 / 0.25);
}

.hover\:text-primary\/30:hover{
  color: rgb(33 69 77 / 0.3);
}

.hover\:text-primary\/35:hover{
  color: rgb(33 69 77 / 0.35);
}

.hover\:text-primary\/40:hover{
  color: rgb(33 69 77 / 0.4);
}

.hover\:text-primary\/45:hover{
  color: rgb(33 69 77 / 0.45);
}

.hover\:text-primary\/5:hover{
  color: rgb(33 69 77 / 0.05);
}

.hover\:text-primary\/50:hover{
  color: rgb(33 69 77 / 0.5);
}

.hover\:text-primary\/55:hover{
  color: rgb(33 69 77 / 0.55);
}

.hover\:text-primary\/60:hover{
  color: rgb(33 69 77 / 0.6);
}

.hover\:text-primary\/65:hover{
  color: rgb(33 69 77 / 0.65);
}

.hover\:text-primary\/70:hover{
  color: rgb(33 69 77 / 0.7);
}

.hover\:text-primary\/75:hover{
  color: rgb(33 69 77 / 0.75);
}

.hover\:text-primary\/80:hover{
  color: rgb(33 69 77 / 0.8);
}

.hover\:text-primary\/85:hover{
  color: rgb(33 69 77 / 0.85);
}

.hover\:text-primary\/90:hover{
  color: rgb(33 69 77 / 0.9);
}

.hover\:text-primary\/95:hover{
  color: rgb(33 69 77 / 0.95);
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(0 124 153 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-dark\/0:hover{
  color: rgb(0 124 153 / 0);
}

.hover\:text-secondary-dark\/10:hover{
  color: rgb(0 124 153 / 0.1);
}

.hover\:text-secondary-dark\/100:hover{
  color: rgb(0 124 153 / 1);
}

.hover\:text-secondary-dark\/15:hover{
  color: rgb(0 124 153 / 0.15);
}

.hover\:text-secondary-dark\/20:hover{
  color: rgb(0 124 153 / 0.2);
}

.hover\:text-secondary-dark\/25:hover{
  color: rgb(0 124 153 / 0.25);
}

.hover\:text-secondary-dark\/30:hover{
  color: rgb(0 124 153 / 0.3);
}

.hover\:text-secondary-dark\/35:hover{
  color: rgb(0 124 153 / 0.35);
}

.hover\:text-secondary-dark\/40:hover{
  color: rgb(0 124 153 / 0.4);
}

.hover\:text-secondary-dark\/45:hover{
  color: rgb(0 124 153 / 0.45);
}

.hover\:text-secondary-dark\/5:hover{
  color: rgb(0 124 153 / 0.05);
}

.hover\:text-secondary-dark\/50:hover{
  color: rgb(0 124 153 / 0.5);
}

.hover\:text-secondary-dark\/55:hover{
  color: rgb(0 124 153 / 0.55);
}

.hover\:text-secondary-dark\/60:hover{
  color: rgb(0 124 153 / 0.6);
}

.hover\:text-secondary-dark\/65:hover{
  color: rgb(0 124 153 / 0.65);
}

.hover\:text-secondary-dark\/70:hover{
  color: rgb(0 124 153 / 0.7);
}

.hover\:text-secondary-dark\/75:hover{
  color: rgb(0 124 153 / 0.75);
}

.hover\:text-secondary-dark\/80:hover{
  color: rgb(0 124 153 / 0.8);
}

.hover\:text-secondary-dark\/85:hover{
  color: rgb(0 124 153 / 0.85);
}

.hover\:text-secondary-dark\/90:hover{
  color: rgb(0 124 153 / 0.9);
}

.hover\:text-secondary-dark\/95:hover{
  color: rgb(0 124 153 / 0.95);
}

.hover\:text-secondary-light:hover{
  --tw-text-opacity: 1;
  color: rgb(194 233 242 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-light\/0:hover{
  color: rgb(194 233 242 / 0);
}

.hover\:text-secondary-light\/10:hover{
  color: rgb(194 233 242 / 0.1);
}

.hover\:text-secondary-light\/100:hover{
  color: rgb(194 233 242 / 1);
}

.hover\:text-secondary-light\/15:hover{
  color: rgb(194 233 242 / 0.15);
}

.hover\:text-secondary-light\/20:hover{
  color: rgb(194 233 242 / 0.2);
}

.hover\:text-secondary-light\/25:hover{
  color: rgb(194 233 242 / 0.25);
}

.hover\:text-secondary-light\/30:hover{
  color: rgb(194 233 242 / 0.3);
}

.hover\:text-secondary-light\/35:hover{
  color: rgb(194 233 242 / 0.35);
}

.hover\:text-secondary-light\/40:hover{
  color: rgb(194 233 242 / 0.4);
}

.hover\:text-secondary-light\/45:hover{
  color: rgb(194 233 242 / 0.45);
}

.hover\:text-secondary-light\/5:hover{
  color: rgb(194 233 242 / 0.05);
}

.hover\:text-secondary-light\/50:hover{
  color: rgb(194 233 242 / 0.5);
}

.hover\:text-secondary-light\/55:hover{
  color: rgb(194 233 242 / 0.55);
}

.hover\:text-secondary-light\/60:hover{
  color: rgb(194 233 242 / 0.6);
}

.hover\:text-secondary-light\/65:hover{
  color: rgb(194 233 242 / 0.65);
}

.hover\:text-secondary-light\/70:hover{
  color: rgb(194 233 242 / 0.7);
}

.hover\:text-secondary-light\/75:hover{
  color: rgb(194 233 242 / 0.75);
}

.hover\:text-secondary-light\/80:hover{
  color: rgb(194 233 242 / 0.8);
}

.hover\:text-secondary-light\/85:hover{
  color: rgb(194 233 242 / 0.85);
}

.hover\:text-secondary-light\/90:hover{
  color: rgb(194 233 242 / 0.9);
}

.hover\:text-secondary-light\/95:hover{
  color: rgb(194 233 242 / 0.95);
}

.hover\:text-secondary\/0:hover{
  color: rgb(84 173 194 / 0);
}

.hover\:text-secondary\/10:hover{
  color: rgb(84 173 194 / 0.1);
}

.hover\:text-secondary\/100:hover{
  color: rgb(84 173 194 / 1);
}

.hover\:text-secondary\/15:hover{
  color: rgb(84 173 194 / 0.15);
}

.hover\:text-secondary\/20:hover{
  color: rgb(84 173 194 / 0.2);
}

.hover\:text-secondary\/25:hover{
  color: rgb(84 173 194 / 0.25);
}

.hover\:text-secondary\/30:hover{
  color: rgb(84 173 194 / 0.3);
}

.hover\:text-secondary\/35:hover{
  color: rgb(84 173 194 / 0.35);
}

.hover\:text-secondary\/40:hover{
  color: rgb(84 173 194 / 0.4);
}

.hover\:text-secondary\/45:hover{
  color: rgb(84 173 194 / 0.45);
}

.hover\:text-secondary\/5:hover{
  color: rgb(84 173 194 / 0.05);
}

.hover\:text-secondary\/50:hover{
  color: rgb(84 173 194 / 0.5);
}

.hover\:text-secondary\/55:hover{
  color: rgb(84 173 194 / 0.55);
}

.hover\:text-secondary\/60:hover{
  color: rgb(84 173 194 / 0.6);
}

.hover\:text-secondary\/65:hover{
  color: rgb(84 173 194 / 0.65);
}

.hover\:text-secondary\/70:hover{
  color: rgb(84 173 194 / 0.7);
}

.hover\:text-secondary\/75:hover{
  color: rgb(84 173 194 / 0.75);
}

.hover\:text-secondary\/80:hover{
  color: rgb(84 173 194 / 0.8);
}

.hover\:text-secondary\/85:hover{
  color: rgb(84 173 194 / 0.85);
}

.hover\:text-secondary\/90:hover{
  color: rgb(84 173 194 / 0.9);
}

.hover\:text-secondary\/95:hover{
  color: rgb(84 173 194 / 0.95);
}

.hover\:text-tan:hover{
  --tw-text-opacity: 1;
  color: rgb(240 238 233 / var(--tw-text-opacity, 1));
}

.hover\:text-tan\/0:hover{
  color: rgb(240 238 233 / 0);
}

.hover\:text-tan\/10:hover{
  color: rgb(240 238 233 / 0.1);
}

.hover\:text-tan\/100:hover{
  color: rgb(240 238 233 / 1);
}

.hover\:text-tan\/15:hover{
  color: rgb(240 238 233 / 0.15);
}

.hover\:text-tan\/20:hover{
  color: rgb(240 238 233 / 0.2);
}

.hover\:text-tan\/25:hover{
  color: rgb(240 238 233 / 0.25);
}

.hover\:text-tan\/30:hover{
  color: rgb(240 238 233 / 0.3);
}

.hover\:text-tan\/35:hover{
  color: rgb(240 238 233 / 0.35);
}

.hover\:text-tan\/40:hover{
  color: rgb(240 238 233 / 0.4);
}

.hover\:text-tan\/45:hover{
  color: rgb(240 238 233 / 0.45);
}

.hover\:text-tan\/5:hover{
  color: rgb(240 238 233 / 0.05);
}

.hover\:text-tan\/50:hover{
  color: rgb(240 238 233 / 0.5);
}

.hover\:text-tan\/55:hover{
  color: rgb(240 238 233 / 0.55);
}

.hover\:text-tan\/60:hover{
  color: rgb(240 238 233 / 0.6);
}

.hover\:text-tan\/65:hover{
  color: rgb(240 238 233 / 0.65);
}

.hover\:text-tan\/70:hover{
  color: rgb(240 238 233 / 0.7);
}

.hover\:text-tan\/75:hover{
  color: rgb(240 238 233 / 0.75);
}

.hover\:text-tan\/80:hover{
  color: rgb(240 238 233 / 0.8);
}

.hover\:text-tan\/85:hover{
  color: rgb(240 238 233 / 0.85);
}

.hover\:text-tan\/90:hover{
  color: rgb(240 238 233 / 0.9);
}

.hover\:text-tan\/95:hover{
  color: rgb(240 238 233 / 0.95);
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-transparent\/0:hover{
  color: rgb(0 0 0 / 0);
}

.hover\:text-transparent\/10:hover{
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-transparent\/100:hover{
  color: rgb(0 0 0 / 1);
}

.hover\:text-transparent\/15:hover{
  color: rgb(0 0 0 / 0.15);
}

.hover\:text-transparent\/20:hover{
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-transparent\/25:hover{
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-transparent\/30:hover{
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-transparent\/35:hover{
  color: rgb(0 0 0 / 0.35);
}

.hover\:text-transparent\/40:hover{
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-transparent\/45:hover{
  color: rgb(0 0 0 / 0.45);
}

.hover\:text-transparent\/5:hover{
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-transparent\/50:hover{
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-transparent\/55:hover{
  color: rgb(0 0 0 / 0.55);
}

.hover\:text-transparent\/60:hover{
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-transparent\/65:hover{
  color: rgb(0 0 0 / 0.65);
}

.hover\:text-transparent\/70:hover{
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-transparent\/75:hover{
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-transparent\/80:hover{
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-transparent\/85:hover{
  color: rgb(0 0 0 / 0.85);
}

.hover\:text-transparent\/90:hover{
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-transparent\/95:hover{
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/0:hover{
  color: rgb(255 255 255 / 0);
}

.hover\:text-white\/10:hover{
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-white\/100:hover{
  color: rgb(255 255 255 / 1);
}

.hover\:text-white\/15:hover{
  color: rgb(255 255 255 / 0.15);
}

.hover\:text-white\/20:hover{
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-white\/25:hover{
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-white\/30:hover{
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-white\/35:hover{
  color: rgb(255 255 255 / 0.35);
}

.hover\:text-white\/40:hover{
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-white\/45:hover{
  color: rgb(255 255 255 / 0.45);
}

.hover\:text-white\/5:hover{
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-white\/50:hover{
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-white\/55:hover{
  color: rgb(255 255 255 / 0.55);
}

.hover\:text-white\/60:hover{
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/65:hover{
  color: rgb(255 255 255 / 0.65);
}

.hover\:text-white\/70:hover{
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover{
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/85:hover{
  color: rgb(255 255 255 / 0.85);
}

.hover\:text-white\/90:hover{
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-white\/95:hover{
  color: rgb(255 255 255 / 0.95);
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.hover\:text-opacity-15:hover{
  --tw-text-opacity: 0.15;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-35:hover{
  --tw-text-opacity: 0.35;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-45:hover{
  --tw-text-opacity: 0.45;
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-55:hover{
  --tw-text-opacity: 0.55;
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-65:hover{
  --tw-text-opacity: 0.65;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-85:hover{
  --tw-text-opacity: 0.85;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:bg-blend-normal:hover{
  background-blend-mode: normal;
}

.hover\:bg-blend-multiply:hover{
  background-blend-mode: multiply;
}

.hover\:bg-blend-screen:hover{
  background-blend-mode: screen;
}

.hover\:bg-blend-overlay:hover{
  background-blend-mode: overlay;
}

.hover\:bg-blend-darken:hover{
  background-blend-mode: darken;
}

.hover\:bg-blend-lighten:hover{
  background-blend-mode: lighten;
}

.hover\:bg-blend-color-dodge:hover{
  background-blend-mode: color-dodge;
}

.hover\:bg-blend-color-burn:hover{
  background-blend-mode: color-burn;
}

.hover\:bg-blend-hard-light:hover{
  background-blend-mode: hard-light;
}

.hover\:bg-blend-soft-light:hover{
  background-blend-mode: soft-light;
}

.hover\:bg-blend-difference:hover{
  background-blend-mode: difference;
}

.hover\:bg-blend-exclusion:hover{
  background-blend-mode: exclusion;
}

.hover\:bg-blend-hue:hover{
  background-blend-mode: hue;
}

.hover\:bg-blend-saturation:hover{
  background-blend-mode: saturation;
}

.hover\:bg-blend-color:hover{
  background-blend-mode: color;
}

.hover\:bg-blend-luminosity:hover{
  background-blend-mode: luminosity;
}

.hover\:ease-out:hover{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.focus\:top-2:focus{
  top: 0.5rem;
}

.focus\:cursor-context-menu:focus{
  cursor: context-menu;
}

.focus\:text-ellipsis:focus{
  text-overflow: ellipsis;
}

.focus\:text-clip:focus{
  text-overflow: clip;
}

.focus\:text-wrap:focus{
  text-wrap: wrap;
}

.focus\:text-nowrap:focus{
  text-wrap: nowrap;
}

.focus\:text-balance:focus{
  text-wrap: balance;
}

.focus\:text-pretty:focus{
  text-wrap: pretty;
}

.focus\:border-4:focus{
  border-width: 4px;
}

.focus\:border-primary-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgb(16 46 52 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(84 173 194 / var(--tw-border-opacity, 1));
}

.focus\:bg-accent-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 26 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-orange\/0:focus{
  background-color: rgb(255 170 26 / 0);
}

.focus\:bg-accent-orange\/10:focus{
  background-color: rgb(255 170 26 / 0.1);
}

.focus\:bg-accent-orange\/100:focus{
  background-color: rgb(255 170 26 / 1);
}

.focus\:bg-accent-orange\/15:focus{
  background-color: rgb(255 170 26 / 0.15);
}

.focus\:bg-accent-orange\/20:focus{
  background-color: rgb(255 170 26 / 0.2);
}

.focus\:bg-accent-orange\/25:focus{
  background-color: rgb(255 170 26 / 0.25);
}

.focus\:bg-accent-orange\/30:focus{
  background-color: rgb(255 170 26 / 0.3);
}

.focus\:bg-accent-orange\/35:focus{
  background-color: rgb(255 170 26 / 0.35);
}

.focus\:bg-accent-orange\/40:focus{
  background-color: rgb(255 170 26 / 0.4);
}

.focus\:bg-accent-orange\/45:focus{
  background-color: rgb(255 170 26 / 0.45);
}

.focus\:bg-accent-orange\/5:focus{
  background-color: rgb(255 170 26 / 0.05);
}

.focus\:bg-accent-orange\/50:focus{
  background-color: rgb(255 170 26 / 0.5);
}

.focus\:bg-accent-orange\/55:focus{
  background-color: rgb(255 170 26 / 0.55);
}

.focus\:bg-accent-orange\/60:focus{
  background-color: rgb(255 170 26 / 0.6);
}

.focus\:bg-accent-orange\/65:focus{
  background-color: rgb(255 170 26 / 0.65);
}

.focus\:bg-accent-orange\/70:focus{
  background-color: rgb(255 170 26 / 0.7);
}

.focus\:bg-accent-orange\/75:focus{
  background-color: rgb(255 170 26 / 0.75);
}

.focus\:bg-accent-orange\/80:focus{
  background-color: rgb(255 170 26 / 0.8);
}

.focus\:bg-accent-orange\/85:focus{
  background-color: rgb(255 170 26 / 0.85);
}

.focus\:bg-accent-orange\/90:focus{
  background-color: rgb(255 170 26 / 0.9);
}

.focus\:bg-accent-orange\/95:focus{
  background-color: rgb(255 170 26 / 0.95);
}

.focus\:bg-accent-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-red\/0:focus{
  background-color: rgb(255 113 91 / 0);
}

.focus\:bg-accent-red\/10:focus{
  background-color: rgb(255 113 91 / 0.1);
}

.focus\:bg-accent-red\/100:focus{
  background-color: rgb(255 113 91 / 1);
}

.focus\:bg-accent-red\/15:focus{
  background-color: rgb(255 113 91 / 0.15);
}

.focus\:bg-accent-red\/20:focus{
  background-color: rgb(255 113 91 / 0.2);
}

.focus\:bg-accent-red\/25:focus{
  background-color: rgb(255 113 91 / 0.25);
}

.focus\:bg-accent-red\/30:focus{
  background-color: rgb(255 113 91 / 0.3);
}

.focus\:bg-accent-red\/35:focus{
  background-color: rgb(255 113 91 / 0.35);
}

.focus\:bg-accent-red\/40:focus{
  background-color: rgb(255 113 91 / 0.4);
}

.focus\:bg-accent-red\/45:focus{
  background-color: rgb(255 113 91 / 0.45);
}

.focus\:bg-accent-red\/5:focus{
  background-color: rgb(255 113 91 / 0.05);
}

.focus\:bg-accent-red\/50:focus{
  background-color: rgb(255 113 91 / 0.5);
}

.focus\:bg-accent-red\/55:focus{
  background-color: rgb(255 113 91 / 0.55);
}

.focus\:bg-accent-red\/60:focus{
  background-color: rgb(255 113 91 / 0.6);
}

.focus\:bg-accent-red\/65:focus{
  background-color: rgb(255 113 91 / 0.65);
}

.focus\:bg-accent-red\/70:focus{
  background-color: rgb(255 113 91 / 0.7);
}

.focus\:bg-accent-red\/75:focus{
  background-color: rgb(255 113 91 / 0.75);
}

.focus\:bg-accent-red\/80:focus{
  background-color: rgb(255 113 91 / 0.8);
}

.focus\:bg-accent-red\/85:focus{
  background-color: rgb(255 113 91 / 0.85);
}

.focus\:bg-accent-red\/90:focus{
  background-color: rgb(255 113 91 / 0.9);
}

.focus\:bg-accent-red\/95:focus{
  background-color: rgb(255 113 91 / 0.95);
}

.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(20 19 19 / var(--tw-bg-opacity, 1));
}

.focus\:bg-black\/0:focus{
  background-color: rgb(20 19 19 / 0);
}

.focus\:bg-black\/10:focus{
  background-color: rgb(20 19 19 / 0.1);
}

.focus\:bg-black\/100:focus{
  background-color: rgb(20 19 19 / 1);
}

.focus\:bg-black\/15:focus{
  background-color: rgb(20 19 19 / 0.15);
}

.focus\:bg-black\/20:focus{
  background-color: rgb(20 19 19 / 0.2);
}

.focus\:bg-black\/25:focus{
  background-color: rgb(20 19 19 / 0.25);
}

.focus\:bg-black\/30:focus{
  background-color: rgb(20 19 19 / 0.3);
}

.focus\:bg-black\/35:focus{
  background-color: rgb(20 19 19 / 0.35);
}

.focus\:bg-black\/40:focus{
  background-color: rgb(20 19 19 / 0.4);
}

.focus\:bg-black\/45:focus{
  background-color: rgb(20 19 19 / 0.45);
}

.focus\:bg-black\/5:focus{
  background-color: rgb(20 19 19 / 0.05);
}

.focus\:bg-black\/50:focus{
  background-color: rgb(20 19 19 / 0.5);
}

.focus\:bg-black\/55:focus{
  background-color: rgb(20 19 19 / 0.55);
}

.focus\:bg-black\/60:focus{
  background-color: rgb(20 19 19 / 0.6);
}

.focus\:bg-black\/65:focus{
  background-color: rgb(20 19 19 / 0.65);
}

.focus\:bg-black\/70:focus{
  background-color: rgb(20 19 19 / 0.7);
}

.focus\:bg-black\/75:focus{
  background-color: rgb(20 19 19 / 0.75);
}

.focus\:bg-black\/80:focus{
  background-color: rgb(20 19 19 / 0.8);
}

.focus\:bg-black\/85:focus{
  background-color: rgb(20 19 19 / 0.85);
}

.focus\:bg-black\/90:focus{
  background-color: rgb(20 19 19 / 0.9);
}

.focus\:bg-black\/95:focus{
  background-color: rgb(20 19 19 / 0.95);
}

.focus\:bg-current:focus{
  background-color: currentColor;
}

.focus\:bg-error:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 91 / var(--tw-bg-opacity, 1));
}

.focus\:bg-error\/0:focus{
  background-color: rgb(255 113 91 / 0);
}

.focus\:bg-error\/10:focus{
  background-color: rgb(255 113 91 / 0.1);
}

.focus\:bg-error\/100:focus{
  background-color: rgb(255 113 91 / 1);
}

.focus\:bg-error\/15:focus{
  background-color: rgb(255 113 91 / 0.15);
}

.focus\:bg-error\/20:focus{
  background-color: rgb(255 113 91 / 0.2);
}

.focus\:bg-error\/25:focus{
  background-color: rgb(255 113 91 / 0.25);
}

.focus\:bg-error\/30:focus{
  background-color: rgb(255 113 91 / 0.3);
}

.focus\:bg-error\/35:focus{
  background-color: rgb(255 113 91 / 0.35);
}

.focus\:bg-error\/40:focus{
  background-color: rgb(255 113 91 / 0.4);
}

.focus\:bg-error\/45:focus{
  background-color: rgb(255 113 91 / 0.45);
}

.focus\:bg-error\/5:focus{
  background-color: rgb(255 113 91 / 0.05);
}

.focus\:bg-error\/50:focus{
  background-color: rgb(255 113 91 / 0.5);
}

.focus\:bg-error\/55:focus{
  background-color: rgb(255 113 91 / 0.55);
}

.focus\:bg-error\/60:focus{
  background-color: rgb(255 113 91 / 0.6);
}

.focus\:bg-error\/65:focus{
  background-color: rgb(255 113 91 / 0.65);
}

.focus\:bg-error\/70:focus{
  background-color: rgb(255 113 91 / 0.7);
}

.focus\:bg-error\/75:focus{
  background-color: rgb(255 113 91 / 0.75);
}

.focus\:bg-error\/80:focus{
  background-color: rgb(255 113 91 / 0.8);
}

.focus\:bg-error\/85:focus{
  background-color: rgb(255 113 91 / 0.85);
}

.focus\:bg-error\/90:focus{
  background-color: rgb(255 113 91 / 0.9);
}

.focus\:bg-error\/95:focus{
  background-color: rgb(255 113 91 / 0.95);
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-100\/0:focus{
  background-color: rgb(243 244 246 / 0);
}

.focus\:bg-gray-100\/10:focus{
  background-color: rgb(243 244 246 / 0.1);
}

.focus\:bg-gray-100\/100:focus{
  background-color: rgb(243 244 246 / 1);
}

.focus\:bg-gray-100\/15:focus{
  background-color: rgb(243 244 246 / 0.15);
}

.focus\:bg-gray-100\/20:focus{
  background-color: rgb(243 244 246 / 0.2);
}

.focus\:bg-gray-100\/25:focus{
  background-color: rgb(243 244 246 / 0.25);
}

.focus\:bg-gray-100\/30:focus{
  background-color: rgb(243 244 246 / 0.3);
}

.focus\:bg-gray-100\/35:focus{
  background-color: rgb(243 244 246 / 0.35);
}

.focus\:bg-gray-100\/40:focus{
  background-color: rgb(243 244 246 / 0.4);
}

.focus\:bg-gray-100\/45:focus{
  background-color: rgb(243 244 246 / 0.45);
}

.focus\:bg-gray-100\/5:focus{
  background-color: rgb(243 244 246 / 0.05);
}

.focus\:bg-gray-100\/50:focus{
  background-color: rgb(243 244 246 / 0.5);
}

.focus\:bg-gray-100\/55:focus{
  background-color: rgb(243 244 246 / 0.55);
}

.focus\:bg-gray-100\/60:focus{
  background-color: rgb(243 244 246 / 0.6);
}

.focus\:bg-gray-100\/65:focus{
  background-color: rgb(243 244 246 / 0.65);
}

.focus\:bg-gray-100\/70:focus{
  background-color: rgb(243 244 246 / 0.7);
}

.focus\:bg-gray-100\/75:focus{
  background-color: rgb(243 244 246 / 0.75);
}

.focus\:bg-gray-100\/80:focus{
  background-color: rgb(243 244 246 / 0.8);
}

.focus\:bg-gray-100\/85:focus{
  background-color: rgb(243 244 246 / 0.85);
}

.focus\:bg-gray-100\/90:focus{
  background-color: rgb(243 244 246 / 0.9);
}

.focus\:bg-gray-100\/95:focus{
  background-color: rgb(243 244 246 / 0.95);
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-200\/0:focus{
  background-color: rgb(229 231 235 / 0);
}

.focus\:bg-gray-200\/10:focus{
  background-color: rgb(229 231 235 / 0.1);
}

.focus\:bg-gray-200\/100:focus{
  background-color: rgb(229 231 235 / 1);
}

.focus\:bg-gray-200\/15:focus{
  background-color: rgb(229 231 235 / 0.15);
}

.focus\:bg-gray-200\/20:focus{
  background-color: rgb(229 231 235 / 0.2);
}

.focus\:bg-gray-200\/25:focus{
  background-color: rgb(229 231 235 / 0.25);
}

.focus\:bg-gray-200\/30:focus{
  background-color: rgb(229 231 235 / 0.3);
}

.focus\:bg-gray-200\/35:focus{
  background-color: rgb(229 231 235 / 0.35);
}

.focus\:bg-gray-200\/40:focus{
  background-color: rgb(229 231 235 / 0.4);
}

.focus\:bg-gray-200\/45:focus{
  background-color: rgb(229 231 235 / 0.45);
}

.focus\:bg-gray-200\/5:focus{
  background-color: rgb(229 231 235 / 0.05);
}

.focus\:bg-gray-200\/50:focus{
  background-color: rgb(229 231 235 / 0.5);
}

.focus\:bg-gray-200\/55:focus{
  background-color: rgb(229 231 235 / 0.55);
}

.focus\:bg-gray-200\/60:focus{
  background-color: rgb(229 231 235 / 0.6);
}

.focus\:bg-gray-200\/65:focus{
  background-color: rgb(229 231 235 / 0.65);
}

.focus\:bg-gray-200\/70:focus{
  background-color: rgb(229 231 235 / 0.7);
}

.focus\:bg-gray-200\/75:focus{
  background-color: rgb(229 231 235 / 0.75);
}

.focus\:bg-gray-200\/80:focus{
  background-color: rgb(229 231 235 / 0.8);
}

.focus\:bg-gray-200\/85:focus{
  background-color: rgb(229 231 235 / 0.85);
}

.focus\:bg-gray-200\/90:focus{
  background-color: rgb(229 231 235 / 0.9);
}

.focus\:bg-gray-200\/95:focus{
  background-color: rgb(229 231 235 / 0.95);
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-300\/0:focus{
  background-color: rgb(209 213 219 / 0);
}

.focus\:bg-gray-300\/10:focus{
  background-color: rgb(209 213 219 / 0.1);
}

.focus\:bg-gray-300\/100:focus{
  background-color: rgb(209 213 219 / 1);
}

.focus\:bg-gray-300\/15:focus{
  background-color: rgb(209 213 219 / 0.15);
}

.focus\:bg-gray-300\/20:focus{
  background-color: rgb(209 213 219 / 0.2);
}

.focus\:bg-gray-300\/25:focus{
  background-color: rgb(209 213 219 / 0.25);
}

.focus\:bg-gray-300\/30:focus{
  background-color: rgb(209 213 219 / 0.3);
}

.focus\:bg-gray-300\/35:focus{
  background-color: rgb(209 213 219 / 0.35);
}

.focus\:bg-gray-300\/40:focus{
  background-color: rgb(209 213 219 / 0.4);
}

.focus\:bg-gray-300\/45:focus{
  background-color: rgb(209 213 219 / 0.45);
}

.focus\:bg-gray-300\/5:focus{
  background-color: rgb(209 213 219 / 0.05);
}

.focus\:bg-gray-300\/50:focus{
  background-color: rgb(209 213 219 / 0.5);
}

.focus\:bg-gray-300\/55:focus{
  background-color: rgb(209 213 219 / 0.55);
}

.focus\:bg-gray-300\/60:focus{
  background-color: rgb(209 213 219 / 0.6);
}

.focus\:bg-gray-300\/65:focus{
  background-color: rgb(209 213 219 / 0.65);
}

.focus\:bg-gray-300\/70:focus{
  background-color: rgb(209 213 219 / 0.7);
}

.focus\:bg-gray-300\/75:focus{
  background-color: rgb(209 213 219 / 0.75);
}

.focus\:bg-gray-300\/80:focus{
  background-color: rgb(209 213 219 / 0.8);
}

.focus\:bg-gray-300\/85:focus{
  background-color: rgb(209 213 219 / 0.85);
}

.focus\:bg-gray-300\/90:focus{
  background-color: rgb(209 213 219 / 0.9);
}

.focus\:bg-gray-300\/95:focus{
  background-color: rgb(209 213 219 / 0.95);
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-400\/0:focus{
  background-color: rgb(156 163 175 / 0);
}

.focus\:bg-gray-400\/10:focus{
  background-color: rgb(156 163 175 / 0.1);
}

.focus\:bg-gray-400\/100:focus{
  background-color: rgb(156 163 175 / 1);
}

.focus\:bg-gray-400\/15:focus{
  background-color: rgb(156 163 175 / 0.15);
}

.focus\:bg-gray-400\/20:focus{
  background-color: rgb(156 163 175 / 0.2);
}

.focus\:bg-gray-400\/25:focus{
  background-color: rgb(156 163 175 / 0.25);
}

.focus\:bg-gray-400\/30:focus{
  background-color: rgb(156 163 175 / 0.3);
}

.focus\:bg-gray-400\/35:focus{
  background-color: rgb(156 163 175 / 0.35);
}

.focus\:bg-gray-400\/40:focus{
  background-color: rgb(156 163 175 / 0.4);
}

.focus\:bg-gray-400\/45:focus{
  background-color: rgb(156 163 175 / 0.45);
}

.focus\:bg-gray-400\/5:focus{
  background-color: rgb(156 163 175 / 0.05);
}

.focus\:bg-gray-400\/50:focus{
  background-color: rgb(156 163 175 / 0.5);
}

.focus\:bg-gray-400\/55:focus{
  background-color: rgb(156 163 175 / 0.55);
}

.focus\:bg-gray-400\/60:focus{
  background-color: rgb(156 163 175 / 0.6);
}

.focus\:bg-gray-400\/65:focus{
  background-color: rgb(156 163 175 / 0.65);
}

.focus\:bg-gray-400\/70:focus{
  background-color: rgb(156 163 175 / 0.7);
}

.focus\:bg-gray-400\/75:focus{
  background-color: rgb(156 163 175 / 0.75);
}

.focus\:bg-gray-400\/80:focus{
  background-color: rgb(156 163 175 / 0.8);
}

.focus\:bg-gray-400\/85:focus{
  background-color: rgb(156 163 175 / 0.85);
}

.focus\:bg-gray-400\/90:focus{
  background-color: rgb(156 163 175 / 0.9);
}

.focus\:bg-gray-400\/95:focus{
  background-color: rgb(156 163 175 / 0.95);
}

.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-50\/0:focus{
  background-color: rgb(249 250 251 / 0);
}

.focus\:bg-gray-50\/10:focus{
  background-color: rgb(249 250 251 / 0.1);
}

.focus\:bg-gray-50\/100:focus{
  background-color: rgb(249 250 251 / 1);
}

.focus\:bg-gray-50\/15:focus{
  background-color: rgb(249 250 251 / 0.15);
}

.focus\:bg-gray-50\/20:focus{
  background-color: rgb(249 250 251 / 0.2);
}

.focus\:bg-gray-50\/25:focus{
  background-color: rgb(249 250 251 / 0.25);
}

.focus\:bg-gray-50\/30:focus{
  background-color: rgb(249 250 251 / 0.3);
}

.focus\:bg-gray-50\/35:focus{
  background-color: rgb(249 250 251 / 0.35);
}

.focus\:bg-gray-50\/40:focus{
  background-color: rgb(249 250 251 / 0.4);
}

.focus\:bg-gray-50\/45:focus{
  background-color: rgb(249 250 251 / 0.45);
}

.focus\:bg-gray-50\/5:focus{
  background-color: rgb(249 250 251 / 0.05);
}

.focus\:bg-gray-50\/50:focus{
  background-color: rgb(249 250 251 / 0.5);
}

.focus\:bg-gray-50\/55:focus{
  background-color: rgb(249 250 251 / 0.55);
}

.focus\:bg-gray-50\/60:focus{
  background-color: rgb(249 250 251 / 0.6);
}

.focus\:bg-gray-50\/65:focus{
  background-color: rgb(249 250 251 / 0.65);
}

.focus\:bg-gray-50\/70:focus{
  background-color: rgb(249 250 251 / 0.7);
}

.focus\:bg-gray-50\/75:focus{
  background-color: rgb(249 250 251 / 0.75);
}

.focus\:bg-gray-50\/80:focus{
  background-color: rgb(249 250 251 / 0.8);
}

.focus\:bg-gray-50\/85:focus{
  background-color: rgb(249 250 251 / 0.85);
}

.focus\:bg-gray-50\/90:focus{
  background-color: rgb(249 250 251 / 0.9);
}

.focus\:bg-gray-50\/95:focus{
  background-color: rgb(249 250 251 / 0.95);
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-500\/0:focus{
  background-color: rgb(107 114 128 / 0);
}

.focus\:bg-gray-500\/10:focus{
  background-color: rgb(107 114 128 / 0.1);
}

.focus\:bg-gray-500\/100:focus{
  background-color: rgb(107 114 128 / 1);
}

.focus\:bg-gray-500\/15:focus{
  background-color: rgb(107 114 128 / 0.15);
}

.focus\:bg-gray-500\/20:focus{
  background-color: rgb(107 114 128 / 0.2);
}

.focus\:bg-gray-500\/25:focus{
  background-color: rgb(107 114 128 / 0.25);
}

.focus\:bg-gray-500\/30:focus{
  background-color: rgb(107 114 128 / 0.3);
}

.focus\:bg-gray-500\/35:focus{
  background-color: rgb(107 114 128 / 0.35);
}

.focus\:bg-gray-500\/40:focus{
  background-color: rgb(107 114 128 / 0.4);
}

.focus\:bg-gray-500\/45:focus{
  background-color: rgb(107 114 128 / 0.45);
}

.focus\:bg-gray-500\/5:focus{
  background-color: rgb(107 114 128 / 0.05);
}

.focus\:bg-gray-500\/50:focus{
  background-color: rgb(107 114 128 / 0.5);
}

.focus\:bg-gray-500\/55:focus{
  background-color: rgb(107 114 128 / 0.55);
}

.focus\:bg-gray-500\/60:focus{
  background-color: rgb(107 114 128 / 0.6);
}

.focus\:bg-gray-500\/65:focus{
  background-color: rgb(107 114 128 / 0.65);
}

.focus\:bg-gray-500\/70:focus{
  background-color: rgb(107 114 128 / 0.7);
}

.focus\:bg-gray-500\/75:focus{
  background-color: rgb(107 114 128 / 0.75);
}

.focus\:bg-gray-500\/80:focus{
  background-color: rgb(107 114 128 / 0.8);
}

.focus\:bg-gray-500\/85:focus{
  background-color: rgb(107 114 128 / 0.85);
}

.focus\:bg-gray-500\/90:focus{
  background-color: rgb(107 114 128 / 0.9);
}

.focus\:bg-gray-500\/95:focus{
  background-color: rgb(107 114 128 / 0.95);
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-600\/0:focus{
  background-color: rgb(75 85 99 / 0);
}

.focus\:bg-gray-600\/10:focus{
  background-color: rgb(75 85 99 / 0.1);
}

.focus\:bg-gray-600\/100:focus{
  background-color: rgb(75 85 99 / 1);
}

.focus\:bg-gray-600\/15:focus{
  background-color: rgb(75 85 99 / 0.15);
}

.focus\:bg-gray-600\/20:focus{
  background-color: rgb(75 85 99 / 0.2);
}

.focus\:bg-gray-600\/25:focus{
  background-color: rgb(75 85 99 / 0.25);
}

.focus\:bg-gray-600\/30:focus{
  background-color: rgb(75 85 99 / 0.3);
}

.focus\:bg-gray-600\/35:focus{
  background-color: rgb(75 85 99 / 0.35);
}

.focus\:bg-gray-600\/40:focus{
  background-color: rgb(75 85 99 / 0.4);
}

.focus\:bg-gray-600\/45:focus{
  background-color: rgb(75 85 99 / 0.45);
}

.focus\:bg-gray-600\/5:focus{
  background-color: rgb(75 85 99 / 0.05);
}

.focus\:bg-gray-600\/50:focus{
  background-color: rgb(75 85 99 / 0.5);
}

.focus\:bg-gray-600\/55:focus{
  background-color: rgb(75 85 99 / 0.55);
}

.focus\:bg-gray-600\/60:focus{
  background-color: rgb(75 85 99 / 0.6);
}

.focus\:bg-gray-600\/65:focus{
  background-color: rgb(75 85 99 / 0.65);
}

.focus\:bg-gray-600\/70:focus{
  background-color: rgb(75 85 99 / 0.7);
}

.focus\:bg-gray-600\/75:focus{
  background-color: rgb(75 85 99 / 0.75);
}

.focus\:bg-gray-600\/80:focus{
  background-color: rgb(75 85 99 / 0.8);
}

.focus\:bg-gray-600\/85:focus{
  background-color: rgb(75 85 99 / 0.85);
}

.focus\:bg-gray-600\/90:focus{
  background-color: rgb(75 85 99 / 0.9);
}

.focus\:bg-gray-600\/95:focus{
  background-color: rgb(75 85 99 / 0.95);
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-700\/0:focus{
  background-color: rgb(55 65 81 / 0);
}

.focus\:bg-gray-700\/10:focus{
  background-color: rgb(55 65 81 / 0.1);
}

.focus\:bg-gray-700\/100:focus{
  background-color: rgb(55 65 81 / 1);
}

.focus\:bg-gray-700\/15:focus{
  background-color: rgb(55 65 81 / 0.15);
}

.focus\:bg-gray-700\/20:focus{
  background-color: rgb(55 65 81 / 0.2);
}

.focus\:bg-gray-700\/25:focus{
  background-color: rgb(55 65 81 / 0.25);
}

.focus\:bg-gray-700\/30:focus{
  background-color: rgb(55 65 81 / 0.3);
}

.focus\:bg-gray-700\/35:focus{
  background-color: rgb(55 65 81 / 0.35);
}

.focus\:bg-gray-700\/40:focus{
  background-color: rgb(55 65 81 / 0.4);
}

.focus\:bg-gray-700\/45:focus{
  background-color: rgb(55 65 81 / 0.45);
}

.focus\:bg-gray-700\/5:focus{
  background-color: rgb(55 65 81 / 0.05);
}

.focus\:bg-gray-700\/50:focus{
  background-color: rgb(55 65 81 / 0.5);
}

.focus\:bg-gray-700\/55:focus{
  background-color: rgb(55 65 81 / 0.55);
}

.focus\:bg-gray-700\/60:focus{
  background-color: rgb(55 65 81 / 0.6);
}

.focus\:bg-gray-700\/65:focus{
  background-color: rgb(55 65 81 / 0.65);
}

.focus\:bg-gray-700\/70:focus{
  background-color: rgb(55 65 81 / 0.7);
}

.focus\:bg-gray-700\/75:focus{
  background-color: rgb(55 65 81 / 0.75);
}

.focus\:bg-gray-700\/80:focus{
  background-color: rgb(55 65 81 / 0.8);
}

.focus\:bg-gray-700\/85:focus{
  background-color: rgb(55 65 81 / 0.85);
}

.focus\:bg-gray-700\/90:focus{
  background-color: rgb(55 65 81 / 0.9);
}

.focus\:bg-gray-700\/95:focus{
  background-color: rgb(55 65 81 / 0.95);
}

.focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-800\/0:focus{
  background-color: rgb(31 41 55 / 0);
}

.focus\:bg-gray-800\/10:focus{
  background-color: rgb(31 41 55 / 0.1);
}

.focus\:bg-gray-800\/100:focus{
  background-color: rgb(31 41 55 / 1);
}

.focus\:bg-gray-800\/15:focus{
  background-color: rgb(31 41 55 / 0.15);
}

.focus\:bg-gray-800\/20:focus{
  background-color: rgb(31 41 55 / 0.2);
}

.focus\:bg-gray-800\/25:focus{
  background-color: rgb(31 41 55 / 0.25);
}

.focus\:bg-gray-800\/30:focus{
  background-color: rgb(31 41 55 / 0.3);
}

.focus\:bg-gray-800\/35:focus{
  background-color: rgb(31 41 55 / 0.35);
}

.focus\:bg-gray-800\/40:focus{
  background-color: rgb(31 41 55 / 0.4);
}

.focus\:bg-gray-800\/45:focus{
  background-color: rgb(31 41 55 / 0.45);
}

.focus\:bg-gray-800\/5:focus{
  background-color: rgb(31 41 55 / 0.05);
}

.focus\:bg-gray-800\/50:focus{
  background-color: rgb(31 41 55 / 0.5);
}

.focus\:bg-gray-800\/55:focus{
  background-color: rgb(31 41 55 / 0.55);
}

.focus\:bg-gray-800\/60:focus{
  background-color: rgb(31 41 55 / 0.6);
}

.focus\:bg-gray-800\/65:focus{
  background-color: rgb(31 41 55 / 0.65);
}

.focus\:bg-gray-800\/70:focus{
  background-color: rgb(31 41 55 / 0.7);
}

.focus\:bg-gray-800\/75:focus{
  background-color: rgb(31 41 55 / 0.75);
}

.focus\:bg-gray-800\/80:focus{
  background-color: rgb(31 41 55 / 0.8);
}

.focus\:bg-gray-800\/85:focus{
  background-color: rgb(31 41 55 / 0.85);
}

.focus\:bg-gray-800\/90:focus{
  background-color: rgb(31 41 55 / 0.9);
}

.focus\:bg-gray-800\/95:focus{
  background-color: rgb(31 41 55 / 0.95);
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-900\/0:focus{
  background-color: rgb(17 24 39 / 0);
}

.focus\:bg-gray-900\/10:focus{
  background-color: rgb(17 24 39 / 0.1);
}

.focus\:bg-gray-900\/100:focus{
  background-color: rgb(17 24 39 / 1);
}

.focus\:bg-gray-900\/15:focus{
  background-color: rgb(17 24 39 / 0.15);
}

.focus\:bg-gray-900\/20:focus{
  background-color: rgb(17 24 39 / 0.2);
}

.focus\:bg-gray-900\/25:focus{
  background-color: rgb(17 24 39 / 0.25);
}

.focus\:bg-gray-900\/30:focus{
  background-color: rgb(17 24 39 / 0.3);
}

.focus\:bg-gray-900\/35:focus{
  background-color: rgb(17 24 39 / 0.35);
}

.focus\:bg-gray-900\/40:focus{
  background-color: rgb(17 24 39 / 0.4);
}

.focus\:bg-gray-900\/45:focus{
  background-color: rgb(17 24 39 / 0.45);
}

.focus\:bg-gray-900\/5:focus{
  background-color: rgb(17 24 39 / 0.05);
}

.focus\:bg-gray-900\/50:focus{
  background-color: rgb(17 24 39 / 0.5);
}

.focus\:bg-gray-900\/55:focus{
  background-color: rgb(17 24 39 / 0.55);
}

.focus\:bg-gray-900\/60:focus{
  background-color: rgb(17 24 39 / 0.6);
}

.focus\:bg-gray-900\/65:focus{
  background-color: rgb(17 24 39 / 0.65);
}

.focus\:bg-gray-900\/70:focus{
  background-color: rgb(17 24 39 / 0.7);
}

.focus\:bg-gray-900\/75:focus{
  background-color: rgb(17 24 39 / 0.75);
}

.focus\:bg-gray-900\/80:focus{
  background-color: rgb(17 24 39 / 0.8);
}

.focus\:bg-gray-900\/85:focus{
  background-color: rgb(17 24 39 / 0.85);
}

.focus\:bg-gray-900\/90:focus{
  background-color: rgb(17 24 39 / 0.9);
}

.focus\:bg-gray-900\/95:focus{
  background-color: rgb(17 24 39 / 0.95);
}

.focus\:bg-gray-950:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-950\/0:focus{
  background-color: rgb(3 7 18 / 0);
}

.focus\:bg-gray-950\/10:focus{
  background-color: rgb(3 7 18 / 0.1);
}

.focus\:bg-gray-950\/100:focus{
  background-color: rgb(3 7 18 / 1);
}

.focus\:bg-gray-950\/15:focus{
  background-color: rgb(3 7 18 / 0.15);
}

.focus\:bg-gray-950\/20:focus{
  background-color: rgb(3 7 18 / 0.2);
}

.focus\:bg-gray-950\/25:focus{
  background-color: rgb(3 7 18 / 0.25);
}

.focus\:bg-gray-950\/30:focus{
  background-color: rgb(3 7 18 / 0.3);
}

.focus\:bg-gray-950\/35:focus{
  background-color: rgb(3 7 18 / 0.35);
}

.focus\:bg-gray-950\/40:focus{
  background-color: rgb(3 7 18 / 0.4);
}

.focus\:bg-gray-950\/45:focus{
  background-color: rgb(3 7 18 / 0.45);
}

.focus\:bg-gray-950\/5:focus{
  background-color: rgb(3 7 18 / 0.05);
}

.focus\:bg-gray-950\/50:focus{
  background-color: rgb(3 7 18 / 0.5);
}

.focus\:bg-gray-950\/55:focus{
  background-color: rgb(3 7 18 / 0.55);
}

.focus\:bg-gray-950\/60:focus{
  background-color: rgb(3 7 18 / 0.6);
}

.focus\:bg-gray-950\/65:focus{
  background-color: rgb(3 7 18 / 0.65);
}

.focus\:bg-gray-950\/70:focus{
  background-color: rgb(3 7 18 / 0.7);
}

.focus\:bg-gray-950\/75:focus{
  background-color: rgb(3 7 18 / 0.75);
}

.focus\:bg-gray-950\/80:focus{
  background-color: rgb(3 7 18 / 0.8);
}

.focus\:bg-gray-950\/85:focus{
  background-color: rgb(3 7 18 / 0.85);
}

.focus\:bg-gray-950\/90:focus{
  background-color: rgb(3 7 18 / 0.9);
}

.focus\:bg-gray-950\/95:focus{
  background-color: rgb(3 7 18 / 0.95);
}

.focus\:bg-inherit:focus{
  background-color: inherit;
}

.focus\:bg-primary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(16 46 52 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-dark\/0:focus{
  background-color: rgb(16 46 52 / 0);
}

.focus\:bg-primary-dark\/10:focus{
  background-color: rgb(16 46 52 / 0.1);
}

.focus\:bg-primary-dark\/100:focus{
  background-color: rgb(16 46 52 / 1);
}

.focus\:bg-primary-dark\/15:focus{
  background-color: rgb(16 46 52 / 0.15);
}

.focus\:bg-primary-dark\/20:focus{
  background-color: rgb(16 46 52 / 0.2);
}

.focus\:bg-primary-dark\/25:focus{
  background-color: rgb(16 46 52 / 0.25);
}

.focus\:bg-primary-dark\/30:focus{
  background-color: rgb(16 46 52 / 0.3);
}

.focus\:bg-primary-dark\/35:focus{
  background-color: rgb(16 46 52 / 0.35);
}

.focus\:bg-primary-dark\/40:focus{
  background-color: rgb(16 46 52 / 0.4);
}

.focus\:bg-primary-dark\/45:focus{
  background-color: rgb(16 46 52 / 0.45);
}

.focus\:bg-primary-dark\/5:focus{
  background-color: rgb(16 46 52 / 0.05);
}

.focus\:bg-primary-dark\/50:focus{
  background-color: rgb(16 46 52 / 0.5);
}

.focus\:bg-primary-dark\/55:focus{
  background-color: rgb(16 46 52 / 0.55);
}

.focus\:bg-primary-dark\/60:focus{
  background-color: rgb(16 46 52 / 0.6);
}

.focus\:bg-primary-dark\/65:focus{
  background-color: rgb(16 46 52 / 0.65);
}

.focus\:bg-primary-dark\/70:focus{
  background-color: rgb(16 46 52 / 0.7);
}

.focus\:bg-primary-dark\/75:focus{
  background-color: rgb(16 46 52 / 0.75);
}

.focus\:bg-primary-dark\/80:focus{
  background-color: rgb(16 46 52 / 0.8);
}

.focus\:bg-primary-dark\/85:focus{
  background-color: rgb(16 46 52 / 0.85);
}

.focus\:bg-primary-dark\/90:focus{
  background-color: rgb(16 46 52 / 0.9);
}

.focus\:bg-primary-dark\/95:focus{
  background-color: rgb(16 46 52 / 0.95);
}

.focus\:bg-primary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(39 84 94 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-light\/0:focus{
  background-color: rgb(39 84 94 / 0);
}

.focus\:bg-primary-light\/10:focus{
  background-color: rgb(39 84 94 / 0.1);
}

.focus\:bg-primary-light\/100:focus{
  background-color: rgb(39 84 94 / 1);
}

.focus\:bg-primary-light\/15:focus{
  background-color: rgb(39 84 94 / 0.15);
}

.focus\:bg-primary-light\/20:focus{
  background-color: rgb(39 84 94 / 0.2);
}

.focus\:bg-primary-light\/25:focus{
  background-color: rgb(39 84 94 / 0.25);
}

.focus\:bg-primary-light\/30:focus{
  background-color: rgb(39 84 94 / 0.3);
}

.focus\:bg-primary-light\/35:focus{
  background-color: rgb(39 84 94 / 0.35);
}

.focus\:bg-primary-light\/40:focus{
  background-color: rgb(39 84 94 / 0.4);
}

.focus\:bg-primary-light\/45:focus{
  background-color: rgb(39 84 94 / 0.45);
}

.focus\:bg-primary-light\/5:focus{
  background-color: rgb(39 84 94 / 0.05);
}

.focus\:bg-primary-light\/50:focus{
  background-color: rgb(39 84 94 / 0.5);
}

.focus\:bg-primary-light\/55:focus{
  background-color: rgb(39 84 94 / 0.55);
}

.focus\:bg-primary-light\/60:focus{
  background-color: rgb(39 84 94 / 0.6);
}

.focus\:bg-primary-light\/65:focus{
  background-color: rgb(39 84 94 / 0.65);
}

.focus\:bg-primary-light\/70:focus{
  background-color: rgb(39 84 94 / 0.7);
}

.focus\:bg-primary-light\/75:focus{
  background-color: rgb(39 84 94 / 0.75);
}

.focus\:bg-primary-light\/80:focus{
  background-color: rgb(39 84 94 / 0.8);
}

.focus\:bg-primary-light\/85:focus{
  background-color: rgb(39 84 94 / 0.85);
}

.focus\:bg-primary-light\/90:focus{
  background-color: rgb(39 84 94 / 0.9);
}

.focus\:bg-primary-light\/95:focus{
  background-color: rgb(39 84 94 / 0.95);
}

.focus\:bg-primary\/0:focus{
  background-color: rgb(33 69 77 / 0);
}

.focus\:bg-primary\/10:focus{
  background-color: rgb(33 69 77 / 0.1);
}

.focus\:bg-primary\/100:focus{
  background-color: rgb(33 69 77 / 1);
}

.focus\:bg-primary\/15:focus{
  background-color: rgb(33 69 77 / 0.15);
}

.focus\:bg-primary\/20:focus{
  background-color: rgb(33 69 77 / 0.2);
}

.focus\:bg-primary\/25:focus{
  background-color: rgb(33 69 77 / 0.25);
}

.focus\:bg-primary\/30:focus{
  background-color: rgb(33 69 77 / 0.3);
}

.focus\:bg-primary\/35:focus{
  background-color: rgb(33 69 77 / 0.35);
}

.focus\:bg-primary\/40:focus{
  background-color: rgb(33 69 77 / 0.4);
}

.focus\:bg-primary\/45:focus{
  background-color: rgb(33 69 77 / 0.45);
}

.focus\:bg-primary\/5:focus{
  background-color: rgb(33 69 77 / 0.05);
}

.focus\:bg-primary\/50:focus{
  background-color: rgb(33 69 77 / 0.5);
}

.focus\:bg-primary\/55:focus{
  background-color: rgb(33 69 77 / 0.55);
}

.focus\:bg-primary\/60:focus{
  background-color: rgb(33 69 77 / 0.6);
}

.focus\:bg-primary\/65:focus{
  background-color: rgb(33 69 77 / 0.65);
}

.focus\:bg-primary\/70:focus{
  background-color: rgb(33 69 77 / 0.7);
}

.focus\:bg-primary\/75:focus{
  background-color: rgb(33 69 77 / 0.75);
}

.focus\:bg-primary\/80:focus{
  background-color: rgb(33 69 77 / 0.8);
}

.focus\:bg-primary\/85:focus{
  background-color: rgb(33 69 77 / 0.85);
}

.focus\:bg-primary\/90:focus{
  background-color: rgb(33 69 77 / 0.9);
}

.focus\:bg-primary\/95:focus{
  background-color: rgb(33 69 77 / 0.95);
}

.focus\:bg-secondary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(84 173 194 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 153 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-dark\/0:focus{
  background-color: rgb(0 124 153 / 0);
}

.focus\:bg-secondary-dark\/10:focus{
  background-color: rgb(0 124 153 / 0.1);
}

.focus\:bg-secondary-dark\/100:focus{
  background-color: rgb(0 124 153 / 1);
}

.focus\:bg-secondary-dark\/15:focus{
  background-color: rgb(0 124 153 / 0.15);
}

.focus\:bg-secondary-dark\/20:focus{
  background-color: rgb(0 124 153 / 0.2);
}

.focus\:bg-secondary-dark\/25:focus{
  background-color: rgb(0 124 153 / 0.25);
}

.focus\:bg-secondary-dark\/30:focus{
  background-color: rgb(0 124 153 / 0.3);
}

.focus\:bg-secondary-dark\/35:focus{
  background-color: rgb(0 124 153 / 0.35);
}

.focus\:bg-secondary-dark\/40:focus{
  background-color: rgb(0 124 153 / 0.4);
}

.focus\:bg-secondary-dark\/45:focus{
  background-color: rgb(0 124 153 / 0.45);
}

.focus\:bg-secondary-dark\/5:focus{
  background-color: rgb(0 124 153 / 0.05);
}

.focus\:bg-secondary-dark\/50:focus{
  background-color: rgb(0 124 153 / 0.5);
}

.focus\:bg-secondary-dark\/55:focus{
  background-color: rgb(0 124 153 / 0.55);
}

.focus\:bg-secondary-dark\/60:focus{
  background-color: rgb(0 124 153 / 0.6);
}

.focus\:bg-secondary-dark\/65:focus{
  background-color: rgb(0 124 153 / 0.65);
}

.focus\:bg-secondary-dark\/70:focus{
  background-color: rgb(0 124 153 / 0.7);
}

.focus\:bg-secondary-dark\/75:focus{
  background-color: rgb(0 124 153 / 0.75);
}

.focus\:bg-secondary-dark\/80:focus{
  background-color: rgb(0 124 153 / 0.8);
}

.focus\:bg-secondary-dark\/85:focus{
  background-color: rgb(0 124 153 / 0.85);
}

.focus\:bg-secondary-dark\/90:focus{
  background-color: rgb(0 124 153 / 0.9);
}

.focus\:bg-secondary-dark\/95:focus{
  background-color: rgb(0 124 153 / 0.95);
}

.focus\:bg-secondary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(194 233 242 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-light\/0:focus{
  background-color: rgb(194 233 242 / 0);
}

.focus\:bg-secondary-light\/10:focus{
  background-color: rgb(194 233 242 / 0.1);
}

.focus\:bg-secondary-light\/100:focus{
  background-color: rgb(194 233 242 / 1);
}

.focus\:bg-secondary-light\/15:focus{
  background-color: rgb(194 233 242 / 0.15);
}

.focus\:bg-secondary-light\/20:focus{
  background-color: rgb(194 233 242 / 0.2);
}

.focus\:bg-secondary-light\/25:focus{
  background-color: rgb(194 233 242 / 0.25);
}

.focus\:bg-secondary-light\/30:focus{
  background-color: rgb(194 233 242 / 0.3);
}

.focus\:bg-secondary-light\/35:focus{
  background-color: rgb(194 233 242 / 0.35);
}

.focus\:bg-secondary-light\/40:focus{
  background-color: rgb(194 233 242 / 0.4);
}

.focus\:bg-secondary-light\/45:focus{
  background-color: rgb(194 233 242 / 0.45);
}

.focus\:bg-secondary-light\/5:focus{
  background-color: rgb(194 233 242 / 0.05);
}

.focus\:bg-secondary-light\/50:focus{
  background-color: rgb(194 233 242 / 0.5);
}

.focus\:bg-secondary-light\/55:focus{
  background-color: rgb(194 233 242 / 0.55);
}

.focus\:bg-secondary-light\/60:focus{
  background-color: rgb(194 233 242 / 0.6);
}

.focus\:bg-secondary-light\/65:focus{
  background-color: rgb(194 233 242 / 0.65);
}

.focus\:bg-secondary-light\/70:focus{
  background-color: rgb(194 233 242 / 0.7);
}

.focus\:bg-secondary-light\/75:focus{
  background-color: rgb(194 233 242 / 0.75);
}

.focus\:bg-secondary-light\/80:focus{
  background-color: rgb(194 233 242 / 0.8);
}

.focus\:bg-secondary-light\/85:focus{
  background-color: rgb(194 233 242 / 0.85);
}

.focus\:bg-secondary-light\/90:focus{
  background-color: rgb(194 233 242 / 0.9);
}

.focus\:bg-secondary-light\/95:focus{
  background-color: rgb(194 233 242 / 0.95);
}

.focus\:bg-secondary\/0:focus{
  background-color: rgb(84 173 194 / 0);
}

.focus\:bg-secondary\/10:focus{
  background-color: rgb(84 173 194 / 0.1);
}

.focus\:bg-secondary\/100:focus{
  background-color: rgb(84 173 194 / 1);
}

.focus\:bg-secondary\/15:focus{
  background-color: rgb(84 173 194 / 0.15);
}

.focus\:bg-secondary\/20:focus{
  background-color: rgb(84 173 194 / 0.2);
}

.focus\:bg-secondary\/25:focus{
  background-color: rgb(84 173 194 / 0.25);
}

.focus\:bg-secondary\/30:focus{
  background-color: rgb(84 173 194 / 0.3);
}

.focus\:bg-secondary\/35:focus{
  background-color: rgb(84 173 194 / 0.35);
}

.focus\:bg-secondary\/40:focus{
  background-color: rgb(84 173 194 / 0.4);
}

.focus\:bg-secondary\/45:focus{
  background-color: rgb(84 173 194 / 0.45);
}

.focus\:bg-secondary\/5:focus{
  background-color: rgb(84 173 194 / 0.05);
}

.focus\:bg-secondary\/50:focus{
  background-color: rgb(84 173 194 / 0.5);
}

.focus\:bg-secondary\/55:focus{
  background-color: rgb(84 173 194 / 0.55);
}

.focus\:bg-secondary\/60:focus{
  background-color: rgb(84 173 194 / 0.6);
}

.focus\:bg-secondary\/65:focus{
  background-color: rgb(84 173 194 / 0.65);
}

.focus\:bg-secondary\/70:focus{
  background-color: rgb(84 173 194 / 0.7);
}

.focus\:bg-secondary\/75:focus{
  background-color: rgb(84 173 194 / 0.75);
}

.focus\:bg-secondary\/80:focus{
  background-color: rgb(84 173 194 / 0.8);
}

.focus\:bg-secondary\/85:focus{
  background-color: rgb(84 173 194 / 0.85);
}

.focus\:bg-secondary\/90:focus{
  background-color: rgb(84 173 194 / 0.9);
}

.focus\:bg-secondary\/95:focus{
  background-color: rgb(84 173 194 / 0.95);
}

.focus\:bg-tan:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 233 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tan\/0:focus{
  background-color: rgb(240 238 233 / 0);
}

.focus\:bg-tan\/10:focus{
  background-color: rgb(240 238 233 / 0.1);
}

.focus\:bg-tan\/100:focus{
  background-color: rgb(240 238 233 / 1);
}

.focus\:bg-tan\/15:focus{
  background-color: rgb(240 238 233 / 0.15);
}

.focus\:bg-tan\/20:focus{
  background-color: rgb(240 238 233 / 0.2);
}

.focus\:bg-tan\/25:focus{
  background-color: rgb(240 238 233 / 0.25);
}

.focus\:bg-tan\/30:focus{
  background-color: rgb(240 238 233 / 0.3);
}

.focus\:bg-tan\/35:focus{
  background-color: rgb(240 238 233 / 0.35);
}

.focus\:bg-tan\/40:focus{
  background-color: rgb(240 238 233 / 0.4);
}

.focus\:bg-tan\/45:focus{
  background-color: rgb(240 238 233 / 0.45);
}

.focus\:bg-tan\/5:focus{
  background-color: rgb(240 238 233 / 0.05);
}

.focus\:bg-tan\/50:focus{
  background-color: rgb(240 238 233 / 0.5);
}

.focus\:bg-tan\/55:focus{
  background-color: rgb(240 238 233 / 0.55);
}

.focus\:bg-tan\/60:focus{
  background-color: rgb(240 238 233 / 0.6);
}

.focus\:bg-tan\/65:focus{
  background-color: rgb(240 238 233 / 0.65);
}

.focus\:bg-tan\/70:focus{
  background-color: rgb(240 238 233 / 0.7);
}

.focus\:bg-tan\/75:focus{
  background-color: rgb(240 238 233 / 0.75);
}

.focus\:bg-tan\/80:focus{
  background-color: rgb(240 238 233 / 0.8);
}

.focus\:bg-tan\/85:focus{
  background-color: rgb(240 238 233 / 0.85);
}

.focus\:bg-tan\/90:focus{
  background-color: rgb(240 238 233 / 0.9);
}

.focus\:bg-tan\/95:focus{
  background-color: rgb(240 238 233 / 0.95);
}

.focus\:bg-transparent:focus{
  background-color: transparent;
}

.focus\:bg-transparent\/0:focus{
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-transparent\/10:focus{
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-transparent\/100:focus{
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-transparent\/15:focus{
  background-color: rgb(0 0 0 / 0.15);
}

.focus\:bg-transparent\/20:focus{
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-transparent\/25:focus{
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-transparent\/30:focus{
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-transparent\/35:focus{
  background-color: rgb(0 0 0 / 0.35);
}

.focus\:bg-transparent\/40:focus{
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-transparent\/45:focus{
  background-color: rgb(0 0 0 / 0.45);
}

.focus\:bg-transparent\/5:focus{
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-transparent\/50:focus{
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-transparent\/55:focus{
  background-color: rgb(0 0 0 / 0.55);
}

.focus\:bg-transparent\/60:focus{
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-transparent\/65:focus{
  background-color: rgb(0 0 0 / 0.65);
}

.focus\:bg-transparent\/70:focus{
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-transparent\/75:focus{
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-transparent\/80:focus{
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-transparent\/85:focus{
  background-color: rgb(0 0 0 / 0.85);
}

.focus\:bg-transparent\/90:focus{
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-transparent\/95:focus{
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white\/0:focus{
  background-color: rgb(255 255 255 / 0);
}

.focus\:bg-white\/10:focus{
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:bg-white\/100:focus{
  background-color: rgb(255 255 255 / 1);
}

.focus\:bg-white\/15:focus{
  background-color: rgb(255 255 255 / 0.15);
}

.focus\:bg-white\/20:focus{
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:bg-white\/25:focus{
  background-color: rgb(255 255 255 / 0.25);
}

.focus\:bg-white\/30:focus{
  background-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-white\/35:focus{
  background-color: rgb(255 255 255 / 0.35);
}

.focus\:bg-white\/40:focus{
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-white\/45:focus{
  background-color: rgb(255 255 255 / 0.45);
}

.focus\:bg-white\/5:focus{
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:bg-white\/50:focus{
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-white\/55:focus{
  background-color: rgb(255 255 255 / 0.55);
}

.focus\:bg-white\/60:focus{
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-white\/65:focus{
  background-color: rgb(255 255 255 / 0.65);
}

.focus\:bg-white\/70:focus{
  background-color: rgb(255 255 255 / 0.7);
}

.focus\:bg-white\/75:focus{
  background-color: rgb(255 255 255 / 0.75);
}

.focus\:bg-white\/80:focus{
  background-color: rgb(255 255 255 / 0.8);
}

.focus\:bg-white\/85:focus{
  background-color: rgb(255 255 255 / 0.85);
}

.focus\:bg-white\/90:focus{
  background-color: rgb(255 255 255 / 0.9);
}

.focus\:bg-white\/95:focus{
  background-color: rgb(255 255 255 / 0.95);
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-15:focus{
  --tw-bg-opacity: 0.15;
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-35:focus{
  --tw-bg-opacity: 0.35;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-45:focus{
  --tw-bg-opacity: 0.45;
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-55:focus{
  --tw-bg-opacity: 0.55;
}

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-65:focus{
  --tw-bg-opacity: 0.65;
}

.focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-85:focus{
  --tw-bg-opacity: 0.85;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

.focus\:bg-gradient-to-b:focus{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-bl:focus{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-br:focus{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-l:focus{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-r:focus{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-t:focus{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-tl:focus{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-tr:focus{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.focus\:bg-none:focus{
  background-image: none;
}

.focus\:bg-auto:focus{
  background-size: auto;
}

.focus\:bg-contain:focus{
  background-size: contain;
}

.focus\:bg-cover:focus{
  background-size: cover;
}

.focus\:bg-fixed:focus{
  background-attachment: fixed;
}

.focus\:bg-local:focus{
  background-attachment: local;
}

.focus\:bg-scroll:focus{
  background-attachment: scroll;
}

.focus\:bg-clip-border:focus{
  background-clip: border-box;
}

.focus\:bg-clip-padding:focus{
  background-clip: padding-box;
}

.focus\:bg-clip-content:focus{
  background-clip: content-box;
}

.focus\:bg-clip-text:focus{
  -webkit-background-clip: text;
          background-clip: text;
}

.focus\:bg-bottom:focus{
  background-position: bottom;
}

.focus\:bg-center:focus{
  background-position: center;
}

.focus\:bg-left:focus{
  background-position: left;
}

.focus\:bg-left-bottom:focus{
  background-position: left bottom;
}

.focus\:bg-left-top:focus{
  background-position: left top;
}

.focus\:bg-right:focus{
  background-position: right;
}

.focus\:bg-right-bottom:focus{
  background-position: right bottom;
}

.focus\:bg-right-top:focus{
  background-position: right top;
}

.focus\:bg-top:focus{
  background-position: top;
}

.focus\:bg-repeat:focus{
  background-repeat: repeat;
}

.focus\:bg-no-repeat:focus{
  background-repeat: no-repeat;
}

.focus\:bg-repeat-x:focus{
  background-repeat: repeat-x;
}

.focus\:bg-repeat-y:focus{
  background-repeat: repeat-y;
}

.focus\:bg-repeat-round:focus{
  background-repeat: round;
}

.focus\:bg-repeat-space:focus{
  background-repeat: space;
}

.focus\:bg-origin-border:focus{
  background-origin: border-box;
}

.focus\:bg-origin-padding:focus{
  background-origin: padding-box;
}

.focus\:bg-origin-content:focus{
  background-origin: content-box;
}

.focus\:text-left:focus{
  text-align: left;
}

.focus\:text-center:focus{
  text-align: center;
}

.focus\:text-right:focus{
  text-align: right;
}

.focus\:text-justify:focus{
  text-align: justify;
}

.focus\:text-start:focus{
  text-align: start;
}

.focus\:text-end:focus{
  text-align: end;
}

.focus\:align-text-top:focus{
  vertical-align: text-top;
}

.focus\:align-text-bottom:focus{
  vertical-align: text-bottom;
}

.focus\:text-2xl:focus{
  font-size: 1.5rem;
  line-height: 2rem;
}

.focus\:text-3xl:focus{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.focus\:text-4xl:focus{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.focus\:text-5xl:focus{
  font-size: 3rem;
  line-height: 1;
}

.focus\:text-6xl:focus{
  font-size: 3.75rem;
  line-height: 1;
}

.focus\:text-7xl:focus{
  font-size: 4.5rem;
  line-height: 1;
}

.focus\:text-8xl:focus{
  font-size: 6rem;
  line-height: 1;
}

.focus\:text-9xl:focus{
  font-size: 8rem;
  line-height: 1;
}

.focus\:text-base:focus{
  font-size: 1rem;
  line-height: 1.5rem;
}

.focus\:text-lg:focus{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.focus\:text-sm:focus{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.focus\:text-xl:focus{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.focus\:text-xs:focus{
  font-size: 0.75rem;
  line-height: 1rem;
}

.focus\:text-accent-orange:focus{
  --tw-text-opacity: 1;
  color: rgb(255 170 26 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-orange\/0:focus{
  color: rgb(255 170 26 / 0);
}

.focus\:text-accent-orange\/10:focus{
  color: rgb(255 170 26 / 0.1);
}

.focus\:text-accent-orange\/100:focus{
  color: rgb(255 170 26 / 1);
}

.focus\:text-accent-orange\/15:focus{
  color: rgb(255 170 26 / 0.15);
}

.focus\:text-accent-orange\/20:focus{
  color: rgb(255 170 26 / 0.2);
}

.focus\:text-accent-orange\/25:focus{
  color: rgb(255 170 26 / 0.25);
}

.focus\:text-accent-orange\/30:focus{
  color: rgb(255 170 26 / 0.3);
}

.focus\:text-accent-orange\/35:focus{
  color: rgb(255 170 26 / 0.35);
}

.focus\:text-accent-orange\/40:focus{
  color: rgb(255 170 26 / 0.4);
}

.focus\:text-accent-orange\/45:focus{
  color: rgb(255 170 26 / 0.45);
}

.focus\:text-accent-orange\/5:focus{
  color: rgb(255 170 26 / 0.05);
}

.focus\:text-accent-orange\/50:focus{
  color: rgb(255 170 26 / 0.5);
}

.focus\:text-accent-orange\/55:focus{
  color: rgb(255 170 26 / 0.55);
}

.focus\:text-accent-orange\/60:focus{
  color: rgb(255 170 26 / 0.6);
}

.focus\:text-accent-orange\/65:focus{
  color: rgb(255 170 26 / 0.65);
}

.focus\:text-accent-orange\/70:focus{
  color: rgb(255 170 26 / 0.7);
}

.focus\:text-accent-orange\/75:focus{
  color: rgb(255 170 26 / 0.75);
}

.focus\:text-accent-orange\/80:focus{
  color: rgb(255 170 26 / 0.8);
}

.focus\:text-accent-orange\/85:focus{
  color: rgb(255 170 26 / 0.85);
}

.focus\:text-accent-orange\/90:focus{
  color: rgb(255 170 26 / 0.9);
}

.focus\:text-accent-orange\/95:focus{
  color: rgb(255 170 26 / 0.95);
}

.focus\:text-accent-red:focus{
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-red\/0:focus{
  color: rgb(255 113 91 / 0);
}

.focus\:text-accent-red\/10:focus{
  color: rgb(255 113 91 / 0.1);
}

.focus\:text-accent-red\/100:focus{
  color: rgb(255 113 91 / 1);
}

.focus\:text-accent-red\/15:focus{
  color: rgb(255 113 91 / 0.15);
}

.focus\:text-accent-red\/20:focus{
  color: rgb(255 113 91 / 0.2);
}

.focus\:text-accent-red\/25:focus{
  color: rgb(255 113 91 / 0.25);
}

.focus\:text-accent-red\/30:focus{
  color: rgb(255 113 91 / 0.3);
}

.focus\:text-accent-red\/35:focus{
  color: rgb(255 113 91 / 0.35);
}

.focus\:text-accent-red\/40:focus{
  color: rgb(255 113 91 / 0.4);
}

.focus\:text-accent-red\/45:focus{
  color: rgb(255 113 91 / 0.45);
}

.focus\:text-accent-red\/5:focus{
  color: rgb(255 113 91 / 0.05);
}

.focus\:text-accent-red\/50:focus{
  color: rgb(255 113 91 / 0.5);
}

.focus\:text-accent-red\/55:focus{
  color: rgb(255 113 91 / 0.55);
}

.focus\:text-accent-red\/60:focus{
  color: rgb(255 113 91 / 0.6);
}

.focus\:text-accent-red\/65:focus{
  color: rgb(255 113 91 / 0.65);
}

.focus\:text-accent-red\/70:focus{
  color: rgb(255 113 91 / 0.7);
}

.focus\:text-accent-red\/75:focus{
  color: rgb(255 113 91 / 0.75);
}

.focus\:text-accent-red\/80:focus{
  color: rgb(255 113 91 / 0.8);
}

.focus\:text-accent-red\/85:focus{
  color: rgb(255 113 91 / 0.85);
}

.focus\:text-accent-red\/90:focus{
  color: rgb(255 113 91 / 0.9);
}

.focus\:text-accent-red\/95:focus{
  color: rgb(255 113 91 / 0.95);
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(20 19 19 / var(--tw-text-opacity, 1));
}

.focus\:text-black\/0:focus{
  color: rgb(20 19 19 / 0);
}

.focus\:text-black\/10:focus{
  color: rgb(20 19 19 / 0.1);
}

.focus\:text-black\/100:focus{
  color: rgb(20 19 19 / 1);
}

.focus\:text-black\/15:focus{
  color: rgb(20 19 19 / 0.15);
}

.focus\:text-black\/20:focus{
  color: rgb(20 19 19 / 0.2);
}

.focus\:text-black\/25:focus{
  color: rgb(20 19 19 / 0.25);
}

.focus\:text-black\/30:focus{
  color: rgb(20 19 19 / 0.3);
}

.focus\:text-black\/35:focus{
  color: rgb(20 19 19 / 0.35);
}

.focus\:text-black\/40:focus{
  color: rgb(20 19 19 / 0.4);
}

.focus\:text-black\/45:focus{
  color: rgb(20 19 19 / 0.45);
}

.focus\:text-black\/5:focus{
  color: rgb(20 19 19 / 0.05);
}

.focus\:text-black\/50:focus{
  color: rgb(20 19 19 / 0.5);
}

.focus\:text-black\/55:focus{
  color: rgb(20 19 19 / 0.55);
}

.focus\:text-black\/60:focus{
  color: rgb(20 19 19 / 0.6);
}

.focus\:text-black\/65:focus{
  color: rgb(20 19 19 / 0.65);
}

.focus\:text-black\/70:focus{
  color: rgb(20 19 19 / 0.7);
}

.focus\:text-black\/75:focus{
  color: rgb(20 19 19 / 0.75);
}

.focus\:text-black\/80:focus{
  color: rgb(20 19 19 / 0.8);
}

.focus\:text-black\/85:focus{
  color: rgb(20 19 19 / 0.85);
}

.focus\:text-black\/90:focus{
  color: rgb(20 19 19 / 0.9);
}

.focus\:text-black\/95:focus{
  color: rgb(20 19 19 / 0.95);
}

.focus\:text-current:focus{
  color: currentColor;
}

.focus\:text-error:focus{
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}

.focus\:text-error\/0:focus{
  color: rgb(255 113 91 / 0);
}

.focus\:text-error\/10:focus{
  color: rgb(255 113 91 / 0.1);
}

.focus\:text-error\/100:focus{
  color: rgb(255 113 91 / 1);
}

.focus\:text-error\/15:focus{
  color: rgb(255 113 91 / 0.15);
}

.focus\:text-error\/20:focus{
  color: rgb(255 113 91 / 0.2);
}

.focus\:text-error\/25:focus{
  color: rgb(255 113 91 / 0.25);
}

.focus\:text-error\/30:focus{
  color: rgb(255 113 91 / 0.3);
}

.focus\:text-error\/35:focus{
  color: rgb(255 113 91 / 0.35);
}

.focus\:text-error\/40:focus{
  color: rgb(255 113 91 / 0.4);
}

.focus\:text-error\/45:focus{
  color: rgb(255 113 91 / 0.45);
}

.focus\:text-error\/5:focus{
  color: rgb(255 113 91 / 0.05);
}

.focus\:text-error\/50:focus{
  color: rgb(255 113 91 / 0.5);
}

.focus\:text-error\/55:focus{
  color: rgb(255 113 91 / 0.55);
}

.focus\:text-error\/60:focus{
  color: rgb(255 113 91 / 0.6);
}

.focus\:text-error\/65:focus{
  color: rgb(255 113 91 / 0.65);
}

.focus\:text-error\/70:focus{
  color: rgb(255 113 91 / 0.7);
}

.focus\:text-error\/75:focus{
  color: rgb(255 113 91 / 0.75);
}

.focus\:text-error\/80:focus{
  color: rgb(255 113 91 / 0.8);
}

.focus\:text-error\/85:focus{
  color: rgb(255 113 91 / 0.85);
}

.focus\:text-error\/90:focus{
  color: rgb(255 113 91 / 0.9);
}

.focus\:text-error\/95:focus{
  color: rgb(255 113 91 / 0.95);
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-100\/0:focus{
  color: rgb(243 244 246 / 0);
}

.focus\:text-gray-100\/10:focus{
  color: rgb(243 244 246 / 0.1);
}

.focus\:text-gray-100\/100:focus{
  color: rgb(243 244 246 / 1);
}

.focus\:text-gray-100\/15:focus{
  color: rgb(243 244 246 / 0.15);
}

.focus\:text-gray-100\/20:focus{
  color: rgb(243 244 246 / 0.2);
}

.focus\:text-gray-100\/25:focus{
  color: rgb(243 244 246 / 0.25);
}

.focus\:text-gray-100\/30:focus{
  color: rgb(243 244 246 / 0.3);
}

.focus\:text-gray-100\/35:focus{
  color: rgb(243 244 246 / 0.35);
}

.focus\:text-gray-100\/40:focus{
  color: rgb(243 244 246 / 0.4);
}

.focus\:text-gray-100\/45:focus{
  color: rgb(243 244 246 / 0.45);
}

.focus\:text-gray-100\/5:focus{
  color: rgb(243 244 246 / 0.05);
}

.focus\:text-gray-100\/50:focus{
  color: rgb(243 244 246 / 0.5);
}

.focus\:text-gray-100\/55:focus{
  color: rgb(243 244 246 / 0.55);
}

.focus\:text-gray-100\/60:focus{
  color: rgb(243 244 246 / 0.6);
}

.focus\:text-gray-100\/65:focus{
  color: rgb(243 244 246 / 0.65);
}

.focus\:text-gray-100\/70:focus{
  color: rgb(243 244 246 / 0.7);
}

.focus\:text-gray-100\/75:focus{
  color: rgb(243 244 246 / 0.75);
}

.focus\:text-gray-100\/80:focus{
  color: rgb(243 244 246 / 0.8);
}

.focus\:text-gray-100\/85:focus{
  color: rgb(243 244 246 / 0.85);
}

.focus\:text-gray-100\/90:focus{
  color: rgb(243 244 246 / 0.9);
}

.focus\:text-gray-100\/95:focus{
  color: rgb(243 244 246 / 0.95);
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-200\/0:focus{
  color: rgb(229 231 235 / 0);
}

.focus\:text-gray-200\/10:focus{
  color: rgb(229 231 235 / 0.1);
}

.focus\:text-gray-200\/100:focus{
  color: rgb(229 231 235 / 1);
}

.focus\:text-gray-200\/15:focus{
  color: rgb(229 231 235 / 0.15);
}

.focus\:text-gray-200\/20:focus{
  color: rgb(229 231 235 / 0.2);
}

.focus\:text-gray-200\/25:focus{
  color: rgb(229 231 235 / 0.25);
}

.focus\:text-gray-200\/30:focus{
  color: rgb(229 231 235 / 0.3);
}

.focus\:text-gray-200\/35:focus{
  color: rgb(229 231 235 / 0.35);
}

.focus\:text-gray-200\/40:focus{
  color: rgb(229 231 235 / 0.4);
}

.focus\:text-gray-200\/45:focus{
  color: rgb(229 231 235 / 0.45);
}

.focus\:text-gray-200\/5:focus{
  color: rgb(229 231 235 / 0.05);
}

.focus\:text-gray-200\/50:focus{
  color: rgb(229 231 235 / 0.5);
}

.focus\:text-gray-200\/55:focus{
  color: rgb(229 231 235 / 0.55);
}

.focus\:text-gray-200\/60:focus{
  color: rgb(229 231 235 / 0.6);
}

.focus\:text-gray-200\/65:focus{
  color: rgb(229 231 235 / 0.65);
}

.focus\:text-gray-200\/70:focus{
  color: rgb(229 231 235 / 0.7);
}

.focus\:text-gray-200\/75:focus{
  color: rgb(229 231 235 / 0.75);
}

.focus\:text-gray-200\/80:focus{
  color: rgb(229 231 235 / 0.8);
}

.focus\:text-gray-200\/85:focus{
  color: rgb(229 231 235 / 0.85);
}

.focus\:text-gray-200\/90:focus{
  color: rgb(229 231 235 / 0.9);
}

.focus\:text-gray-200\/95:focus{
  color: rgb(229 231 235 / 0.95);
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-300\/0:focus{
  color: rgb(209 213 219 / 0);
}

.focus\:text-gray-300\/10:focus{
  color: rgb(209 213 219 / 0.1);
}

.focus\:text-gray-300\/100:focus{
  color: rgb(209 213 219 / 1);
}

.focus\:text-gray-300\/15:focus{
  color: rgb(209 213 219 / 0.15);
}

.focus\:text-gray-300\/20:focus{
  color: rgb(209 213 219 / 0.2);
}

.focus\:text-gray-300\/25:focus{
  color: rgb(209 213 219 / 0.25);
}

.focus\:text-gray-300\/30:focus{
  color: rgb(209 213 219 / 0.3);
}

.focus\:text-gray-300\/35:focus{
  color: rgb(209 213 219 / 0.35);
}

.focus\:text-gray-300\/40:focus{
  color: rgb(209 213 219 / 0.4);
}

.focus\:text-gray-300\/45:focus{
  color: rgb(209 213 219 / 0.45);
}

.focus\:text-gray-300\/5:focus{
  color: rgb(209 213 219 / 0.05);
}

.focus\:text-gray-300\/50:focus{
  color: rgb(209 213 219 / 0.5);
}

.focus\:text-gray-300\/55:focus{
  color: rgb(209 213 219 / 0.55);
}

.focus\:text-gray-300\/60:focus{
  color: rgb(209 213 219 / 0.6);
}

.focus\:text-gray-300\/65:focus{
  color: rgb(209 213 219 / 0.65);
}

.focus\:text-gray-300\/70:focus{
  color: rgb(209 213 219 / 0.7);
}

.focus\:text-gray-300\/75:focus{
  color: rgb(209 213 219 / 0.75);
}

.focus\:text-gray-300\/80:focus{
  color: rgb(209 213 219 / 0.8);
}

.focus\:text-gray-300\/85:focus{
  color: rgb(209 213 219 / 0.85);
}

.focus\:text-gray-300\/90:focus{
  color: rgb(209 213 219 / 0.9);
}

.focus\:text-gray-300\/95:focus{
  color: rgb(209 213 219 / 0.95);
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-400\/0:focus{
  color: rgb(156 163 175 / 0);
}

.focus\:text-gray-400\/10:focus{
  color: rgb(156 163 175 / 0.1);
}

.focus\:text-gray-400\/100:focus{
  color: rgb(156 163 175 / 1);
}

.focus\:text-gray-400\/15:focus{
  color: rgb(156 163 175 / 0.15);
}

.focus\:text-gray-400\/20:focus{
  color: rgb(156 163 175 / 0.2);
}

.focus\:text-gray-400\/25:focus{
  color: rgb(156 163 175 / 0.25);
}

.focus\:text-gray-400\/30:focus{
  color: rgb(156 163 175 / 0.3);
}

.focus\:text-gray-400\/35:focus{
  color: rgb(156 163 175 / 0.35);
}

.focus\:text-gray-400\/40:focus{
  color: rgb(156 163 175 / 0.4);
}

.focus\:text-gray-400\/45:focus{
  color: rgb(156 163 175 / 0.45);
}

.focus\:text-gray-400\/5:focus{
  color: rgb(156 163 175 / 0.05);
}

.focus\:text-gray-400\/50:focus{
  color: rgb(156 163 175 / 0.5);
}

.focus\:text-gray-400\/55:focus{
  color: rgb(156 163 175 / 0.55);
}

.focus\:text-gray-400\/60:focus{
  color: rgb(156 163 175 / 0.6);
}

.focus\:text-gray-400\/65:focus{
  color: rgb(156 163 175 / 0.65);
}

.focus\:text-gray-400\/70:focus{
  color: rgb(156 163 175 / 0.7);
}

.focus\:text-gray-400\/75:focus{
  color: rgb(156 163 175 / 0.75);
}

.focus\:text-gray-400\/80:focus{
  color: rgb(156 163 175 / 0.8);
}

.focus\:text-gray-400\/85:focus{
  color: rgb(156 163 175 / 0.85);
}

.focus\:text-gray-400\/90:focus{
  color: rgb(156 163 175 / 0.9);
}

.focus\:text-gray-400\/95:focus{
  color: rgb(156 163 175 / 0.95);
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-50\/0:focus{
  color: rgb(249 250 251 / 0);
}

.focus\:text-gray-50\/10:focus{
  color: rgb(249 250 251 / 0.1);
}

.focus\:text-gray-50\/100:focus{
  color: rgb(249 250 251 / 1);
}

.focus\:text-gray-50\/15:focus{
  color: rgb(249 250 251 / 0.15);
}

.focus\:text-gray-50\/20:focus{
  color: rgb(249 250 251 / 0.2);
}

.focus\:text-gray-50\/25:focus{
  color: rgb(249 250 251 / 0.25);
}

.focus\:text-gray-50\/30:focus{
  color: rgb(249 250 251 / 0.3);
}

.focus\:text-gray-50\/35:focus{
  color: rgb(249 250 251 / 0.35);
}

.focus\:text-gray-50\/40:focus{
  color: rgb(249 250 251 / 0.4);
}

.focus\:text-gray-50\/45:focus{
  color: rgb(249 250 251 / 0.45);
}

.focus\:text-gray-50\/5:focus{
  color: rgb(249 250 251 / 0.05);
}

.focus\:text-gray-50\/50:focus{
  color: rgb(249 250 251 / 0.5);
}

.focus\:text-gray-50\/55:focus{
  color: rgb(249 250 251 / 0.55);
}

.focus\:text-gray-50\/60:focus{
  color: rgb(249 250 251 / 0.6);
}

.focus\:text-gray-50\/65:focus{
  color: rgb(249 250 251 / 0.65);
}

.focus\:text-gray-50\/70:focus{
  color: rgb(249 250 251 / 0.7);
}

.focus\:text-gray-50\/75:focus{
  color: rgb(249 250 251 / 0.75);
}

.focus\:text-gray-50\/80:focus{
  color: rgb(249 250 251 / 0.8);
}

.focus\:text-gray-50\/85:focus{
  color: rgb(249 250 251 / 0.85);
}

.focus\:text-gray-50\/90:focus{
  color: rgb(249 250 251 / 0.9);
}

.focus\:text-gray-50\/95:focus{
  color: rgb(249 250 251 / 0.95);
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-500\/0:focus{
  color: rgb(107 114 128 / 0);
}

.focus\:text-gray-500\/10:focus{
  color: rgb(107 114 128 / 0.1);
}

.focus\:text-gray-500\/100:focus{
  color: rgb(107 114 128 / 1);
}

.focus\:text-gray-500\/15:focus{
  color: rgb(107 114 128 / 0.15);
}

.focus\:text-gray-500\/20:focus{
  color: rgb(107 114 128 / 0.2);
}

.focus\:text-gray-500\/25:focus{
  color: rgb(107 114 128 / 0.25);
}

.focus\:text-gray-500\/30:focus{
  color: rgb(107 114 128 / 0.3);
}

.focus\:text-gray-500\/35:focus{
  color: rgb(107 114 128 / 0.35);
}

.focus\:text-gray-500\/40:focus{
  color: rgb(107 114 128 / 0.4);
}

.focus\:text-gray-500\/45:focus{
  color: rgb(107 114 128 / 0.45);
}

.focus\:text-gray-500\/5:focus{
  color: rgb(107 114 128 / 0.05);
}

.focus\:text-gray-500\/50:focus{
  color: rgb(107 114 128 / 0.5);
}

.focus\:text-gray-500\/55:focus{
  color: rgb(107 114 128 / 0.55);
}

.focus\:text-gray-500\/60:focus{
  color: rgb(107 114 128 / 0.6);
}

.focus\:text-gray-500\/65:focus{
  color: rgb(107 114 128 / 0.65);
}

.focus\:text-gray-500\/70:focus{
  color: rgb(107 114 128 / 0.7);
}

.focus\:text-gray-500\/75:focus{
  color: rgb(107 114 128 / 0.75);
}

.focus\:text-gray-500\/80:focus{
  color: rgb(107 114 128 / 0.8);
}

.focus\:text-gray-500\/85:focus{
  color: rgb(107 114 128 / 0.85);
}

.focus\:text-gray-500\/90:focus{
  color: rgb(107 114 128 / 0.9);
}

.focus\:text-gray-500\/95:focus{
  color: rgb(107 114 128 / 0.95);
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-600\/0:focus{
  color: rgb(75 85 99 / 0);
}

.focus\:text-gray-600\/10:focus{
  color: rgb(75 85 99 / 0.1);
}

.focus\:text-gray-600\/100:focus{
  color: rgb(75 85 99 / 1);
}

.focus\:text-gray-600\/15:focus{
  color: rgb(75 85 99 / 0.15);
}

.focus\:text-gray-600\/20:focus{
  color: rgb(75 85 99 / 0.2);
}

.focus\:text-gray-600\/25:focus{
  color: rgb(75 85 99 / 0.25);
}

.focus\:text-gray-600\/30:focus{
  color: rgb(75 85 99 / 0.3);
}

.focus\:text-gray-600\/35:focus{
  color: rgb(75 85 99 / 0.35);
}

.focus\:text-gray-600\/40:focus{
  color: rgb(75 85 99 / 0.4);
}

.focus\:text-gray-600\/45:focus{
  color: rgb(75 85 99 / 0.45);
}

.focus\:text-gray-600\/5:focus{
  color: rgb(75 85 99 / 0.05);
}

.focus\:text-gray-600\/50:focus{
  color: rgb(75 85 99 / 0.5);
}

.focus\:text-gray-600\/55:focus{
  color: rgb(75 85 99 / 0.55);
}

.focus\:text-gray-600\/60:focus{
  color: rgb(75 85 99 / 0.6);
}

.focus\:text-gray-600\/65:focus{
  color: rgb(75 85 99 / 0.65);
}

.focus\:text-gray-600\/70:focus{
  color: rgb(75 85 99 / 0.7);
}

.focus\:text-gray-600\/75:focus{
  color: rgb(75 85 99 / 0.75);
}

.focus\:text-gray-600\/80:focus{
  color: rgb(75 85 99 / 0.8);
}

.focus\:text-gray-600\/85:focus{
  color: rgb(75 85 99 / 0.85);
}

.focus\:text-gray-600\/90:focus{
  color: rgb(75 85 99 / 0.9);
}

.focus\:text-gray-600\/95:focus{
  color: rgb(75 85 99 / 0.95);
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-700\/0:focus{
  color: rgb(55 65 81 / 0);
}

.focus\:text-gray-700\/10:focus{
  color: rgb(55 65 81 / 0.1);
}

.focus\:text-gray-700\/100:focus{
  color: rgb(55 65 81 / 1);
}

.focus\:text-gray-700\/15:focus{
  color: rgb(55 65 81 / 0.15);
}

.focus\:text-gray-700\/20:focus{
  color: rgb(55 65 81 / 0.2);
}

.focus\:text-gray-700\/25:focus{
  color: rgb(55 65 81 / 0.25);
}

.focus\:text-gray-700\/30:focus{
  color: rgb(55 65 81 / 0.3);
}

.focus\:text-gray-700\/35:focus{
  color: rgb(55 65 81 / 0.35);
}

.focus\:text-gray-700\/40:focus{
  color: rgb(55 65 81 / 0.4);
}

.focus\:text-gray-700\/45:focus{
  color: rgb(55 65 81 / 0.45);
}

.focus\:text-gray-700\/5:focus{
  color: rgb(55 65 81 / 0.05);
}

.focus\:text-gray-700\/50:focus{
  color: rgb(55 65 81 / 0.5);
}

.focus\:text-gray-700\/55:focus{
  color: rgb(55 65 81 / 0.55);
}

.focus\:text-gray-700\/60:focus{
  color: rgb(55 65 81 / 0.6);
}

.focus\:text-gray-700\/65:focus{
  color: rgb(55 65 81 / 0.65);
}

.focus\:text-gray-700\/70:focus{
  color: rgb(55 65 81 / 0.7);
}

.focus\:text-gray-700\/75:focus{
  color: rgb(55 65 81 / 0.75);
}

.focus\:text-gray-700\/80:focus{
  color: rgb(55 65 81 / 0.8);
}

.focus\:text-gray-700\/85:focus{
  color: rgb(55 65 81 / 0.85);
}

.focus\:text-gray-700\/90:focus{
  color: rgb(55 65 81 / 0.9);
}

.focus\:text-gray-700\/95:focus{
  color: rgb(55 65 81 / 0.95);
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-800\/0:focus{
  color: rgb(31 41 55 / 0);
}

.focus\:text-gray-800\/10:focus{
  color: rgb(31 41 55 / 0.1);
}

.focus\:text-gray-800\/100:focus{
  color: rgb(31 41 55 / 1);
}

.focus\:text-gray-800\/15:focus{
  color: rgb(31 41 55 / 0.15);
}

.focus\:text-gray-800\/20:focus{
  color: rgb(31 41 55 / 0.2);
}

.focus\:text-gray-800\/25:focus{
  color: rgb(31 41 55 / 0.25);
}

.focus\:text-gray-800\/30:focus{
  color: rgb(31 41 55 / 0.3);
}

.focus\:text-gray-800\/35:focus{
  color: rgb(31 41 55 / 0.35);
}

.focus\:text-gray-800\/40:focus{
  color: rgb(31 41 55 / 0.4);
}

.focus\:text-gray-800\/45:focus{
  color: rgb(31 41 55 / 0.45);
}

.focus\:text-gray-800\/5:focus{
  color: rgb(31 41 55 / 0.05);
}

.focus\:text-gray-800\/50:focus{
  color: rgb(31 41 55 / 0.5);
}

.focus\:text-gray-800\/55:focus{
  color: rgb(31 41 55 / 0.55);
}

.focus\:text-gray-800\/60:focus{
  color: rgb(31 41 55 / 0.6);
}

.focus\:text-gray-800\/65:focus{
  color: rgb(31 41 55 / 0.65);
}

.focus\:text-gray-800\/70:focus{
  color: rgb(31 41 55 / 0.7);
}

.focus\:text-gray-800\/75:focus{
  color: rgb(31 41 55 / 0.75);
}

.focus\:text-gray-800\/80:focus{
  color: rgb(31 41 55 / 0.8);
}

.focus\:text-gray-800\/85:focus{
  color: rgb(31 41 55 / 0.85);
}

.focus\:text-gray-800\/90:focus{
  color: rgb(31 41 55 / 0.9);
}

.focus\:text-gray-800\/95:focus{
  color: rgb(31 41 55 / 0.95);
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-900\/0:focus{
  color: rgb(17 24 39 / 0);
}

.focus\:text-gray-900\/10:focus{
  color: rgb(17 24 39 / 0.1);
}

.focus\:text-gray-900\/100:focus{
  color: rgb(17 24 39 / 1);
}

.focus\:text-gray-900\/15:focus{
  color: rgb(17 24 39 / 0.15);
}

.focus\:text-gray-900\/20:focus{
  color: rgb(17 24 39 / 0.2);
}

.focus\:text-gray-900\/25:focus{
  color: rgb(17 24 39 / 0.25);
}

.focus\:text-gray-900\/30:focus{
  color: rgb(17 24 39 / 0.3);
}

.focus\:text-gray-900\/35:focus{
  color: rgb(17 24 39 / 0.35);
}

.focus\:text-gray-900\/40:focus{
  color: rgb(17 24 39 / 0.4);
}

.focus\:text-gray-900\/45:focus{
  color: rgb(17 24 39 / 0.45);
}

.focus\:text-gray-900\/5:focus{
  color: rgb(17 24 39 / 0.05);
}

.focus\:text-gray-900\/50:focus{
  color: rgb(17 24 39 / 0.5);
}

.focus\:text-gray-900\/55:focus{
  color: rgb(17 24 39 / 0.55);
}

.focus\:text-gray-900\/60:focus{
  color: rgb(17 24 39 / 0.6);
}

.focus\:text-gray-900\/65:focus{
  color: rgb(17 24 39 / 0.65);
}

.focus\:text-gray-900\/70:focus{
  color: rgb(17 24 39 / 0.7);
}

.focus\:text-gray-900\/75:focus{
  color: rgb(17 24 39 / 0.75);
}

.focus\:text-gray-900\/80:focus{
  color: rgb(17 24 39 / 0.8);
}

.focus\:text-gray-900\/85:focus{
  color: rgb(17 24 39 / 0.85);
}

.focus\:text-gray-900\/90:focus{
  color: rgb(17 24 39 / 0.9);
}

.focus\:text-gray-900\/95:focus{
  color: rgb(17 24 39 / 0.95);
}

.focus\:text-gray-950:focus{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-950\/0:focus{
  color: rgb(3 7 18 / 0);
}

.focus\:text-gray-950\/10:focus{
  color: rgb(3 7 18 / 0.1);
}

.focus\:text-gray-950\/100:focus{
  color: rgb(3 7 18 / 1);
}

.focus\:text-gray-950\/15:focus{
  color: rgb(3 7 18 / 0.15);
}

.focus\:text-gray-950\/20:focus{
  color: rgb(3 7 18 / 0.2);
}

.focus\:text-gray-950\/25:focus{
  color: rgb(3 7 18 / 0.25);
}

.focus\:text-gray-950\/30:focus{
  color: rgb(3 7 18 / 0.3);
}

.focus\:text-gray-950\/35:focus{
  color: rgb(3 7 18 / 0.35);
}

.focus\:text-gray-950\/40:focus{
  color: rgb(3 7 18 / 0.4);
}

.focus\:text-gray-950\/45:focus{
  color: rgb(3 7 18 / 0.45);
}

.focus\:text-gray-950\/5:focus{
  color: rgb(3 7 18 / 0.05);
}

.focus\:text-gray-950\/50:focus{
  color: rgb(3 7 18 / 0.5);
}

.focus\:text-gray-950\/55:focus{
  color: rgb(3 7 18 / 0.55);
}

.focus\:text-gray-950\/60:focus{
  color: rgb(3 7 18 / 0.6);
}

.focus\:text-gray-950\/65:focus{
  color: rgb(3 7 18 / 0.65);
}

.focus\:text-gray-950\/70:focus{
  color: rgb(3 7 18 / 0.7);
}

.focus\:text-gray-950\/75:focus{
  color: rgb(3 7 18 / 0.75);
}

.focus\:text-gray-950\/80:focus{
  color: rgb(3 7 18 / 0.8);
}

.focus\:text-gray-950\/85:focus{
  color: rgb(3 7 18 / 0.85);
}

.focus\:text-gray-950\/90:focus{
  color: rgb(3 7 18 / 0.9);
}

.focus\:text-gray-950\/95:focus{
  color: rgb(3 7 18 / 0.95);
}

.focus\:text-inherit:focus{
  color: inherit;
}

.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-dark:focus{
  --tw-text-opacity: 1;
  color: rgb(16 46 52 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-dark\/0:focus{
  color: rgb(16 46 52 / 0);
}

.focus\:text-primary-dark\/10:focus{
  color: rgb(16 46 52 / 0.1);
}

.focus\:text-primary-dark\/100:focus{
  color: rgb(16 46 52 / 1);
}

.focus\:text-primary-dark\/15:focus{
  color: rgb(16 46 52 / 0.15);
}

.focus\:text-primary-dark\/20:focus{
  color: rgb(16 46 52 / 0.2);
}

.focus\:text-primary-dark\/25:focus{
  color: rgb(16 46 52 / 0.25);
}

.focus\:text-primary-dark\/30:focus{
  color: rgb(16 46 52 / 0.3);
}

.focus\:text-primary-dark\/35:focus{
  color: rgb(16 46 52 / 0.35);
}

.focus\:text-primary-dark\/40:focus{
  color: rgb(16 46 52 / 0.4);
}

.focus\:text-primary-dark\/45:focus{
  color: rgb(16 46 52 / 0.45);
}

.focus\:text-primary-dark\/5:focus{
  color: rgb(16 46 52 / 0.05);
}

.focus\:text-primary-dark\/50:focus{
  color: rgb(16 46 52 / 0.5);
}

.focus\:text-primary-dark\/55:focus{
  color: rgb(16 46 52 / 0.55);
}

.focus\:text-primary-dark\/60:focus{
  color: rgb(16 46 52 / 0.6);
}

.focus\:text-primary-dark\/65:focus{
  color: rgb(16 46 52 / 0.65);
}

.focus\:text-primary-dark\/70:focus{
  color: rgb(16 46 52 / 0.7);
}

.focus\:text-primary-dark\/75:focus{
  color: rgb(16 46 52 / 0.75);
}

.focus\:text-primary-dark\/80:focus{
  color: rgb(16 46 52 / 0.8);
}

.focus\:text-primary-dark\/85:focus{
  color: rgb(16 46 52 / 0.85);
}

.focus\:text-primary-dark\/90:focus{
  color: rgb(16 46 52 / 0.9);
}

.focus\:text-primary-dark\/95:focus{
  color: rgb(16 46 52 / 0.95);
}

.focus\:text-primary-light:focus{
  --tw-text-opacity: 1;
  color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-light\/0:focus{
  color: rgb(39 84 94 / 0);
}

.focus\:text-primary-light\/10:focus{
  color: rgb(39 84 94 / 0.1);
}

.focus\:text-primary-light\/100:focus{
  color: rgb(39 84 94 / 1);
}

.focus\:text-primary-light\/15:focus{
  color: rgb(39 84 94 / 0.15);
}

.focus\:text-primary-light\/20:focus{
  color: rgb(39 84 94 / 0.2);
}

.focus\:text-primary-light\/25:focus{
  color: rgb(39 84 94 / 0.25);
}

.focus\:text-primary-light\/30:focus{
  color: rgb(39 84 94 / 0.3);
}

.focus\:text-primary-light\/35:focus{
  color: rgb(39 84 94 / 0.35);
}

.focus\:text-primary-light\/40:focus{
  color: rgb(39 84 94 / 0.4);
}

.focus\:text-primary-light\/45:focus{
  color: rgb(39 84 94 / 0.45);
}

.focus\:text-primary-light\/5:focus{
  color: rgb(39 84 94 / 0.05);
}

.focus\:text-primary-light\/50:focus{
  color: rgb(39 84 94 / 0.5);
}

.focus\:text-primary-light\/55:focus{
  color: rgb(39 84 94 / 0.55);
}

.focus\:text-primary-light\/60:focus{
  color: rgb(39 84 94 / 0.6);
}

.focus\:text-primary-light\/65:focus{
  color: rgb(39 84 94 / 0.65);
}

.focus\:text-primary-light\/70:focus{
  color: rgb(39 84 94 / 0.7);
}

.focus\:text-primary-light\/75:focus{
  color: rgb(39 84 94 / 0.75);
}

.focus\:text-primary-light\/80:focus{
  color: rgb(39 84 94 / 0.8);
}

.focus\:text-primary-light\/85:focus{
  color: rgb(39 84 94 / 0.85);
}

.focus\:text-primary-light\/90:focus{
  color: rgb(39 84 94 / 0.9);
}

.focus\:text-primary-light\/95:focus{
  color: rgb(39 84 94 / 0.95);
}

.focus\:text-primary\/0:focus{
  color: rgb(33 69 77 / 0);
}

.focus\:text-primary\/10:focus{
  color: rgb(33 69 77 / 0.1);
}

.focus\:text-primary\/100:focus{
  color: rgb(33 69 77 / 1);
}

.focus\:text-primary\/15:focus{
  color: rgb(33 69 77 / 0.15);
}

.focus\:text-primary\/20:focus{
  color: rgb(33 69 77 / 0.2);
}

.focus\:text-primary\/25:focus{
  color: rgb(33 69 77 / 0.25);
}

.focus\:text-primary\/30:focus{
  color: rgb(33 69 77 / 0.3);
}

.focus\:text-primary\/35:focus{
  color: rgb(33 69 77 / 0.35);
}

.focus\:text-primary\/40:focus{
  color: rgb(33 69 77 / 0.4);
}

.focus\:text-primary\/45:focus{
  color: rgb(33 69 77 / 0.45);
}

.focus\:text-primary\/5:focus{
  color: rgb(33 69 77 / 0.05);
}

.focus\:text-primary\/50:focus{
  color: rgb(33 69 77 / 0.5);
}

.focus\:text-primary\/55:focus{
  color: rgb(33 69 77 / 0.55);
}

.focus\:text-primary\/60:focus{
  color: rgb(33 69 77 / 0.6);
}

.focus\:text-primary\/65:focus{
  color: rgb(33 69 77 / 0.65);
}

.focus\:text-primary\/70:focus{
  color: rgb(33 69 77 / 0.7);
}

.focus\:text-primary\/75:focus{
  color: rgb(33 69 77 / 0.75);
}

.focus\:text-primary\/80:focus{
  color: rgb(33 69 77 / 0.8);
}

.focus\:text-primary\/85:focus{
  color: rgb(33 69 77 / 0.85);
}

.focus\:text-primary\/90:focus{
  color: rgb(33 69 77 / 0.9);
}

.focus\:text-primary\/95:focus{
  color: rgb(33 69 77 / 0.95);
}

.focus\:text-secondary:focus{
  --tw-text-opacity: 1;
  color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-dark:focus{
  --tw-text-opacity: 1;
  color: rgb(0 124 153 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-dark\/0:focus{
  color: rgb(0 124 153 / 0);
}

.focus\:text-secondary-dark\/10:focus{
  color: rgb(0 124 153 / 0.1);
}

.focus\:text-secondary-dark\/100:focus{
  color: rgb(0 124 153 / 1);
}

.focus\:text-secondary-dark\/15:focus{
  color: rgb(0 124 153 / 0.15);
}

.focus\:text-secondary-dark\/20:focus{
  color: rgb(0 124 153 / 0.2);
}

.focus\:text-secondary-dark\/25:focus{
  color: rgb(0 124 153 / 0.25);
}

.focus\:text-secondary-dark\/30:focus{
  color: rgb(0 124 153 / 0.3);
}

.focus\:text-secondary-dark\/35:focus{
  color: rgb(0 124 153 / 0.35);
}

.focus\:text-secondary-dark\/40:focus{
  color: rgb(0 124 153 / 0.4);
}

.focus\:text-secondary-dark\/45:focus{
  color: rgb(0 124 153 / 0.45);
}

.focus\:text-secondary-dark\/5:focus{
  color: rgb(0 124 153 / 0.05);
}

.focus\:text-secondary-dark\/50:focus{
  color: rgb(0 124 153 / 0.5);
}

.focus\:text-secondary-dark\/55:focus{
  color: rgb(0 124 153 / 0.55);
}

.focus\:text-secondary-dark\/60:focus{
  color: rgb(0 124 153 / 0.6);
}

.focus\:text-secondary-dark\/65:focus{
  color: rgb(0 124 153 / 0.65);
}

.focus\:text-secondary-dark\/70:focus{
  color: rgb(0 124 153 / 0.7);
}

.focus\:text-secondary-dark\/75:focus{
  color: rgb(0 124 153 / 0.75);
}

.focus\:text-secondary-dark\/80:focus{
  color: rgb(0 124 153 / 0.8);
}

.focus\:text-secondary-dark\/85:focus{
  color: rgb(0 124 153 / 0.85);
}

.focus\:text-secondary-dark\/90:focus{
  color: rgb(0 124 153 / 0.9);
}

.focus\:text-secondary-dark\/95:focus{
  color: rgb(0 124 153 / 0.95);
}

.focus\:text-secondary-light:focus{
  --tw-text-opacity: 1;
  color: rgb(194 233 242 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-light\/0:focus{
  color: rgb(194 233 242 / 0);
}

.focus\:text-secondary-light\/10:focus{
  color: rgb(194 233 242 / 0.1);
}

.focus\:text-secondary-light\/100:focus{
  color: rgb(194 233 242 / 1);
}

.focus\:text-secondary-light\/15:focus{
  color: rgb(194 233 242 / 0.15);
}

.focus\:text-secondary-light\/20:focus{
  color: rgb(194 233 242 / 0.2);
}

.focus\:text-secondary-light\/25:focus{
  color: rgb(194 233 242 / 0.25);
}

.focus\:text-secondary-light\/30:focus{
  color: rgb(194 233 242 / 0.3);
}

.focus\:text-secondary-light\/35:focus{
  color: rgb(194 233 242 / 0.35);
}

.focus\:text-secondary-light\/40:focus{
  color: rgb(194 233 242 / 0.4);
}

.focus\:text-secondary-light\/45:focus{
  color: rgb(194 233 242 / 0.45);
}

.focus\:text-secondary-light\/5:focus{
  color: rgb(194 233 242 / 0.05);
}

.focus\:text-secondary-light\/50:focus{
  color: rgb(194 233 242 / 0.5);
}

.focus\:text-secondary-light\/55:focus{
  color: rgb(194 233 242 / 0.55);
}

.focus\:text-secondary-light\/60:focus{
  color: rgb(194 233 242 / 0.6);
}

.focus\:text-secondary-light\/65:focus{
  color: rgb(194 233 242 / 0.65);
}

.focus\:text-secondary-light\/70:focus{
  color: rgb(194 233 242 / 0.7);
}

.focus\:text-secondary-light\/75:focus{
  color: rgb(194 233 242 / 0.75);
}

.focus\:text-secondary-light\/80:focus{
  color: rgb(194 233 242 / 0.8);
}

.focus\:text-secondary-light\/85:focus{
  color: rgb(194 233 242 / 0.85);
}

.focus\:text-secondary-light\/90:focus{
  color: rgb(194 233 242 / 0.9);
}

.focus\:text-secondary-light\/95:focus{
  color: rgb(194 233 242 / 0.95);
}

.focus\:text-secondary\/0:focus{
  color: rgb(84 173 194 / 0);
}

.focus\:text-secondary\/10:focus{
  color: rgb(84 173 194 / 0.1);
}

.focus\:text-secondary\/100:focus{
  color: rgb(84 173 194 / 1);
}

.focus\:text-secondary\/15:focus{
  color: rgb(84 173 194 / 0.15);
}

.focus\:text-secondary\/20:focus{
  color: rgb(84 173 194 / 0.2);
}

.focus\:text-secondary\/25:focus{
  color: rgb(84 173 194 / 0.25);
}

.focus\:text-secondary\/30:focus{
  color: rgb(84 173 194 / 0.3);
}

.focus\:text-secondary\/35:focus{
  color: rgb(84 173 194 / 0.35);
}

.focus\:text-secondary\/40:focus{
  color: rgb(84 173 194 / 0.4);
}

.focus\:text-secondary\/45:focus{
  color: rgb(84 173 194 / 0.45);
}

.focus\:text-secondary\/5:focus{
  color: rgb(84 173 194 / 0.05);
}

.focus\:text-secondary\/50:focus{
  color: rgb(84 173 194 / 0.5);
}

.focus\:text-secondary\/55:focus{
  color: rgb(84 173 194 / 0.55);
}

.focus\:text-secondary\/60:focus{
  color: rgb(84 173 194 / 0.6);
}

.focus\:text-secondary\/65:focus{
  color: rgb(84 173 194 / 0.65);
}

.focus\:text-secondary\/70:focus{
  color: rgb(84 173 194 / 0.7);
}

.focus\:text-secondary\/75:focus{
  color: rgb(84 173 194 / 0.75);
}

.focus\:text-secondary\/80:focus{
  color: rgb(84 173 194 / 0.8);
}

.focus\:text-secondary\/85:focus{
  color: rgb(84 173 194 / 0.85);
}

.focus\:text-secondary\/90:focus{
  color: rgb(84 173 194 / 0.9);
}

.focus\:text-secondary\/95:focus{
  color: rgb(84 173 194 / 0.95);
}

.focus\:text-tan:focus{
  --tw-text-opacity: 1;
  color: rgb(240 238 233 / var(--tw-text-opacity, 1));
}

.focus\:text-tan\/0:focus{
  color: rgb(240 238 233 / 0);
}

.focus\:text-tan\/10:focus{
  color: rgb(240 238 233 / 0.1);
}

.focus\:text-tan\/100:focus{
  color: rgb(240 238 233 / 1);
}

.focus\:text-tan\/15:focus{
  color: rgb(240 238 233 / 0.15);
}

.focus\:text-tan\/20:focus{
  color: rgb(240 238 233 / 0.2);
}

.focus\:text-tan\/25:focus{
  color: rgb(240 238 233 / 0.25);
}

.focus\:text-tan\/30:focus{
  color: rgb(240 238 233 / 0.3);
}

.focus\:text-tan\/35:focus{
  color: rgb(240 238 233 / 0.35);
}

.focus\:text-tan\/40:focus{
  color: rgb(240 238 233 / 0.4);
}

.focus\:text-tan\/45:focus{
  color: rgb(240 238 233 / 0.45);
}

.focus\:text-tan\/5:focus{
  color: rgb(240 238 233 / 0.05);
}

.focus\:text-tan\/50:focus{
  color: rgb(240 238 233 / 0.5);
}

.focus\:text-tan\/55:focus{
  color: rgb(240 238 233 / 0.55);
}

.focus\:text-tan\/60:focus{
  color: rgb(240 238 233 / 0.6);
}

.focus\:text-tan\/65:focus{
  color: rgb(240 238 233 / 0.65);
}

.focus\:text-tan\/70:focus{
  color: rgb(240 238 233 / 0.7);
}

.focus\:text-tan\/75:focus{
  color: rgb(240 238 233 / 0.75);
}

.focus\:text-tan\/80:focus{
  color: rgb(240 238 233 / 0.8);
}

.focus\:text-tan\/85:focus{
  color: rgb(240 238 233 / 0.85);
}

.focus\:text-tan\/90:focus{
  color: rgb(240 238 233 / 0.9);
}

.focus\:text-tan\/95:focus{
  color: rgb(240 238 233 / 0.95);
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-transparent\/0:focus{
  color: rgb(0 0 0 / 0);
}

.focus\:text-transparent\/10:focus{
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-transparent\/100:focus{
  color: rgb(0 0 0 / 1);
}

.focus\:text-transparent\/15:focus{
  color: rgb(0 0 0 / 0.15);
}

.focus\:text-transparent\/20:focus{
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-transparent\/25:focus{
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-transparent\/30:focus{
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-transparent\/35:focus{
  color: rgb(0 0 0 / 0.35);
}

.focus\:text-transparent\/40:focus{
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-transparent\/45:focus{
  color: rgb(0 0 0 / 0.45);
}

.focus\:text-transparent\/5:focus{
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-transparent\/50:focus{
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-transparent\/55:focus{
  color: rgb(0 0 0 / 0.55);
}

.focus\:text-transparent\/60:focus{
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-transparent\/65:focus{
  color: rgb(0 0 0 / 0.65);
}

.focus\:text-transparent\/70:focus{
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-transparent\/75:focus{
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-transparent\/80:focus{
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-transparent\/85:focus{
  color: rgb(0 0 0 / 0.85);
}

.focus\:text-transparent\/90:focus{
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-transparent\/95:focus{
  color: rgb(0 0 0 / 0.95);
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:text-white\/0:focus{
  color: rgb(255 255 255 / 0);
}

.focus\:text-white\/10:focus{
  color: rgb(255 255 255 / 0.1);
}

.focus\:text-white\/100:focus{
  color: rgb(255 255 255 / 1);
}

.focus\:text-white\/15:focus{
  color: rgb(255 255 255 / 0.15);
}

.focus\:text-white\/20:focus{
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-white\/25:focus{
  color: rgb(255 255 255 / 0.25);
}

.focus\:text-white\/30:focus{
  color: rgb(255 255 255 / 0.3);
}

.focus\:text-white\/35:focus{
  color: rgb(255 255 255 / 0.35);
}

.focus\:text-white\/40:focus{
  color: rgb(255 255 255 / 0.4);
}

.focus\:text-white\/45:focus{
  color: rgb(255 255 255 / 0.45);
}

.focus\:text-white\/5:focus{
  color: rgb(255 255 255 / 0.05);
}

.focus\:text-white\/50:focus{
  color: rgb(255 255 255 / 0.5);
}

.focus\:text-white\/55:focus{
  color: rgb(255 255 255 / 0.55);
}

.focus\:text-white\/60:focus{
  color: rgb(255 255 255 / 0.6);
}

.focus\:text-white\/65:focus{
  color: rgb(255 255 255 / 0.65);
}

.focus\:text-white\/70:focus{
  color: rgb(255 255 255 / 0.7);
}

.focus\:text-white\/75:focus{
  color: rgb(255 255 255 / 0.75);
}

.focus\:text-white\/80:focus{
  color: rgb(255 255 255 / 0.8);
}

.focus\:text-white\/85:focus{
  color: rgb(255 255 255 / 0.85);
}

.focus\:text-white\/90:focus{
  color: rgb(255 255 255 / 0.9);
}

.focus\:text-white\/95:focus{
  color: rgb(255 255 255 / 0.95);
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.focus\:text-opacity-15:focus{
  --tw-text-opacity: 0.15;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-35:focus{
  --tw-text-opacity: 0.35;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-45:focus{
  --tw-text-opacity: 0.45;
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-55:focus{
  --tw-text-opacity: 0.55;
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-65:focus{
  --tw-text-opacity: 0.65;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-85:focus{
  --tw-text-opacity: 0.85;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

.focus\:underline:focus{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:bg-blend-normal:focus{
  background-blend-mode: normal;
}

.focus\:bg-blend-multiply:focus{
  background-blend-mode: multiply;
}

.focus\:bg-blend-screen:focus{
  background-blend-mode: screen;
}

.focus\:bg-blend-overlay:focus{
  background-blend-mode: overlay;
}

.focus\:bg-blend-darken:focus{
  background-blend-mode: darken;
}

.focus\:bg-blend-lighten:focus{
  background-blend-mode: lighten;
}

.focus\:bg-blend-color-dodge:focus{
  background-blend-mode: color-dodge;
}

.focus\:bg-blend-color-burn:focus{
  background-blend-mode: color-burn;
}

.focus\:bg-blend-hard-light:focus{
  background-blend-mode: hard-light;
}

.focus\:bg-blend-soft-light:focus{
  background-blend-mode: soft-light;
}

.focus\:bg-blend-difference:focus{
  background-blend-mode: difference;
}

.focus\:bg-blend-exclusion:focus{
  background-blend-mode: exclusion;
}

.focus\:bg-blend-hue:focus{
  background-blend-mode: hue;
}

.focus\:bg-blend-saturation:focus{
  background-blend-mode: saturation;
}

.focus\:bg-blend-color:focus{
  background-blend-mode: color;
}

.focus\:bg-blend-luminosity:focus{
  background-blend-mode: luminosity;
}

.active\:bg-primary:active{
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}

.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:flex{
  display: flex;
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:inline-flex{
  display: inline-flex;
}

.group:hover .group-hover\:w-12{
  width: 3rem;
}

.group:hover .group-hover\:border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgb(39 84 94 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary\/75{
  background-color: rgb(33 69 77 / 0.75);
}

.group:hover .group-hover\:bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}

.group:hover .group-hover\:bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(39 84 94 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1;
  color: rgb(84 173 194 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.group:hover .group-hover\:backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -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);
}

.group:hover .group-hover\:backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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);
}

.prose-p\:font-semibold :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 600;
}

.dark\:bg-gray-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.dark\:bg-primary:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(33 69 77 / var(--tw-bg-opacity, 1));
}

.dark\:text-accent-red:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 113 91 / var(--tw-text-opacity, 1));
}

.dark\:text-primary:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(33 69 77 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-white\/60:is(.dark *){
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 640px){

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){

  .md\:top-40{
    top: 10rem;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-\[650px\]{
    height: 650px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-\[270px\]{
    width: 270px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-white\/25{
    border-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-white\/90{
    border-color: rgb(255 255 255 / 0.9);
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .first\:md\:border-r:first-child{
    border-right-width: 1px;
  }
}

@media (min-width: 1024px){

  .lg\:bottom-\[46px\]{
    bottom: 46px;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:right-10{
    right: 2.5rem;
  }

  .lg\:right-28{
    right: 7rem;
  }

  .lg\:right-8{
    right: 2rem;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  .lg\:m-0{
    margin: 0px;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-\[45px\]{
    height: 45px;
  }

  .lg\:h-\[650px\]{
    height: 650px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[500px\]{
    max-height: 500px;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-\[45px\]{
    width: 45px;
  }

  .lg\:w-\[72\%\]{
    width: 72%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-x-12{
    column-gap: 3rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-white\/80{
    background-color: rgb(255 255 255 / 0.8);
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:from-transparent{
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em;
  }

  .hover\:lg\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:hover\:underline:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

@media (min-width: 1280px){

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-60{
    height: 15rem;
  }

  .xl\:h-\[750px\]{
    height: 750px;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pt-28{
    padding-top: 7rem;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){

  .\32xl\:right-12{
    right: 3rem;
  }

  .\32xl\:h-\[870px\]{
    height: 870px;
  }

  .\32xl\:gap-12{
    gap: 3rem;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:pr-16{
    padding-right: 4rem;
  }

  .\32xl\:pr-28{
    padding-right: 7rem;
  }

  .\32xl\:pt-32{
    padding-top: 8rem;
  }

  .\32xl\:pt-6{
    padding-top: 1.5rem;
  }
}

